/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* @end */

/* @group global */

body {
	background: #d7d2c2 url(../images/body-background.png) repeat-x;
	width:  100%;
	font: 12px/12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #614d1d;
}

#page {
	margin-left: auto;
	padding-bottom: 50px;
	margin-right: auto;
	width: 960px;
	position: relative;
}

#header {
	width: 100%;
	height: 75px;
	position: relative;
	background-color: #ffffff;
	z-index: 100;
}

#header h1 a#logo {
	width: 240px;
	height: 44px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 22px;
	background: url(../images/logo-background.png) no-repeat;
}

#header ul.navigation {
	padding-left: 6px;
	list-style: none;
	position: absolute;
	bottom: 11px;
	left: 296px;
	background: url(../images/header-navigation-background.png) no-repeat;
	height: 40px;
}

#header ul.navigation li {
	float: left;
	display: inline;
	position: relative;
	margin-top: 21px;
}
#header ul.navigation li a {
	padding: 3px 0 12px 23px;
	text-align: left;
	float: left;
	display: inline;
	white-space: nowrap;
	color: #8995a8;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}

#header ul.navigation li a:hover {
	color: #132b52;
}

#header ul.navigation li ul.dropnav {
	display: none;
	padding: 0;
	background-image: url(../images/dropnav-background.png);
	background-repeat: repeat;
	background-position: 0 0;
	position: absolute;
	top: 25px;
	left: 23px;
	width: 140px;
}

#header ul.navigation li:hover ul {
	display: block;
}

#header ul.navigation li ul.dropnav li {
	float: left;
	display: inline;
	clear: left;
	width: 100%;
	overflow: hidden;
	margin-top: 0;
}

#header ul.navigation li ul.dropnav li a {
	padding: 5px 8px 6px 8px;
	text-align: left;
	float: left;
	display: block;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	width: 140px;
}
	#header ul.navigation li ul.dropnav li a:hover {
		background-color: #152C53;
	}

#header .findanagent {
	position: absolute;
	right: 20px;
	bottom: 40px;
	width: 203px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/bg_red_fade.gif);
}

#header .search-form {
	position: absolute;
	right:  20px;
	bottom:  10px;
	width: 208px;
}

#header .search-form input {
	float: left;
	display: inline;
	margin-left: 6px;
}

#header .search-form input.text {
	float: left;
	display: inline;
	margin-left: 6px;
	width: 130px;
}

#footer {
	width: 100%;
	position: relative;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #95865b;
}

#footer a {
	color: #95865b;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
}

#footer a:hover {
	color: #B61E3B;
	text-decoration: none;
}

#footer ul.navigation {
}

#footer ul.navigation li {
	display: inline;
	border-right-color: #95865b;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 12px;
	padding-left: 12px;
}

#footer ul.navigation li.last {
	border-right-style: none;
	padding-right: 0;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: italic;
}

address {
	font-style: normal;
}

sup {
	vertical-align: top;
	font-size: .6em;
}

#main #content a {
	color: #002B54;
	text-decoration: none;
}

#main #content a:hover {
	color: #b61e3b;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content address {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content form label {
	float: left;
	display: inline;
	clear: left;
	font-size: 13px;
	line-height: 13px;
}

#content ul.bulleted {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0;
}

#content ul.bulleted li {
	line-height: 1.5em;
}

.subnavigation {
	margin-right: 20px;
	padding-top: 15px;
	background-image: url(../images/subnavigation-background.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 147px;
	min-height: 165px;
	float: left;
}

.subnavigation li {
	margin-bottom: .25em;
}

.subnavigation li a {
	width: 121px;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	color: #95865b;
	text-decoration: none;
	line-height: 1.4em;
}

.subnavigation li a:hover,
.subnavigation li.active a {
	color: #b61e3b;
}
/**
.agent-search {
	margin-bottom: 10px;	
}

=
.agent-search ul {
	display: inline;
	vertical-align: bottom;
}

.agent-search li {
	float: left;
	margin-right: 7px;
}

.agent-search li label {
	margin-bottom: 7px;
}

.agent-search li input,
.agent-search li select {
	float: left;
	clear: both;
}

.agent-search input.submit-button-find {
	float: left;
	padding-top: 27px;
}
**/

#content .hr hr {
	display:none;
}

#content .hr {
  height: 0;
  margin-bottom: 1.5em;
  line-height: 1em;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #b0a68e;
  border-style: solid;
}

/* @end */

/* @group layout1 */

#layout1  #header .findanagent {
	display: none;
}

#layout1 #main {
	margin: 0;
	padding: 0 20px;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
/*	width: 100%;*/
	zoom: 1;
}

#mainImage {
	margin-bottom: 15px;
	height: 330px;
	background-color: inherit;
}
	#layout1 #mainImage {
		margin-bottom: 0;
	}

#layout1 #content {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 675px;
}

#layout1 #sidebar {
	float: right;
	display: inline;
	width: 232px;
}

#layout1 #sidebar .agent-search-form {
	margin-bottom: 15px;
	float: left;
	display: inline;
	clear: left;
	background: url(../images/agent-search-form-background.png) no-repeat center bottom;
	width: 184px;
	padding: 5px 24px 0 24px;
	height: 127px;
}

#layout1 #sidebar .agent-search-form label {
	line-height: 17px;
	font-size: 13px;
	color: #95865b;
}

#layout1 #sidebar .agent-search-form input.text {
	margin-top: 16px;
	margin-bottom: 10px;
	width: 168px;
}

#layout1 #sidebar .agent-search-form input.submit-button {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 15px;
}

.btn-make-payment {
	display: block;
	margin: 14px 0;
}

.button {
	padding: 17px;
	text-align: center;
	color: #DBD6C8;
	font-size: 14px;
	display: block;
	clear: left;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 16px;
	cursor: pointer; /* just to make sure */
}
	.button:hover {
		color: #fff;
	}
	.button.blue {
		background: #4c5471 url(../images/bg_blue_fade.gif) 0 0 repeat-x;
	}
	.button.red {
		background: #ba4052 url(../images/bg_red_fade.gif) 0 0 repeat-x;
	}
		.button.blue {
			*height: 16px; /* weird spacing issue with IE 7 only */
		}

#layout1 #sidebar p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* corner divs are added via JS */
.corners { position: relative; }
.corners .tl,
.corners .tr,
.corners .bl,
.corners .br { position: absolute; z-index: 99; width: 6px; height: 6px; background: url(../images/corners.png) 0 0 no-repeat; }

.corners .tl { top: 0; left: 0; }
.corners .tr { top: 0; right: 0; background-position: -6px 0; }
.corners .bl { bottom: 0; left: 0; background-position: 0 -6px; }
.corners .br { bottom: 0; right: 0; background-position: -6px -6px; }

.cornersTop .bl, .cornersTop .br { display: none; }
.cornersBottom .tl, .cornersBottom .tr { display: none; }

#navHome {
	position: relative;
	height: 130px;
	clear: both;
}	
	#navHome ul {
		position: absolute;
		bottom: 0;
		height: 112px;
		width: 920px;
	}
	#navHome li {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 228px;
		height: 30px;
		background-color: #ede8df;
	}
		#navHome li.two { left: 230px; }
		#navHome li.three { left: 460px; }
		#navHome li.four { left: 690px; }
		
		#navHome li div {
			display: none;
			color: #fff;
			height: 82px;
		}
			#navHome li div p {
				padding: 10px;
			}
		#navHome li a {
			display: block;
			text-align: center;
			color: #95865b;
/*			color: #B61E3B;*/
			text-decoration: none;
			font-size: 1em;
			height: 30px;
			line-height: 30px;
			background: transparent url(../images/sub-banners-h2-background.png) 0 0 repeat-x;
		}
		#navHome li.active {
/*			background-color: #000;*/
		}
			#navHome li.active div {
				display: block;
				background-color: #231F20;
			}
			#navHome li:hover div {
				
			}
			#navHome li:hover a {
/*				color: #B61E3B;*/
				color: #fff;
				background-position: 0 -31px;
			}

.agents-found ul li {
	margin-bottom: 28px;
}

/* @end */

/* @group layout2 */

#layout2 #main {
	margin: 0;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#layout2 #banner {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	padding: 0;
}

#layout2 #content {
	margin-top: 18px;
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 710px;
	color: #614d1d;
}

#layout2 #content h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

#layout2 #sidebar {
	display: none;
}

/* @end */

/* @group layout3 */

#layout3 #main {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#layout3 #banner {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#layout3 #content {
	margin: 0;
	padding-top: 23px;
	padding-left: 30px;
	padding-bottom: 0;
	padding-right: 30px;
	float: left;
	display: inline;
	width: 524px;
	color: #614d1d;
	background: url(../images/content-background.png) no-repeat;
	min-height: 160px;
}

#layout3 #content h2 {
	font-size: 14px;
	margin-bottom: 18px;
}

#layout3 #sidebar {
	display: none;
}

/* @end */

/* @group layout4 */

#layout4 #main {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#layout4 #banner {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#layout4 #content {
	margin: 0;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 0;
	padding-right: 50px;
	float: left;
	display: inline;
	width: 820px;
	color: #614d1d;
}

#layout4 #content h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

#layout4 #content h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

#layout4 #content ol {
	margin-bottom: 1.5em;
}

#layout4 #content ol li {
	margin-left: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	overflow: visible;
	list-style-type: decimal;
	line-height: 1.5em;
}

#layout4 #sidebar {
	display: none;
}

/* @end */

/* @group layout5 */

#layout5 #main {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background-color: #ffffff;
}

#layout5 #banner {
	display: none;
}

#layout5 #content {
	margin: 0;
	padding: 33px 50px 0 50px;
	float: left;
	display: inline;
	width: 820px;
	color: #614d1d;
}

#layout5 #content h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

#layout5 #content h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

#layout5 #content ol {
	margin-bottom: 1.5em;
}

#layout5 #content ol li {
	margin-left: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	overflow: visible;
	list-style-type: decimal;
	line-height: 1.5em;
}

#layout5 #sidebar {
	display: none;
}

#layout5 #content .search-form {
	float: left;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

#layout5 #content .search-form label {
margin-top: 4px;
}

#layout5 #content .search-form input {
	float: left;
	display: inline;
	margin-left: 6px;
}

#layout5 #content .search-form input.text {
	float: left;
	display: inline;
	margin-left: 6px;
	width: 130px;
}

#layout5 #content ul.search-results {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#layout5 #content ul.search-results li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#layout5 #content ul.pagination {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#layout5 #content ul.pagination  li {
	display: inline;
	color: #614d1d;
	font-size: 11px;
}

#layout5 #content ul.pagination  li a,
#layout5 #content ul.pagination  li span {
	padding-top: .5em;
	padding-right: .4em;
	padding-bottom: .5em;
}

/* @end */

.fineprint-warning {
	color: Red;
	font-size: 10px;
}