/* ================================ BASE CSS ======================================== */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography */
body {font-size:75%;color:#222;background:#fff;font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#462c28;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.16em;font-weight:bold;}
h3 {font-size:1em; color: #e59d00;font-weight: bold;}
h4 {font-size:1.08em;font-weight: bold; line-height:1.25;margin-bottom:0.1em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
p.intro {color: #a34529; font-size: 1.33em;}
p.intro span {color: #462c28;font-weight: bold;}
a:focus, a:hover {color:#a34529;}
a {color:#e59d00;text-decoration:underline;}
.fauxlink { color: #e59d00; }
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:0.2em;line-height:1.2em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;border-right:none;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
p.indent, ul.indent {margin: 0 0 1.5em 1.5em; list-style: none;padding: 0;}
.em {color: #303030; font-size: 1.16em;font-weight:bold;}
ul.em,ul.em li {list-style: none;margin: 0;	padding: 0;}
ul.em li {line-height: 2.5;}

/* ===== STYLES ===== */
body
{
	background: #fff;
	text-align: center;
}

#header-container
{
	background: #452c28 url('../images/backgrounds/headerbg.png') repeat-x left bottom;
	border-bottom: 2px solid #fff;
	height: 120px;
}

#feature-container
{
	background: #e3decb url('../images/backgrounds/featurepattern.png') repeat left top;
}

#featurebottom
{
	background: #fff url('../images/backgrounds/headerbg.png') repeat-x left -4px;
	border-top: 7px solid #fff;
	height: 10px;
}

#header,
#feature,
#main
{
	margin: 0 auto;
	text-align: left;
}

#header,
#main
{
	overflow: hidden;
	padding: 0 20px;
	width: 920px;
}

/* header */
#header h1
{
	float: left;
	line-height: 1;
	margin: 23px 0 0;
}

#header ul
{
	float: right;
	list-style: none;
	margin: 78px 0 0;
	padding: 0;
}

#header li
{
	color: #a34529;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#header li.last
{
	margin: 0;
}

#header li a
{
	color: #2d0e0d;
	margin: 0 5px 0 0;
	text-decoration: none;
}

#header li.current a
{
	color: #e59d00;
}

#header li a:hover
{
	color: #a34529;
}

#header li.last a
{
	margin: 0;
}

#feature
{
	width: 960px;
}

#feature img
{
	display: block;
}

/* content */
#main
{
	overflow: visible;
	padding: 24px 20px;
}

#content
{
	float: left;
	width: 584px;
}

/* agents */
ul#agents,
ul#agents li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#agents li
{
	background: transparent url('../images/backgrounds/dots-yellow.png') repeat-x left top;
	margin: 0 0 2.16em;
	overflow: hidden;
	padding: 2.16em 0 0;
}

.agent-photo
{
	float: left;
	width: 115px;
}

.agent-photo img
{
	max-width: 95px;
}

.agent-info
{
	float: left;
	width: 469px;
}

.agent-info a
{
	color: #a34529;
	text-decoration: none;
}

.agent-info a:hover
{
	color: #462c28;
	text-decoration: underline;
}

/* google map */
.gmnoprint,
.gmnoprint a,
.gmnoprint h3
{
	color: #000;
}

#map
{
	border: 10px solid #fff;
	float: left;
	margin: 0 20px 0 0;
}
#sidebar_1
{
	float: left;
	width: 200px;
}


/* sidebar */
#sidebar
{
	float: right;
	width: 290px;
}

#sidebar .ad
{
	margin: 0 0 2.7em;
	text-align: center;
}

#sidebar .ad img
{
	display: block;
	margin: 0 auto;
}

#sidebar .ad img.overflowed
{
	margin-top: -10px;
	margin-left: -15px;
}

#sidebar .bordered
{
	border: 5px solid #462c28;
}

#sidebar .bordered img
{
	border: 4px solid #fff;
}

#sidebar .ad p
{
	font-size: 1.16em;
	padding-left: 64px;
	text-align: left;
}

#sidebar .fancyad
{
	background: #faebcc;
	width: 288px;
}

#sidebar .fancyad .fancytop,
#sidebar .fancyad .fancybottom
{
	background: #fff url('../images/misc/edgecurves.jpg') no-repeat center top;
	height: 17px;
}

#sidebar .fancyad .fancytop
{
	background-position: center bottom;
}

#sidebar .fancyad p
{
	color: #462c28;
	font-size: 0.92em;
	font-style: italic;
	margin: 0;
	padding: 0 26px;
}

/* footer */
#footer
{
	color: #693918;
	font-weight: bold;
	height: 25px;
	margin: 40px auto 0;
	width: 960px;
}

#footer span
{
	color: #a34529;
	text-transform: uppercase;
}

#footer p,
#copyright p
{
	margin: 0;
}

#copyright
{
	background: #e59d00 url('../images/backgrounds/footerbg.png') repeat-x left top;
	margin: 0 auto;
	padding: 20px 0 35px;
	width: 960px;
}

#copyright p
{
	color: #693918;
	font-size: 0.93em;
	text-transform: uppercase;
}

/* cssform */
form.cssform {
	margin: 10px 0 10px 0;
	padding: 0;
}

.cssform p
{
	overflow: hidden;
}

.cssform fieldset {
	display: block;
	padding: 0;
	margin: 0 0 0px 0;
	border: none;
}
.cssform legend {
	font-weight: bold;
	color: #CC0000;
	border: solid 1px #ccc;
	padding: 3px;
	margin: 0;
}
.cssform p {
	margin: 0;
	padding: 0;
	height: 1%;
	vertical-align: middle;
	clear: both;
}
.cssform label {
	display: block;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 12px 0 0;
	margin-top: 8px;
	text-align: right;
}
.cssform label.red {
	color: red;
}

.cssform label.labelsm
{
	width: 94px;
}

.cssform input, .cssform select {
	margin: 4px 0;
}
.cssform input, .cssform select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
}
.cssform select {
	width: 289px;
	font-size: 10px;
	padding: 3px;
	margin-top: 8px;
}
.cssform select.state {
	width: 50px;
}
.cssform textarea {
	width: 289px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
* html .cssform textarea {
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
.cssform textarea:focus {
	background-color: #FFFFCC;
}
.cssform input[type="radio"] {
	float: left;
	display: normal;
	border: none;
	background-color: #fff;
}
.cssform label.respond {
	width: 75px;
}
.cssform input[type="text"], .cssform span.contacting {
	display: block;
	float: left;
	width: 289px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
* html .cssform input.text, .cssform span.contacting {
	display: block;
	float: left;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
.cssform input[type="text"].textsm {
	width: 134px;
}
* html .cssform input.textsm {
	width: 134px;
}
.cssform input[type="text"]:focus {
	background-color: #FFFFCC;
}
.cssform input.submit-contact, .cssform .submit {
	color: #fff;
	background-color: #e59d00;
	border: 1px solid #ddd;
	font-size: 1.16em;
	padding: 3px 10px;
	margin: 15px 0 0 152px;
}
.cssform input.submit-contact:hover, .cssform .submit:hover {
	border: 1px solid #666;
	cursor: pointer;
	background: #a34529;
	color: #FFF;
}

.cssform p#captcha
{
	margin-top: 8px;
	padding-left: 152px;
}

.cssform span.contacting
{
	border: none;
	background: #fff;
	font-style: italic;
}

/* confirm modal */
#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#eee; cursor:wait;}

/* Container */
#confirm-container {width:420px; font-size:16px; line-height:26px; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; width:100%; background:url(../images/modal/header.gif) repeat-x; color:#fff; font-size:1.1em; font-weight:bold; line-height:30px;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; margin:0; padding:12px 4px 12px 8px; font-size:1em;}
#confirm-container .buttons {width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../images/modal/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-size:1.1em; position:absolute; top:-1px; left:400px; color:#ccc;}
#confirm-container a.modal-close:hover {color:#eee;}


/* clearfixes */
#main:after,
#confirm-container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
#main {
	display: inline-block;
}
 
html[xmlns] #main {
	display: block;
}
 
* html #main {
	height: 1%;
}