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

body{
	
}

.container{
	width:750px;
}

#wrapper{
	height:auto;
}

.highlight{
	background:none;
}

p{
	xmargin-left:40px;
	
}

h2{
	color:#090;
}

h3{
	xmargin-left:40px;
	color:#039;
}

h5{
	color:#005F99;
}
	
#header{
	background:transparent url(../images/header.png) no-repeat;
	height:179px;
}

#headerSpace{
	height:179px;
}

#topNavContainer{
	
	background:transparent url(../images/topNavBg.jpg) no-repeat;
	height:179px;
	position:relative;
}

#topNav ul{
	list-style:none;
	margin:0 10px 0 0;
}

#topNav ul li a{
	display:block;
}

#topNav{
	position:absolute;
	bottom:0;
	text-align:right;
	margin-bottom:10px;
}

#contact{
	background:transparent url(../images/mail.png) no-repeat left;
	margin-left:15px;
}

a:hover#contact{
	background:transparent url(../images/mail_on.png) no-repeat left;
}

#siteMap{
	background:transparent url(../images/siteMap.png) no-repeat left;
	margin-left:28px;
}

a:hover#siteMap{
	background:transparent url(../images/siteMap_on.png) no-repeat left;
}

#mail{
	height:15px;
	float:left;
}

#space{
	background:transparent url(../images/space.jpg) no-repeat;
	height:55px;
}

#leftNav ul{
	list-style:none;
	background:transparent url(../images/leftNavBg02.jpg) repeat-y;
	margin:0;
}

#leftNav li#topTip{
	background-image:url(../images/topTip.jpg);
	height:55px;
	width:190px;
}

#leftNav li#bottomTip{
	background-image:url(../images/bottomTip.jpg);
	height:21px;
	width:190px;
}

#leftNav ul li a{
	display:block;
	width:155px;
	height:27px;
	margin-bottom:10px;
}

#home{
	
	background:transparent url(../images/home.png) no-repeat right;
}

a:hover#home{
	background:transparent url(../images/home_on.png) no-repeat right;
}

#about{
	
	background:transparent url(../images/about.png) no-repeat right;
}

a:hover#about{
	background:transparent url(../images/about_on.png) no-repeat right;
}

#restore{
	
	background:transparent url(../images/restore.png) no-repeat right;
}

a:hover#restore{
	background:transparent url(../images/restore_on.png) no-repeat right;
}

#news{
	
	background:transparent url(../images/news.png) no-repeat right;
}

a:hover#news{
	background:transparent url(../images/news_on.png) no-repeat right;
}

#volenteer{
	
	background:transparent url(../images/volenteer.png) no-repeat right;
}

a:hover#volenteer{
	background:transparent url(../images/volenteer_on.png) no-repeat right;
}

#owner{
	
	background:transparent url(../images/owner.png) no-repeat right;
}

a:hover#owner{
	background:transparent url(../images/owner_on.png) no-repeat right;
}

#sponsors{
	
	background:transparent url(../images/sponsors.png) no-repeat right;
}

a:hover#sponsors{
	background:transparent url(../images/sponsors_on.png) no-repeat right;
}
	
#bottomImg{
	height:257px;
	background:transparent url(../images/bottomImg.jpg) no-repeat;
	background-color:#FFF;
}

#mainContent{
	margin-left:20px;
	height:auto;
	width:480px;
}

#mainContent a{
	color:#036;
}

#mainContent a:hover{
	color:#09F;
}

#footer{
	height:57px;
	background:transparent url(../images/footerBg.jpg) no-repeat;
}

#footer ul{
	margin:15px 0 0 40px;
	list-style:none;
}

#footer ul li {
	float:left;
	margin-right:10px;
}

#footer ul li a{
	color:#333;
}

#footer ul li a:hover{
	color:#005F99;
	text-decoration:underline;
}

#footer ul li a:active{
	color:#005F99;
	text-decoration:underline;
}

#copyright{
	text-align:center;
	margin:10px 0 0 0px;
	color:#999;
}
/* bof Navigation CSS for partially open subpages */
/* DO NOT CHANGE THE ORDER */
ul li.haschildren ul { display:none; }                
ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }                
ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }                
ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }
ul li.haschildren ul {padding-left:10px;}

