* { margin: 0px; padding: 0px; }

* html body {
	overflow: hidden;
	margin-top: 0px;
}

html, body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    min-width: 800px;  /* 2x (LS fullwidth + CC Padding) + RC fullwidth */
}

h1 { font-family: "Trebuchet MS", Verdana, Aria, sans-serif; color: #666666; font-size: 160%; margin: 0 0 5px 0;} 
h2 { font-family: "Trebuchet MS", Verdana, Aria, sans-serif; color: #666666; font-size: 120%; margin: 0 0 5px 0; padding: 0;}
h3 { font-family: "Trebuchet MS", Verdana, Aria, sans-serif; color: #666666; font-size: 110%; font-weight: bold; margin: 0 0 5px 0; padding: 0;} 

/***************************************************/
/*************** Template Structure ****************/
/***************************************************/
#container { padding-top: 0px; }
#container .column { position: relative; float: left; }
#header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#center { padding: 0px 0px;  /* CC padding */ width: 100%; }
#left { width: 200px; /* LC width */ padding-left: 10px;  /* LC padding */ margin-left: -100%;  right: 230px; /* LC fullwidth + CC padding */ }
#right { width: 200px; /* RC width */ padding-right: 10px;  /* RC padding */  margin-right: -230px; /* RC fullwidth + CC padding*/ }

#footbox {
	width: 800px;
}

#equalhousing {
	width: 50px;
	float: left;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sitedisclaimer {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer {
	width: 550px;
	padding-top: 5px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: right;
}

#footer a {
	color: #FF9900;
	text-decoration: underline;
}

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

#footer a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#left { *left: 210px; } /* RC fullwidth */ /*** IE6 Fix ***/    

/***************************************************/
/*************** FORM STYLES ***********************/
/***************************************************/
div.form-container { padding: 0px 5px 0px 5px; background-color: #FFF; }
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 147px; font-size: 90%; color: #333; margin-top: 3px; }
div.form-container div.controlset { margin-left: 170px; float: none;}
div.form-container div.controlset input { width: auto; margin-bottom: 5px; vertical-align: middle; border:0 none; }
div.form-container input.controlset { width: auto; }
div.form-container select.page-numbers  { width: 50px; padding: 1px; font-size: 90%; }
div.form-container input.error, div.form-container select.error, div.form-container textarea.error { border: 1px solid #C00; background-color: #FEF; }
div.form-container div.custom { padding: 3px 5px 3px 5px; }
/*
div.form-container fieldset ol { margin: 0; padding: 0; }
div.form-container fieldset li { list-style: none; padding: 5px 0 5px 0; margin: 0; }
div.form-container em { font-weight: bold; font-style: normal; position: absolute; right: 0; color: #C00; }
div.form-container label { font-size: 12px; margin-right: 10px; padding: 0px 10px 0 0; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error { color: #C00; }
div.form-container fieldset.buttonrow { border: 0px; margin: 0px; padding: 0px; margin-left: 180px; }
*/
fieldset ol { margin: 0; padding: 0; }
fieldset li { list-style: none; padding: 5px; margin: 0; clear: both; }
div.form-container em { font-weight: bold; font-style: normal; right: 0; color: #C00; } /* removed position: absolute; due to IE7 overlap bug */
fieldset label { font-size: 12px; margin-right: 10px; padding: 0px 10px 0 0; width: 150px; display: block; float: left; text-align: right; position: relative; }
label.error { color: #C00; }
div.form-container fieldset.buttonrow { border: 0px; padding: 0px; }
div.form-container fieldset.buttonrow input { margin: 0 0 0 185px; }

fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; -moz-border-radius: 8px; border-radius: px; }
fieldset.hidden { border: 0px; }
fieldset li img { padding-left: 10px; }
fieldset li p img { padding: 0; }
legend { font-weight: bold; color: #555; padding: 5px 10px 5px 10px; border: #DDD 1px solid; background-color: #EEE }
fieldset div div img { padding: 0px; } /* fix for tree selects */
input.submit-button { background-color: #EEE; border: 1px solid #C6C3C6; color: #666; padding: 2px 5px 2px 5px; cursor: pointer; width: auto;}
input.submit-button:hover { background-color:#f5f7fa; border: 1px solid #79a8f5;}
input, textarea, select { width: 250px; background-color: #FFFFFF; font-size: 12px; color: #000000; font-family: inherit;  border: 1px solid #C0C0C0; padding: 3px 5px 3px 5px; }
select option { padding-left: 5px; }
select { width: 262px; padding: 2px 3px 2px 3px; }
textarea { height: 150px; }
input:focus, input.error:focus, textarea:focus { background-color: #f5f7fa; border: 1px solid #79a8f5; }

/***************************************************/
/**************** TABLE LIST ***********************/
/***************************************************/
div.table-list table { width: 100%; margin-bottom: 10px;}
div.table-list table, div.table-list td { border: 1px solid #CCC; border-collapse: collapse; font-family: tahoma, verdana, arial, helvetica; }
div.table-list thead th, div.table-list tbody th { background: #FFF url(images/gradient_silver.gif) repeat-x; color: #666; padding: 5px 10px; border-left: 1px solid #CCC; text-align: left;}
div.table-list tbody th { background: #fafafb; border-top: 1px solid #CCC; text-align: left; font-weight: normal; }
div.table-list tbody tr td { padding: 5px 10px; color: #666; }
div.table-list tbody tr.odd,
div.table-list tbody tr.odd th { background: #f6f6f6; }  
div.table-list tbody tr:hover { background: #FFF url(images/table_tr_background.gif) repeat; }
div.table-list tbody tr:hover th { background: #FFF url(images/table_tr_background.gif) repeat; color #454545; }
div.table-list tbody tr:hover td { color: #454545; } 
div.table-list tfoot td, div.table-list tfoot th { border-left: none; border-top: 1px solid #CCC; padding: 5px 10px; background: #ebebeb; color: #666; font-weight: normal; }
div.table-list caption { text-align: left; padding: 5px 0 0 5px; color: #666; height: 4ex;}
div.table-list caption span.page-numbers { font-size: 90%; padding-bottom: 3px; }
div.table-list caption span.page-numbers-results, div.table-list caption span.page-numbers-results a { font-size: 90%; margin-top: 3px; }

div.table-list table a:link { color: #666; }
div.table-list table a:visited { color: #666; }
div.table-list table a:hover { color: #003366; text-decoration: none; }
div.table-list table a:active { color: #003366; }

/* Page Numbers in Table List */
span.page-numbers-results { float: left; }
span.page-numbers { float: right; } 
div.table-list span.page-numbers a { text-decoration: none; }
div.table-list span.page-numbers a:hover { text-decoration: underline; }

/***************************************************/
/**************** BOX STYLES ***********************/
/***************************************************/
div.box { width: 100%; margin: 0px auto; padding: 5px 0; }
.box .box-header { background:transparent url(images/box_top_left.gif) no-repeat 0px 0px; }
.box .box-header .box-side { text-align: center; margin: 5px 0 0 0; font-weight: bold; line-height: 28px; height: 28px; background:transparent url(images/box_top_right.gif) no-repeat right 0px; }
.box .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }
.box .box-body { background:transparent url(images/box_middle_left.gif) repeat-y 0px 0px; }
.box .box-body .box-side { background:transparent url(images/box_middle_right.gif) repeat right 0px; }
.box .box-body .box-side .box-content {  margin:0px 1px 0px 1px; background:#fff url(images/box_middle_content.gif) repeat 0px 0px;  padding: 1em; text-align: left; }
.box .box-footer { background:transparent url(images/box_bottom_left.gif) no-repeat 0px 0px; }
.box .box-footer .box-side { font-size:1px; height:2px; background:transparent url(images/box_bottom_right.gif) no-repeat right 0px; }
.box .box-header h1 { font-size: 12px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #616161; }
.box p { margin:0.5em 0px 0px 0px; padding:0px; }
.box ul.box_list li.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; background:transparent url(images/arrow.gif) no-repeat scroll 0px 2px; padding-left: 18px; padding-bottom: 5px;}
.box ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

/***************************************************/
/**************** STAR RATING **********************/
/***************************************************/      
.star-rating { background:transparent url(images/star_rating.gif) repeat-x scroll left top; height:16px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0px; padding:0px; position:relative; width:80px; }
.star-rating li { float:left; margin:0px; padding:0px; clear: none; }
.star-rating li a { display: block; height: 16px; line-height: 16px; overflow: hidden; padding: 0px; position: absolute; text-decoration: none; text-indent: -9000px; width: 16px; z-index: 20; }
.star-rating li a:hover { background: transparent url(images/star_rating.gif) repeat scroll left center; border: medium none; left: auto; z-index: 2; }
.star-rating a.one-star { left:0px; }
.star-rating a.one-star:hover { width:16px; }
.star-rating a.two-stars { left:16px; }
.star-rating a.two-stars:hover { width:32px; }
.star-rating a.three-stars { left:32px; }
.star-rating a.three-stars:hover { width:48px; }
.star-rating a.four-stars { left:48px; }
.star-rating a.four-stars:hover { width:64px; }
.star-rating a.five-stars { left:64px; }
.star-rating a.five-stars:hover { width:80px; }
.star-rating ul { padding: 0px; }
.star-rating li.current-rating { background:transparent url(images/star_rating.gif) repeat scroll left bottom; display: block; height: 16px; position: absolute; text-indent: -9000px; z-index: 1; padding: 0px; padding-left: 0px; }
/***************************************************/
/**************** STATUS LINE **********************/
/***************************************************/
div#status-line { background-color: #F8F8F8; border-bottom: 1px solid #C6C3C6; overflow: auto; padding: 5px 5px 5px 10px; height: 17px; }
#status-line span#login-status { color: #525163; font-size: 12px; float: right; }
#status-line span#breadcrumbs { color: #525163; font-size: 12px; float: left; }
#status-line img#home { vertical-align: bottom; /*border-bottom: 1px solid #C6C3C6*/; } 

/***************************************************/
/******************* MESSAGES **********************/
/***************************************************/
div.message div.error, div.success { margin-bottom: 10px; padding: 10px 5px 10px 35px; line-height: 1.2em; border-width: 1px; border-style: solid; -moz-border-radius: 4px; }
div.message div.error { border-color: #e82a2a; background: #ffeaea url(images/message_error.gif) no-repeat 10px 10px;}
div.message div.success { border-color: #4dda2c; background: #eaffea url(images/message_success.gif) no-repeat 10px 10px;}

/***************************************************/
/********************** MAP ************************/
/***************************************************/
#map { border: 5px solid #C6C3C6; }

.listing_hot { color: red; font-size: 9px; }
.listing_updated { color: green; font-size: 9px; }
.listing_new { color: green; font-size: 9px; }

.listing_sidebox_title { font-weight: bold; }
.listing_sidebox_description { font-size: 10px; }
.listing_sidebox_details { font-size: 9px; padding-top: 5px; }
.listing_sidebox_location {}

/* SIDEBOX STYLES */
#sidebox_popular_categories, #sidebox_categories, #sidebox_menu, #members-menu { /*line-height: 20px;*/ }
/* Popular category sidebox number (Ex: Automotive (3) - style applies to "(3)") */
#sidebox_popular_categories .count { color: #525163; font-size: 10px; }
/* Status line at the top of the page generally showing the breadcrumbs */

#logo { padding: 10px 0 10px 20px; }

#sidebox-login a { font-size: 11px; } 
#sidebox-login input { width: 120px; }
#sidebox-login input.submit-button { width: 50px; margin-left: 85px; }
#sidebox-login div.form-container label { width: 80px; padding: 0 0 5px 0; text-align: left; }
#sidebox-login div.form-container fieldset.buttonrow { margin-left: 0px; }
#sidebox-login fieldset { padding: 0px; margin: 0px; }

#searchform div.form-container p.note { margin-left: 0; }
#searchform div.form-container input { width: 150px }  
#searchform div.form-container select { width: 162px }
#searchform div.form-container input.submit-button { width:60px }

#options select { width: 100px; }

/* CATEGORY STYLES */
ul.category_list li.category_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; background:transparent url(images/icon_categories.gif) no-repeat scroll 0px 0px; padding: 0px 20px 20px 20px; }
li.category_list { clear: both; }
ul.category_list { font-weight: bold; text-decoration : none; color: #888888; }
ul.category_list .category { font-size: 12px; }
ul.category_list .category a { font-size: 12px; }
ul.category_list .category_description { font-size: 10px; }
ul.category_list .subcategories { font-size: 9px; font-weight: normal; }
ul.category_list .subcategories a { font-size: 9px; font-weight: normal; }
ul.category_list img { float: left; padding: 0px 10px 20px 0px; }

ul.location_list li.location_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; background:transparent url(images/icon_categories.gif) no-repeat scroll 0px 0px; padding: 0px 20px 20px 20px; }
ul.location_list { font-weight: bold; text-decoration : none; color: #888888; }
ul.location_list .location { font-size: 12px; }
ul.location_list .location a { font-size: 12px; }
ul.location_list .location_description { font-size: 10px; }
ul.location_list .sublocations { font-size: 9px; font-weight: normal; }
ul.location_list .sublocations a { font-size: 9px; font-weight: normal; }
ul.location_list img { float: left; padding: 0px 10px 20px 0px; }

ul.listing_results li.listing_results { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 5px; height: 120px; }
ul.listing_results { margin: 0px; }
li.listing_results { padding: 10px; border: #DDD 1px solid; overflow: auto; }
ul.listing_results .listing_results_listing { }
ul.listing_results .listing_results_title { padding-bottom: 5px; }
ul.listing_results .listing_results_score { float: left; }
ul.listing_results .listing_results_zip_distance { float: left; }
ul.listing_results .listing_results_logo { padding-right: 10px; float: left; width: auto; }
ul.listing_results .listing_results_address { padding-bottom: 5px; }
ul.listing_results .listing_results_rating { float: right; vertical-align: top; }
ul.listing_results .listing_results_description { }

ul.listing_options li.listing_options { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0px; padding-left: 30px; }
li.listing_options { line-height: 22px; padding-bottom: 5px; }

ul.listing_options2 li.listing_options2 { font-size: 11px; list-style-position: outside; margin: 10px; padding-left: 20px; }
li.listing_options2 { padding-bottom: 2px; }

/* Images Search */
.image_results ol { margin: 0 0 10px 0; padding: 0; }
.image_results li { list-style: none; padding: 20px; margin: 0; clear: both; border: #DDD 1px solid; }
.image_results .image { float: left; vertical-align: middle; margin-right: 20px }
.image_results .image_details { vertical-align: middle; }
.image_results .image_title { font-weight: bold; }

/* Documents Search */
.document_results ol { margin: 0 0 10px 0; padding: 0; }
.document_results li { list-style: none; padding: 20px; margin: 0; clear: both; border: #DDD 1px solid; }
.document_results .document_details { vertical-align: middle; }
.document_results .document_title { font-weight: bold; }

/* Offers Search */
.offers_results ol { margin: 0 0 10px 0; padding: 0; }
.offers_results li { list-style: none; padding: 20px; margin: 0; clear: both; border: #DDD 1px solid; }
.offers_results .image { float: left; vertical-align: middle; margin-right: 20px }
.offers_results .offers_details { vertical-align: middle; }
.offers_results .offers_title { font-weight: bold; }
                                                   
.clear { height: 0px; line-height: 0px; clear: both; }
                                          
/********** LINKS ****************/
A:link { COLOR: #333366; text-decoration: underline; }
A:visited { COLOR: #333366; text-decoration: underline; }
A:hover { COLOR: #993333; text-decoration: underline; }
A:active { COLOR: #663300; text-decoration: none; }

/********** LISTS ****************/ 
li.sitemap_li {}
ul.sitemap_ul { margin-left: 10px; padding-left: 1.0em; padding-top: 0.2em; list-style-image: url('images/point.gif') }

.listing_default { font-family: "Trebuchet MS", Verdana, Aria, sans-serif; font-size: 12px; text-decoration : underline; font-weight: bold; color: black; }
.listing_4 { font-family: "Trebuchet MS", Verdana, Aria, sans-serif; font-size: 12px; text-decoration : none; font-weight: bold; color: blue }

/********** HEADER ****************/ 

#heading {
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
}

#logo {
	height: 110px;
	width: 685px;
	float: left;
}

#contact {
	width: 115px;
	float: right;
}

/********** INDEX ****************/ 

#main {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mainfp {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#leftnav {
	width: 210px;
	float: left;
}

#rightindex {
	float: right;
	width: 590px;
	height: 460px;
}

#main2 {
	clear: both;
	width: 800px;
}

#main3 {
	width: 590px;
}

#featureleft {
	float: left;
	width: 209px;
}

#featuretop {
	float: left;
	width: 209px;
	height: 50px;
	background-image: url(../../images/feature-header.jpg);
	background-repeat: no-repeat;
}

#featurearea {
	text-align: left;
	float: left;
	width: 199px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-image: url(../../images/feature-bg.jpg);
	background-repeat: no-repeat;
}

.featureheader {
	font-size: 14px;
	font-weight: 900;
	color: #006699;
	text-align: center;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.featureprop {
	text-align: left;
	font-size: 14px;
	color: #999966;
	padding-top: 5px;
}

#welcome {
	float: right;
	width: 580px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.welcome1 {
	font-size: 32px;
	color: #006699;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

.welcome2 {
	font-size: 32px;
	color: #993333;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

.welcome3 {
	font-size: 32px;
	color: #999966;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

.welcometext {
	font-size: 14px;
	color: #333333;
	text-align: justify;
}

#indexcol {
	float: right;
	width: 580px;
	text-align: left;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#maincontent {
	padding: 5px;
	width: 100%;
}

.clearone {
	clear: both;
	height: 1px;
}

#secondcon {
	width: 589px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/********** PROPERTY PAGES ****************/ 

#rightsecondary {
	float: right;
	width: 590px;
	height: 230px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/tanbg.gif);
	background-repeat: repeat;
}

#propnav {
	width: 184px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
	line-height: 25px;
	color: #999966;
}

#propnav ul {
	margin: 0;
	padding: 0;
}

#propnav li {
	list-style-image: url(../../images/arrow1.gif);
}

#propnav a:link, #propnav a:visited {
	text-decoration: underline;
	color: #999966;
}

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

#propcontent {
	width: 590px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#listingpropcontent {
	width: 589px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#prophead {
	width: 585px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #006699;
	letter-spacing: 3px;
	padding-top: 2px;
	padding-left: 5px;
}

#propadd {
	width: 345px;
	float: left;
	text-align: left;
	color: #999966;
	font-size: 15px;
	padding-left: 5px;
}

#propphone {
	width: 235px;
	float: right;
	text-align: right;
	color: #333399;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
}

#propintro {
	width: 580px;
	text-align: justify;
	clear: both;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

#proppricing {
	width: 585px;
	text-align: left;
	color: #999966;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#pricearea {
	width: 585px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/********** FEATURES AREAS ****************/ 

#features {
	width: 590px;
	text-align: left;
	padding-top: 5px;
}

#amencol {
	width: 285px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#commcol {
	width: 290px;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

#petcol {
	width: 290px;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

#leascol {
	width: 285px;
	float: left;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.amenheader {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

.bluesubheader {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.boldtext {
	font-weight: bold;
}

#secondarycontent {
	float: right;
	width: 579px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/********** COMMERCIAL ****************/ 

.resume {
	width: 579px;
}

.resumepic {
	float: left;
	width: 180px;
	text-align: center;
}

.resumetext {
	float: right;
	width: 399px;
	text-align: justify;
}
.resumeheader {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.resumebreak {
	width: 579px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #666666;
}

/********** COMMERCIAL ****************/ 

.commbox {
	background-image: url(../../images/bluebg.gif);
	line-height: 20px;
	padding: 2px;
	height: 20px;
	width: 99%;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.commheadbox {
	float: left;
	width: 80%;
}

.commfootagebox {
	float: right;
	width: 20%;
	text-align: right;
}

.commtextbox {
	width: 99%;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.commdes {
	font-size: 12px;
	text-align: justify;
}

.commcontact {
	font-size: 11px;
	font-weight: bold;
	color: #663333;
}

.commpicbox {
	float: right;
	width: 15%;
	padding-top: 4px;
}

.commpicborder {
	width: 100px;
	height: 75px;
	border: 1px solid #333333;
}

/********** FIND AN APARTMENT ****************/ 

#aptarea {
	text-align: left;
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}


/********** IMAGES and FLOORPLANS ****************/ 

#listingcon {
	float: right;
	width: 580px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/********** SEARCH RESULTS ****************/ 

.resultbuffer {
	width: 590px;
	padding-left: 5px;
}

.resultbox {
	width: 550px;
	padding-left: 5px;
	text-align: left;
}

.resultpic {
	float: left;
	width: 180px;
}

.resultinfo {
	float: left;
	width: 245px;
	padding-left: 5px;
}

.resultheader {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

.resulttext {
	text-align: left;
	font-size: 12px;
	color: #999999
}

.resultphone {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#resultlink {
	height: 110px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.resultspacer {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#mapbox {
	text-align: left;
	width: 95%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.aptheader {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.apttext {
	font-size: 11px;
	color: #000000;
}

.aptphone {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
                                    
/*** IMAGES ****/   
                               
/** #listingpropcontent a img {width:250px;height:150px;} 
#listingpropcontent div img {width:120px;height:20px;}
**/

/********** PRINT ****************/ 

#printmain {
	width: 590px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.printlogo {
	float: left;
	width: 590px;
	height: 230px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/tanbg.gif);
	background-repeat: repeat;
}

.printheader {
	float: left;
	width: 590px;
	height: 150px;
	background-image: url(../../images/print-header.jpg);
	background-repeat: no-repeat;
}

.printcontent {
	float: left;
	width: 580px;
	padding: 5px;
}

.phead {
	float: left;
	width: 580px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #006699;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.padd {
	float: left;
	width: 290px;
	text-align: left;
	color: #999966;
	font-size: 15px;
	padding-bottom: 5px;
}

.pphone {
	float: right;
	width: 290px;
	text-align: right;
	color: #333399;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
}

.pintro {
	float: left;
	width: 580px;
	text-align: justify;
	padding-bottom: 5px;
}

.pprice {
	float: left;
	width: 580px;
	color: #999966;
	font-size: 20px;
	padding-bottom: 5px;
}

.pmodels {
	float: left;
	width: 580px;
	padding-bottom: 5px;
}

.pfeat {
	float: left;
	width: 580px;
	padding-bottom: 5px;
}

.pcol1 {
	float: left;
	width: 290px;
	font-size: 11px;
	padding-bottom: 10px;
}

.pcol2 {
	float: right;
	width: 290px;
}

.pfoot {
	float: left;
	width: 580px;
	text-align: right;
	padding-top: 5px;
}
