@charset "utf-8";

/* -----  GENERAL STYLING   -----  */
body {
	background: url(../images/bg-short.gif) top center repeat-x #121316;	
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a:link, a:visited {
	color: #52601a;
}
a:hover, a:active {
	color: #222325;
}
#container {
	width: 909px;
	margin: 0 auto;
}
p {
	margin: 17px 0 0 0;
}
h2 {
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #847252;
	display: block;
	width: 100%;
}
/* -----  HEADER   -----  */
#header {
	width: 909px;
	height: 118px;
}
#logo {
	width: 499px;
	height: 97px;
	float: left;
	margin-top: 10px;
}
#contactinfo {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-align:right;
	letter-spacing: .02em;
	margin-top:35px;
}
#contactinfo strong {
	color: #afbf70;
	font-size: 13px;
}
/* -----  NAVIGATION   -----  */
#nav {
	width: 909px;
	height: 44px;
}
#title {
	float: left;
	height: 33px;
	width: 324px;
	text-align: center;
	padding-top: 11px;
}
#tabs {
	float: right;
	height: 44px;
	width: 585px;
}
#tabs a:link, #tabs a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
#tabs a:active, #tabs a:hover {
	color: #ceba99;
	text-decoration: none;
	font-size: 13px;
}
#tabs ul {
	list-style: none;
	padding: 0; 
	margin: 0;
}
#tabs ul li {
	float: left;
	border-right: solid 1px #222325;
	height: 20px;
	padding: 10px 15px 0 15px;
}
#tabs ul li.righttab {
	border: none;
	padding-right: 0;
}
/* -----  FOOTER   -----  */
#footwrap {
	width: 909px;
	height: 67px;
	margin-bottom: 25px;
}
#footnav {
	float: left;
	width: 459px;
	color: #ceba99;
	font-size: 12px;
	line-height: 28px;
	padding-top:10px;
}
#footnav span {
	color: #656667;
}
#fn1 {
	float: left;
	text-align: left;
	width: 130px;
}
#fn2 {
	float: right;
	text-align: right;
	width: 314px;
	padding-right:15px;
}
#associations {
	float: right;
	width: 450px;
	height: 67px;
	background-color: #52601a;
	text-align:center;
}
#associations img {
	margin: 8px 20px 0 20px;
}
/* -----  CONTENT ALL   -----  */
.content {
	width: 909px; 
}
.textbox {
	float: left;
	padding: 20px 25px 25px 25px;
}
.v-image {
	float: right;	
}
.h-image {

}
.fleurdelis {
	padding: 0 10px 0 0;
}
/* -----  HOME   -----  */
.home {
	background: url(../images/watermark-short.gif) top left no-repeat #ceba99;
	height: 464px;
	text-align: justify;
}
.home .textbox {
	width: 409px;
}
/* -----  CUSTOM HOMES   -----  */
.customhomes {
	background: url(../images/watermark-long.gif) bottom left no-repeat #ceba99;
	height: 786px;
	text-align: justify;
}
.customhomes .textbox {
	width: 849px;
	margin-left: 5px;
}
/* -----  RENOVATIONS   -----  */
.renovations {
	background: url(../images/watermark-short.gif) top left no-repeat #ceba99;
	height: 533px;
	text-align: justify;
}
.renovations .textbox {
	width: 400px;
	line-height: 17px;
}
/* -----  GALLERY   -----  */
.gallery {
	background: url(../images/watermark-short.gif) top left no-repeat #ceba99;
	height: 563px;
	text-align: justify;
}
.gallery .textbox {
	width: 850px;
	margin: 0 auto;
	text-align:center;
}
/* -----  TESTIMONIALS   -----  */
.testimonials {
	background: url(../images/watermark-short.gif) top left no-repeat #ceba99;
	height: 533px;
	text-align: justify;
}
.testimonials .textbox {
	width: 400px;
	line-height: 17px;
}
.awards {
	font-size: 12px;
	line-height: 15px;
}
.awards img {
	margin:0 10px 0 0;	
}
.awards strong {
	color: #a2207f;
}
/* -----  CONTACT   -----  */
.contact {
	background: url(../images/watermark-short.gif) top left no-repeat #ceba99;
	height: 635px;
	text-align: justify;
}
.contact .textbox {
	width: 400px;
	line-height: 17px;
}
.contactform {
	color: #222325;
	font-size: 12px;
	margin-top:20px;
}
.contactform input, .contactform textarea {
	width: 260px;
	border: solid 1px #9f8c6a;
	padding: 5px;
	color:#121316;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.contactform textarea {
	height: 140px;
}
input.submitbtn  {
	width: 124px;
	border: none;
	padding: 0;
}
label { 
	
}
label.error { 
	color: red; 
	font-size: 10px;
	clear: right;
}

