body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	width: auto;
	font-family: sans-serif;
	line-height: 18px;
	background: url(images/bg.jpg) fixed;
}

h1, h2, h3 {
	font-family : sans-serif;
	font-weight : bold;
}

h1 {
	letter-spacing : 0;
	font-size : 20px;
	font-weight : bold;
	color : #333333;
	line-height: normal;
}

h2 {
	letter-spacing : 0;
	font-size : 16px;
	color: #0053a0;
	line-height: 16px;
}

h2.homepage {
	letter-spacing : 0;
	font-size : 17px;
	font-weight : bolder;
	color : #3366cc;
	line-height : 20px;
	margin-top : 3px;
	margin-bottom : 3px;
	padding : 0;
}

h2.nav {
	letter-spacing : 0;
	font-size : 16px;
	color: #0053a0;
	line-height: 16px;
	margin: 0;
	padding-bottom: 5px;
}

h3 {
	font-size : 14px;
	font-weight : bold;
	line-height: 16px;
	margin: 5px 0;
	color: #333333;
}

h4 {
	font-size : 12px;
	line-height: 16px;
}

h5 {
	font-size : 16px;
}

h6 {
	font-size : 24px;
	font-weight: bolder;
	color: #333333;
    line-height: 22px;
	margin: 10px 0;
}

h7 {
	font-size : 22px;
	font-weight: bolder;
	color: #CC3300;
	line-height: 12px;
	margin: 5px 0;
}

.blue {
	font-size: 12px;
	color: #0053a0;
	font-weight: bold;
}

p  {
	line-height :17px;
}

ul, ol {
	line-height : 18px;
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left : 10px;
}

blockquote p, blockquote ul, blockquote ol {
	line-height : 16px;
	font-style : italic;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color : #CC0000;
	text-decoration: underline;
}

a.block_header {
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}


/* side navigation */
.sidenav {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
	font-size: 12px;
	width: auto;
	font-family: sans-serif;
	}


/* Page Size */

#page {
	width: 1017px;
	margin: 0 auto;
	height: auto;
}

/* Header Styles */

#header {
	width : 1017px;
	height : 114px;
	margin : 0 auto;
	background-image:url(images/header2.png);
	font-family : sans-serif;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
}

/* Content Area (Not Homepage) */

#content {
	width: 997px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 30px;
	padding-right: 10px;
	margin: 0 auto;
	background-image: url(images/content_bg.png);
	overflow:auto;
}

#left {
	margin-top: 15px;
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	min-height: 580px;
}

#right {
	margin-top: 5px;
	float: left;
	width: 740px;
	min-height: 580px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	vertical-align:top;
}

#right a {
	color : #CC0000;
	text-decoration: underline;
}

#right ul {
	padding-left: 40px;
}

#right ul ul {
	padding-left: 40px;
}

#right ol {
	padding-left: 40px;
}


/*Homepage*/

#posthome {
	float : right;
	text-align : left;
	width : 600px;
	height: 110px;
	padding-left : 20px;
	padding-top : 15px;
	padding-bottom : 0;
	padding-right : 40px;
}

#post {
	float: left;
	text-align: left;
	width: 860px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url(images/news_bg.png);
}

#post_results {
	float: left;
	text-align: left;
	width: 750px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	height: 500px;
}

#home_left{
	text-align : left;
	width : 260px;
	height: 140px;
	padding-left : 50px;
	padding-top : 0;
	padding-bottom : 0;
	padding-right : 50px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#home_right{
	text-align : left;
	width : 626px;
	height: 374px;
	padding-left : 0;
	padding-top : 0;
	padding-bottom : 0;
	padding-right : 35px;
	float: right;
}

/* Footer */

#footer {
	width : 1017px;
	height: 96px;
	background-image:url(images/footer.png);
	line-height: 12px;
	margin : 0 auto;
	padding-top: 5px;
	color :#666666;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	}

#footer a {
	color : #666666;
	font-family : sans-serif;
	text-align : center;
	font-size: 10px;
}

.address {
	float: left;
	width:420px;
	font-family : sans-serif;
	font-size : 13px;
	line-height: 18px;
	font-family : sans-serif;
	color : #333333;
	padding-left:20px;
}

.address {color: #333333; text-decoration: none;}
.address a:hover {color: #87a861; text-decoration: underline;}


.small {
	font-size : 11px;
	font-family : sans-serif;
	font-weight: bold;
	color : #333333;
}


/* ---------------------- PRIMARY NAVIGATION  ---------------------- */

#main_nav {
	width: 730px;
	float: right;
	padding-left: 0;
	margin-top: 17px;
	padding-right: 10px;
	[margin-top: 14px;] /* ie7 fix */
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#main_nav {margin-top: 13px;}
.addressInput {font-size:12px;}
}

.bg {
	background: url(images/button4.gif);
	color: #FFF;
}

.menu {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	background: url(images/button1a.gif) repeat-x;
	position:relative;
	font-family: verdana, arial, sans-serif;
	z-index: 1200;
}

.menu li.top {
	display:block;
	float:left;
	position:relative;
}

.menu li a.top_link {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#333333;
	text-decoration:none;
	font-size:13px;
	padding:0 0 0 5px;
	cursor:pointer;
}

.menu li a.top_link span {
	float:left;
	font-weight:bold;
	display:block;
	padding:0 15px 0 12px;
	height:40px;
}

.menu li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:40px;
	background:url(images/down.gif) no-repeat right top;
}

.menu li a.top_link:hover {
	color:#333333;
	background: url(images/button4.gif) no-repeat;
}

.menu li a.top_link:hover span {
	background:url(images/button4.gif) no-repeat right top;
	color: #333333;
}

.menu li a.top_link:hover span.down {
	background:url(images/button4a.gif) no-repeat right top;
}

.menu li:hover > a.top_link {
	color:#000; background: url(images/button4.gif) no-repeat;
	color: #333333;
}

.menu li:hover > a.top_link span {
	background:url(images/button4.gif) no-repeat right top;
	color: #333333;
}

.menu li:hover > a.top_link span.down {
	background:url(images/button4a.gif) no-repeat right top;
}


/*If Selected START*/
.menu li a.top_link_selected {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#333333;
	text-decoration:none;
	font-size:13px;
	padding:0 0 0 7px;
	cursor:pointer;
}

.menu li a.top_link_selected span {
	float:left;
	font-weight: bold;
	display: block;
	padding:0 15px 0 10px;
	height:40px;
}

.menu li a.top_link_selected:hover {
	color:#333333;
	background: url(images/button4.gif) no-repeat;
}

.menu li a.top_link_selected:hover span {
	background:url(images/button4.gif) no-repeat right top;
	color: #333333;
}

.menu li:hover > a.top_link_selected {
	color:#333333; background: url(images/button4.gif) no-repeat;
}

.menu li:hover > a.top_link_selected span {
	background:url(images/button4.gif) no-repeat right top;
	color: #333333;
}

/*If Selected END*/

.menu table {
	border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;
}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul,
.menu :hover ul ul,
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}

.menu :hover ul.sub {
	left:2px;
	top:40px;
	right:2px;
	background: #fff;
	padding:3px 0;
	border:1px solid #999999;
	white-space:nowrap;
	width:200px;
	height:auto;
}

.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:250px;
}

.menu :hover ul.sub li a {
	font-weight:normal;
	display:block;
	font-size:11px;
	height:20px;
	width:192px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:3px solid #fff;
	border-width:0 0 0 3px;
}

.menu :hover ul.sub li a.fly {
	background:#fff url(images/arrow.gif) 80px 7px no-repeat;
}

.menu :hover ul.sub li a:hover {
	background:#ee3a43; color:#fff;
}

.menu :hover ul.sub li a.fly:hover {
	background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}

.menu :hover ul li:hover > a.fly {
	background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
	{
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px 0;
	border:1px solid #999999;
	white-space:nowrap;
	width:93px;
	z-index:200;
	height:auto;
}
/* ---------------------- END PRIMARY nav ---------------------- */


/* ---------------------- QUICK SEARCH NAVIGATION  ---------------------- */

/*
* {
	list-style:none;
}
*/

#menucontainer{
	position: relative;
	/*margin-left: -5px;*/
	height: 43px;
	color: #333333;
	width: 659px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	}
#menunav{
	position: relative;
	height: 38px;
	font-size: 12px;
	font-weight: bold;
	background: #fff url(images/quicksearch_background.gif) repeat-x bottom left;
	padding-left: 20px;
	margin: 0;
	}

#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#fff;
	background:transparent url(images/quicksearch_hover.gif) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#0053a1 url(images/quicksearch_left.gif) no-repeat top left;
	line-height:275%;}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#0053a1 url(images/quicksearch_right.gif) no-repeat top right;
	height:38px;}



/* ---------------------- END nav ---------------------- */

/* QUICK SEARCH */

.address {
	font-size:18px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}

.addressInput {
	font-size:18px;
	font-weight: lighter;
	color: #333333;
	line-height:18px;
}

.searching {
	font-size:15px;
	font-weight:lighter;
	color: #666666;
}

.small {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height:11px;
	}

.smallAddress {
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #cccccc;
	line-height:11px;
	}

/* SEARCH LISTINGS */
#refine {
	background: url(images/bg_refine-search.jpg) no-repeat;
	float: left;
	min-height: 720px;
	width: 168px;
	padding: 55px 20px 10px 15px;
	margin-top: 13px;
}

#compare {
	background: url(images/bg_compare_properties.jpg) no-repeat;
	float: left;
	min-height: 150px;
	width: 168px;
	padding: 20px 20px 10px 15px;
	margin-top: 15px;
}

.results_toolbar {
	width: 769px;
	font-size: 11px;
	height: 47px;
	background: url(images/bg_top-bar.png) no-repeat;
	float: left;
	padding-top: 20px;
}

.results_toolbar ul{
	display: inline;
	padding: 0;
	margin: 0;
}

.results_toolbar ul li{
	display: inline;
	padding: 5px;
}

.results_toolbar table tr td a {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

.results_toolbar table tr td span {
	padding-left: 6px;
	font-weight: bold;
}

/* anchor */

#anchor {
	height : 10px;
	margin-left : auto;
	text-align: right;
	display: inline;
	padding-right: 26px;
	padding-top: 4px;
	padding-bottom: 10px;
	color:#333333;
	float:right;
	font-size: 11px;
	font-weight: lighter;
	width: 700px;
	letter-spacing:-3;
}

#anchor ul { list-style: none; margin: 0; padding:0; }
#anchor li { display: inline; padding: 0 0 0 8px; }
#anchor a:link, #anchor a:visited, #anchor a:active { color: #666666; text-decoration: none;font-weight:bold; }
#anchor a:hover {color: #333333; text-decoration: none;}

#anchor_bottom {
	font-size: 11px;
	font-weight: normal;
	width: 1000px;
	text-align:center;
	color: #CCCCCC;
	text-align: center;
}
#anchor_bottom ul { list-style: none; margin: 0; padding:0; }
#anchor_bottom li { display: inline; padding: 0 0 0 18px; }
#anchor_bottom a:link, #anchor_bottom a:visited, #anchor_bottom a:active { color: #CCCCCC; text-decoration: none; }
#anchor_bottom a:hover {color: #CCCCCC; text-decoration: none;}


.hidden {
	display: none;
}
.shown_block {
	display: block;
}

hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	width: 100%;
}

/*
img, div, a { behavior: url(iepngfix.htc) }
*/
#sitedescription, #locations {
	display: none;
}

label.search {
	padding-bottom: 3px;
	font-weight: bold;
	cursor: pointer;
}

a.quickview_detail {
	color: #c30;
	font-size: 10px;
}

a.lightbox {
	color: #c30;
	font-size: 13px;
	font-weight: bold;
}

.subnav_top {
	background: url(images/subnav_top.jpg) no-repeat;
	height: 14px;
	width: 200px;
}

.subnav_bottom {
	background: url(images/subnav_bottom.jpg) no-repeat;
	height: 14px;
	width: 200px;
}

.subnav {
	width: 190px;
	float: left;
	line-height: 20px;
	background: url(images/subnav_bg.jpg) repeat-y;
	padding-right: 10px;
}

.subnav_content {
	padding-left: 15px;
}

.subnav h2 {
	font-style: italic;
}

/* Property Watch */
.prop_watch_top {
	background: url(images/prop_watch_top.jpg) no-repeat;
	height: 10px;
	width: 180px;
}

.prop_watch_bottom {
	background: url(images/prop_watch_bottom.jpg) no-repeat;
	height: 10px;
	width: 180px;
}

.prop_watch {
	width: 160px;
	line-height: 20px;
	padding: 5px 10px;
	background-color: #e2e7ec;
}


/*
.subnav a {
	color: #797760;
	text-decoration: none;
}

.subnav a:hover {
	color: #434f29;
	text-decoration: underline;
}
*/

.subnav ul {
	padding-left: 30px;
	margin-left: 0;
	list-style-image: url('/images/bullet.png');
}

.subnav ul.nobullet {
	padding-left: 0;
	margin-left: 0;
	list-style-image: none;
}

.justlisted_top {
	width: 300px;
	height: 9px;
	background: url(images/justlisted_top.png) no-repeat;
}

.justlisted_bottom {
	width: 300px;
	height: 9px;
	background: url(images/justlisted_bottom.png) no-repeat;
}

.justlisted {
	width: 300px;
	height: auto;
	text-align: left;
	font-weight: bold;
	background: url(images/justlisted_bg.png) repeat-y;
}

#compareListingsWrap {
	font-size: 11px;
	line-height: 13px;
}

#compareListingsWrap img {
	border: 0;
}

#compareListingsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#compareListingsWrap li {
	margin: 5px;
	font-size: 11px;
}

#site_search_input {
	outline: none;
	font-size: 11px;
}

#site_search_execute {
	outline: none;
	font-size: 11px;
}

.focus_field {
	border: 1px #002da4 solid;
	color: #333;
	background-color: #eff5ff;
	padding: 3px;
}

.idle_field {
	background-color: #eee;
	color: #6f6f6f;
	border: 1px #999 solid;
	padding: 3px;
}

.hidden {
	display: none;
}

/*
	ColorBox Core Style
	The following rules are the styles that are consistant between themes.
	Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the
	order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{border: 1px #999 solid; background-color: #fff;}
	#cboxContent{margin-top:22px;}
			#cboxLoadedContent{background:#fff; padding:0;}
			#cboxLoadingGraphic{background:url(/js/colorbox/images/loading.gif) center center no-repeat;}
			#cboxLoadingOverlay{background:#fff;}
			#cboxTitle{position:absolute; top:-18px; left:5px; color:#333; font-weight: bold;}
			#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
			#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/js/colorbox/images/controls.png) 0 0 no-repeat;}
			#cboxPrevious{background-position:0px 0px; right:44px;}
			#cboxPrevious.hover{background-position:0px -25px;}
			#cboxNext{background-position:-25px 0px; right:22px;}
			#cboxNext.hover{background-position:-25px -25px;}
			#cboxClose{background-position:-50px 0px; right:0;}
			#cboxClose.hover{background-position:-50px -25px;}
			.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
			.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
			.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
			.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
			.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/* Listing Detail: Gallery */

.page_current, .ppp_current, .view_current {
	font-size: 1.3em;
	border: 1px #990000 solid;
	background-color: #fff;
	padding: 2px;
}

.message {
	color: #f60;
	font-weight: bold;
	font-style: italic;
}

/* Quick Links */

#quick_links {
	width: 235px;
	background: url(images/quicklinks_bg.jpg) repeat-y;
}

.quick_links_top {
	width: 235px;
	height: 13px;
	background: url(images/quicklinks_top.jpg) no-repeat;
}

.quick_links_bottom {
	width: 235px;
	height: 13px;
	background: url(images/quicklinks_bottom.jpg) no-repeat;
}

#quick_links ul {
	padding-left: 30px;
}

label {
	cursor: pointer;
}

.condensed {
	font-size: 10px;
}

.required {
	color: #f00;
}

ul.raquo {
	margin-left: 0;
	list-style-image: url('/images/bullet.png');
}

#right a.sub {
	color: #0053a0;
}
#right a.sub:hover {
	color: #69f;
}
.listing_pending {
	color: #f00;
}
.results_status {
	font-size: 10px;
}
.results_status_pending {
	color: #f00;
}
.lnsw_selected {
	border: 1px #0053a0 solid;
	text-decoration: none;
	background-color: #eee;
}
