/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 80% Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #ece7d8;
	color: #503b24;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}
body.interior {
	line-height: 1;
	font: normal 80% Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #e9e3d0;
	color: #503b24;
	background-image: url(../img/background_int.gif);
	background-repeat: repeat-x;
}
.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;
}
div.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: middle;
	padding-right: 2px;
}

.valign {
	vertical-align: middle;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}

a.slate:link, a.slate:visited {
	color: #50676a;
}
a.slate:hover {
	color: #50676a;
}
a.slate:active {
	color: #50676a;
}

a.red:link, a.red:visited {
	color: #600c0c;
}
a.red:hover {
	color: #600c0c;
}
a.red:active {
	color: #600c0c;
}

.nav a:link, .nav a:visited {
	color: #465f64;
	text-decoration: none;
}
.nav a:hover {
	color: #600c0c;
	text-decoration: none;
}
.nav a:active {
	color: #465f64;
}

.nav_sub a:link, .nav_sub a:visited {
	color: #465f64;
	text-decoration: none;
}
.nav_sub a:hover {
	color: #600c0c;
	text-decoration: none;
}
.nav_sub a:active {
	color: #465f64;
}

.nav_int a:link, .nav_int a:visited {
	color: #465f64;
	text-decoration: none;
}
.nav_int a:hover {
	color: #600c0c;
	text-decoration: none;
}
.nav_int a:active {
	color: #465f64;
}
.nav_int a.current {
	color: #600c0c;
	text-decoration: none;
}

.navbar_item a:link, .navbar_item a:visited {
	color: #eae5d3;
	text-decoration: none;
}
.navbar_item a:hover {
	color: #600c0c;
	text-decoration: none;
}
.navbar_item a:active {
	color: #eae5d3;
}

.top_sub a:link, .top_sub a:visited {
	color: #eae5d3;
	text-decoration: none;
}
.top_sub a:hover {
	color: #eae5d3;
	text-decoration: underline;
}
.top_sub a:active {
	color: #eae5d3;
}
.top_sub a.current {
	color: #eae5d3;
	text-decoration: underline;
}

.nav_comm a:link, .nav_comm a:visited, .nav_comm_left a:link, .nav_comm_left a:visited {
	color: #f4f1e2;
	text-decoration: none;
}
.nav_comm a:hover, .nav_comm_left a:hover {
	color: #f4f1e2;
	text-decoration: underline;
}
.nav_comm a:active, .nav_comm_left a:active {
	color: #f4f1e2;
}
.nav_comm a.current, .nav_comm_left a.current {
	color: #f4f1e2;
	text-decoration: underline;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: italic normal bold 1.7em/normal "Times New Roman", Times, serif;
	color: #4c2909;
}
h2 {
	font: normal normal normal 1.5em/normal Arial, Helvetica, sans-serif;
	color: #465f64;
	margin-bottom: 0.75em;
}
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;
}


p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
.fancy {
	font: italic normal normal 1.7em/normal "Times New Roman", Times, serif;
}

.large {
	font-size: 1.5em;
}
.medium {
	font-size: 1.2em;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.slate {
	color: #465f64;
}
.gold {
	color: #837234;
}
.red {
	color: #600c0c;
}



/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.bullets {
	margin-left: 20px;
	list-style: none;
	margin-bottom: 1.5em;
}

.bullets li {
	padding-left: 12px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 7px;
}

.comm_main_photo {
	width: 621px;
	display: inline;
	float: left;
}
.comm_elevations {
	display: inline;
	float: left;
	width: 354px;
	text-align: center;
	padding-top: 20px;
}
.comm_floorplans {
	display: inline;
	float: left;
	width: 433px;
	text-align: center;
	padding-top: 20px;
}
.comm_logos {
	float: right;
	margin: 4px 100px 4px 10px;
}
.comm_nav {
	width: 786px;
	height: 26px;
	background-color: #7299a6;
	border-top: 1px solid #600c0c;
	border-bottom: 1px solid #600c0c;
	border-right: 1px solid #600c0c;
}
.comm_photo {
	width: 787px;
	height: 167px;
}
.comm_sidebar {
	display: inline;
	float: left;
	width: 146px;
	padding-bottom: 20px;
	padding: 20px 10px 10px 10px;
}
.container {
	position: relative;
	width: 980px;
}
.container_int {
	position: relative;
	width: 985px;
	background-image: url(../img/background_line.gif);
	background-repeat: repeat-y;
}
.container_models {
	position: relative;
	width: 980px;
	background-image: url(../img/background_lines.gif);
	background-repeat: repeat-y;
}
.copy_main {
	background-image: url(../img/background_experience.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 197px;
	padding-left: 36px;
	padding-top: 30px;
}
.copyright {
	width: 170px;
	padding-left: 18px;
	padding-top: 8px;
	font: normal normal normal 0.75em/normal Arial, Helvetica, sans-serif;
	color: #465f64;
	display: inline;
	float: left;
}
input.field_email {
	width: 145px;
	background-color: #ebe1c4;
	border: 1px solid #a08d49;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer {
	background-image: url(../img/footer_lines.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.footer_int {
	display: inline;
	float: left;
	border-left: 1px solid #600c0c;
	padding-bottom: 25px;
	padding-top: 8px;
}
.footer_text {
	border-bottom: 1px solid #600c0c;
	color: #5a6f70;
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	height: 29px;
	margin-left: 53px;
	padding-left: 12px;
}
.footer_text_int {
	border-bottom: 1px solid #600c0c;
	color: #5a6f70;
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-bottom: 10px;
}
.gallery_nav {
	display: inline;
	float: left;
	width: 230px;
	margin-left: 35px;
}
.gallery_photos {
	display: inline;
	float: left;
	width: 460px;
	margin-left: 25px;
}
.header {
	background-color: #600c0c;
	background-image: url(../img/background_header.gif);
	background-repeat: no-repeat;
	border-bottom: 3px solid #a08d49;
	height: 138px;
	padding-top: 1px;
	width: 774px;
}
.header_int {
	background-color: #600c0c;
	border-bottom: 3px solid #a08d49;
	height: 46px;
	width: 774px;
}
.header_copy {
	color: #d4c4ae;
	margin-left: 460px;
	margin-top: 10px;
}
.intro_pad {
	padding: 20px;
}

.logo {
	height: 147px;
	left: 61px;
	position: absolute;
	top: 55px;
	width: 298px;
	z-index: 999;
}
.logo_int {
	height: 120px;
	left: 18px;
	position: absolute;
	top: 9px;
	width: 244px;
	z-index: 999;
}
.main {
	border-left: 1px solid #600c0c;
	display: inline;
	float: left;
	width: 773px;
}
.main_int {
	border-left: 1px solid #600c0c;
	display: inline;
	float: left;
	width: 791px;
	position: relative;
}
.main_int_nologo {
	border-left: 1px solid #600c0c;
	display: inline;
	float: left;
	width: 791px;
	position: relative;
}
.main_photo {
	border-right: 1px solid #600c0c;
	height: 405px;
	width: 741px;
}
.navbar {
	background-color: #7299a6;
	border-bottom: 1px solid #600c0c;
	border-right: 1px solid #600c0c;
	border-top: 1px solid #600c0c;
	height: 28px;
	width: 741px;
}
.navbar_item {
	float: left;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
}
.navigation {
	background-image: url(../img/background_navigation.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 366px;
	padding-top: 68px;
	position: relative;
}
.navigation_int {
	padding-bottom: 225px;
}
.photo_copy {
	position: absolute;
	width: 450px;
	top: 140px;
	left: 95px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #dfd4b4;
}
.photo_copy_fancy {
	position: absolute;
	width: 460px;
	top: 140px;
	left: 95px;
	font: italic normal normal 1.25em/normal "Times New Roman", Times, serif;
	color: #5c818c;
}
.photo_copy_comm {
	position: absolute;
	width: 460px;
	top: 140px;
	left: 60px;
	font: italic normal normal 1.35em/normal "Times New Roman", Times, serif;
	color: #5c818c;
	text-align: center;
}
.photo_sidebar {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.redbar {
	background-color: #600c0c;
	border-top: 3px solid #a08d49;
	height: 25px;
}
.rule {
	border-top: 1px solid #600c0c;
	margin-bottom: 10px;
}
.seo_content {
	padding-top: 10px;
}
.seo_content_left {
	border-left: 1px solid #600c0c;
	display: inline;
	float: left;
	margin-left: 31px;
	width: 400px;
}
.seo_content_right {
	display: inline;
	float: left;
	width: 548px;
}
.seo_corner {
	background-color: #ece7d8;
	height: 142px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.seo_corner p {
	font-size: 12px;
}
.seo_left_pad {
	padding-left: 20px;
}
.seo_right_pad {
	padding-left: 50px;
}
.sidebar {
	display: inline;
	float: left;
	width: 206px;
}
.sidebar_int {
	display: inline;
	float: left;
	width: 188px;
	background-image: url(../img/sidebar_photo_int.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sidebar_photo {
	border-top: 1px solid #600c0c;
	height: 227px;
	text-align: right;
}
.signup {
	text-align: center;
	margin-top: 20px;
}

.subnav {
	bottom: 10px;
	position: absolute;
	width: 206px;
}
.tabs {
	list-style: none;
}
.tabs li {
	display: inline;
	float: left;
	padding: 3px;
}
.text_pad {
	padding-left: 80px;
	padding-top: 15px;
	padding-bottom: 125px;
	padding-right: 25px;
}
.nav {
	list-style: none;
	margin-left: 60px;
}
.nav li {
	padding-left: 10px;
	font: italic normal normal 1.35em/normal "Times New Roman", Times, serif;
	color: #465f64;
	margin-bottom: 10px;
}

.nav_int {
	list-style: none;
	margin-left: 30px;
	margin-top: 110px;
}
.nav_int li {
	padding-left: 10px;
	font: italic normal normal 1.35em/normal "Times New Roman", Times, serif;
	color: #465f64;
	margin-bottom: 10px;
}

.nav_sub {
	list-style: none;
	text-align: right;
	margin-right: 25px;
}
.nav_sub li {
	padding-left: 10px;
	font: italic normal normal 1.15em/normal "Times New Roman", Times, serif;
	color: #465f64;
	margin-bottom: 6px;
}


.top_sub {
	text-align: right;
	padding-top: 15px;
}
.top_sub li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	font: italic normal normal 1.15em/normal "Times New Roman", Times, serif;
	color: #e0d9c4;
}

.nav_comm {
	text-align: center;
}
.nav_comm li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	font: normal normal normal 1em/26px "Times New Roman", Times, serif;
	color: #f4f1e2;
	text-transform: uppercase;
}

.nav_comm_left {
	text-align: left;
}
.nav_comm_left li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	font: normal normal normal 1em/26px "Times New Roman", Times, serif;
	color: #f4f1e2;
	text-transform: uppercase;
}


.nav_int li ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 5px;
}
.nav_int li ul li {
	padding-left: 10px;
	font: normal normal normal 0.65em/normal Arial, Helvetica, sans-serif;
	color: #465f64;
	margin-bottom: 10px;
	text-transform: uppercase;
}


#photos img {
	border: 3px solid #a08d49;
}
#caption {
	font: italic normal normal 1.5em/normal "Times New Roman", Times, serif;
	color: #600c0c;
}


a.btn-plans {
	display: block;
	text-indent: -9999px;
	width: 226px;
	height: 91px;
	background: url(../img/btn-plans.png) no-repeat;
	margin: 20px;
}
a.btn-plans:hover {
	background: url(../img/btn-plans-ro.png) no-repeat;
}
a.btn-search {
	display: block;
	text-indent: -9999px;
	width: 226px;
	height: 91px;
	background: url(../img/btn-search.png) no-repeat;
	margin: 20px;
}
a.btn-search:hover {
	background: url(../img/btn-search-ro.png) no-repeat;
}
a.btn-pricing {
	display: block;
	text-indent: -9999px;
	width: 226px;
	height: 91px;
	background: url(../img/btn-pricing.png) no-repeat;
	margin: 20px;
}
a.btn-pricing:hover {
	background: url(../img/btn-pricing-ro.png) no-repeat;
}
a.btn-financing {
	display: block;
	text-indent: -9999px;
	width: 226px;
	height: 91px;
	background: url(../img/btn-financing.png) no-repeat;
	margin: 20px;
}
a.btn-financing:hover {
	background: url(../img/btn-financing-ro.png) no-repeat;
}



/* Custom Homes Section */

.ch-photos {
	margin: 0 0 10px 0;
}


.ch-plans {
	width: 350px;
	display: inline;
	float: left;
	margin: 0 40px 0 0;
}
.ch-search {
	width: 290px;
	display: inline;
	float: left;
}
.ch-plans div {
	width: 122px;
	float: left;
	text-align: center;
}
.ch-plans div img {
	display: block;
	margin: 0 auto 10px auto;
}
.ch-plans p {
	padding-left: 140px;
}
.ch-plans a {
	font: italic 1em "Times New Roman", Times, serif;
	color: #600c0c;
}
.ch-search div {
	width: 136px;
	float: left;
	text-align: center;
}
.ch-search div img {
	display: block;
	margin: 0 auto 10px auto;
}
.ch-search p {
	padding-left: 150px;
}
.ch-search a {
	font: italic 1em "Times New Roman", Times, serif;
	color: #600c0c;
}
