body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #013B2D url('../_images/bg2.gif') top left repeat-y;
	font-family: Verdana;
	font-size: 8pt;
}

#container {
	width: 770px;
	margin: 0;
	text-align: left;
}

#navigation {
	float: left;
	width: 142px;
	margin-top: 94px;
}

#content {
	float: left;
	width: 628px;
}

#grass {
	background-color: #FFF;
	padding-bottom: 15px;
}

#body {
	background-color: #FFF;
	padding: 0 4px;
	margin: 0;
}

#title {
	height: 79px;
}

#cols {
	height: 199px;
}

#col_2 {
	float: left;
	width: 412px;
	margin-bottom: 16px;
}

#col_1 {
	float: left;
	width: 204px;
	margin-bottom: 16px;
}

#col_full {
	float: left;
	width: 620px;
	margin-bottom: 16px;
}

.view_properties {
	background-color: #7FD3DB;
	height: 199px;
}

.view {
	padding: 6px 3px;
}

.view_tab {
	margin: 20px 0 0 3px;
}

.m_r4 {
	margin-right: 4px;
}

.m_r3 {
	margin-right: 2px;
}

.m_b4 {
	margin-bottom: 4px;
}

.m_t15 {
	margin-top: 15px;
}

.m_b5 {
	margin-bottom: 5px;
}

#offers {
	clear: both;
}

#offers dl {
	float: left;
	margin: 0 4px 16px 0;
	width: 204px;
}

#offers dd {
	padding: 0;
	margin: 0;
}

.title {
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0;
}

#offers .description {
	height: 55px;
	margin-top: 5px;
}

dd .price {
	margin-top: 15px;
	padding: 2px;
	display: block;
	background-color: #96CAFC;
}

dd .view {
	margin-top: 3px;
	padding: 2px;
	display: block;
	background-color: #4BA7FF;
}

dd a {
	text-decoration: none;
	color: #000;
	font-size: 8pt;
}

#listings {
	margin-top: 32px;
}

#listings dl {
	float: left;
	width: 152px;
	padding: 0;
	margin: 0 4px 16px 0;
}

#listings dd {
	margin: 0;
	padding: 0;
}

#listings dt {
	font-weight: bold;
	padding: 2px 0 2px 4px;
	background-color: #7FD3DB;
	margin-bottom: 2px;
	height: 10px;
}

#listings .description {
	margin: 0;
	padding: 5px 5px 0 5px;
	height: 100px;
}

#footer {
	border-top: 1px solid #7FD3DB;
	border-bottom: 1px solid #007C89;
	background-color: #7FD3DB;
	font-size: 8pt;
}

#content_box {
	margin: 16px 0;
}

#contact_box {
	padding: 4px;
	display: block;
	background-color: #AFDBDB;
	font-weight: bold;
}

#contact_box a {
	color: #000;
	text-decoration: none;
}

h2 {
	font-size: 12pt;
	margin: 30px 0 10px 0;
	padding: 0;
}

.clr_1 {
	color: #4BA7FF;
}

/* Link Styles */

a.details_link {
	margin-top: 3px;
	padding: 2px;
	display: block;
	background-color: #4BA7FF;
	color: #FFF;
	text-decoration: none;
}


/* Form styles */

select {
	font-size: 8pt;
	border: 0;
	padding: 2px;
	background-color: #FFF;
}

/* Text styles */

h1 {
	margin: 0;
	font-size: 12pt;
}

/* Image styles */

img {
	border: 0;
}

/* Table styles */

.tb_search {
	padding: 0 5px;
	font-size: 8pt;
}

.tb_news {
	margin: 16px 0;
	font-size: 8pt;
}

.tb_news td {
	vertical-align: top;
}

.td_image {
	width: 204px;
	padding-right: 4px;
}

.tb_news .date {
	display: block;
}

.tb_news .news_title {
	display: block;
	font-size: 11pt;
	margin: 5px 0 0 0;
}

.tb_news .news {
/*	display: block; */
}

.tb_news .news_link {
	height: 15px;
	display: block;
	text-align: right;
}	

.tb_contact {
	margin-top: 10px;
}

.field_title {
	color: #333;
	width: 130px;
}

.tb_contact td {
	padding: 2px 0;
}

.tb_contact input, .tb_contact select, .tb_contact textarea {
	border: 1px solid #7FD3DB;
	width: 250px;
	padding: 2px;
}

.checkbox {
	background-color: #ccf;
	width: 25px;
}

.tb_contact .no_style {
	width: auto;
	border: none;
}

.tb_contact .input_btn {
	width: auto;
	background-color: #7FD3DB;
	color: #FFF;
}

/* Menu from A List Apart */

ul {
	font-size: 7pt;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 127px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index:2;
	}
	
ul li {
	position: relative;
	z-index:2;
	}
	
li ul {
	position: absolute;
	left: 126px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:2;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff; /* IE6 Bug */
	padding: 2px 0 2px 19px;
	border-top: 1px solid #ccc; /* IE6 Bug */
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: auto;
	min-height: 10px;
	z-index:2;
	}

ul li a:hover {
	background-color: #D3F5F5;
	border-top: 1px solid #E9FBFB;
	border-right: 1px solid #7FD3DB;
	border-bottom: 1px solid #7FD3DB;
	z-index:2;
}

ul li ul {
	width: 150px;
	border-left: 1px solid #999;	
	z-index:2;
}

ul li ul li a {
	padding: 2px 0 2px 5px;
	z-index:2;
}

.selected a {
	background-color: #D3F5F5;
	border-top: 1px solid #E9FBFB;
	border-right: 1px solid #7FD3DB;
	border-bottom: 1px solid #7FD3DB;
	z-index:2;
}
	
ol.normal { list-style:disc; } 
ul.normal li a:link, ul.normal li a:active, ul.normal li a:visited { display:inline; border:0px; padding:0px; } 
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

/* Green links */

a.green:link, a.green:visited, a.green:active { color:#005440;}
a.green:hover { color:#00b4bc; }

/* Details styles */


.det_band { background-color:#ffffff;color:#013e81;text-align:center;clear:both; clear:both;padding:5px;font-size:16px;border:1px solid #ff7b01;}
#det_imgWrap { width:100%; }
#det_imgMain { width:348px; float:left;padding:2px; }
.det_imgThumb { width:100px;float:left;padding:1px; }
#det_imgThumbsWrap { width: 204px; float:left; }
#det_sumWrap { width:340px; clear:both;text-align:left; padding:5px; }
.det_sumTag { color: #c4790a; font-weight:bold;font-size:18px; }
.det_sumFeat { width:340px;text-align:left; padding:5px;float:left; }
.det_featWrap {  width:340px; clear:both;text-align:left; padding:5px; }
.det_txt { text-align: justify; }
#det_butWrap { padding:10px; margin-top:20px; clear:both; text-align:center;}

