/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #455F9C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: black;
}

#main {
	width: 950px;
	margin: 0 auto;
	clear: both;
	margin-top: 15px;
}

#header {
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
	height: 150px;
}

#header .header_gallery {
	padding-left: 335px;
	padding-top: 12px;
}

#header .headshot {
	float: left;
	padding-left: 10px;
}

#header .headshot img {
	border: 1px solid black;
}	

.businesscard {
	margin: 0px 15px 8px 15px;
	color: white;
	font-size: 14px;
	background-image: url(images/background_waves.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	overflow: hidden;
}

.businesscard .address {
	padding-top: 2px;
}

.businesscard .phone {
	font-size: 28px;
	background-color: #455F9C;
	padding-left: 10px;
}

.nav {
	clear: both;
	background-image: url(images/background_navigation.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	padding: 16px 0px 0px 0px;
	text-align: center;
}

.nav .menuitem {
	display: inline;
	font-weight: bold;
}

.nav .menuitem a {
	color: black;
	text-decoration: none;
}

.nav .menuitem a:hover, .nav .menuitem .active {
	color: #990000;
}

#footer {
	color: white;
	font-size: 11px;
	padding: 10px 0px 20px 0px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: yellow;
}

/***** CONTENT CSS *****/

#welcome {
	width: 627px;
}

#started {
	width: 305px;
	margin-left: 18px;
}

#featured {
	margin-top: 15px;
	clear: both;
}

.title {
	background-image: url(images/background_waves.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: white;
	font-size: 24px;
	margin: 5px 15px;
}

.separator {
	background-image: url(images/background_waves.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 2px 0px 5px 0px;
}

.title strong {
	background-color: #455F9C;
	padding-right: 10px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.box {
	border: 2px solid black;
	padding: 10px;
	background-color: white;
}

.box p {
	margin: 0px;
	padding: 3px 0px;
}

.box ul {
	margin: 0px;
	padding-left: 20px;
}

.luna {
	background-image: url(images/background_luna.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 226px;
	padding-right: 300px;
	overflow: hidden;
}

.featured_listing {
	border: 2px solid black;
	background-color: white;
	width: 300px;
	height: 483px;
	overflow: hidden;
}

#featured .row {
	height: 503px;
}

#featured img {
	border: 0px;
}

#featured .mainimage {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 180px;
}

.featured_data {
	font-size: 12px;
	width: 180px;
	height: 275px;
	margin: 0px 5px;
	overflow: auto;
}

#featured .subpics {
	float: right;
	width: 100px;
	margin-right: 5px;
}

.featured_margin {
	margin-left: 19px;
} 

.featured_nav {
	font-size: 12px;
	padding: 4px;
	background-color: #FFFFCC;
	border-bottom: 1px solid black;
	height: 22px;
	overflow: hidden;
}

.featured_pics {
	padding: 2px 0px;
}

.mls_search {
	color: white;
}

.mls_search input {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;	
}

#MLS_Search {
	width: 170px;
	padding: 2px 5px;
	margin: 3px 5px 0px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	color: #666;
	font-style: italic;
}

a._expand {
	font-size: 10px;
	text-decoration: none;
}

.faq {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #FFFFCC;
	padding: 4px;
	margin: 3px 0px;
	font-size: 12px;
}

.faq .red {
	font-size: 14px;
}

.glossarylinks {
	text-align: center;
	font-size: 12px;
	padding: 4px 0px 10px 0px;
}

.glossarylinks a {
	padding: 0px 2px;
	text-decoration: none;
}

#mapcanvas {
	border: 1px solid black;
	height: 450px;
}

#routecontainer {
	display: none;
}

.directions form .address_input {
	width: 400px;
}

.directions form, .directions fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.directions fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
}

/***** PROPERTIES CSS *****/

a.property {
	float: left;
	font-size: 12px;
	border: 1px solid #999;
	display: block;
	width: 288px;
	height: 33px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

a.property:hover {
	background-color: #CCCCCC;
}

.property img {
	border: 0px;
}

.mainphoto {
	width: 500px;
	margin: 10px auto 0px auto;
	clear: both;
}

.otherpictures {
	padding-top: 10px;
}

.property ._open {

}

/***** PROPERTIES CSS *****/

.properties {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	border-bottom: 0px;
}


.properties td, .properties th {
	border-bottom: 1px solid #999;
	text-align: center;
}

.properties tr.odd {
	background-color: #FFFFCC;
}

.properties a.active {
	color: black;	
}

.property img {
	border: 0px;
}

.mainphoto {
	width: 500px;
	margin: 10px auto 0px auto;
	clear: both;
}

.listing_stats {
	border: 1px solid #333;
	padding: 5px;
	background-color: #FFFFCC;
	margin: 10px 0px;
}

.valigntop {
	vertical-align: text-top;
}

.box110 {
	height: 110px;
}

.bg_red {
	background-color: red;
}

.bg_paleyellow {
	background-color: #FFC;
}

#propertyHeader a.active {
	color: red;	
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
	font-size: 14px;
}
