/** 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}




/** Site Styles and Layout **/


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #100b05 url(../images/background-container.jpg) top center no-repeat;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
}

p {
	padding: 0 0 24px 0;
	color: #c2b598;
	font-size: 14px;
	line-height: 20px;
}

.container {
	position: relative;
	text-align: center;
}
	
.container.header {
}

.container.navi {
	height: 32px;
	background: #1c1713;
	border-bottom: 2px solid #2a1f19;
}

.container.hero {
	background: #502721 url(../images/background-hero.jpg) top center no-repeat;
}

.container.hero.ourhomes {
	background: #000;
	height: 370px;
}

.container.hero.whitehero {
	background: #fff;
}

.container.hero.testimonialbg {
	height: 605px;
	background: url(../images/bg-testimonials.jpg) top center no-repeat;
}
	
.container.hero.contactbg {
	height: 848px;
	background: url(../images/bg-contact.jpg) top center no-repeat;
}
	
.container.aboutbg {
	background: url(../images/bg-about.png) 100% 100% no-repeat;
}
	
div.text {
	padding: 30px 30px 18px 12px;
}

.text.home {
	padding: 24px 60px 18px 1px;
}

div.inlineImg {
	float: right;
	margin-top: -110px;
}

/* top header */

#header {
	position: relative;
	margin: 0 auto;
	width: 824px;
	height: 230px;
	text-align: left;
}

#brand {
	position: absolute;
	top: 139px;
	left: 0;
}

#header h2 {
	position: absolute;
	top: 42px;
	left: 385px;
}

#header ul {
	position: absolute;
	top: 138px;
	right: 0;	
}

#header ul li {
	margin-bottom: 12px;
	width: 155px;
	height: 29px;
	background: url(../images/top-button.jpg) top left no-repeat;
}

#header ul li a {
	display: block;
	padding: 8px 0 0 18px;
	color: #c4b89b;
	font-size: 11px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #fff;
}


/* site navigation */

#mainnav {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 824px;
}

#mainnav ul {
	position: absolute;
	top: 7px;
	right: 4px;
	color: #a39c8e;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #a39c8e;
}

#mainnav ul li a:hover, #mainnav ul li a strong {
	color: #dcd5c6;
	font-weight: normal;
}



/* hero spot */

#herospot {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 824px;
}


#herospot.resources {
	margin-bottom: 48px;
	padding: 48px 0 24px 0;
}

#herospot.resources p {
	color: #1b1714;
	font-size: 14px;
}

#herospot.resources a {
	color: #662d29;
	text-decoration: none;
}

#herospot.resources a:hover {
	text-decoration: underline;
}

#Testimonial {
	height: 380px;
	overflow: auto;
	width: 100%;
}

#herospot.testimonials {
	margin-bottom: 20px;
	padding: 140px 0 0 24px;
	height: 380px;
	overflow: auto;
}

#TestimonialLink {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 824px;
}

div.leftResourceColumn {
	float: left;
	width: 348px;
	padding-left: 12px;
}

div.rightResourceColumn {
	float: left;
	width: 463px;
}

#herospot.testimonials p {
	color: #1b1714;
}

#herospot.testimonials p strong {
	font-weight: normal;
	text-transform: uppercase;	
}

#herospot.testimonials a {
	color: #662d29;
	text-decoration: none;
}

#herospot.testimonials a:hover {
	text-decoration: underline;
}



#herospot.contactus {
	margin-bottom: 48px;
	padding: 40px 0 0 0;
}

#herospot.contactus p {
	color: #1b1714;
}

#herospot.contactus a {
	color: #662d29;
	text-decoration: none;
}

#herospot.contactus a:hover {
	text-decoration: underline;
}

div.leftContactColumn {
	float: left;
	width: 442px;
	padding: 0 0 0 12px;
}

.leftContactColumn p {
	font-size: 14px;
	line-height: 18px;
}

.leftContactColumn form {
	padding-top: 16px;
}

.leftContactColumn fieldset {
	position: relative;
	padding: 0 0 12px 0;
}

.leftContactColumn fieldset span {
	position: absolute;
	top: 10px;
	left: 0;
	width: 152px;
	text-align: right;
	font-size: 24px;
	color: #1b1714;
}

.leftContactColumn fieldset input.text, .leftContactColumn fieldset textarea {
	margin-left: 184px;
	padding: 6px;
	width: 466px;
	background: none;
	border: 2px solid #998e7f;
	font-size: 19px;
	color: #998e7f;
}

div.rightContactColumn {
	float: left;
	width: 329px;
	padding: 0 0 0 40px;
}

div#directions {
	position: relative;
	padding: 84px 16px 20px 28px; 
	border: 2px solid #998e7f; 
	width: 260px;
}

#directions h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 252px;
	padding: 12px 26px 12px 28px;
	font-size: 16px;
	background: #998e7f;
}

#directions strong {
	display: block;
	font-size: 14px;
	padding-bottom: 12px;
	font-weight: normal;
}

#directions ul {
	padding-bottom: 12px;
}

#directions ul li {
	font-size: 14px;
	padding-bottom: 12px;
	font-weight: normal;
	color: #cdc4b0;
}



/* page conent */

#maincnt {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 824px;
}

#maincnt p {
	color: #acaa99;
}


/* page footer */

#footer {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 824px;
}

#footer p {
	padding: 10px 10px 18px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #9b988d;
}

#footer.home p {
	padding-left: 1px !important;
}

#footer a {
	color: #a1734a;
}

#footer a:hover {
	color: #dcd5c6;
}


/* our homes jquery */

	.enlarge {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2000;
	}

	.pageNavi {
		float: left;
		width: 457px;
	}
	
	.pageNavi ul {
		
	}
	
	.pageNavi ul li {
		float: left;
		margin: 0 16px 16px 0;
	}
	
	.detail {
		position: absolute;
		top: 30px;
		right: 0;
		width: 412px;
		height: 286px;
	}
	
	.detail p {
		margin-top: 18px;
		padding-bottom: 0;
		color: #796462;
		background: #000;
	}
	
	.nav {
		position: absolute;
		top: 304px;
		right: 0;
	}
	
	
	.pics {
		display: block;
		width: 412px;
		height: 286px;
	}
	




