/* -------------------------------------------------------------------------------------
-- GENERAL STYLES --
------------------------------------------------------------------------------------- */

body {
	text-align: center;
	font-size: small;
	color: #2c2c2c;
	font-family: 'Times New Roman', 'Times';
	background: #000;
}

* {
	padding: 0; 
	margin: 0;
}

div, table, p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	float: left;
	clear: both;
	width: 100%;
}

a {
	color: #2c2c2c;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
}

ul {
	list-style: none;
	display: inline;
}

li {
	float: left;
	clear: both;
	width: 100%;
	display: inline;
}

h1 {
	font-size: 160%;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 140%;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.left * {
	float: left;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.right * {
	float: left;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

img {
	border: 0;
}

#wrapper {
	text-align: left;
	float: none;
	width: 950px;
	margin: 0 auto;
}

#container {
	color: #fff;
	width: 950px;
	padding: 0 0 30px;
}

/* -------------------------------------------------------------------------------------
-- END GENERAL STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- HEADER STYLES --
------------------------------------------------------------------------------------- */

#nav {
	background: #36373a url(../images/menu_bg.jpg) top left repeat-x;
	height: 30px;
}

#nav li {
	clear: none;
	width: auto;
}

#nav li a {
	text-transform: uppercase;
	color: #b0936d;
	display: block;
	height: 30px;
	background: #333437 url() 0 -8px no-repeat;
	text-indent: -10000px;
}

#nav li a.active, #nav li a:hover {
	background-position: 0 -53px;
}

#nav #nav_home {
	background-image: url(../images/nav_home.jpg);
	width: 97px;
}

#nav #nav_about {
	background-image: url(../images/nav_about.jpg);
	width: 137px;
}

#nav #nav_custom {
	background-image: url(../images/nav_custom.jpg);
	width: 271px;
}

#nav #nav_whats_new {
	background-image: url(../images/nav_whats_new.jpg);
	width: 156px;
}

#nav #nav_portfolio {
	background-image: url(../images/nav_portfolio.jpg);
	width: 141px;
}

#nav #nav_contact {
	background-image: url(../images/nav_contact.jpg);
	width: 148px;
}

/* -------------------------------------------------------------------------------------
-- END HEADER STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- CONTENT STYLES --
------------------------------------------------------------------------------------- */

#rotating_banners {
	height: 497px;
	width: 667px;
	overflow: hidden;
	position: relative;
}

.home .right a {
	float: left;
	clear: both;
	margin: 0 0 4px 0;
}

.quote {
	background: #746045 url(../images/quote_bg.jpg) top left repeat-x;
	padding: 20px 30px;
	margin: 6px 0 0;
	width: 890px;
}

.quote span {
	clear: both;
	float: right;
}

.about_us, .custom, .contact, .custom_kitchen {
	height: 497px;
	position: relative;
}

.about_us p, .custom p, .contact p, .custom_kitchen p {
	position: absolute;
	left: 20px;
	width: 550px;
	font-size: 14px;
	line-height: 1.5;
}

.about_us p a, .custom p a, .contact p a, .custom_kitchen p a {
	color: #b2946e;
}

.about_us {
	background: #000 url(../images/about_splash.jpg) top left no-repeat;
}

.about_us .top_paragraph {
	top: 104px;
	width: 450px;
}

.about_us .bottom_paragraph {
	top: 265px;
}

.custom {
	background: #000 url(../images/custom_splash.jpg) top left no-repeat;
}

.custom .top_paragraph {
	top: 220px;
	width: 550px;
}

.custom_kitchen {
	background: #000 url(../images/custom_kitchen_splash.jpg) top left no-repeat;
}

.custom_kitchen .top_paragraph {
	top: 220px;
	width: 550px;
}

.contact {
	background: #000 url(../images/contact_splash.jpg) top left no-repeat;
}

.contact .top_paragraph {
	top: 220px;
	width: 550px;
}

.whats_new h1 {
	margin: 6px 0 0;
	text-indent: -10000px;
	height: 43px;
}

.new_construction {
	background: #000 url(../images/new_construction.jpg) top left no-repeat;
}

.available_homes {
	background: #000 url(../images/available_homes.jpg) top left no-repeat;
}

.available_lots {
	background: #000 url(../images/available_lots.jpg) top left no-repeat;
}

.whats_new dl {
	padding: 7px 0 0;
	color: #b2946e;
	background: #000 url(../images/whats_new_bg.jpg) top left repeat-x;
}

.whats_new dl dt {
	width: 580px;
	float: left;
	clear: none;
	font-size: 120%;
	background: #000;
	margin: 12px 0 0;
	padding: 5px 0 5px 33px;
}

.whats_new dl dd.description {
	float: left;
	clear: left;
	width: 560px;
	line-height: 1.5;
	color: #ccc;
	padding: 5px 20px 5px 33px;
}

.whats_new dl dd.description ul {
	margin: 0 0 10px 0;
}

.whats_new dl dd.description strong {
	color: #b2946e;
}

.whats_new dl dd.description a {
	color: #b2946e;
	font-weight: bold;
	font-size: 120%;
}

.whats_new dl dd.image {
	float: right;
	clear: none;
	width: auto;
}

#fair_meadow_more {
	display: none;
}

#dover_hill_more {
	display: none;
}

.portfolio {
	background: #000 url(../images/gallery_bg.jpg) top left repeat-x;
	width: 835px;
	padding: 10px 0 30px 115px;
	display: inline;
}

/* -------------------------------------------------------------------------------------
-- END CONTENT STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- SIDEBAR STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- END SIDEBAR STYLES --
------------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------
-- FOOTER STYLES --
------------------------------------------------------------------------------------- */

#footer h3 {
	text-align: center;
	height: 58px;
	text-indent: -10000px;
	background: #000 url(../images/footer.jpg) top left no-repeat;
}

#footer p {
	text-align: center;
	font-size: 90%;
	color: #cccccc;
}

#footer .footer_bar {
	color: #9d896f;
	font-size: 110%;
	padding: 10px 0;
	background: #000 url(../images/footer_bar.jpg) top left repeat-x;
}

#footer .footer_bar a {
	color: #9d896f;
}

/* -------------------------------------------------------------------------------------
-- END FOOTER STYLES --
------------------------------------------------------------------------------------- */

#contact_form {
	color: #b2946e;
	width: 410px;
	padding: 45px;
}

#contact_form label {
	width: 150px;
	text-align: left;
	float: left;
}

#contact_form input, #contact_form textarea {
	float: left;
	clear: none;
	width: 200px;
}

#contact_form label .req {
	color: #AD0000;
	margin: 0 0 0 10px;

}

#contact_form .button {
	width: auto;
}

.error {
	width: 398px;
	padding: 5px;
	border: 1px solid #AD0000;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-lightbox, #jquery-lightbox div {
	width: auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#jquery-lightbox #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

#jquery-lightbox #lightbox-container-image {
	width: 100%;
}

#lightbox-container-image img {
	margin: 10px;
	float: left; 
	display: inline; 
}

#jquery-lightbox #lightbox-loading {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox #lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
	width: 100%;
}

#jquery-lightbox #lightbox-nav-btnPrev, #jquery-lightbox  #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	clear: none;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#jquery-lightbox #lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	float: none;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	float: none;
}

#jquery-lightbox  #lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav {
	float: right;
	clear: none;
	width: auto;
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: left;
	padding-bottom: 0.7em;	
}