body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background: #222222;*/
	background: #ffffff;
}


/* CSS Layout Style */
#framecontentTop {
	width:  100%;
	height: 41px;
	background: #660000 url('../images/head_bkgd.gif') repeat-x bottom;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	padding: 0px;
	margin: 0px;
}

#framecontentTop2 {
	width:  100%;
	background: #ffffff url('../images/head_bkgd2.gif') repeat-x top;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	text-align: right;
	padding: 0px;
	margin: 0px;
}


#framecontentBottom{
	height: auto; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	width: 100%;
	background: #222222 url('../images/footer_line.gif') repeat-x top;
	color: #ffffff;
	text-align: center;
	bottom: 0px;
	/*top: auto;*/
}

#maincontent{
	left: 0;
	right: 0;
	bottom: auto;/* Set bottom value to HeightOfBottomFrameDiv*/
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	margin-top: -5px;
	border: 1px solid #ffffff;
}

.main_content {
	padding-left: 0px;
	padding-right: 0px;
}

.innertube{
	width: 977px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	padding-top: 0px;
	
}

#body_all {
	/*width: 977px;
	border: 1px solid #2e2e2e;
	*/
	position: absolute;
	width: 100%;
	top: 0px;
	overflow: auto;
}


/* Home Page */
#home_portal1 {
	float: left;
	width: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 18px;
}

#home_portal2 {
	float: left;
	width: 401px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 18px;
}
#home_portal3 {
	float: right;
	width: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
}

#home_portal_title{
	font-size: 24px;
	color: #650300;
	background: #ffffff url('../images/title_head_bkgd.gif') repeat-x bottom;
	height: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#home_portal_title_sm{
	font-size: 20px;
	color: #650300;
	background: #ffffff url('../images/title_head_bkgd.gif') repeat-x bottom;
	height: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sub_title{
	font-size: 14px;
	color: #650300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	padding-top: 30px; 
	padding-bottom: 15px;
}
#home_portal_body {
	text-align: center;
	padding-top: 10px;
}

/* Body Main CSS */
#body_main {
	width:  100%;
	background-color: #Ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Main Nav */
#main_nav {
	width: 100%;
	text-align: right;
	padding: 0px;
	padding-bottom: 20px;
	position: relative;
}
#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_nav ul li {
	display: inline;
	color: #460300;
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
}

#main_nav ul li.star {
	width: 5px;
	margin-top: 25px;
	vertical-align: bottom;
}

#main_nav ul li a{
	text-decoration: none;
	color: #460300;
}
#main_nav ul li a:hover {
	text-decoration: none;
	color: #fc0000;
}

#main_nav ul li.current a{
	text-decoration: none;
	color: #f10301;
}


#main_nav ul.main_subnav {
	top: 0;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; 
	position: absolute;
	top: 20px;
	left: 390px;
/*
	left: 415px; 
*/
	height: 20px;
/*
	height: 30px;
*/
	vertical-align:bottom;
}


#main_nav ul.main_subnav li{
	display: inline;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
}

#main_nav ul.main_subnav li a{
	text-decoration: none;
	color: #ff0101;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

#main_nav ul.main_subnav li a:hover{
	text-decoration: underline;
}


/* END Body Main CSS */



/* Body TOP CSS */
#body_top {
	width:  100%;
	height: 41px;
	margin:0px;
	background: #660000 url('/images/head_bkgd.gif') repeat-x bottom;
}

/*
#body_top_left { 
	position: absolute;
	text-align: left;
	float: left;
	top: 0px;
	padding-left: 35px;
}

#body_top_right {
	position: absolute;
	top: 0px;
	color: #cccdbf; 
	float: right;
	padding-right: 35px;
	padding-top:  10px;
}
*/

#body_top_left { 
	position: absolute;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	margin-left: 0px;
	float: left;
}

#body_top_right {
	color: #cccdbf; 
	margin-right: 0px;
	float: right;
}
/* END Body TOP CSS */



/* Body BOTTOM CSS */
#body_bottom {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #2e2e2e url('../images/footer_line.gif') repeat-x top;
	color: #ffffff;
}
/* END Body BOTTOM CSS */


/* Links */
a.link1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
	color: #f10301;
}

a.link2 {
	color: #fd2a23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: underline;
	color: #f10301;
}

a.link3 {
	color: #ff0c14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.link3:hover {
	text-decoration: underline;
	color: #ff0c14;
}


img {
	border: 0;
}


/* Tables & Other */
td {
	font-size:12px;
	font-family : Arial;
}

.smlheader{
	font-size:12px;
	font-family : Arial;
	color : #C20000;
	font-weight : bold;
}
.bigheader{
	font-size:15px;
	font-family : Arial;
	color : black;
	font-weight : bold;
}

.page_header {
	padding-top: 30px;
	padding-left: 30px;
	width:700px;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #650300;
	font-weight : bold;
	font-style: italic;
}

.page_body {
	padding-left: 30px;
	padding-right: 15px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	width:717px; 
}

.successString {
	color: #006600;
}


/* Reatlor Search */
#realtorSearch {
	width: 977px;
}
#realtorSearch_left {
	background: #ffffff url(../images/findarealtor_bkgd.gif) repeat-x top;
}

#realtorSearch_right {
	background: #ffffff url(../images/featured_bkgd.gif) no-repeat top;
}


#realtorSearch_left .page_body {
	color: #797979;
	height: 42px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
 }
 
#realtorSearch_left .search_body {
	padding-left: 20px;
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #797979;
	height: 42px;
}
 
.letterSearchBox {
	cursor: pointer;
	width: 20px;
	height: 18px;
	border: 1px solid #320300;
	background-color: #ffffff;
	color: #fb0000;
	margin-right: 5px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 2px;
}
.letterSearchBox a{
	font-weight: bold;
	text-decoration: none;
	color: #fb0000;
}

.letterSearchBox a:hover {
	text-decoration: underline;
}

.letterSearchBox_over {
	cursor: pointer;
	width: 20px;
	height: 18px;
	border: 1px solid #320300;
	background-color: #fb0000;
	color: #ffffff;
	margin-right: 5px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 2px;
}
.letterSearchBox_over a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.letterSearchBox_over a:hover {
	color: #ffffff;
}


.letterSearchViewallBox {
	height: 16px;
	color: #fb0000;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-left: 5px;
}
.letterSpace {
	width: 25px;
}

a.linkAlphabet {
	font-weight: bold;
	text-decoration: none;
	color: #fb0000;
}

a.linkAlphabet:hover {
	text-decoration: underline;
}




#featuredRealtor {
	width: 500px;
	height: 210px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.featuredTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fffff4;
	height: 15px;
	padding-left: 20px;
	padding-top: 8px;
	margin: 0px;
	padding-bottom: 18px;
}
.featuredBody {
	padding-left: 18px;
	padding-top: 0px;
	margin: 0px;
	height: 180px;
}
.featuredBody img {
	border: 1px solid #000000;
}

#realtorResult {
	width: 100%;
	padding-top: 15px; 
}

#resultNav {
	background: #900002 url(../images/nav_head_bkgd.gif) no-repeat top;
	width: 957px;
	height: 28px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.resultNavDescr {
	padding-top: 2px;
}

#resultNav a{
	color: #ffffff;
	text-decoration: none;
}

#resultNav a:hover{
	text-decoration: underline;
}

#resultNavFooter {
	background: #ffffff url(../images/nav_footer_bkgd.gif) no-repeat top;
	width: 957px;
	height: 18px;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#resultNavFooter a {
	color: #ffffff;
	text-decoration: none;
}

#resultNavFooter a:hover {
	text-decoration: underline;
}


#resultSubNav {
	background-color: #e5e5e5;
	width: 947px;
	height: 26px;
	color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#resultSubNav a {
	color: #ff0000;
	text-decoration: none;
}
#resultSubNav a:hover {
	text-decoration: underline;
}





.realtordetail_lrg {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 2px;
	color: #000000;
}

.realtordetail_med {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	color: #000000;
}

.realtordetail {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	color: #000000;
}

.realtordetail_red {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	color: #ff0c14;
} 

.realtordetail a, .realtordetail_red a{
	color: #ff0c14;
	text-decoration: none;
} 

.realtordetail a:hover, .realtordetail_red a:hover{
	text-decoration: underline;
} 

.realtorsummary_med {
	width: 90%;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif
}
.realtorsummary {
	width: 90%;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
}

.realtorsummary a {
	font-size: 12px;
	color: #ff0c14;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.realtorsummary a:hover {
	text-decoration: underline;
}


.realtorlistbox {
	width: 299px;
	height: 164px;
	background: #ffffff url(../images/realtor_bkgd.gif) no-repeat top;
	padding-top: 12px;
	padding-left: 20px;
	margin: 0px;
	margin-top: 10px;
}

/* END Realtor Search */


/* Listing CSS */
#listingBox {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
}
#listingBoxNav {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 15px;
	padding-top: 15px;
}

#listingBox p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#listingBox img{
	margin-bottom: 5px;
}


#listingRow1 {
	width: 100%;
	background: url(../images/listing_head_bkgd.gif) repeat-x top;
	height: 34px;
	font-size: 15px;
}

#listingRow2 {
	width: 100%;
	background-color: #ffffff;
}

#listingRow3 {
	width: 100%;
	background-color: #fbfbfb;
}

#listingRow1 #listingColumn1 {
	float: left;
	width: 210px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 
#listingRow1 #listingColumn2 {
	float: left;
	width: 600px;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 20px;
	height: auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#listingRow2 #listingColumn1 {
	float: left;
	width: 220px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}

#listingRow2 #listingColumn2 {
	float: left;
	width: 350px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	
}

#listingRow2 #listingColumn2 a{
	color: #fd0000;
	text-decoration: none;
	
}

#listingRow2 #listingColumn2 a:hover{
	text-decoration: underline;
	
}

#listingRow2 #listingColumn3 {
	float: right;
	width: 300px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	font-size: 10px;
}

#listingRow3 #listingColumn1 {
	float: left;
	width: 410px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

#listingRow3 #listingColumn2 {
	float: right;
	width: 370px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}


#listingTableRow1 {
	height: 24px;
	width: 100%;
	font-size: 12px;
	padding-top: 10px;
}



#listingTableRow_hide {
	height: 24px;
	width: 100%;
	font-size: 12px;
	padding-top: 10px;
	background-color: #CCCCCC;
	color: #666666;
}

#listingTableRow2 {
	height: 25px;
	width: 100%;
	font-size: 12px;
	margin:0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#listingTableRow2:hover {
	height: 25px;
	width: 100%;
	font-size: 12px;
	margin:0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fffbe2;
}
.listingTableRow2_1 {
	height: 25px;
	width: 100%;
	font-size: 12px;
	margin:0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.listingTableRow2_2 {
	height: 25px;
	width: 100%;
	font-size: 12px;
	margin:0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fffbe2;
}


#listingTableRow_hide #listingColumn1, #listingTableRow2 #listingColumn1, #listingTableRow1 #listingColumn1{
	float: left;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#listingTableRow_hide #listingColumn2, #listingTableRow2 #listingColumn2, #listingTableRow1 #listingColumn2{
	float: left;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#listingTableRow_hide #listingColumn3, #listingTableRow2 #listingColumn3, #listingTableRow1 #listingColumn3{
	float: left;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#listingTableRow_hide #listingColumn4, #listingTableRow2 #listingColumn4, #listingTableRow1 #listingColumn4{
	float: left;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#listingTableRow_hide #listingColumn5, #listingTableRow2 #listingColumn5, #listingTableRow1 #listingColumn5{
	float: left;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#listingTableRow_hide #listingColumn6, #listingTableRow2 #listingColumn6, #listingTableRow1 #listingColumn6{
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}
#listingTableRow_hide #listingColumn6 a, #listingTableRow2 #listingColumn6 a{
	color: #fd0000;
	text-decoration: none;
	font-size: 11px;
}
#listingTableRow_hide #listingColumn6 a, #listingTableRow2 #listingColumn6 a:hover{
	text-decoration: underline;
}


#clear {
	clear: both;
	height:0px; 
	margin:0px; 
	padding:0px
}

/* Nav */
.linknav {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.linknav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
.linknav a:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
}

.linknav_num {
	width: auto;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	margin-right: 3px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px double #ffffff;
	background-color: #4b0b01;
	color: #ffffff;
	float: right;
	cursor: pointer;
}

.linknav_num:hover, .linknav_num_over {
	width: auto;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	margin-right: 3px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px double #ffffff;
	background-color: #ffffff;
	color: #4b0b01;
	float: right;
	cursor: pointer;
}


/* Side Sub Nav */
ul#sidesubnav {
	width: 170px;
	list-style: none;
	border-top: 1px dotted #030303;
	margin: 0px;
	padding: 0px;
}


ul#sidesubnav li.normal{
	list-style: none;
	width: 168px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #ff0200;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #030303;
	cursor: pointer;
}

ul#sidesubnav li.highlight{
	list-style: none;
	width: 168px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6a0100;
	border-bottom: 1px dotted #030303;
	cursor: pointer;
}
ul#sidesubnav li.highlight a{
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul#sidesubnav li.over{
	list-style: none;
	width: 168px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #ff0200;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffe5e6;
	border-bottom: 1px dotted #030303;
	cursor: pointer;
}


ul#sidesubnav li a{
	color: #ff0200;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.notfound {
	text-align:center;
	width: 100%;
	height: 20px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 100px;
	vertical-align: middle;
}

.notfound2 {
	text-align:center;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 70px;
}