/* @group Global */

body {
	margin: 0;
	padding: 0;
	font: 12px/18px Tahoma, Arial, Geneva, Helvetica, sans-serif;
	background-color: #B9A47A;
	color: #9c3022;
}
h1 {
	font-size: 22px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
p {
	font-size: 12px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #464749;
}
hr {
	background-color: #5A5B5E;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
a img {
	border: 0;
}
div.clear {
	clear: both;
}
span.clear {
	clear: both;
}
#container {
	position: relative;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #fff;
	padding: 12px 8px;
}
#header {
	background: #E8CF9C none no-repeat;
	width: 985px;
	height: 100px;
	border-bottom: 3px solid #9C3022;
}
#header a.header {
	position: relative;
	float: left;
	top: 0px;
	left: 50px;
	width: 219px;
	height: 100px;
	display: block;
}
#header a.header img {
	border-width: 0;
}
#header a.header span.site-name {
	position: absolute;
	left: -1000px;
}
#header_info {
	position: relative;
	float: right;
	width: 200px;
	height: 100px;
	color: #A13B2A;
}
#header_info a {
	color: #A13B2A;
}
#content_container {
	position: relative;
	width: 985px;
	min-height: 450px;
	height: auto !important;
	height:450px;
	background: url(images/mini_content_bg.png) repeat-y;
}
#sub_header_grad {
	position: absolute;
	height: 71px;
	top: 0px;
	background: url(images/mini_sub_header_grad.png) no-repeat;
	width: 966px;
	z-index: 1;
	left: 0;
}
.nav{
	font-size: 12px;
	line-height: 14px;
	position: relative;
	font-weight: bold;
	z-index: 5000;
	float: none;
	display: block;
	background: url(images/nav_bg.png) repeat-x;
	height: 40px;
	width: 100%;
}
.nav ul {
	padding-left: 0;
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.nav ul li {
	display: block;
	position: relative;
	float: left;
}
.nav ul li a {
	text-decoration: none;
	color: white;
	display: block;
	background: url(images/nav_bg.png) repeat-x;
	border-right: 1px solid #9C8B68;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.nav ul li a:hover {
	text-decoration: underline !important;
	background: url(images/nav_bg_on.png) repeat-x;
}
.nav ul li a.on {
	text-decoration: underline !important;
	background: url(images/nav_bg_on.png) repeat-x;
}
.nav ul li ul.sub-nav {
	position: absolute;
	display: none;
	padding-bottom: 10px;
	background: #EDD9B0;
	width: 200px;
}
.nav ul li ul.sub-nav li {
	display: block;
	float: none;
}
.nav ul li ul.sub-nav li a {
	color: #9c3022;
	font-weight: bold;
	display: block;
	float: none;
	border: none;
	padding: 5px 10px 0;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	background-image: none;
}
#content_left {
	padding: 35px 30px 15px;
	width: 430px;
	position: relative;
	float: left;
	z-index: 10;
}
#content_left_body {
	position: relative;
	min-height: 285px;
	height: auto !important;
	height: 285px;
	z-index: 10;
}
h3.page-title {
	/*color: #6d6e71;*/
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
#content_left ul {
	margin: 0;
	padding: 0;
}
#content_left ul li {
	list-style-type: none;
}
#main_content {
	margin-top: 20px;
}
#main_content h3.page-title-content {
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
}
#main_content p, #main_content ul {
	margin: 5px 0px 25px;
}

#left_content_footer {
	border-top: 2px solid #5A5B5E;
	padding: 5px 20px 0;
	margin-top: 15px;
}
#left_content_footer p {
	text-align: center;
}
#content_right {
	position: relative;
	float: right;
	width: 482px;
	height: 404px;
	border: 1px solid #B9A47A;
	top: 5px;
	background-color: #FEFEFE;
	z-index: 10;
}
#footer {
	background: #F9EDD4 none no-repeat;
	width: 975px;
	height: 30px;
	position: relative;
	text-align: right;
	color: #AC9D80;
	padding-right: 10px;
}
#footer img.house {
	position: absolute;
	left: 10px;
	top: 0px;
}
#footer p {
	font-size: 11px;
	margin: 0;
	color: #AC9D80;
	position: relative;
	line-height: 28px;
}
#footer p a {
	color: #AC9D80;
}

/* Accelsite Specific Definitions */
/* @group Accelsite Definitions */
.smallNote {
	font-size: 11px;
	color: #999999;
	font-style: italic;
 }
.requiredField {
	font-weight: bold;
 }
.missingField {
	font-weight: bold;
	color: #FF0000;
 }
.contentHeaderCell {
	background-color: #AAAA77;
	color: #FFFFFF;
	font-weight: bold;
 }
.contentListCell {
	color: #000000;
 }
.contentListCellAlt1 {
	color: #000000;
 }
.contentListCellAlt2 {
	color: #000000;
 }
.alternate1 {
	color: #000000;
 }
.alternate2 {
	color: #000000;
 }
.alternate3 {
	background-color: #FFF;
	border:2px solid #EFEDEE;
	color: #000000;
}
.loginStatusSpan {
	font-size: 10px;
	color: #333;
}
.loginStatusSpan a {
	color: #4E4E4E;
	text-decoration: none;
}
.as_errorText {
	color: red;
	font-weight: bold;
}
.as_errorField {
	border: 2px solid red;
}
.as_errorInput {
	border: 2px solid red;
}
.as_successMessage {
	font-weight: bold;
	color: green;
	font-size: 14px;
 }
/* @end *//* @end */
/* @group Gallery */
/* Gallery */
#gallery {
	position: relative;
	margin: 5px;
	z-index: 3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #2c1b11;
}
#galleryLinks{
	width: 519px;
	text-align: center;
	margin: 0px auto;
	border:0px solid orange;
	line-height: 20px;
}
#galleryLinks a {
	color: #2c1b11;
	text-decoration: none;
}
#galleryLinks a:hover {
	color: #000;
}
#galleryLinks a:visited {
	color: #333;
}
#galleryLinks a.galleryLinkOn{
	color: #333;
}
#galleryLinks a.galleryLinkOff{
	color : #333;
}
#galleryPhoto{
	border:0px solid green;
	padding: 16px 0px 0px 12px;
}
.galleryPhotoCaption {
	font-weight: bold;
}
#slideshow {  
    height:  314px;  
    width:   470px;  
    padding: 0;  
    margin:  0;
	position: relative;
	top: 0px;
	left: 0px;
} 
#slideshow img {  
    border:  1px solid #ccc;  
    top:  0; 
    left: 0;
	position: absolute;
}
#caption {
	height: 30px;
	display: block;
	position: relative;
	text-align: center;
}
#caption h3 {
	margin-bottom: 0;
	margin-top: 0;
	color: #464749;
	font-weight: bold;
	font-size: 14px;
}
#slideNavCont {
	position: relative;
}
#slideNav {
	text-align: center;
	display: block;
	position: relative;
	top: 45px;
}
#slideNav a { 
	text-decoration: none; 
	margin: 0 2px; 
	padding: 2px 3px;
	color: #464749;
}
#slideNav a.activeSlide {
	border-bottom: 1px solid #aaa;
}

#slideNav a:hover { outline: none;
	text-decoration: underline;
}
#next {
	background: url(images/mini_next.png) no-repeat;
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	right: 110px;
	top: 45px;
	z-index: 100;
}
#prev {
	background: url(images/mini_prev.png) no-repeat;
	width: 9px;
	height: 9px;
	display: block;
	left: 110px;
	position: absolute;
	top: 45px;
	z-index: 100;
}
/* @end */
/* @group Contact */

form {
	width: 340px;
}
form table {
	width: 340px;
	border-collapse: collapse;
}
form input {
	border: 1px solid grey;
	background-color: #f6f6f6;
}
form input:focus {
	border: 1px solid grey;
	background-color: #f4ebff;
}
form textarea {
	border: 1px solid grey;
	background-color: #f6f6f6;
	overflow: auto;
}
form textarea:focus {
	border: 1px solid grey;
	background-color: #f4ebff;
}
form #contact div.desc {
	margin-bottom: 10px;
}
form #contact table td {
	padding-bottom: 5px ;
}
/* @end */
/* @group Floorplans */
#sub_nav_left {
	text-align: center;
}
/* @end */
