/** Clear the air **/
@import "reset.css";

/** Globals **/
html {
	height: 100%;
}

body {
	height: 100%;
	background: #F2E7B5;
}

body, form input, form button {
	font-family: Verdana, Helvetica, Arial, sans;
	font-size: 10px;
}

a:link, a:active, a:visited {
	color: #731C06;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}
/** /Globals **/
/** Utility Classes **/
.small {
	font-size: 10px;
}

.clear {
	clear: both;
}

.spacer {
	height: 25px;
}

strong {
	font-weight: bold;
}
/** /Utility Classes **/
/** Forms **/
input, select, textarea, button {
	border: 1px solid #806902;
}

label {
	display: block;
	color: #806902;
}

.text-input {
	font-size: 10px;
	border: 0;
}

button {
	display: block;
	padding: 3px 5px;
	color: #FFF;
	background: #806902;
}

button:hover {
	cursor: pointer;
	color: #806902;
	background: #FFF;
}

.leftbox {
	float: left;
	padding: 10px;
}

.rightbox {
	float: right;
	padding: 10px;
}

label.required {
	padding: 0 0 0 14px;
	color: #000000;
	background: url(../images/black_bullet.png) left center no-repeat;
}

.makeme {
	background-color: #806902;
	color: #FFFFFF;
}

/** /Forms **/
/** Global Skeleton **/
#header-container, #main-container, #content, #footer-container {
	margin: 0 auto;
	width: 770px;
}
/** Global Header **/
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/body_bg.png) center repeat-y #F2E7B5;
}

#header-container {
	position: relative;
	background: #F3C706;
}

#header-container h1 {
	float: left;
	margin: 0;
}

#header-container h1 a {
	display: block;
	width: 318px;
	height: 100px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#top-nav-block {
	position: relative;
	float: right;
	width: 400px;
}

#top-nav {
	position: absolute;
	top: 10px;
	right: 10px;
}

#top-nav li {
	float: left;
	margin: 0 0 0 7px;
}

#top-nav li.divider {
	width: 5px;
	height: 5px;
	margin-top: 4px;
	background: url(../images/black_bullet.png) no-repeat;
}

#top-nav a {
	color: #000;
}

#tagline {
	display: block;
	position: absolute;
	right: 10px;
	top: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

#tagline img {
	margin: 0 0 0 10px;
}

#header-container .hr {
	clear: both;
	height: 10px;
	background: #000;
}

hr.hidden {
	visibility: hidden;
}
/** Floor Plan Header **/
#floor-plan-header {
	clear: both;
	height: 70px;
	border-bottom: 2px solid #000;
	background: #FFF;
}

#floor-plan-header dt, #floor-plan-header dd {
	float: left;
	height: 70px;
	margin: 0 5px 0 0;
}

#floor-plan-header dt {
	position: relative;
	width: 195px;
	color: #8D8181;
	font-size: 18px;
	background: #675757;
}

#floor-plan-header dt span {
	position: absolute;
	top: 10px;
	left: 10px;
}

#floor-plan-header dd {
	width: 185px;
}
/** /Floor Plan Header **/
/** Slideshow & Caption **/
#slideshow {
	clear: both;
	height: 250px;
}

h2.caption {
	height: 50px;
	margin: 0;
	padding: 0 30px 0 0;
	color: #F3C706;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	line-height: 50px;
	background: url(../images/right_arrow_yellow.png) no-repeat 750px center #000;
}

h2.caption em {
	color: #FFF;
	font-style: normal;
}
/** /Slideshow & Caption **/
/** /Global Header **/
/** Primary Navigation **/
#global-nav li {
	float: left;
	position: relative;
	z-index: 999;
	line-height: 40px;
	background: #F3C706;
}

#global-nav a {
	display: block;
	padding: 0 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#global-nav a:hover {
	color: #731C06;
}

#global-nav li.active a, #global-nav li.active ul li.active a {
	color: #731C06;
}
/** 2nd Level **/
#global-nav ul {
	visibility: hidden;
	position: absolute;
	top: 39px;
	left: 0;
	border: 1px solid #F3C706;	
}

#global-nav ul li {
	position: static;
	float: none;
	line-height: 30px;
	background: #F3E8B6;
}

#global-nav ul li a {
	white-space: nowrap;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

#global-nav li.active ul li a {
	color: #000;
}

#global-nav li ul li a:hover {
	color: #731C06;
}

#global-nav li:hover ul, #global-nav a:hover ul {
	visibility: visible;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#global-nav table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/** /Primary Navigation **/
/** Main Content Container **/
#content {
	background: #fff;
}

#content-container {
	padding: 20px 10px;
}
/** Sidebar **/
#sidebar {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
}

#sidebar h3 {
	padding: 10px 0 0 0;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	border-top: 1px dotted #F3C706;
}

blockquote.testimonial {
	margin: 7px 0 0 0;
	color: #806902;
	border-bottom: 1px dotted #F3C706;
}

blockquote.testimonial p.citation {
	text-align: right;
	font-weight: bold;
}
/** /Sidebar **/
#content-column {
	float: left;
	width: 560px;
}

h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
}

h2 {	
	font-size: 24px;
}

h3 {
	color: #806902;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color: #806902;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	color: #806902;
	font-size: 10px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

p {
	margin: 0 0 15px 0;
	line-height: 14px;
}

#content-column form {
	margin: 0 0 15px 0;
}

#content-column ul {
	list-style: inside url(../images/yellow_bullet.png);
	margin: 0 0 15px 0;
}

#content-column ul li {
	margin: 0 0 20px 0;
}

#content-column table {
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

#content-column table .blank-cell {
	background: 0;
}

#content-column table td, #content-column table th {
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #FFF;
	background: #F2E7B6;
}

#content-column table th {
	padding: 0;
}
#content-column table th a {
	display: block;
	padding: 8px 10px 15px 10px;
}

#content-column table th a:hover {
	background: #A78A05;
	text-decoration: none;
}

#content-column table td.label, #content-column table th {
	font-size: 12px;
	border-right: 1px solid #FFF;
	background: #F3C706;
}

#content-column table td.label {
	width: 30%;
}

/** Home Detail Page **/
#content-column #home-detail-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	background: #F2E7B6;
}

#home-detail-nav li {
	display: inline;
	margin: 0 5px 0 0;
	line-height: 30px;
	font-weight: bold;
}
/** /Home Detail Page **/
/** Gallery **/
#content-column #gallery, #content-column #floor-gallery {
	list-style: none;
	float: left;
	width: 570px;
}

#content-column #gallery li, #content-column #floor-gallery li {
	float: left;
	margin: 0 10px 10px 0;
}

#gallery a, #floor-gallery a {
	display: block;
	border: 1px solid #806903;
}

#gallery a {
	width: 100px;
	height: 100px;
}

#gallery img {
	width: 100px;
	height: 100px;
	border: 0px;
}

#floor-gallery a {
	width: 178px;
	height: 178px;
}
/** /Gallery **/
/** /Main Content Container **/
#footer {
	position: relative;
	background: url(../images/footer_bg.png) center top no-repeat #F2E7B5;
}

#footer-container {
	padding: 38px 0 20px 0;
}

#footer-nav {
	float: left;
	margin: 0 0 0 10px;
}

#footer-nav li {
	display: inline;
}

#footer-nav li a {
	color: #000;
}

#footer-container p {
	margin: 0 10px 0 0;
	text-align: right;
}

#copyright, #copyright a {
	color: #806903;
}

#credit, #credit a {
	color: #BF9D03;
}

.resources li {
	padding: 3px 0 3px 0;
}
