body {
  	font-family:"Verdana, Helvetica", "Arial", sans-serif;
	font-size: .9em;
	color:#393D41;
	background:#FFF;
	margin:0;
	padding:0;
  	background-image:url(/images/bg.png);
  	background-repeat: repeat-x;
  	background-position: 0px 15px;
}


/************************************************
 *	Header	*
 ************************************************/


#headerbox1{	
 position:relative;	
 width:80%;
 height:101px;
 margin-left: auto;
 margin-right: auto;
 border:solid 0 #000;
}


.logo {
	float:left; 
	margin-top:47px;
	width:377px;
	height:19px;

 }


.login {
	position:absolute; 
	left:652px;
	width:270px;
	font-size: .9em;
}


/************************************************
 *	NAV	*
 ************************************************/

#navbox1{	
 	position:relative;	
 	width:80%;
 	height:29px;
 	margin-left: auto;
 	margin-right: auto;
 	border:0 solid #000000;
}



#tabs {
  	float:left;
  	width:450px;
  	font-size:80%;
  	font-weight:700;
	line-height:85%;
	border:solid 0 #000;
  }
  
#tabs ul {
  margin:0;
  padding:0 10px 0 0;
  list-style:none;
  }
  
#tabs li {
  float:left;
  background:url("/images/tableft.gif") no-repeat left top;
  margin:0 0 0 7px;
  padding:0 0 0 7px;
  border:0 solid #000000;
  
  }
  
#tabs a {
  float:left;
  display:block;
  background:url("/images/tabright.gif") no-repeat right top;
  padding:0 10px 0 3px;
  text-decoration:none;
  color:#324C5C;
  height:29px;
  text-align:center;
  border:0 solid #000000;
  }

#tabs a i {
	position:relative; 
	top:12px;
	font-style:normal;

}



#tabs a span {
	position:relative; 
	top:2px; 
	font-size:.9em;
	
}

   
#tabs a:hover {
  color:#405F72;
  }
  
#tabs #current {
  background-position:0 -29px;
  border-width:0;
  }
  
#tabs #current a {
  background-position:100% -29px;
  }
  
#tabs li:hover, #header li:hover a {
  background-position:0% -29px;
  color:#00667F;
  }
  
#tabs li:hover a {
  background-position:100% -29px;
  }


#search_box {
	float:right;
	width:280px;
    border:0 solid #000000;
} 


#bottomnav {
 text-align:right;
 font-size:.75em;
 margin-left: auto;
 margin-right: auto;
 padding-bottom:15px;
 height:27px;
 width:80%;
 margin-top:5px;

}



/************************************************
 *	HOMEPAGE  *
 ************************************************/

.p_space {

 margin:15px 10px 10px 10px;
	
}

.info_btns {

position:absolute; 
top:95px; 
left:10px;

}


#contentbox1{	

 	background-color:#FFFFFF;
 	width:80%;
 	text-align:left;
 	margin-top:28px;
 	margin-left: auto;
 	margin-right: auto;
 	border:solid 0 #000;
 	display:block;
}

#contentbox1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#maincol {
  	width:100%;
  	float:left;
 	text-align:left;
 	border:solid 1px #D5D5D5;
	background-image:url('/images/bg2.jpg');
	background-repeat:repeat-x;
	background-position:bottom; 
 	border:solid 1px #D5D5D5;
 	display:block;  
}




#home_content {
    font-size:90%;
  	width:90%;
  	margin:30px auto 50px auto;
}


#home_content p {

 margin:0px 0px 10px 0px;
 line-height:1.4em;

}

#home_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



#fineprint {
 text-align:center;
 font-size:.65em;
 margin-left: auto;
 margin-right: auto;
 border:solid 0 #000;
 padding:30px 0 15px 0;
 width:90%;

}

.footer_img {
	padding-right:5px; 
	vertical-align:middle;
}


#bottom_box {
	width:100%; 
	float:left; 
	padding-bottom:5px;

}

#btm_home {	
  	margin-left: auto;
  	margin-right: auto;
   	width:98%;
 	height:6px;
 	background-color:#CACDD0;
}


.navcol_home {
	width:238px;
	float:right;
  	font-size:80%; 
  	text-align:left;
  	border:solid 0 #000;
}

.navcol_home p {

 margin:10px 10px 10px 10px;

}

.navcol_home:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.navcol_home hr {

 width:90%;

}


.home_nav_title {
  	background-image:url('/images/title_bg.gif');
  	background-repeat:no-repeat;
  	background-position: 0 0;
  	width:238px;
  	height:26px;

}


.home_nav_txt {
    font-size:110%;
	font-weight:bold;
	padding:5px 10px 0 10px;
  	color:#FFF;
}


#bottomnav_home {
 	text-align:right;
 	font-size:.75em;
 	margin-left: auto;
 	margin-right: auto;
 	height:27px;
 	width:100%;
 	margin-top:5px;
 	border:solid 0 #000;

}


/************************************************
 *	INTERIOR  *
 ************************************************/


#interiorbox1 {	

 	background-color:#FFFFFF;
 	width:80%;
 	text-align:left;
 	margin-top:28px;
 	margin-left: auto;
 	margin-right: auto;
 	border:solid 1px #D5D5D5;
 	display:block;
	background-image:url('/images/bg2.jpg');
	background-repeat:repeat-x;
	background-position:bottom; 
 
}

#interiorbox1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#navcol {
	width:15%;
	float:left;
  	font-size:.8em; 
  	text-align:left;
  	border:solid 0 #000;
}

#navcol p {

 margin:0px 10px 20px 0px;

}


#navcol:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#maincol2 {
  width:95%;
  margin-left:auto;
  margin-right:auto;
  padding:35px 0 0 0;
  border:solid 0 #000;
}

#maincol2 p, #maincol2 li, #maincol2 dt, #maincol2 .description   {
 font-size:90%;
 margin:0px 0px 10px 0px;
 line-height:1.4em;

}

#maincol2:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



#maincol3 {
  	width:80%;
	float:right;
  	border:solid 0 #000;
}


#maincol3 p {
 font-size:90%;
 margin:0px 0px 10px 0px;
 line-height:1.4em;

}

#maincol3:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.section_title {
	color:#6F9415;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}


.tag_box {
	border:solid 0 #000;
	margin:0 0 1em 0;
	padding:0;
	font-size:85%;
	
}

.tag_box a {
	color:#77A40B;	
}	


#btm1 {	
 position:relative;	
 width:78%;
 height:6px;
 margin-left: auto;
 margin-right: auto;
 background-color:#CACDD0;
}

/************************************************
 *	THE REST  *
 ************************************************/


.attachment_box {
	width: 25%;
	float:right;
 	background-color: #F6F3DE;
	font-size:.85em;
	line-height:140%;
	margin: 5px 0 25px 20px;
	padding:20px 20px 20px 20px;
}


#filter_box {
	border:1px solid #CDCDCF;
	background-color: #F6F3DE;
	font-size:.85em;
	line-height:140%;
	margin: 10px 0 10px 0;
	padding:0 0 20px 0;
}

#filter_box p {

	padding:20px 20px 0 20px;

}


#filter_box #topinfo {
	border-bottom:1px solid #CDCDCF;
	height:25px;
	padding:12px 0 0 20px;
	background:#A5C25E;
	font-size:1.2em;
	color:#405F72;

}


#search_box2 {
	float:left;
	padding:0 0 0 15px;
	width:465px;
    border:0 solid #000000;
    margin-right:29px;
} 


p {

 margin:10px 10px 0 10px;
	
}


a{
	color: #00667F;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}


.homelink1 {
  color: #FFBB72;

}


HR {
 margin-top:10px;
 margin-bottom:10px;
 border: 0;
 color: #D5D5D5;
 background-color: #D5D5D5;
 height: 1px;
 width: 100%;
 text-align: left;
 }


a img {
	border:none;
}

.imgborder img{
	border: 1px solid #87a284;
	background:#CCCFBC;
	padding:0.3em;
}
.imgborder{
	text-align: center;
}


.interior_img {
float:right;
clear:right;
margin-left:25px;
margin-bottom:15px;
border:solid 1px #D5D5D5;

}


.pullquote_main {
	width: 25%;
	float:left;
	font-size:1.2em;
	font-style:italic;
	line-height:140%;
	margin: 5px 7px 10px 0px;
	background: url(closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 20px 5px 0px;
}

.pullquote_main b{

	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
}





/************************************************
 *	FORMS  *
 ************************************************/

input[type="text"], textarea, select {
	margin:0;
	padding:0;
	border: 1px solid #CDCDCF;
	color: #61686F;
}
