body { font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: normal; font-style: normal; }
p { font-family: arial; property: value; }
td { font-family: arial; }
a:link { color: maroon; font-family: arial; font-style: normal; text-decoration: none; }
a:visited { color: gray; font-family: arial; font-style: normal; text-decoration: none; }
a:hover { color: orange; font-family: arial; font-style: normal; text-decoration: none; }
a:active { color: silver; font-family: arial; font-style: normal; text-decoration: none; }


/** General Styles **/
a:link, a:focus {
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h1 {
	color:#0b243f;
	font-size:24px;
	line-height:26px;
	padding-bottom:4px;
	text-transform:uppercase;
}


/** Listings Related **/
td.wrap {
	padding:0 4px;
}
#brochure-download {
	float:right;
}
#last-updated {
	display:inline-block;
	color:#8c2608;
	font-size:12px;
	margin-top:-6px;
}
#listing-intro {
	margin-bottom:20px;
}
.container {
	padding:0 20px;
}
.listing {
	border-top:1px solid #545454;
	border-bottom:1px solid #545454;
	margin-bottom:25px;
}
.listing h2 {
	color:#fff;
	font-size:18px;
}
.listing h3 {
	font-size:14px;
	font-weight:normal;
	color:#cccccc;
}
.listing .header {
	height:62px;
	margin-bottom:10px;
	background:#fff url(../images/listing_header_bg.gif) repeat-x 0 0;
}
.listing-sold .header {
	background:#fff url(../images/listing_header_bg_sold.gif) repeat-x 0 0;
}
.listing-pending .header {
	background:#fff url(../images/listing_header_bg_pending.gif) repeat-x 0 0;
}
.listing .info, .listing .price {
	padding-top:7px;
}
.listing .info {
	float:left;
}
.listing .price {
	float:right;
	color:#fff;
	text-align:right;
	font-size:18px;
}
.listing .price-show, .listing .price-old {
	text-decoration:line-through;
}
.listing .price-list {
	color:#ccc;
	font-size:14px;
}
.listing .price.sale {
	width:194px;
	height:40px;
	background:transparent url(../images/listing_reduced_bg.gif) no-repeat 0 8px;
}
.listing .price.sale div {
	color:#ccc;
	font-size:14px;
}
.listing .price.sale .price-old {
	text-decoration:line-through;
}
.listing .price.sale .price-sale {
	padding-top:6px;
	display:inline-block;
}
.listing .price.sale .price-old, .listing .price.sale .price-sale {
	padding-right:10px;
	line-height:16px;
}
.listing .specs {
	margin-bottom:10px;
}
.listing .specs .preview {
	float:left;
	width:270px;
}
.listing .specs .preview img {
	border:2px solid #ccc;
}
.listing .specs .features {
	float:left;
	width:220px;
}
.listing.listing-star .specs .features {
	width:360px;
}
.listing .specs .features ul {
	padding-left:0;
	margin-left:20px;
}
.listing .specs .features ul li {
	padding-bottom:4px;
}
.listing .specs table {
	float:left;
	width:504px;
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
}
.listing .specs table td {
	font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px solid #c8c8c8;
}
.listing .specs table td.check {
	padding-left:6px;
	padding-right:6px;
	font-weight:bold;
	color:#0b7e04;
}
/**
.listing .specs table td.check span {
	background-color:#0b7e04;
	color:#fff;
	margin:0;
	padding:0 2px;
}
**/
.listing .specs table td.name {
	border-right:1px solid #c8c8c8;
	padding-right:30px;
}
.listing .specs .options {
	float:right;
}

.listing .hull {
	font-size:12px;
	color:#2a2a2a;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
	background-color:#c9c8c8;
}

/** Listing Sprite Buttons **/
a.spritebtn {
	display:block;
	width:118px;
	height:28px;
	margin-bottom:10px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-6000px;
	overflow:hidden;
}
a.spritebtn:hover {
	background-position:0 -28px;
	cursor:pointer;
}
a.sb-pdf {
	background-image:url(../images/buttons/sb_pdf.gif);
}
a.sb-photos {
	background-image:url(../images/buttons/sb_photos.gif);
}
a.sb-vrtour {
	background-image:url(../images/buttons/sb_vr.gif);
}

/** Listing Clearance Flags **/
.clearance {
	height:49px;
	margin-top:20px;
	position:relative;
	border-bottom:1px solid #fff;
	background:url(../images/clearance_bg.gif) repeat-x 0 0;
}
.clearance-title {
	left:20px;
	top:0;
	width:255px;
	height:49px;
	position:absolute;
	background:url(../images/clearance_title.gif) no-repeat 0 0;
}
.clearance-price {
	right:100px;
	top:10px;
	position:absolute;
	color:#fff;
	font-size:24px;
}
.clearance-flag {
	right:10px;
	top:-10px;
	z-index:10;
	position:absolute;
}




.reducedPrice {
	color:#cc0000;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	display:block;
	padding:2px 8px 10px 8px;
}

.floatR {
	float:right;
}

/** Sliding Door Buttons **/
a.gallerySlider, a.tourSlider {
	display:block;
	width:70px;
	height:71px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin: 4px 0 0 0;
}
a.gallerySlider {
	background-image:url(../images/btn_gallery_slider.gif);
}
a.tourSlider {
	background-image:url(../images/btn_tour_slider.gif);
}
a.gallerySlider:hover, a.tourSlider:hover {
	background-position:0 -71px;
}
a.pdf-btn {
	display:block;
	width:70px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin: 4px 0 0 0;
	background-image:url(../images/btn_pdf_download.gif);
}

/** Homepage Boxes **/
table#hpBoxTable {
	margin-top:14px;
	margin-bottom:40px;
}
table#hpBoxTable td {
	vertical-align:top;
}
td.hpSpacer {
	width:13px;
}
td#hpGarmin {
	width:202px;
}
td#hpNew, td#hpUsed, td#hpAll {
	width:248px;
	height:123px;
	background:url(../images/hp_box_bg.gif) no-repeat 0 0;
}

table#hpBoxTable h2 {
	color:#fff;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0;
	margin-bottom:8px;
}

a.hpViewBtn {
	float:right;
	padding-top:4px;
}
.hpContent {
	padding:8px 11px;
	color:#b6ccdc;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
}
.hpContent a:link, .hpContent a:visited {
	color:#b6ccdc;
	font-weight:normal;
	text-decoration:underline;
}
.hpContent a:hover, .hpContent a.active {
	font-weight:normal;
	text-decoration:none;
}
a.hpLink {
	/*font-weight:bold;*/
}
.hpListingPrice {
	float:right;
	font-weight:bold;
}
.hpListingSummary {
	display:block;
	font-size:10px;
}
.hpListing {
	margin-bottom:8px;
}
.hpLinkList {
	font-size:11px;
}

.movedNotice h1, .movedNotice h2 {
	color:#fff;
	text-shadow:#000 1px 1px;
	margin:0;
	padding:0;
}
.movedNotice h1 {
	font-size:25px;
	line-height:25px;
}
.movedNotice h2 {
	font-size:20px;
	margin-bottom:10px;
}
.movedNotice {
	margin:0 7px;
	color:#efefef;
	background-color:#0e233b;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.movedNotice a:link, .movedNotice a:visited {
	color:#fff;
	text-decoration:underline;
}
.movedNotice a:hover, .movedNotice a:active {
	text-decoration:none;
}

/** SITE NAVIGATION **/
#mainnav {
}
#mainnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#mainnav ul li {
	float:left;
	font-size:15px;
	font-weight:bold;
	position:relative;
	padding:6px 10px 0 10px;
}
#mainnav ul li a {
	color:#0E375A;
	white-space:nowrap;
	text-decoration:none;
}
#mainnav a:hover {
	color:#A80202;
}
#mainnav ul li ul li a {
	margin-bottom:0;
	display:block;
}
#mainnav ul li ul {
	padding:0;
	margin:0;
	position:absolute;
	height:auto;
	width:auto;
	min-width:160px;
	left:10px;
	top:25px;
	z-index:1;
	display:none;
}
/*
* html #mainnav ul li ul {
	width:140px;
}
*/
#mainnav ul li ul li {
	float:none;
	padding:2px 8px;
	margin-bottom:3px;
	font-weight:normal;
	text-align:center;
	background-color:#fff;
	border:1px solid #0E375A;
}
#mainnav ul li ul li a {
	text-indent:0px;
	background-image:none;
}
* html #mainnav ul li ul li a {
	width:100%;
}

/** Data Tables **/
table.data td {
	padding:3px 0;
	border-bottom:1px solid #999;
}

/* Clearfixins */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}