/* HTML TAG OVERRIDES */
body {
	color: #524a20;
	font-size: 12px;
}
h1 {
	color: #524a20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 1px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	color: #ac8d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	color: #b50937;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
ul {
	list-style-image: url(/assets/images/bullet.png);
}
/*--------------------*/

/* LINKS */
a:link, a:visited {
	color: #807749;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*-------*/

/* CONTAINER DEFINITIONS */
#footer-container {
	background: url(/assets/images/shadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #949494;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 10px;
}
#footer-container a {
	color: #949494;
}
#sliding-container {
	position:relative;
	overflow: hidden;
	width: 870px;
}
#sliding-container > div {
	height: 425px;
}
/*-----------------------*/

/* MENU DEFINITIONS */
#menu-container {
	height: 18px;
}
#menu-placeholder {
	height: 25px;
}
#menu-container .menu-item {
	float: left;
	font-size: 14px;
	padding-right: 20px;
}
#menu-container .menu-item:hover {
}
#menu-container .menu-item a {
	color: #ac8d00;
	text-decoration: none;
}
#menu-container .menu-item a:hover {
	color: #b50937;
}
#menu-container .menu {
	min-width: 150px;
	padding-left: 15px;
	position: absolute;
	visibility: hidden;
}
#menu-container .menu a {
	color: #524a20;
	font-size: 12px;
	text-decoration: none;
}
#menu-container .menu a:hover {
	text-decoration: underline;
}
#menu-container .menu ul {
	list-style-type: none;
	margin: 0px;
}
#menu-container .menu ul li {
	float: left;
	margin-right: 30px;
}
/*--------------------*/

/* CUSTOM DEFINITIONS */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.arial a {
	color: #949494;
}
.georgia {
	color: #67603b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.gray {
	color: #949494;
	line-height: 21px;
}
.gray2 {
	color: #949494;
    line-height: 16px;
	font-size: 12px;
}
.red {
	color: #b50937;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: 14px;
}

.hidden {
	display: none;
}
/*--------------------*/

/* PAGE DEFINITIONS */
#for-sale-finance-options #content-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	line-height: 21px;
}
#the-scoop-index #content-container table a {
	background-image: none;
}
#floor-plans #content-container table a {
	background-image: none;
}
#the-story-the-facts #content-container {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;

}
#the-scoop-index #content-container {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------*/

/* MISC STYLES */
.arrow-left {
	background-image: url(/assets/images/arrow-left.png);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}
.arrow-right {
	background-image: url(/assets/images/arrow-right.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 8px;
}
.thumbnail-grid {
	font-family: Arial, Helvetica, sans-serif;
	color:#949494;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.thumbnail-grid .heading {
	color: #bb3022;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.thumbnail-grid img {
	border: 3px solid #ffffff;
	margin-bottom: 2px;
}
.thumbnail-grid img:hover {
	border: 3px solid #ede4ae;
}
#sb-overlay {
	background-color: #ffffff !important;
}
#sb-wrapper {
	background-color: #949494 !important;
}
#sb-title { 
	color: #000000;
}
	
/*--------------------*/

/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
/*-------------------*/

/* CAPTCHA STYLES */
#captcha_container {
	min-width:100px !important;
	padding:10px 10px 10px 10px;
	border:1px dotted #b50937;
	background-color:#b50937;
}
#captcha_info {
	font-size:10px;
	line-height:1.1em;
	text-align:center;
	margin-bottom:10px;
}
.captcha_info_default {
	color: #ffffff;		
}
.captcha_info_error {
	color: #ff0000;		
}
#captcha_drag_canvas {
	background-color:#fde6ec;
	padding:5px 10px;
}
#captcha_drag_target {
	width:19px;
	height:19px;
	border:1px solid #cb8c9d;
	float:right;
	cursor:default;
	background-color:#ffffff;	
}
#captcha_drag_handle {
	width:21px;
	height:21px;
	cursor:pointer;
	position:relative;	
}
#captcha_handle_icon {
	background-position: top;
	background-repeat: no-repeat;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

