.search, #navbar, #heronav {	display:none;	}

body {
	font-family: arial, sans-serif; 
	font-size:12px;}

h1 { 
	width: 80px;
	height:112px; 
	float:left; 
	margin:0 ; 
	}

h1 span {display:block;}

h2 { 
	padding:0 0 20px 0; 
	
	line-height:20px !important;
	font-family:georgia, serif;
	color:#383838; 
	text-transform: capitalize; 
	}
	
h3 { 
	font-size:18px; 
	font-family:georgia, serif; 
	color:#383838; 
	text-transform: capitalize;
	}

h4 { 
	padding:10px 0 5px 0;
	
	font-size:13px; 
	font-family:georgia, serif; 
	color:#3d700b; 
	text-transform: capitalize; 
	
	}
h5{	
	padding:10px 0 5px 0;
	
	font-size:12px; 
	font-family:georgia, serif; 
	color:#000; 
	text-transform: capitalize; 
	}
	
h6 {
	padding:10px 0 5px 0;
	
	font-size:10px; 
	font-family:georgia, serif; 
	color:#000; 
	text-transform: uppercase; 
	}

a {text-decoration:none; color:#135595; outline:0;}
a img {border:0;}

#container {	}
	
/****************************************
		HEADER
*****************************************/	
	
#header {height:120px; padding:15px 0 1px 0; }

a.logoname {
	display:block; 
	float:left; 
	height:27px ; 
	width: 50%;
	margin:40px 0 15px 0; 
	}
	
a.logoname span {display:block;}
a.logoname img {width:100%;}

.info {float:left; font-size:11px; margin-top:-10px; }

	
/****************************************
		HERO
****************************************/

#herobox {height:25em; }
#herobox a { text-decoration:underline;}

#hero {
	width: 50%; 
	position: relative;  
	float: left;
	}
	
#hero img {width:100%;}
	

#herotext {
	position: absolute; 
	bottom: 7px; 
	right: 0; 
	width: 80%; 
	padding: 5px;
	
	background:#fff;
	font-size: 14px;
	font-family: georgia, serif;
	}
	
#herotext .quoted {
	font-size: 11px; 
	font-family: arial, sans-serif; 
	font-weight: bold;
	
	padding:5px 0 0 0;
	}
	
#heroside {
	float: right; 
	width: 40%; 
	padding: 0px 20px 20px 20px; 
	line-height: 16px;}

#heroside h2 {
	margin:0;
	padding:0;
	font-size: 20px; 
	font-weight: normal;}

/*******************************
	HOME BOTTOM SECTIONS
********************************/

#home_bottom {	padding:  0; 	}
#home_bottom a { text-decoration:underline;}

.home_content {
	padding: 0 20px 0 0;
	width: 60%; 
	float: left; 
	border-right: 1px solid #d0def5; 
	}

.home_bottomright {
	width: 35%; 
	float: right; 
	padding: 20px 0 100px 0;
	}

.home_featured {
	padding: 0 10px 10px 10px; 
	border: 1px solid #d0def5;
	margin: 0 0 5px 0;
	}

.home_content ul {list-style-type:square; padding:10px 10px 10px 20px; color:#135595;}
.home_content ul li {padding:0 0 4px 0;}
.home_content h3 {padding:0 0 10px 0; }

.home_featured h3 {
	padding: 5px 10px; 
	margin: 0 -10px 10px -10px;
	text-transform: uppercase;
	border-bottom: 1px solid #d0def5;
	
	color: #fff; 
	font-family: arial, sans-serif; 
	font-size: 14px; 
	}

hr {
	border:0; 
	height:0px; 
	border-top:1px solid #d0def5;
	margin:10px 0;
	}

/*******************************
		MAIN
******************************/
#main {
	border: 6px solid #fff;
	width:918px;
	padding: 0 20px 0 0;
	line-height :17px;
	
}

/***SIDE NAV***/

.int_left { width:220px; float:left;}

.int_left img { padding:0 0 4px 0;}

.int_left h3 {
	display:none;
}

ul.side_nav {display:none; }
ul.side_nav li {display:block; padding: 2px 0; font-size:11px;}


/***MAIN CONTENT AREA***/

.int_right {
	width: 650px; 
	padding: 20px 0 150px 0; 
	float: right;
	}

.int_right h2 {font-weight: normal; padding: 0 0 10px 0;}

.int_right h3 {
	padding: 15px 0 5px 0;
	
	font-size: 16px; 
	font-weight: normal; 
	color: #961212; 
	}

.int_right ul {list-style-type:none;}

.int_right ul li {	padding: 1px 0 2px 20px; 	}

.int_right ul, .int_right ol, .int_right table {margin: 10px 0 10px 10px;}

/********************************
		FOOTER
*********************************/

#footer {
	border-top:1px solid #999;
	clear:both;
	padding: 12px 0;
	width:100%;
	text-align: center;
	font-size: 11px;
	
}

#footer a { text-decoration:none;}


p {padding:0 0 1em 0;}
	
.cleaner {
	clear:both;
	width:100%;
	border:0;
	background:transparent;
	font-size:1px;
	}
