/* CSS */

html, body {
	background: #fff;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
}

#header {
	height: 202px;
	overflow: hidden;
	width: 915px;
	border-bottom: solid 4px #fff;
}
#header-logo {
	height: 101px;
	width: 300px;
	cursor: pointer;
	margin: 30px 0 0;
	background: url(/images/logo.gif) top left no-repeat;
}
#header-gfx {
	float: right;
	width: 600px;
	height: 202px;
}
#header-gfx img a:link {
	float: right;
	display: block;
	width: 600px;
	height: 202px;
}
#header-search {
	width: 162px;
	height: 24px;
	background: url(/images/search-bg.gif) top left no-repeat;
	position: absolute;
	top: 0;
	margin: 0 0 0 667px;
	padding: 5px 0 0 59px;
	overflow: hidden;
	line-height: 20px;
}
.form-search {
	padding: 0;
	margin: 0 10px 0 0;
	width: 122px;
	height: 16px;
	border: none 0px;
}
#cse-search-results {width:480px; margin-left:-10px;}

/* accessibility */

#access-buttons {
	height: 30px;
	width: 215px;
	color: #000;
	font-size: 11px;
	padding: 5px 0 0 4px;
	position: absolute;
	top: 0;
}
span.access-button {
	display: none;
}
a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	color: #5b8ca5;
	left: 170px;
	top: 5px;
	text-decoration: none;
}

/* TICKER */

#ticker-container {
	width: 725px;
	height: 20px;
	background: url(/images/banner-bg.gif) top left no-repeat;
	position: absolute;
	top: 131px;
	overflow: hidden;
	padding: 45px 55px 6px 110px;
}

#ticker {
	width: 725px;
	height: 20px;
	overflow: hidden;
	list-style: none;
	line-height: 20px;
	padding: 0;
}
#ticker ul { float:right; }

#ticker a {color: #8fcbdb; white-space: nowrap;}
#ticker a:hover {color: #8fcbdb; text-decoration: underline;}
.pretend-nolink { color:#fff; cursor:default; }

/* CONTENT */

#form-table {
	width: 480px;
}

.hidden  {
	display: none;
}

/* SECTION TITLES */

#title-buy {
	width: 496px;
	height: 60px;
	background: url(/images/title-buy.gif) top left no-repeat;
	margin: 0 0 0 -8px;
}
#title-buy h1 {display:none;}
#title-rent {
	width: 496px;
	height: 60px;
	background: url(/images/title-rent.gif) top left no-repeat;
	margin: 0 0 0 -8px;
}
#title-rent h1 {display:none;}
#title-sell {
	width: 496px;
	height: 60px;
	background: url(/images/title-sell.gif) top left no-repeat;
	margin: 0 0 0 -8px;
}
#title-sell h1 {display:none;}

/* PROMOS */

.propertysearch {
	height: 220px;
	width: 203px;
	overflow: hidden;
}
.topsidepromo {
	padding: 2px 0;
	width: 203px;
	height: 120px;
}
.sidepromo {
	padding: 0 0 2px;
	width: 203px;
}

#promo1 {
	width: 496px;
	height: 115px;
	background: url(/images/homepromo-buy.gif) top left no-repeat;
	margin: 0 0 5px -8px;
	cursor: pointer;
}
#promo1 h2 {display: none;}
#promo1 p {padding: 54px 175px 0 25px; line-height: 18px; margin: 0;}
#promo1 p:hover {color: #ed1c24;}

#promo2 {
	width: 496px;
	height: 115px;
	background: url(/images/homepromo-rent.gif) top left no-repeat;
	margin: 0 0 5px -8px;
	cursor: pointer;
}
#promo2 h2 {display: none;}
#promo2 p {padding: 54px 175px 0 25px; line-height: 18px; margin: 0;}
#promo2 p:hover {color: #e77817;}

#promo3 {
	width: 496px;
	height: 115px;
	background: url(/images/homepromo-sell.gif) top left no-repeat;
	margin: 0 0 5px -8px;
	cursor: pointer;
}
#promo3 h2 {display: none;}
#promo3 p {padding: 54px 175px 0 25px; line-height: 18px; margin: 0;}
#promo3 p:hover {color: #00923f;}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 187px;
	overflow: hidden;
	width: 915px;
	background: url(/images/footer-bg.gif) top left no-repeat;
}
#footer p {padding: 89px 58px 0 12px; margin: 0; color:#cedfe6; width:265px; float:left; }
#footer h2 {display:none;}
#footer h3 {display:none;}
#footer-quote {
	width: 272px;
	height: 187px;
	float: right;
}

#under-footer {
	margin: 0 auto 18px;
	color: #888888;
	font-size: 11px;
	width: 895px;
	padding: 10px 10px 0;
	height: 88px;
	overflow: hidden;
	line-height: 20px;
	background: url(/images/footer-logos.gif) bottom left no-repeat;
}
#under-footer a {color: #6fa8c5; text-decoration: none;}
#under-footer a:hover {color: #6fa8c5; text-decoration: underline;}