/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*--------------------------------------*/


body {
	background-color: #f6efe1;
	color: #62534c;
	border-top: 18px solid #cfc5ba;
	font-family: Georgia, Times, "Times New Roman", serif; 
	}
#mainWrap {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 60px;
	border-bottom: 32px solid #2d221e; /* 1e0a02 */
	}
h1,h2,h3 {
	font-weight: normal;
	color: #2d221e; /* 1e0a02 */
	}
h1 {
	font-size: 36px;
	margin: 0;
	}
h2 {
	font-size: 32px;
	margin: 28px 0 36px;
	}
h3 {
	color: #62534c; /* 849a7b 443229 */
	font-size: 21px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a1978e;
	/* background-color: #cfc5ba; */
	}
h4 {
	font-size: 18px;
	}
a:link,a:visited {
	color: #34a066; /*  b53a04 */
	text-decoration: none;
	}
a:focus,a:hover,a:active {
	text-decoration: underline;
	}
#siteTitle {
	text-indent: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
#headerLogo {
	margin-top: -18px;
	background: transparent;
	float: left;
	}
#headerContact {
	width: 280px;
	float: right;
	color: #7c7068;
	font-size: 14px;
	line-height: 20px;
	margin-top: 24px;
	}
#headerContact h3 {
	margin-bottom: 6px;
	padding: 0;
	color: #7c7068;
	border: none;
	}
#banner {
	border-bottom: 1px solid #2d221e;
	}
#nav {
	background-color: #fffef6;
	width: 100%;
	height: 40px;
	border-top: 1px solid #a1978e; /* a1978e */
	border-bottom: 1px solid #a1978e;
	clear: both;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
#nav ul li a {
	display: block;
	color: #2d221e;
	font-size: 16px;
	height: 28px;
	padding: 12px 30px 0px;
	text-decoration: none;
	}
#nav ul li a:visited {
	color: #2d221e;
	}
#nav ul li a:hover {
	color: #34a066;
	/* border-top: 1px solid #2d221e; */
	}
#nav ul li a.selected {
	color: #bdac79;
	/* border-top: 3px solid #2d221e; */
	/* height: 25px; */
	}
	
.pullout {
	font-size: 24px;
	line-height: 36px;
	color: #62534c;
	margin: 28px 0 36px;
	}
	
#home #testimonials {
	float: left;
	width: 480px;
	}
#testimonials .quote {
	background-image: url(../images/rightQuote.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#testimonials .quote p {
	line-height: 24px;
	font-style: italic;
	padding: 20px 40px;
	background-image: url(../images/leftQuote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
#home #awards {
	float: right;
	width: 280px;
	}

/*____ about page _____*/
	
.section h3 {
	width: 280px;
	color: #bdac79; /* 849a7b */
	float: left;
	border: none;
	}
.section {
	padding: 12px 0 24px;
	border-top: 1px solid #a1978e;
	clear: both;
	}
.sectionContent {
	width: 480px;
	float: right;
	}
.sectionContent p, #about .sectionContent ol {
	line-height: 24px;
	margin-bottom: 24px;
	}
.sectionContent ol {
	list-style: decimal outside none;
	padding-left: 20px;
	}
.sectionContent ol li {
	margin-bottom: 12px;
	}
.sectionContent h4 {
	margin-bottom: 5px;
	}
.fpLink, .fpLink:visited {
	display: block;
	width: 80px;
	padding: 10px 20px;
	border: 2px solid #cfc5ba;
	}
.fpLink:focus, .fpLink:hover, .fpLink:active {
	color: #fff;
	background-color: #34a066;
	border-color: #34a066;
	text-decoration: none;
	}
.photoLink img, .photoLink:visited img {
	margin: 10px 5px 10px 0px;
	border: 2px solid #62534c;
	}
.photoLink:focus img, .photoLink:hover img, .photoLink:active img {
	border-color: #34a066;
	}
div.col {
	display: inline;
	width: 230px;
	float: left;
	margin-right: 20px;
	}
div.lastCol {
	display: inline;
	width: 230px;
	float: left;
	margin-right: 0;
	}
.col ul, .lastCol ul {
	margin-bottom: 20px;
	}
.col li, .lastCol li {
	margin: 8px 0;
	}

/*____ floor plans page ____*/
#floorplans .section h3 span {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #cfc5ba;
	}
#floorplans .sectionContent h5 {
	/* margin: 48px 0; */
	padding: 3px 5px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #7c7068;
	background-color: #cfc5ba;
	display: inline;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	