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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
	overflow: scroll;
}

body {
	background-image: url(../images/bg-body.jpg);
	background-position: top center;
	background-repeat: repeat;
	text-align: left;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
}

hr {
	border: 1px #000000	double;
	padding: 0px;
	margin-bottom: 15px;
}

a {
	color: #036;	
}

a:hover {
	color: #333;
}

p {
	text-indent: 0px;
	padding-bottom: 15px;
}

p.bodyText {
	text-indent: 25px;
	padding-bottom: 15px;
}

ul {
	list-style: disc outside;
	padding-bottom: 15px;
	margin-left: 40px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -261px; /* the bottom margin is the negative value of the footer's height */
}

.heading {
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Verdana", "Geneva", sans-serif;
	padding-bottom: 4px;
}
.subHeading {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Verdana", "Geneva", sans-serif;
	padding-bottom: 4px;
}

#top {
	background-image: url(../images/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 500px;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	clear: both;
	text-align: center;
}

#submenu {
	clear: both;
	text-align: center;

}
#sub_home, #sub_about, #sub_homes, #sub_neighborhoods, #sub_examples, #sub_financing, #sub_contact {
	display: none;
}

#bodycontent {
	clear: both;
	padding-top: 30px;
}

#footercontent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 110px;
	font-size: smaller;
	font-variant: small-caps;
	text-align: center;
	color: #FFFFFF;
}

#bottom {
	background-image: url(../images/bg-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 261px;
}

#leftColumn {
	width: 460px;
	float: left;
	border-top: 2px dashed #4b403a;
	border-bottom: 2px dashed #4b403a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#rightColumn {
	width: 400px;
	float: right;
	border-top: 2px dashed #4b403a;
	border-bottom: 2px dashed #4b403a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#fullColumn {
	width: 899px;
	float: left;
	border-top: 2px dashed #4b403a;
	border-bottom: 2px dashed #4b403a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.push {
	height: 261px;
	clear: both;
}

.textMenu {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	padding-bottom: 0px;
}

.textMenu li {
	display: inline;
}

.notSoExtremeBottom .textMenu li a {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #FF9;
	color: #FF9;
}

.notSoExtremeBottom .textMenu li a:hover {
	color: #000000;
}

.notSoExtremeBottom .textMenu li a.first {
	border-left: 0px;
}

.extremeBottom .textMenu li a {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #FF9;
	color: #FF9;
}

.extremeBottom .textMenu a:hover {
	color: #FFFFFF;
}

.extremeBottom .textMenu li a.first {
	border-left: 0px;
}

.label {
	font-weight: bold;	
}

.pic {
	border: 1px solid #000000;		
}

.caption {
	font-size: smaller;
	font-style: italic;
}

.input {
	border: #000000 solid 1px;
	margin-bottom: 10px;
}

.button {
	border: #000000 solid 1px;
	background: #FFFFFF url(../images/buttonbg.jpg) repeat-x;;
	height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

.button:hover {
	border: #000000 solid 1px;
	background: #DDDDDD url(../images/buttonbg_over.jpg) repeat-x;;
	color: #FFFFFF;
	height: 23px;
	cursor: pointer;
}

a.menu {
	margin: 0px;
	padding: 0px;
}

img.menu {
	float: left;
}

a.submenu {
	margin: 0px;
	padding: 0px;
}

img.submenu {
	float: left;
	margin: 0px;
	padding-top: 1px;
}

img.sub_buffer {
	float: left;
	margin: 0px;
	padding-top: 1px;
	padding-left: 87px;
}

img {
	margin: 0px;
	padding: 0px;
}
.paging {
	border-top: 2px dashed #4b403a;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: center;
}

.quickLinks {
	list-style: disc outside;	
}

.payment {
	font-size: 24px;
	text-decoration: underline;
	font-color: #900;
	font-family: Verdana, Geneva, sans-serif;
}

area {
	cursor: pointer;
}

