@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}
a img {
	border: none;
}
#topStripe {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 208px;
	background-image: url(../images/bg-top_stripe.jpg);
	background-repeat: repeat-x;
}
#header {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 1004px;
	height: 208px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
}
img#logo {
	position: absolute;
	top: 57px;
	left: 45px;
	width: 247px;
	height: 151px;
}
ul.topNav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 67px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #54301a;
}
ul.topNav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.topNav li a {
	color: #54301a;
	text-decoration: none;
}
ul.topNav li a:hover {
	text-decoration: underline;
}

/* JQuery Main Menu */
ul.mainNav {
	position: absolute;
	top: 170px;
	right: 67px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .9em;
	color: #fff;
}
ul.mainNav li {
	float: left;
	display: inline;
	margin: 0 0 0 33px;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.mainNav li a{
	padding: 10px 0 10px 0;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.mainNav li a:hover{
	text-decoration: underline;
}
ul.mainNav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	bottom: 35px;
	background-image: url(../images/popup.png);
	margin: 0; padding: 0;
	display: none;
	width: 150px;
	text-align: center;
}
ul.mainNav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 150px;
}
html ul.mainNav li ul.subnav li a {
	color: #54301a;
	width: 150px;
	padding: 7px 0 7px 0;
}
html ul.mainNav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	text-decoration: underline;
}
/* END JQuery Main Menu */

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 1004px;
	z-index: 1;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
}
#leftColumn {
	width: 518px;
	float: left;
	display: inline;
	margin-left: 45px;
}

#leftColumn h2 {
	width: 478px;
	margin: 7px 0px;
	padding: 0px 20px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	background: #b3964d;
	border-top: 7px solid #d2c27e;
	border-bottom: 7px solid #d2c27e;
}

#slideshow {
	position: relative;
	width: 518px;
	height: 330px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}
#availableHomes {
	width: 204px;
	height: 24px;
	padding: 5px 0 0 15px;
	float: right;
	background-image: url(../images/btn-see_available_homes.gif);
	background-repeat: no-repeat;
}
#availableHomes a {
	color: #fff;
	text-decoration: none;
}
#availableHomes a:hover {
	color: #c0a062;
}
#builderForm {
	width: 488px;
	font-size: .75em;
	color: #54301a;
	background-color: #f0e9d9;
	padding: 15px 15px 15px 15px;
}
#builderForm form {
	width: 518px;
	margin: 0;
	padding: 0;
}
#builderForm form input {
	width: 150px;
	margin: 0 10px 5px 0;
}
#builderForm form select {
	width: 200px;
	margin: 0 10px 5px 0;
}
#builderForm form textarea {
	height: 75px;
}
#content {
	float: right;
	display: inline;
	width: 377px;
	margin-right: 45px;
}
#content.home {
	font-size: .9em;
}
#content.long {
	height: 330px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 15px;
	margin-right: 28px;
}
#content h1 {
	font-family: 'TrajanProBold', Georgia;
	font-variant: small-caps;
	color: #54301a;
	font-size: 1.9em;
	margin: 0 0 10px 0;
}
#content.home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #54301a;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #54301a;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}
#content p {
	font-size: .75em;
	color: #54301a;
	margin: 10px 0 10px 0;
	line-height: 17px;
}
#content ul {
	font-size: .75em;
	color: #54301a;
	line-height: 17px;
}
#content ul ul {
	font-size: 1em;
}
#content a {
	color: #54301a;
}
#homeBottom {
	width: 914px;
	margin-left: 45px;
	background: url(../images/bg-middle_stripe.jpg) no-repeat;
}
.homeColumn {
	width: 295px;
	float: left;
}
.homeColumn h2 {
	margin: 12px 0 23px 0;
	padding: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1em;
	text-align: center;
}
.homeColumnInner {
	padding: 15px 15px 15px 15px;
	background: #f2f0de;
}
.homeColumnInner p {
	font-size: .7em;
	color: #54301a;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	line-height: 17px;
}
img.galleryThumb {
	float: left;
	display: inline;
	padding: 0 10px 10px 0;
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 1004px;
	text-align: center;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #54301a;
	margin-top: 5px 0 5px 0;
}
#footer a {
	color: #54301a;
	text-decoration: none;
}
#footer a:hover {
	color: #54301a;
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #54301a;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.breaker {
	clear: both;
}

