@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000026;
	background: #DEDECA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.block { 
	display: block;
}

.clear {
	clear: both;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000036;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #DEDECA; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(/assets/images/masthead.gif);
	height: 195px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #900
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2 2px;
}

#imagecaption {
	font-size:10px;	
	text-align:center;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0px;
}

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent3 { 
	margin: 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent2 p, .twoColFixLtHdr #mainContent3 p, .twoColFixLtHdr #mainContent3 ul {
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.twoColFixLtHdr #subContent { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	background: #FFFFFF url("/assets/images/bg_subcontent.gif") repeat-y center top;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #660000;
	background: #BF0000;
	background: #000036;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navigation { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.mainnav, a.mainnavright {
    background: transparent url(/assets/images/nav_button_a_edge.gif) no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
	color:#FFFFFF;
    height: 25px;
	width: 177px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a.mainnavright {
    background: transparent url(/assets/images/nav_button_a_noedge.gif) no-repeat scroll top right;
}

a.mainnav span, a.mainnavright span {
    background: transparent url(/assets/images/nav_button_span.gif) no-repeat;
    display: block;
	height: 25px;
    line-height: 25px;
    /*padding: 0px 0 0px 18px;*/
} 

a img {
	border: none;
}

.sectional, .sectionalleft {
	display: block;
	float: left;
	width: 245px;
	margin: 0 0px;
	padding-left: 5px;
	color: #666;
	color: #000000;
	/*border-left: dashed 1px #003;*/
	height: auto;
}

.sectionalleft {
	border-left: none;
}

.sectional ul, .sectionalleft ul, .sectional .gallery {
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	list-style: none;
}

.bottomnav {
	overflow: hidden;
    width: 100%;
}

.bottomnav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	list-style: none;
}

.bottomnav li {
	float: left;
	text-align: center;
	font-size: 10px;
	width: 105px;
}

.sectional ul a, .sectionalleft ul a, .bottomnav ul a {
	text-decoration: none;
	color: #000000;
}

.bottomnav ul a {
	color:#003;
}

.gallery {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 90%;
}

.gallery li, .gallery div {
	float: left;
	margin: 5px;
}

.gallery li p {
	text-align: center;
	margin: 5px 0;
}

.question, .address {
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #003;
}

.answer {
	list-style-type: none;
	padding-bottom: 6px;
}

.answer li {
	list-style-type: none;
}

.address {
	font-weight: normal;
}

a {
	color: #000036;
}

span.error {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
}

.volunteerLabel {
	font-size:10px;	
	text-align:left;
}