@charset "utf-8";

* {margin:0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body.home {background: #006ab8 url(../images/bg_body.png) repeat-x;}
body.content {background: #0A5A9D url(../images/bg_body2.png) repeat-x;}

p {
	margin: 0 10px 0 0;
	line-height: 1.5em;
	}

#top, #slideshow, #footer {
	width: 980px;
	margin: 0 auto;
	}
	
#top {
	height: 116px;
	margin-bottom: 25px;
	}
	
#logo {
	float: left;
	width: 389px;
	height: 104px;
	margin: 12px 0 0 26px; 
	background:url(../images/logo.gif) no-repeat
	}
#logo h1 strong {display: none}

	
body.content #search {
	float: right;
	width: 248px;
	margin-top: 31px;
	}
	
#search input {float: left; width: 142px;}
	
#search button {
	float: left;
	display: block;
	width: 53px; 
	height: 24px; 
	margin-left: 8px;
	background: url(../images/b_search.gif) no-repeat;
	border: none;
	}
#search button strong {display:none;}

#slideshow {
	height: 285px;
	background: url(../images/temp_slideshow.jpg) no-repeat;
	}
	
#slide-copy {
	padding: 100px 40px 40px 464px;
	color: #666666;
	}
	
#slide-copy a {color: #F78C2D; text-decoration: none;}
#slide-copy a:hover {text-decoration: underline;}

#wrap {
	width: 988px;
	margin: 24px auto 0 auto;
	}

body.content #wrap {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	}
	
#content {
	width: 944px;
	margin: 0 auto ;
	padding: 40px 0;
	}

#content h1 {
	margin-bottom: 24px;
	font-size: 2.8em;
	letter-spacing:-1px;
	font-weight: normal;
	color: #F78C2D;
	}
	
#content h2 {
	padding-top: 16px;
	margin-bottom: 16px;
	font-size: 2em;
	color: #056AB7;
	}
	
#content h3 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #056AB7;
	}
	
#content h4 {
	margin-bottom: 4px;
	font-size: 1.2em;
	color: #056AB7;
	}

#content p, #slide-copy p {
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}
	
#content ul, #content ol {margin: 0 0 16px 16px;}

#content li { line-height: 1.5em; }

#content td {
	background: #f0f0f0;
	padding: 4px 6px;
	border-bottom: 1px solid #FFF;
	}


#content a, #home content a {color: #f58c31; text-decoration: none}
#content a:hover, #home content a:hover { text-decoration: underline}

#wrap_footer {
	clear:both;
	background: url(../images/bg_wrapfooter.png) repeat-x;	
	padding: 32px 0 ;
	}

	
#footer p {
	clear: left;
	text-align: center;
	margin: 8px 36px;
	color: #FFF;
	}
	
#footer span {margin: 0 8px;}


/*HOME*/
	
#home_content {
	float: left;
	}

.box {
	float: left;
	width: 295px; /*319px;*/
	min-height: 271px;
	margin: 0 12px 32px 0;
	padding: 16px 12px;
	background: url(../images/bg_box.png) no-repeat;
	color: #FFF;
	}

.box h1 {margin-bottom: 8px;}
.box h1 strong {display: none;}
	
#news h1 {
	display: block;
	width: 296px;
	height: 29px;
	background: url(../images/h_box-news.gif) no-repeat;
	}

#news a, #application a {color: #FFF;}
#news a:hover, #application a:hover {text-decoration: none}
	
#job h1 {
	display: block;
	width: 297px;
	height: 28px;
	background: url(../images/h_box-job.gif) no-repeat;
	}
	
#job .img_left {
	float: left;
	margin: 0 8px 0 8px
	}

#job .buttons {
	float: left;
	width: 162px;
	}
	
#application h1 {
	display: block;
	width: 294px;
	height: 30px;
	background: url(../images/h_box-application.gif) no-repeat;
	}
	
#application p {
	margin: 0 8px 16px 8px;
	}
	
td.post_title h3 a{
color: #056AB7;
}

#search {
	float: right;
	width: 248px;
	margin-top: 23px;
	}
	
#search form{
margin: 0;
padding: 0;
}

div#agent-login {
height:41px;
display:block;
width: 128px;
padding: 0 0 26px 0px;
}

div#agent-login a{
width:101px;
height:41px;
display:block;
background:url(../images/agent-login-button.gif) no-repeat 0 -0px;
text-indent: -3000px;
overflow:hidden;
float:left;
margin: 0;
}

div#agent-login a:hover{
background:url(../images/agent-login-button.gif) no-repeat 0 -41px;
}
	