@charset "utf-8";
/* CSS Document */

body {
	background:url(images/blue_bg.jpg) repeat-x #26a0d8;
	font-family: arial, verdana, sans-serif;
}

#content {}
#leftbar {
	float:left;
	/*width:250px;*/
	padding:15px;
}
#rightbar {
	float:left;
	width:700px;
}

#header {
	height:60px;
	/*background-image:url(images/aboutus_header.png);*/
}
#header h1 {
	padding:18px 0px 0px 35px;
	font-size:28px;
	font-weight:bold;
	color:#fff;
}

#bodycontent {
	/*background-image:url(images/aboutus_body.png);*/
	padding:18px 0px 0px 35px;
	font-size:14px;
	color:#000;
}
#bodycontent p {
	padding:5px 35px 5px 0px;
	line-height:20px;
}
#bodycontent strong{
	font-weight:bold;
	line-height:18px;
}
#bodycontent ul {
	line-height:18px;
}
#bodycontent li {
	margin-left:35px;
	padding-right:25px;
	padding-top:5px;
	line-height:18px;
	list-style-type:disc;
}

#footer {
	height:41px;
	/*background-image:url(images/aboutus_footer.png);*/
}

.aboutusheader {background-image:url(images/aboutus_header.png);}
.aboutusbodycontent {background-image:url(images/aboutus_body.png);}
.aboutusfooter {background-image:url(images/aboutus_footer.png);}
.charitiesheader {background-image:url(images/charities_header.png);}
.charitiesbodycontent {background-image:url(images/charities_body.png);}
.charitiesfooter {background-image:url(images/charities_footer.png);}
.eventsheader {background-image:url(images/events_header.png);}
.eventsbodycontent {background-image:url(images/events_body.png);}
.eventsfooter {background-image:url(images/events_footer.png);}
.getinvolvedheader {background-image:url(images/getinvolved_header.png);}
.getinvolvedbodycontent {background-image:url(images/getinvolved_body.png);}
.getinvolvedfooter {background-image:url(images/getinvolved_footer.png);}

#images {
	background:#FF0000;
	width:250px;
	height:600;
	float:left;
}

#contentarea {
	position: relative;
	margin: 0;
	padding: 0 0 25px 0;
	left: 25px;
	top:45px;
	width: 699px;
}

#greenbar {
	background-color:#33cc00;
	height:2px;
	margin:20px 35px 20px 0;
}


/* Menu Related */
#divNav {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 700px;
	/*background-image:url(images/buttons_subnavbar.png) no-repeat;
	background-position: 0 -128px;*/
}

#nav {
	position: relative;
	/*top: 55px;*/
	left: 25px;
	height: 80px;
	width: 700px;

}

#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 64px;
	left: 0;
	padding-top: 5px;
	background:url(images/buttons_subnavbar.png) no-repeat;
	height: 36px;
	width: 690px;
	padding-left: 10px;
}


#nav li a {
	color: #224d6f;
	font-weight: bold;
	display: block;
	width: 120px;
	padding: 0;
	left:50px;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #f90;
	width: auto;
	margin-right: 15px;
}

#nav li.on ul {
	display: block;
}

#nav li.off li {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover { 
	color: #757474;
}

/*do the image replacement*/
#nav li span {
	position: absolute;
	left: -9384px;
}

#liHome a, #liAboutUs a, #liCharities a, #liEvents a, #liGetInvolved a {
	display: block;
	position: relative;
	height: 64px;
	background: url(images/buttons_map.png) no-repeat; /*contains all hover states*/
}

#subnav li a {
	height:18px;
}

/*first, put the initial states in place*/
#liHome a { background-position: 0 0; }
#liAboutUs a { background-position: -120px 0; }
#liCharities a { background-position: -240px 0; }
#liEvents a { background-position: -360px 0; }
#liGetInvolved a { background-position: -480px 0; }

/*active area - for this demo - the code could be based on a body class, and probably work better.*/
#liHome.on a { background-position: 0 -138px; }
#liAboutUs.on a { background-position: -120px -138px; }
#liCharities.on a { background-position: -240px -138px; }
#liEvents.on a { background-position: -360px -138px; }
#liGetInvolved.on a { background-position: -480px -138px; }
 
/*hover states*/
#liHome a:hover, #liHome:hover a, #liHome.over a { background-position: 0 -68px; }
#liAboutUs a:hover, #liAboutUs:hover a, #liAboutUs.over a { background-position: -120px -68px; }
#liCharities a:hover, #liCharities:hover a, #liCharities.over a { background-position: -240px -68px; }
#liEvents a:hover, #liEvents:hover a, #liEvents.over a { background-position: -360px -68px; }
#liGetInvolved a:hover, #liGetInvolved:hover a, #liGetInvolved.over a { background-position: -480px -68px; }

#offstate {background:url(images/subnav_bg.jpg);}

/*subnav formatting*/
#nav li.off ul a, #nav li.on ul a {
	display: block;
	background:url(images/subnav_bg.jpg);
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	top:3px;
}		


/*PHOTO PAGE IMAGES*/
#photoprev {
	padding:3px;
}
