/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	background-color:#fff;
	background-image:url(../images/bg-blk.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	font-family:arial, helvetica, lucida, tahoma, verdana, sans-serif;
	font-size:12px;
	line-height:20.4px;
	color:#666;
}
h1, h2, h3, h4 {
	font-size:1.8em;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
small {
	font-size:1.1em;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-none {
	float:none;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear:right;
}
.push {
	clear:both;
}
.hide {
	display: none;
}
.overflow {
	width: 100%;
	overflow: hidden;
}

/* Links
--------------------------------------------------------------------------------------- */

a {
	font-weight: bold;
	text-decoration: none;
	outline:0;
}
a:link {
	color: #800022;
}
a:visited {
	color: #800022;
}
a:hover {
	color: #800022;
	text-decoration: underline;
}
a:active {
	color: #6dcff6;
}
#footer p a:link {
	color: #333;
	font-weight:normal;
}
#footer a:visited {
	color: #333;
	font-weight:normal;
}
#footer a:hover {
	text-decoration: underline;
}
a.arrow {
	background: transparent url(../images/arrow.jpg) 0 50% no-repeat;
	padding-left: 14px;
}
.btn_more {
	display:block;
	width: 38px;
	height: 13px;
	text-indent: -9999px;
	background: transparent url(../images/btn_more.gif) top left no-repeat;
	float: right;
}
.btn_more:hover {
	background-position: top right;
}
/* Main Structural Selectors
--------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	padding:0px;
	width: 950px;
	height:100%;
	background-color: #fff;
	vertical-align:top;
}
#headerContainer {
	margin: 0px 0px 0px 0px;
	padding:0px;
	width: 100%;
	height:130px;
	background-color: #fff;
}
#navContainer {
	margin: 0px;
	padding:0px;
	height:40px;
	width:100%;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	background-color:#333;
}
#navContainer ul {
	width:100%;
	margin-left:25px;
	padding-top:9px;
}
#navContainer ul li {
	display:inline;
	font-size:14px;
	margin-right:80px;
	font-family:Lucida Grande;
}
#navContainer ul li a {
	color:#ffcc00;
}
.main-nav li a {
	padding-top:15px;
}
#contentContainer {
	margin: 0px;
	padding: 0px;
	height:auto;
	vertical-align: top;
}
#footer {
	margin-top: 20px;
	padding:0px;
	height:70px;
	background-color: #f1f1f1;
	border-top:1px solid #edebea;
	vertical-align:top;
}
#footer p {
	margin-top:40px;
	margin-left:25px;
	color:#333;
}
/* Header Layout
--------------------------------------------------------------------------------------- */


#headerLogo {
	width:300px;
	position:relative;
	left:10px;
	top:10px;
}
#headerAddress {
	width:650px;
	text-align:right;
	position:relative;
	top:69px;
	color:#333;
}
/* Main Content Layout
--------------------------------------------------------------------------------------- */

#bannerContent {
	margin:5px 0px 5px 0px;
	height:265px;
	width:950px;
}
#blackBox {
	background-image:url(../images/blackbox.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:355px;
}
#blackBox h2 {
	color:#fff;
	font-weight:bold;
	font-size:21px;
	line-height:28px;
	padding :25px 0px 0px 25px;
}
#blackBox p {
	padding: 0px 15px 0px 25px;
	font-family:Verdana;
	color:#fff;
}
#blackBox a {
	color:#6dcff6;
	font-weight:lighter;
}
#flashBox {
	background-color: #ffffff;
	width: 595px;
	height: 265px;
	text-align: center;
	vertical-align: top;
}
#greyBox {
	background-image:url(../images/greybox.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:15px 0px 0px 0px;
	height:184px;
	border-top:1px solid #ccc;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding-left:25px;
}
#greyBox h3 {
	font-size:18px;
	font-weight:bold;
	line-height:20.4px;
	margin-bottom:10px;
}
#greyBox img {
	border:1px solid #ccc;
	padding:2px;
	margin:0px 10px 0px 0px;
}
#greyBox p {
	margin:0;
	padding-right:10px;
	color:#333;
	font-size:11px;
	text-align:left;
}
#mainContent {
	padding-top:20px;
	border-left:1px solid #edebea;
	border-right:1px solid #edebea;
}
.column-left {
	padding-left:25px;
}
.column-left h2 {
	margin-top:15px;
	margin-bottom:15px;
}
.search-tabs p a {
	font-family:Lucida Grande;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 25px;
}
.column-middle {
	padding-left:25px;
padding-right:20px;
}

.column-middle h2 {
	margin-top:15px;
	margin-bottom:15px;
	line-height:25px;
}
.column-middle ul li {
	margin-left: 35px;
	margin-top: 10px;
}
.column-right {
	border: 3px solid #edebea;
	padding-left:25px;
	padding-bottom:20px;
	margin-right:20px;
}
.column-right h2 {
	margin-top:15px;
	margin-bottom:15px;
}
.column-right p {
	font-weight:bold;
}
.view_all {
	float: right;
	margin-top:0px;
	margin-right:10px;
}
.view_all a {
	color:#333;
	padding-right:5px;
	vertical-align: bottom;
}
.view_all a img {
	vertical-align: -6px;
}
#ribbon {
	text-indent: -9999em;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image:url(../images/featured-ribbon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 117px;
	height: 116px;
	position: absolute;
}
.agent-profile {
	width:100%;
	margin-left:0px;
	margin-bottom:20px;
}
#agent-photo {
	width:100px;
	float:left;
}
#agent-info {
	float:left;
}
#agent-info p b {
	color:#333;
}
.agent-photo-lrg {
	float:left;
	margin-right:20px;
}
#frmContact {
	width:580px;
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	padding: 2em 15px 1em 15px;
}
fieldset {
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
fieldset p.note {
	color: #999;
	font-size: 11px;
	margin:0px;
	padding:0;
}
span.required {
	color:#800022;
}
legend {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin:0;
	color:#333;
}
#frmContact label {
	display: block;
	height: 2.1em;
	line-height: 2.1em;
	margin: 1em 0;
	color:#333;
}
.formField {
	border: 1px solid #ccc;
	display: block;
	font-size: 1.4em;
	margin: -2.2em 0 1em 160px;
	padding: 0px;
	position: relative;
	width: 350px;
}
select.formField {
	padding: 4px 5px;
	width: 366px;
}
#sComments {
	font-family:arial, helvetica, lucida, tahoma, verdana, sans-serif;
}
.formField:focus {
	border-color: #999;
}
