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

body{
	margin:0;
	padding:0;
	background:url(../images/green_stripe.png);
}

#background{
	width:100%;
	height:100%;
	background:url(../images/bkgrd_transp_gradient.png) repeat-x top;
}

#wrapper{
	background:url(../images/glyphs_bkgrd.png) no-repeat top;
	margin: 0 auto;
	width:auto;
	min-height:900px;
}

#line-bottom{
	background-color:#AFA368;
	height:8px;
	width:970px;
	margin:0 auto 45px auto;
}

#line-top{
	background-color:#AFA368;
	height:8px;
	width:970px;
	margin:0 auto;
}

#bkg_writing{
	background:url(../images/bkg_writing.png);
	margin: 0 auto;
	width: 970px;
	height:200px;
	
}

#header{
	width:920px;
	height:110px;
	margin:0 auto;
	margin-top:-175px;
}

#logo{
	width:360px;
	height:110px;
	background:url(../images/logo.png);
	float:left;
}

.rust_color{
	color:#5E2919;	
	font-size:1.1em;
}

/*----------------navigation---------------*/
	
#navigation ul{
	width:560px;
	background:url(../images/nav_border_bkgrd.png) no-repeat center;
	height:110px;
	float:left;
	margin:-110px 0 0 325px;
}

#navigation li{
	float:left;
	height:110px;
	width:80px;
	list-style:none;
	text-align:center;
	margin:0 6.25px 0 6.25px;
	text-indent:-9999px;
}

.home_selected{
	background:url(../images/home_s.png) no-repeat center bottom;
}

.home a{
	background:url(../images/home.png) no-repeat center bottom;
}

.services a{
	background:url(../images/services.png) no-repeat center bottom;
}

.services_selected{
	background:url(../images/services_s.png) no-repeat center bottom;	
}

.bio a{
	background:url(../images/bio.png) no-repeat center bottom;	
}

.bio_selected{
	background:url(../images/bio_s.png) no-repeat center bottom;	
}

.ethics a{
	background:url(../images/ethics.png) no-repeat center bottom;	
}
.ethics_selected{
	background:url(../images/ethics_s.png) no-repeat center bottom;	
}

.faq a{
 	background:url(../images/FAQ.png) no-repeat center bottom;	
}
.faq_selected{
 	background:url(../images/FAQ_s.png) no-repeat center bottom;	
}

.contact a{
	background:url(../images/contact.png) no-repeat center bottom;	
}
.contact_selected{
	background:url(../images/contact_s.png) no-repeat center bottom;	
}

.home a, .services a, .bio a, .ethics a, .faq a, .contact a{
	display: block;
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
}

.home, .services, .bio, .ethics, .faq, .contact{
	padding-top:70px;
}

.home_selected, .services_selected, .bio_selected, .ethics_selected, .faq_selected, .contact_selected{
	padding-top:70px;
	display: block;
	margin: 0 auto;
	margin-bottom:0px;
	width:75px;
	height:14px;
}

.home a:hover{
	background:url(../images/home_s.png);
	display: block;
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
}

.services a:hover{
	background:url(../images/services_s.png);
	display: block;
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
}

.bio a:hover{
	background:url(../images/bio_s.png);
	display: block;
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
}

.ethics a:hover{
	background:url(../images/ethics_s.png);
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
	display: block;
}

.faq a:hover{
	background:url(../images/FAQ_s.png);
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
	display: block;
}

.contact a:hover{
	background:url(../images/contact_s.png);
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0; 
	width:75px;
	height:14px;
	display: block;
}

/*end of navigation*/

#content, #border_wrapper, #content_mid{
	min-height:550px;
	height:auto !important;
	overflow:hidden;
}

#content{
	background:#E5E5E2;
	width:970px;
	margin: 0 auto;
	padding:25px 0 0 0;
	margin-bottom:-25px;
}

#border_wrapper{
	width:910px;
	background:url(../images/dot.png) left top repeat-y;
	margin:-23px 0 0 28px;
}

#content_mid{
	width:910px;
	background:url(../images/dot.png) right top repeat-y;
}


/*----------------footer-------------------*/
#bottom_line{
	background:url(../images/hor_line.png);
	height:2px;
	width:909px;
	margin:0 auto;
}

#footer{
	height:110px;
	width:968px;
	background-color:#E5E5E2;
	margin:0 auto;
	border:1px solid #E5E5E2;
}

#copyright{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.63em;
	font-weight: lighter;
	color: #888075;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 500px;
}

#copyright a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#5E2919;
	text-decoration:none;
}

#copyright a:hover{
	text-decoration:underline;	
}

#copyright li{
	list-style:none;
	text-align:center;
	padding:5px 0 0 0;
}

h1, h2, p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#534741;
}

h1{
	font-size:1.125em;
}

h2{
	font-size:0.95em;
	margin:0 0 -8px 0;
	padding:0;
}

h3{
	font-size:0.75em;
	color:#534741;
	font-weight:lighter;
	padding:5px 0 0 0;
}

p{
	font-size:0.75em;
	line-height:21px;
}
