/* CSS Document */

body, html{
/**	color: #5F5B5B; **/
	color: #333300; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
/**	font-family: Helvetica, Verdana, Arial, sans-serif; **/
/**	font-family: "Trebuchet MS", Verdana, sans-serif; **/
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	background-color:#EBE9E9;
	background-image:url(images/EAS_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.subtitle {
	color:#D37147;
	font-size: 18px;
	line-height: 26px; 

}
.home_title {
	font-size: 26px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #D37147;
	line-height:34px;
}
a:link	 {text-decoration: none; color: #D37147;font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px;}
a:active {text-decoration: none; color: #D37147;font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px;}
a:visited{text-decoration: none; color: #D37147;font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px;}
a:hover	 {text-decoration: none; color: #5F5B5B;font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px;}

.clear{ clear: both; }

#mainContainer{
	width: 960px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	/*background-image:url(images/home_bg.jpg); */
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer{
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#homeContainer{
	width: 960px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	background-image:url(images/home_bg.jpg);
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
/**************************
HEADER
**************************/
#header{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	position: relative; 
	margin: auto;
	left: 50%;
	width:960px;
	height:120px;
	margin-left: -480px; /* MUST UPDATE TO MATCH HALF THE WIDTH */
}
#nav{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	position: relative; 
	margin: auto;
	left: 50%;
	width:960px;
	height: 40px;
	margin-left: -480px; /* MUST UPDATE TO MATCH HALF THE WIDTH */
	background-image:url(images/nav_bg.png);
}
#subnav{
	line-height: 100%;
	position: absolute;
	text-align:left;
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 20px;
	margin-left: 310px;
/**	font-family: "Trebuchet MS", Verdana; **/
	font-size: 11px;
}
#subnav a:link	 {font-size: 11px; text-decoration: none; color: #D37147; letter-spacing: 0.75px;}
#subnav a:active {font-size: 11px; text-decoration: none; color: #D37147; letter-spacing: 0.75px;}
#subnav a:visited{font-size: 11px; text-decoration: none; color: #D37147; letter-spacing: 0.75px;}
#subnav a:hover	 {font-size: 11px; text-decoration: none; color: #5F5B5B; letter-spacing: 0.75px;}

#content{
	background-image:url(images/content_dropshadow.png);
	background-repeat:no-repeat;
	position:relative;
	padding: 50px;
	margin-bottom: 80px;
	text-align:left;
}
#header_bg{
	padding: 10px 10px 10px 10px;
	background-color:#EBE9E9;
}
#services_bg{
	background-image:url(images/services_bg.jpg);
	padding: 10px 14px 10px 14px;
	background-repeat:no-repeat;
}
/**
#bio_bg{
	padding:  10px 10px 10px 0px;
	background-color:#EBE9E9;
	border-right:#FFFFFF 4px solid;
	border-bottom:#FFFFFF 4px solid;
	margin: 0;
}
**/
#bio_bg{
	padding:  4px 10px 10px 0px;
	margin: 0;
}
#bio_bg a:link	 {text-decoration: none;}
#bio_bg a:active {text-decoration: none;}
#bio_bg a:visited{text-decoration: none;}
#bio_bg a:hover	 {text-decoration: none;}


#sub_title{
	position: relative;
	width:860px;
	padding-bottom: 5px;
}
#sub_left{
	position: relative; 
	top: 30px;
	width:260px;
	float: left;
}
#home_news{
	position: relative;
	width:200px;
	top: 20px;
	float: left;
}
#sub_content{
	position: relative; 
	top: 20px;
	width:540px;
	margin-left: 310px;
}
#home_content{
	position: relative;
	top: 20px;
	margin-left: 260px;
	width:375px;
}
#sub_full_width{
	position: relative; 
	top: 20px;
	width:850px;
}

#home_news a:link	 {text-decoration: none;}
#home_news a:active {text-decoration: none;}
#home_news a:visited{text-decoration: none;}
#home_news a:hover	 {text-decoration: none;}


ul {
/**	list-style-image: url('images/right_arrow.gif'); **/
	list-style-type:none;
	padding-left: .5em;
}
li{
	padding-bottom:10px;
}
.news_text{
	font-size:12px;
	line-height: 15px;
	text-align:left;
}
.services_text{
	font-size:11px;
	line-height: 130%;
	text-align:left;
}
.home_title {
	font-size: 26px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #D37147;
	line-height:30px;
}
.orange_title {
	font-size: 26px; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #D37147;
	line-height:120%;
}
.dotted_line{
	background-image:url(images/dotted_bg.gif);
	background-repeat:repeat-x;
	height:12px;
}
.orange{
	color:#D37147;
}
/**************************
FOOTER
**************************/
#footer {
	height:80px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -80px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	background-color:#6F6A6A;
	background-image:url(images/EAS_footer_bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
	color: #5F5B5B;
	font-size: 11px;
	text-align: left;
}
#footer_content{
/*	background-image:url(images/content_dropshadow.png); */
	position:relative;
	left: 50%;
	width:860px;
	margin-left: -480px; /* MUST UPDATE TO MATCH HALF THE WIDTH */
	padding-left: 50px; 
	padding-right: 50px; 
	padding-top: 10px; 
	border:0px;
	color: #BFBDBD;
}
#footer_content a:link	 {color: #BFBDBD;font-size: 11px;text-decoration: none;}
#footer_content a:active {color: #BFBDBD;font-size: 11px;text-decoration: none;}
#footer_content a:visited{color: #BFBDBD;font-size: 11px;text-decoration: none;}
#footer_content a:hover  {color: #FFFFFF;font-size: 11px;text-decoration: none;}

.form_text_field{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	border:solid 1px #ACA8A8;
	background-color: #EFEDED;
	width: 300px;
	text-align:left;
	margin-bottom:15px;
}

/*************************
ACCORDIAN STYLES
*************************/
.toggler{
	margin: 0;
	border-bottom:#FFFFFF 2px solid;
	padding: 10px 10px 10px 10px;
	background-color:#F3F1F1;
}
.toggler:hover{
	background: #F3F1F1;
}
.toggler a:link   {color: #5F5B5B;font-size: 13px;text-decoration: none;}
.toggler a:active {color: #5F5B5B;font-size: 13px;text-decoration: none;}
.toggler a:visited{color: #5F5B5B;font-size: 13px;text-decoration: none;}
.toggler a:hover  {color: #5F5B5B;font-size: 13px;text-decoration: none;}

.element{
	padding-left: 30px;
}
