@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #555555;
}
a {
	color: #005e97;
	text-decoration: underline;
}
a:hover {
	color: #003b5e;
}
.base {
	width: 100%;
}
.header {
	background: #e1dece url(/images/bg.jpg) repeat-x top center;
}
.options {
	background: url(/images/options-bg.png) repeat-x top;
	height: 118px;
}
.option_list {
	width: 900px;
}
.option_list td {
	border-right: 1px solid #c2c2c2;
	height: 115px;
}
.canvas {
	background: url(/images/canvas-bg.jpg) repeat-x top center;
	padding: 25px 0;
}
#home_canvas {
	width: 900px;
}
#home_left_col {
	width: 568px;
}
#home_right_col {
	width: 332px
}
#home_search {
	width: 500px;
}
.search_t {
	background: #ffffff url(/images/search-t.gif) repeat-x top;
}
.search_r {
	border-right: 2px solid #e6e2d3; 
	background: #ffffff;
}
.search_b {
	background: #ffffff url(/images/search-b.gif) repeat-x bottom;
}
.search_l {
	border-left: 2px solid #e6e2d3; 
	background: #ffffff;
}
.inner_search {
	padding: 10px;
	background: #ffffff;
}
#featured_home {
	font-size: 1.7em;
	border-bottom: 3px solid #e3e1d9;
}
#summerlin_search {	
	font-size: 2.2em;
}
#list {
	width: 500px;
}
#inner_list {
	padding: 10px;
	background: #e6e2d3;
}
#list_fill {
	background: #e6e2d3;
}
.canvas_content {
	width: 900px;
}
.left_col {
	width: 250px;
}
.middle_col {
	width: 470px;
	padding-right: 15px;
}
.right_col {
	width: 150px;
}
#featured_listing_ad {
	width: 470px;
}
#featured_listing {
	font-size: 1.2em;
	border: none;
}
.browse_listing {
	font-size: 1.2em;
	color: #af2520;
	font-weight: bold;
}
#print_send {
	font-size: 12px;
}
.page_title {
	color: #af2520;
	font-size: 1.5em;
	border-bottom: 3px solid #e3e1d9;
}

#footer_base {
	width: 900px;
	border-top: 4px solid #6d1810;
}
.advertiser_name {
	font-size: 1.3em;
	color: #005e97;
}
