/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #e3e3ce;
	color: #524b48;
	background-image: url(../img/background.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
body.admin {
	background-color: #fff;
	background-image: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.icon_align {
	vertical-align: bottom;
}
.message {
	color: #ed1c24;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #524b48;
}
a:hover {
	color: #524b48;
}
a:active {
	color: #524b48;
}

.navigation a:link, .navigation a:visited {
	color: #fff;
	text-decoration: none;
}
.navigation a:hover {
	color: #254b4f;
}
.navigation a:active {
	color: #254b4f;
}

.subnav a:link, .subnav a:visited {
	color: #fff;
	text-decoration: none;
}
.subnav a:hover {
	color: #254b4f;
}
.subnav a:active {
	color: #254b4f;
}

.more_nav a:link, .more_nav a:visited {
	color: #005374;
	text-decoration: none;
}
.more_nav a:hover {
	color: #005374;
}
.more_nav a:active {
	color: #005374;
}

a.whitelink:link, a.whitelink:visited {
	color: #ffffff;
}
a.whitelink:hover {
	color: #ffffff;
}
a.whitelink:active {
	color: #ffffff;
}

a.bluelink:link, a.bluelink:visited {
	color: #477074;
}
a.bluelink:hover {
	color: #477074;
}
a.bluelink:active {
	color: #477074;
}

a.greenlink:link, a.greenlink:visited {
	color: #90a737;
}
a.greenlink:hover {
	color: #90a737;
}
a.greenlink:active {
	color: #90a737;
}
.mah a:link, .mah a:visited {
	color: #7d7e54;
}
.mah a:hover {
	color: #7d7e54;
	text-decoration: none;
}
.mah a:active {
	color: #7d7e54;
}

.footer_content a:link, .footer_content a:visited {
	color: #979876;
}
.footer_content a:hover {
	color: #979876;
	text-decoration: none;
}
.footer_content a:active {
	color: #979876;
}


/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: normal normal normal 2em Arial, Helvetica, sans-serif;
	color: #8ba984;
	margin-bottom: .75em;
}
h2 {
	font: normal normal normal 1.583em "Times New Roman", Times, serif;
	color: #477074;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
.times {
	color: #90a737;
	font-family: "Times New Roman", Times, serif;
}
p {
	padding-bottom: 1.5em;
	line-height: 1.5em;
}
.blue {
	color: #477074;
}
.green {
	color: #90a737;
}
.white {
	color: #ffffff;
}
.large {
	font-size: 1.667em;
}
.medium {
	font-size: 1.5em;
}
.normal {
	font-size: 1.3em;
}
.small {
	font-size: 0.833em;
}


.pricing {
	font: normal normal normal 1.5em/normal Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.location {
	font: normal normal normal 1.167em/normal Arial, Helvetica, sans-serif;
	color: #a4be46;
	margin-bottom: 10px;
}
.sales {
	font: normal normal normal 1em/normal Arial, Helvetica, sans-serif;
	color: #fff;
}

/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.seo {
	width: 853px;
	margin: 0 auto;
	height: 57px;
	text-align: right;
	font: normal normal normal 0.917em/1.5em Arial, Helvetica, sans-serif;
	color: #524b48;
	padding-top: 20px;
}
.seo_copy {
	font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;
	width: 853px;
	margin: 0 auto;
}
.container {
	width: 853px;
	background-color: #fff;
	margin: 0 auto;
	padding: 8px;
	background-image: url(../img/background_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.mah {
	text-align: center;
	padding-top: 10px;
	font: normal normal normal 1.25em/normal "Times New Roman", Times, serif;
	color: #7d7e54;
}
.navigation {
	width: 853px;
	height: 30px;
	margin-bottom: 8px;
}
.nav_spacer {
	display: inline;
	float: left;
	height: 30px;
	width: 257px;
}
.nav_divider {
	display: inline;
	float: left;
	height: 30px;
	width: 18px;
}
.nav_models {
	display: inline;
	float: left;
	background-color: #90a737;
	text-align: center;
	width: 107px;
	height: 30px;
	font: normal normal bold 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
.nav_qd {
	display: inline;
	float: left;
	background-color: #90a737;
	text-align: center;
	width: 108px;
	height: 30px;
	font: normal normal bold 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
.nav_sitemap {
	display: inline;
	float: left;
	background-color: #90a737;
	text-align: center;
	width: 107px;
	height: 30px;
	font: normal normal bold 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
.nav_contact {
	display: inline;
	float: left;
	background-color: #90a737;
	text-align: center;
	width: 109px;
	height: 30px;
	font: normal normal bold 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
.nav_home {
	display: inline;
	float: left;
	background-color: #90a737;
	text-align: center;
	width: 93px;
	height: 30px;
	font: normal normal bold 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
.info {
	width: 216px;
	height: 298px;
	background-color: #477074;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 6px;
}
.photo {
	width: 611px;
	height: 298px;
}
.sidebar {
	display: inline;
	float: left;
	width: 236px;
}
.main {
	display: inline;
	float: left;
	width: 561px;
	margin-left: 6px;
}
.subnav {
	width: 222px;
	background-image: url(../img/background_subnav.gif);
	background-repeat: no-repeat;
	background-color: #90a737;
	padding: 7px;
	margin-bottom: 6px;
}
.footer {
	height: 23px;
	background-color: #fff;
	border-top: 1px solid #dbdbc0;
}
.footer_content {
	width: 868px;
	margin: 0 auto;
	line-height: 23px;
	padding-left: 0px;
	color: #979876;
	font-size: 11px;
}
.text_pad {
	padding: 25px 25px 0px 25px;
}


.model_photo {
	width: 125px;
}
.model_head_border {
	border-bottom: 1px solid #90a737;
}
.model_series {
	font: normal normal bold 1.25em/normal "Times New Roman", Times, serif;
	color: #90a737;
}
.model_view {
	font: normal normal normal 1em/normal "Times New Roman", Times, serif;
	color: #90a737;
	text-align: right;
}
.model_info {
	font: normal normal bold 1.083em/1.5em Arial, Helvetica, sans-serif;
	color: #477074;
	width: 20%;
}
.model_sqft {
	font: normal normal normal 1em/normal "Times New Roman", Times, serif;
	color: #477074;
}
.model_name {
	font: normal normal normal 1.5em/normal "Times New Roman", Times, serif;
	color: #477074;
}
.model_desc {
	font: normal normal normal 0.917em/normal Arial, Helvetica, sans-serif;
	color: #90a737;
	vertical-align: bottom;
	text-align: right;
}
.model_nav {
	font: normal normal normal 0.917em/normal Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: right;
	color: #477074;
}
.model_price {
	font: normal normal normal 1.5em/normal "Times New Roman", Times, serif;
	vertical-align: bottom;
	text-align: right;
	color: #477074;
}
.pricing_head {
	font: normal normal bold 1.083em/normal Arial, Helvetica, sans-serif;
	color: #90a737;
}
.pricing_border {
	border-bottom: 1px solid #90a737;
	font: normal normal bold 0.917em/normal Arial, Helvetica, sans-serif;
	color: #477074;
}
.pricing_info {
	font: normal normal normal 1.083em/normal Arial, Helvetica, sans-serif;
	color: #376165;
}
.features_box {
	padding: 3px;
}
.sitemap_lg {
	width: 800px;
	height: 482px;
	position: relative;
}
.sitemap_dot {
	position: absolute;
	width: 800px;
	height: 482px;
	z-index: 999;
	left: 0px;
	top: 0px;
}




.bullets {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 1.5em;
	margin-left: 20px;
}

.bullets li {
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 5px;
}


.subnav ul {
	list-style: none;
	text-align: right;
	width: 218px;
}
.subnav li {
	font: normal normal normal 14px/24px "Times New Roman", Times, serif;
	border-bottom: 1px solid #c8d39b;
	padding-right: 10px;
}
.subnav li.end {
	border-bottom: none;
}

.rule {
	border-top: 1px solid #90a737;
	padding-bottom: 10px;
}




.qd_box {
	background-color: #e3e3ce;
	padding: 3px;
	margin: 3px;
}
.qd_icons {
	display: inline;
	float: left;
	padding-right: 10px;
}
.qd_photo {
	margin: 10px;
}
.qd_features {
	margin-left: 30px;
}



input.error {
	background-color: #fcd4d6;
}

.error span{
	color: #9d0a0e;
	font-weight: bold;
}
