@charset "utf-8";
/*--Base Styles for Content Formatting------------*/

html {
	height: 100%; /* footer position bottom hack */
	}
body {
	margin:0;
	padding: 0;
	height: 100%; /* footer position bottom hack */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #009cad;
}
a:hover {
	color: #006e7f;
}

#nonfooter { /* footer position bottom hack */
	position: relative;
	min-height: 100%;
	}
* html #nonfooter { /* footer position bottom hack */
	height: 100%;
	}

/* Main Containers */
#headerwrap, #topwraphome, #topwrap, #contentwarp, #footerwrap {
	width: 100%;
	margin:0;
	padding: 0;
}
#headerwrap {
	padding: 15px 0 5px 0;
	height: 75px;
}
#topwraphome {
	background: #55483c url(../img/home-background.jpg) repeat-x bottom;
}
#topwrap {
	background-color: #55483c;
	height: 125px;
	background: url(../img/home-background.jpg) repeat-x center;
}
#contentwrap {
	background-color: #FFF;
	background: url(../img/bgd-fade-home.gif) no-repeat center top;
	padding: 0;
	margin-bottom: 40px;
	clear: both;

}
#footerwrap { 
	background-color: #666;
	padding: 10px 0 0 0;
	height: 30px;
	width: 100%;
	position: relative; /* footer position bottom hack */
	margin: -40px auto 0 auto; /* footer position bottom hack */
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footerwrap { 
	margin-top: -40px;
	}

/* Controls site width */

.header, .nav, .bannerhome, .banner, .content, .footer {
	width: 900px;
	margin: 0 auto;
}

/* Header formating */

.header .logo {
	float: left;
}

.header .contact {
	float: right;
	margin: 22px 0px 0 20px;
	font-weight: bold;
	font-size: 16px;
}

.header .contact a {
	color: #E87F00;
}

.header .contact a:hover {
	color: #cd6900;
}


.header .contact img {
	vertical-align: middle;
	padding-bottom: 5px;
}

/* Top Navbar */
.nav {
	padding: 10px 0;
	height: 25px;
	font-size: 17px;
}
.nav ul {
	padding: 0;
	margin: 0;
}
.nav li {
	float: left;
	list-style: none;
	padding-right: 10px;
	padding-top: 2px;
	margin-right: 10px;
	background: url(../img/nav-divider.gif) no-repeat right 2px;
}
.nav li.last {
	background: none;
}
.nav li a {
	color: #fff;
	text-decoration: none;
}
.nav li a:hover {
	color: #ff690a;
}

/* Top Page Banners */
.bannerhome {
	background-color: #FFF;
	padding: 5px 5px 0 5px;
	width: 890px;
	height: 288px;
}
.banner {
	padding: 5px 5px 0 5px;
	width: 890px;
	height: 75px;
	position: relative;
	background: #fff url(../img/background-grey.gif) no-repeat 5px 5px;
}
.banner h1 {
	position: absolute;
	left: 15px;
	bottom: -7px;	
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

/* Content Formatting */

.content {
	width: 870px;
	padding: 10px 15px;
	position: relative;
	line-height: 20px;
}

.rightcol {
	width: 560px;
	padding-right: 315px;
}

.leftcol {
	width: 560px;
	padding-left: 315px;
}

.content h1 {
	padding-top: 0;
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #ab803b;
	font-style: italic;
}

.content h2 {
	font-size: 18px;
	color: #ab803b;
}

p {
	margin: 10px 0;
}

.content ul {
	padding: 0;
	margin: 0 0 20px 20px;
}

.content ul li {
	background: url(../img/list-arrow.gif) no-repeat 3px 0;
	padding-left: 25px;
	list-style: none;
	margin: 7px 0;
	color: #666;
}

img {
	border: 0;
}

table.data, {
	padding: 0;
	margin: 0;
}
table.data td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
table.divider {
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	margin-top: 10px;
}

.imgborder {
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-bottom: 15px;
}

.imggallery {
	float: left;
	margin-right: 15px;
}

.clear {
	clear: both;
}

fieldset {
	border: 1px solid #ccc;
}

legend {
	margin: 0 10px;
	padding: 0 5px;
	color: #666;
}

.agentlogos {
	text-align:center;
}
.agentlogos img {
	margin: 15px;
	border: 1px solid #ccc;
}

.sidebox {
	position: absolute;
	width: 290px;
}

.sideboxright {
	position: absolute;
	top: 25px;
	right: 15px;
}

.sideboxleft {
	position: absolute;
	top: 25px;
	left: 15px;
}

.sidebox h2 {
	display: block;
	padding: 5px;
	margin: 0;
	background: url(../img/sidebox-bgd.gif) repeat-x;
	font-size: 14px;
	color: #fff;
}
.sidebox ul {
	padding: 5px 0 !important;
	margin: 0 0 20px 0 !important;
	border-bottom: 1px solid #efefef;
}
.sidebox li {
	background: url(../img/list-arrow.gif) no-repeat 5px 0 !important;
	list-style: none !important;
	padding: 0 0 0 25px !important;
	margin: 5px 0 !important;
	color: #666 !important;
}

/* Footer Navbar */

.footer {
	font-size: 12px;
}

.footer ul {
	padding: 0;
	margin: 0;
}
.footer li {
	float: left;
	list-style: none;
	padding-right: 5px;
	margin-right: 5px;
	background: url(../img/footer-divider.gif) no-repeat right 2px;
}
.footer li.last {
	background: none;
}
.footer li a {
	color: #fff;
	text-decoration: none;
}
.footer li a:hover {
	color: #000;
}

.footer .right {
	float: right;
	color: #999;
}
