@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #e6e6e6 url(../images/body_bg.gif);
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

#box {
	width: 807px;
}


.twoColFixRtHdr #container { 
	width: 100%;
	height: 232px;
	background: #e6e6e6 url(../images/bg_header.gif);
	background-repeat: repeat-x;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	height: 96px;
	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. */
} 

.twoColFixRtHdr #header img { 
	padding: 0 0 0 584px;  /* 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. */
	margin: 0;
	float: left;
} 

.twoColFixRtHdr #menu { 
	height: 26px;
	padding: 0;  /* 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. */
	margin: 0;
} 

.twoColFixRtHdr #secondMenu { 
	height: 71px;
	padding: 0;
} 

.twoColFixRtHdr #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 */
	display: none;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#bodyBG {
	width: 807px;
	background: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 204px; /* 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 */
	padding: 0;
	margin: 0;
}

#yellowSideBar {
	width: 204px;
	background: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

#yellowSideBarHeader {
	width: 192px;
	height: 39px;
	background: url(../images/header_blank.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	margin: 0;
	font-size: 14px;
	color: #FF0000;
	line-height: 39px;
}

#yellowSideBar h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 14px;
	margin: 0;
}

#yellowSideBar ul {
	font-size: 11px;
	padding: 0 0 0 14px;
	margin: 0;
}

#yellowSideBar li {
	font-size: 11px;
	padding: 3px 0 0 0;
	margin: 0 0 0 14px;
}

.yellowSideBarLink {
	width: 183px;
	height: 25px;
	background:url(../images/sidebar_link.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 8px;
	margin: 8px 0 0 14px;
}


#redSideBar {
	width: 204px;
	background: url(../images/sidebar_red_bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

.redSideBarHeader {
	width: 204px;
	height: 40px;
	background: url(../images/sidebar_red_header.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.redSideBarHeader h2{
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 0 14px;
}

#redSideBar h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 14px;
	margin: 0;
}

#redSideBar p {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	padding: 8px 8px 0 14px;
	margin: 0;
}

#redSideBar ul {
	font-size: 11px;
	padding: 0 0 0 14px;
	margin: 0;
}

#redSideBar li {
	font-size: 11px;
	padding: 3px 0 0 0;
	margin: 0 0 0 14px;
}

.redSideBarLink {
	width: 183px;
	height: 25px;
	background:url(../images/sidebar_red_link.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 8px;
	margin: 8px 0 0 14px;
}

.redSideBarLogin {
	width: 183px;
	background: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 8px;
	margin: 8px 0 0 14px;
}

#redSideBar a:link {color: #425c80; text-decoration: none}
#redSideBar a:visited {color: #425c80; text-decoration: none}
#redSideBar a:hover {color: #425c80; text-decoration: underline}

.twoColFixRtHdr #mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent h1 { 
	margin: 0;
	padding: 0;
} 

#bodyCopy {
	margin: 0;
	padding: 15px 60px 0 60px;
}

a:link {color: #e51c43; text-decoration: none}
a:visited {color: #e51c43; text-decoration: none}
a:hover {color: #e51c43; text-decoration: underline}

.links {
	width: 400px;
	height: 25px;
	background:url(../images/bg_body_links.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 28px;
}

.links p{
	margin: 0;
	padding: 0;
}

.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #425c80;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 25px;
}

.links a:visited {color: #425c80; text-decoration: none}
.links a:hover {color: #425c80; text-decoration: underline}






.linksInside {
	width: 342px;
	height: 25px;
	background:url(../images/bg_body_links_inside.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 28px;
}

.linksInside p{
	margin: 0;
	padding: 0;
}

.linksInside a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #425c80;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 25px;
}

.linksInside a:visited {color: #425c80; text-decoration: none}
.linksInside a:hover {color: #425c80; text-decoration: underline}

#insideBodyCopy {
	width: 325px;
	margin:  0 0 0 210px;
	padding: 15px 30px 0 0px;
}

#insideBodyCopy p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 3px 0 8px 0;
	line-height: 16px;
}

#insideBodyCopy ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 16px;
}

#insideBodyCopy li{
	margin: 0 0 8px 15px;
	padding: 0;
}

#insideBodyCopy h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #425c80;
	line-height:20px;
	margin: 0;
	padding: 0;
}

#mainContent img.leftside{
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}


#bodyCopy p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 16px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.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;
	display: none;
}

/* ---------------------------------- NAVIGATION ------------------------------- */
	
	#navigation {
	margin: 0;
	padding: 0;
	}
	
	#navigation ul, #navigation ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#navigation ul{
			display: block;
			width: 671px;
			height: 26px;
			background: transparent;
	
		}
		#navigation ul li{
			display: inline;
		}
	
			#navigation ul li a{
				display: block;
				float: left;
				height: 26px;
				background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;
				letter-spacing : -1000em;
				text-indent: -1em;
			}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body #navigation ul li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */
				
				#navigation ul li.nav_home a{
					background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;
					width: 67px;
				}
					#navigation ul li.nav_home a:hover, body.home #navigation ul li.nav_home a{
						background: transparent url(../images/bg_nav.gif) 0 -26px no-repeat;
					}
				#navigation ul li.nav_services a{
					background: transparent url(../images/bg_nav.gif) -67px 0 no-repeat;
					width: 100px;
				}
					#navigation ul li.nav_services a:hover, body.services #navigation ul li.nav_services a{
						background: transparent url(../images/bg_nav.gif) -67px -26px no-repeat;
					}
					
				#navigation ul li.nav_about a{
					background: transparent url(../images/bg_nav.gif) -167px 0 no-repeat;
					width: 78px;
				}
					#navigation ul li.nav_about a:hover, body.about #navigation ul li.nav_about a{
						background: transparent url(../images/bg_nav.gif) -167px -26px no-repeat;
					}
					
				#navigation ul li.nav_involved a{
					background: transparent url(../images/bg_nav.gif) -245px 0 no-repeat;
					width: 100px;
				}
					#navigation ul li.nav_involved a:hover, body.involved #navigation ul li.nav_involved a{
						background: transparent url(../images/bg_nav.gif) -245px -26px no-repeat;
					}
				#navigation ul li.nav_volunteer a{
					background: transparent url(../images/bg_nav.gif) -345px 0 no-repeat;
					width: 87px;
				}
					#navigation ul li.nav_volunteer a:hover, body.volunteer #navigation ul li.nav_volunteer a{
						background: transparent url(../images/bg_nav.gif) -345px -26px no-repeat;
					}
				#navigation ul li.nav_calendar a{
					background: transparent url(../images/bg_nav.gif) -432px 0 no-repeat;
					width: 78px;
				}
					#navigation ul li.nav_calendar a:hover, body.calendar #navigation ul li.nav_calendar a{
						background: transparent url(../images/bg_nav.gif) -432px -26px no-repeat;
					}
					
				#navigation ul li.nav_board a{
					background: transparent url(../images/bg_nav.gif) -510px 0 no-repeat;
					width: 58px;
				}
					#navigation ul li.nav_board a:hover, body.board #navigation ul li.nav_board a{
						background: transparent url(../images/bg_nav.gif) -510px -26px no-repeat;
					}
					
				#navigation ul li.nav_contact a{
					background: transparent url(../images/bg_nav.gif) -568px 0 no-repeat;
					width: 103px;
				}
					#navigation ul li.nav_contact a:hover, body.contact #navigation ul li.nav_contact a{
						background: transparent url(../images/bg_nav.gif) -568px -26px no-repeat;
					}
					
	/* ---------------------------------- DONATE NAVIGATION ------------------------------- */
	
	#navDonate ul, #navDonate ul li{
		margin: 0;
		padding: 0 0 0 55px;
		list-style: none;
	}
		#navDonate ul{
			display: block;
			width: 203px;
			height: 71px;
			background: transparent;
	
		}
		#navDonate ul li{
			display: inline;
		}
	
			#navDonate ul li a{
				display: block;
				float: left;
				height: 33px;
				background: transparent url(../images/bg_nav_donate.gif) 0 0 no-repeat;
				letter-spacing : -1000em;
				text-indent: -1em;
			}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body #navDonate ul li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */
				
				#navDonate ul li.nav_donate a{
					background: transparent url(../images/bg_nav_donate.gif) 0 0 no-repeat;
					width: 203px;
				}
					#navDonate ul li.nav_donate a:hover, body.donate #navDonate ul li.nav_donate a{
						background: transparent url(../images/bg_nav_donate.gif) 0 -71px no-repeat;
					}
				#navDonate ul li.nav_help a{
					background: transparent url(../images/bg_nav_donate.gif) 0 -33px no-repeat;
					width: 203px;
				}
					#navDonate ul li.nav_help a:hover, body.help #navDonate ul li.nav_help a{
						background: transparent url(../images/bg_nav_donate.gif) 0 -104px no-repeat;
					}
					
