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

body {
	margin:0px;
	background: url(images/Body_bg.jpg) repeat-x #221800;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3F2C04;
}

a{color:#4b2f03;}


h1{font-size:26px;	font-family:Georgia, "Times New Roman", Times, serif, sans-serif; color:#3F2C04;}
h2{font-size:24px;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; Palatino, serif; color:#3F2C04;}
h3{font-size:18px;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#3F2C04;}
h4{font-size:14px;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#3F2C04; font-weight:lighter}
h5{font-size:13px;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#3F2C04; font-weight:lighter}
h6{font-size:13px;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	color:#3F2C04; font-weight:lighter}

#main{
	margin:auto;
	width:1190px;
	height:1000px;
}
#top{
	/*background:url(images/Top_Banner.jpg) no-repeat;*/
	width:1190px;
	height:107px;
	
	
}
#tabs{
	background:url(images/Tabbar.jpg) no-repeat;
	width:1190px;
	height:65px;
}
#buttons {
	float:right;
	width:623px;
	padding-top:15px;
}

#buttons .donate{background:url(images/btn_donate.jpg) no-repeat; 	background-position:0px -19px; 	display:block; 	width:117px; 	height:30px; 	float:left;}
#buttons .about{	background:url(images/btn_about.jpg) no-repeat; 	background-position:0px -19px; 	display:block; 	width:103px; 	height:30px; 	float:left;}
#buttons .locations{	background:url(images/btn_locations.jpg) no-repeat; 	background-position:0px -19px; 	display:block;	width:155px; 	height:30px; 	float:left;}
#buttons .contact{	background:url(images/btn_contact.jpg) no-repeat; 	background-position:0px -19px; 	display:block; 	width:144px; 	height:30px; 	float:left;}

#buttons .donate:hover,
#buttons .about:hover,
#buttons .locations:hover,
#buttons .contact:hover{background-position:0px -74px; cursor:pointer}
#buttons .selected{background-position:0px -129px;}





#homeContent{
	background:url(images/Center_bg.jpg) no-repeat;
	width:1190px;
	height:518px;
}

#Banner_cont{
	float:left;
	margin-left:165px;
	margin-top:58px;
	
	width:868px;
	height:372px;
}
#banner{
	/*background:url(images/blank_banner.jpg);*/
	height:376px;
	width:870px;
}

#pageContent{
	background:url(images/otherCenter_bg.jpg) no-repeat;
	width:1190px;
	height:518px;
	float:left;
}

#pageInner{
	float:left;
	margin-left:165px;
	margin-top:58px;
	width:875px;


}
.breadcrumb{
	font-size:14px;
}
#navHeader {width:500px;float:left;}
#pageLeft{float:left;width:250px;clear:left;}
#pageLeft #subNav{float:left; width:220px;height:300px;margin-top:-20px; position:relative; }
#pageLeft #subNav a{font-size:18px;text-decoration:none}
#pageLeft #subNav a:hover{text-decoration:none}
#pageLeft #subNav ul{float:left; margin-left:-30px; }
#pageLeft #subNav li{float:left; clear:left; padding-top:5px; padding-bottom:5px; list-style:none; background:url(images/subNav_line.jpg) repeat-x bottom;width:200px;}

#pageLeft #subNav #subNav_contents{position:relative; z-index:2;height:100%;width:100%;overflow-y:auto; overflow-x:hidden;}
#pageLeft #subNav #subNav_bg{ height:100%;width:100%;position:absolute;background:#fff; opacity:0.2;filter:alpha(opacity=20); z-index:1;}


#pageRight{float:left;width:620px;height:300px;overflow-y:auto;overflow-x:hidden;margin-top:-20px;padding-top:0px;padding-right:5px;}
#pageRight a{text-decoration:underline;color:#69521b}
#pageRight a:hover{color:#46340a}

#footer{
	background:url(images/footer.jpg) no-repeat;
	width:1190px;
	height:263px;
	float:left;
}