﻿/*
#0d3c93 - darker blue
#0d3c93 - lighter blue
#ff0000 - red
#a4a4a4 - light grey
#f5f5f5 - whitesmoke

#ffe6cc - tan
#1b006b - darkest blue
#ce0000 - red
#5a79a5 - grey blue
#94afff - light blue
#afbdea - med blue
*/

#mappop
{
	position:absolute;
	top:4px;
	left:2px;
}

#mappop img
{
	border:0px;
	vertical-align:middle;
	margin-right:3px;
}

#mappop a
{
	color: White;
}


#viewframe
{
	border:0px;
	padding:0px;
	margin: 0px;
	width:100%;
	border-style: none;
}

#contact
{
	position:fixed;
	top:100px;
	left: 320px;
	border: 3px solid #0d3c93;
	background-color: #ffffff;
	padding:5px;
	width:500px;
	z-index:999999;
	visibility: hidden;
}

#contactscroll
{
	overflow-y: scroll;
	overflow-x: hidden;
	height:500px;
}

#about
{
	position:fixed;
	top:100px;
	left: 320px;
	border: 3px solid #0d3c93;
	background-color: #ffffff;
	padding:5px;
	width:500px;
	z-index:999999;
	visibility: hidden;
}

#aboutscroll
{
	overflow-y: scroll;
	overflow-x: hidden;
	height:400px;
}

#rebate
{
	position:fixed;
	top:100px;
	left: 320px;
	border: 3px solid #0d3c93;
	background-color: #ffffff;
	padding:5px;
	width:500px;
	z-index:999999;
	visibility: hidden;
}

#rebatescroll
{
	overflow-y: scroll;
	overflow-x: hidden;
	height:200px;
}

#leftpane
{
	width:292px;
	vertical-align:top;
	padding:5px;
}

#rightpane
{
	vertical-align:top;
	padding: 5px 5px 5px 0px;
}

#contactbox
{
	position:relative;
	border: 1px solid #0d3c93;	
	background-color: #ffffff;
	margin-bottom:5px;
}

#searchbox
{
	border: 1px solid #0d3c93;	
	margin-bottom:5px;
	background-color: #ffffff;
}

#resultsbox
{
	border: 1px solid #0d3c93;	
	height:100%;
}

#listingbox
{
	position:relative;
	height: 100%;
	overflow-y: scroll;
	overflow-x:hidden;	
	background-color: #dddddd;
}

#imgbox
{
	height: 400px;
	margin-bottom:5px;
	z-index: -1;
	background-color: #222222;
}

#propbox
{
	border: 1px solid #0d3c93;
	position:relative;
	padding:5px;
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
}

#propprizebox
{
	bottom:5px;
	left:0px;
	color: #0d3c93;
}

#infobox
{
	border: 1px solid #0d3c93;	
	background-color: #ffffff;
}

#logobox
{
	margin: 10px 5px 0px 5px;
	
}

#sloganbox
{
	text-align:right;
	position:relative;
	right:5px;
}

#dtbox
{
	position: absolute;
	bottom:-2px;
	left: 0px;
}

#telbox
{
	text-align:right;
	margin:5px;
	color: #0d3c93;
	font-size:16px;
	font-weight:bold;
}

#addbox
{
	margin-top:10px;
	text-align:right;
	position:relative;
	right:5px;
}

#contactlinkbox
{
	position: absolute;
	right:5px;
	top:5px;
	text-align:right;
}


#mapbox
{
	width:33%;
	border-right: 1px solid #0d3c93;
	vertical-align: top;
	background-color: #ffffff;
}

#descbox
{
	width:50%;
	vertical-align: top;
	padding:5px;
}

#detailbox
{
	width:50%;
	border-right: 1px solid #0d3c93;
	vertical-align: top;
	background-color: #dddddd;
}

#detailbox table
{
	border-top: 1px solid #0d3c93;
}

#detailbox table td
{
	color: #0d3c93;
	border-bottom:1px solid #a4a4a4;
	background-color: #ffffff;
	padding:2px;
	text-align:left;
	white-space: nowrap;
}

#detailbox table td.val
{
	color: #444444;
	text-align:right;
	
}

/*************************************************************************/

body
{
	margin:0px;
	font-family: Tahoma;
	font-size:11px;
	background-color: #999999;
	z-index: 0;
	position:relative;
}

hr
{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	color: #0d3c93;
	background-color: #0d3c93;
	border:0px;
	height:2px;
}

hr.small
{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	color: #666666;
	background-color: #666666;
	border:0px;
	height:1px;
	clear: both;
}

p
{
	line-height:16px;
	color: #444444;
}

a
{
	color: #0d3c93;
	text-decoration:none;
	cursor:pointer;
}

a:Visited
{
	color: #0d3c93;
	text-decoration:none;
}

a:Hover
{
	text-decoration:underline;
}


h1
{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	font-family: Tahoma
}

h1.smaller
{
	font-size: 16px;
	font-weight:bold;
}


h2
{
	margin:0px;
	padding:3px;
	font-weight: bold;
	font-size:13px;
	color: #ffffff;
	border-bottom: 1px solid #0d3c93;
	letter-spacing: 1px;
	background-color: #1B64EA;
}

h3
{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:13px;
	color: #000000;
}


/*************************************************************************/

a.clear
{
	cursor:pointer;
	visibility: hidden;
}

table.filters
{

}

table.filters td.label
{
	vertical-align:top;
	padding-top:4px;
	padding-right:10px;
	color: #0d3c93;
	white-space: nowrap;
}

table.filters td.options select
{
	vertical-align:top;
	width:150px;
}


.tip
{
	border: 1px solid #0d3c93;
	padding:5px;
	background-color: #ffffff;
	width:200px;
	color: #444444;
}

.tip-title
{
	font-weight: bold;
	color: #0d3c93;
}

img.prize
{
	position:absolute;
	right:3px;
	top: 3px;
}

span.linksep
{
	padding-right:5px;
	padding-left:5px;
	color: #a4a4a4;
}

div.listing
{
	position:relative;
	border-bottom: 1px solid #0d3c93;
	cursor: pointer;
	background-color: #ffffff;
}

div.listingsel
{
	background-color: #DBE4F4;
}

div.listingempty
{
	text-align:center;
	padding-top:20px;
	color: #000000;
}

div.listing img.thumb
{
	margin:4px;
	border:1px solid #1B64EA;
}

div.listing div.name
{
	font-size:13px;
	font-weight:bold;
	color: #0d3c93;
	padding: 2px 0px 0px 5px;
}

div.listing div.summary
{
	color: #444444;
	margin-bottom:5px;
}


div.listing div.distance
{
	margin-bottom:5px;
	color: #444444;
}

div.listing div.stats
{
	margin-bottom:5px;
	margin-top:2px;
	font-weight: bold;
}

div.close
{
	position:absolute;
	top:5px;
	right:5px;
}

div.cover
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#a4a4a4;
	z-index:999;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

div.filter
{
	margin:2px;
	float:left;
	padding:2px;
	border:1px solid #a4a4a4;
	background-color: #f5f5f5;
	cursor:pointer;
}

div.filter input
{
	margin:0px;
	padding:0px;
	vertical-align:text-bottom;
}

.hl
{
	background-color: #f5f5f5;
}

p.desc
{
	margin:0px;
	padding: 5px 5px 10px 5px;
	background-color: #ffffff;
}

p.features
{
	margin: 0px 16px 10px 0px;
}

p.big
{
	font-size:13px;
}

table.form
{
	margin-bottom:20px;
}

table.form td.lbl
{
	color:#0d3c93;
	width:150px;
}

input, textarea, select
{
	font-size: 11px;
	padding:2px;
}

input.btn
{
	background-color: #0d3c93;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #0d3c93;
	cursor:pointer;
}

td.sig
{
	border-top: 1px solid #666666;
	padding-top:3px;
	padding-left:3px;
}