/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: url('/images/bg_gradient.jpg');
	padding: 0;
	margin: 0;
}

#container {
	background: #DDDAAF;
	width: 800px;
	margin: 5px auto 10px auto;
}

#header {
	background: #201F24 url('/images/bg_header.jpg') top no-repeat;
	height: 140px;
}

#navigation {
	/*padding-top: 90px;*/
	background-color: #201F24;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #201F24;
	background: url('../images/nav_tabs.png') center no-repeat;
	width: 90px;
	height: 30px;
	display: block;
	float: left;
	padding: 10px 0 0 0;
	margin: 0 4px;
}

#navigation a:hover {
	color: #333;
	background: url('../images/nav_tabs_active.png') center no-repeat;
}

#slideshow {
	/*text-align: center;*/
}

.content {
	font-size: 12px;
	padding: 20px;
}

#properties {
	background: #201F24 url('/images/bg_properties.jpg') top repeat-x;
	padding: 6px 12px;
}

#properties div {
	text-align: center;
}

#properties .property {
	width: 190px;
	float: left;
	padding: 2px;
}

#properties ul {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #DDDAAD;
}

#footer {
	font-size: 11px;
	color: #333;
	width: 790px;
	position: relative;
	margin: 0 auto 10px auto;
}

#footer #add_this { position: absolute; right: 5px; top: 5px; }

#footer-nav {
	font-size: 9px;
	padding: 2px 2px 4px 2px;
}

.clr { clear: both; }
.clr_l { clear: left; }
.clr_r { clear: right; }

.highlight1 {
	color: #333366;
	font-size: 14px;
}

.left { padding: 0; margin: 0 10px 2px 5px; float: left; }
.right { padding: 0; margin: 0 5px 2px 10px; float: right; }
.border { border: 2px solid #fff; }

.right_margin { margin: 0 10px 0 0 !important; }


img, object, embed {
	vertical-align: bottom;
	border: 0;
}

div.bg {
	background-color: #fff;
	padding: 5px;
}

div.img div.caption {
	font-size: 10px;
	font-style: italic;
	padding: 2px 0;
}

.specials_box {
	border: 5px solid #D9D6A8;
	padding: 10px;
}

div#google_map {
	width: 540px;
	height: 400px;
	border: 1px solid #0099CC;
	/*margin: 0 auto;*/
}

#rates h1 {
	font-size: 16px;
}

#rates table, #rates td {
	border: 1px dotted #999;
}

#rates td {
	padding: 0 3px;
}

#overlay {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#rates_popup {
	background: #dddaad;
	z-index: 900;
	position: fixed;
	top: 30px;
	bottom: 10%;
	left: 50%;
	width: 790px;
	padding: 5px;
	margin-left: -400px;
}

#rates_popup #rates_inner {
	/*height: 400px;*/
	position: absolute;
	top: 50px;
	right: 10px;
	bottom: 5px;
	left: 5px;
	overflow: auto;
}

#rates_popup_ajax {
	font-size: 12px;
	background: #dddaad;
	width: 780px;
}

div.links {
	margin: 0 60px;
}

.info_links p {
	font-size: 14px;
	font-weight: bold;
	background: url('/images/bullet.gif') 0% 50% no-repeat;
	padding: 3px 0 3px 24px;
	margin: 0;
}

ol.big li
{
	font-size: 14px;
}

ol li p span.phone
{
	margin-left: 60px;
}