/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
	margin-top: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #FFD429;
	background-image: url(/images/back.home.jpg);
  background-repeat: repeat-x;
  background-position: top left;
	z-index: 0;
}
body.pop {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: middle;
	z-index: 0;
	background-color: #EBEBAD;
}

/****** CENTER STYLES ******/

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: none;
	color: #CC0000;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: none;
	color: #CC0000;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #CC0000;
	z-index: 0;
}

a span {
  color: #F31414;
}

a.bold {
  font-weight: bold;
}

a.sublink {
  font-weight: bold;
}

a.white { 
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}	
a.white:hover {
	color: #FFFFFF;
}
a.white span {
  color: #000000;
}


a.anchor { 
	color: #0033CC;
	text-decoration: none;
}
a.anchor:visited {
	color: #0033CC;
	text-decoration: none;
}	
a.anchor:hover {
	color: #0033CC;
	text-decoration: none;
}

a.page { 
	color: #0033CC;
}
a.page:visited {
	color: #0033CC;
}	
a.page:hover {
	color: #0033CC;
}

a.red { 
	color: #CC0000;
}
a.red:visited {
	color: #CC0000;
}	
a.red:hover {
	color: #CC0000;
}

a.blue { 
	color: #0033CC;
}
a.blue:visited {
	color: #0033CC;
}	
a.blue:hover {
	color: #0033CC;
}
a.blue span {
  color: #F31414;
}

a.black { 
	color: #000000;
}
a.black:visited {
	color: #000000;
}	
a.black:hover {
	color: #000000;
}
a.black span {
  color: #F31414;
}


/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  width: 860px;
  height: 100%;
}
table.pop_mainframe {
  border: 0px solid #000000;
  width: 500px;
  height: 100%;
}
table.full_frame {
  width: 100%;
}
table.header_frame {
  width: 860px;
  height: 425px;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.full_frame_content {
  width: 860px;
  height: 100%;
}
table.show_links {
  height: 67px;
  width: 441px;
  background-image: url(/images/back.showlinks.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
table.show_items {
  height: 67px;
  width: 441px;
  background-image: url(/images/back.showitems.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
table.icon_table {
}
table.forum_table {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
table.photo_frame {
  width: 422px;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.highlight {
  color: #9A0034;
}
span.selected {
  color: #990000;
}
span.black {
  color: #000000;
}
span.dark_grey {
  color: #000000;
}
span.blue {
  color: #0033CC;
}
span.red {
  color: #CC0000;
}
span.tagline {
  color: #CC0000;
  font-weight: bold;
}
span.bullet {
  color: #CC0000;
  font-weight: bold;
}
span.green {
  color: #336666;
}
span.gold {
  color: #999900;
}
span.yellow {
  color: #FEFF99;
}
span.white {
  color: #FFFFFF;
}
span.note {
  font-size: 8pt;
}
span.strikethrough {
  text-decoration: line-through;
}
span.booked {
  color: #FFFFFF;
	background-color: #990000;
}
span.new {
  color: #51C618;
}

/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
  width: 162px;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #000000;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 100px;
}
input.search_box {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 160px;
}
input.large_text {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 200px;
}
input.fileinput {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 150px;
}
input.small_text {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 85px;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.checkbox {
  margin: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** FORM ELEMENT STYLES ******/

select.custom2 {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  width: 135px;
  z-index: 0;
}
select.custom_small2 {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  width: 40px;
  z-index: 0;
}
textarea.textbox2 {
  margin: 0px;
  padding: 2px;
  border: 1px solid #333333;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text2 {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 100%;
}
input.file2 {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 50px;
}
input.radio2 {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button2 {
  margin: 0px;
  padding: 0px;
}
input.radio2 {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.paraleft {
  border: 1px solid #D0D0CF;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.pararight {
  border: 1px solid #D0D0CF;
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline;
  float: right;
}
img.paranone {
  border: 1px solid #D0D0CF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.paraleftNB {
  border: 0px solid #D0D0CF;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.pararightNB {
  border: 0px solid #D0D0CF;
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline;
  float: right;
}
img.paranoneNB {
  border: 0px solid #D0D0CF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.thumb {
  border: 1px solid #D0D0CF;
}
img.main_thumb {
  border: 1px solid #993333;
}
img.link_thumb {
  border: 1px solid #CCCC66;
}
img.link_thumb_over {
  border: 1px solid #CC0000;
}
img.prop_thumb {
  border: 1px solid #CCCC66;
}



/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.error {
  background-color: #0033CC;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  font-size: 9pt;
  margin-bottom: 10px;
}
p.error_item {
  padding-left: 20px;
  padding-bottom: 3px;
  color: #CC0000;
}
p.page_header {
  color: #CC0000;
  font-weight: bold;
  font-size: 12pt;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 7px;
}
p.sub_header {
  color: #CC0000;
  font-weight: bold;
  font-size: 9pt;
  padding-left: 0px;
  padding-bottom: 7px;
  padding-top: 2px;
}
p.inline_header {
  font-weight: bold;
  font-size: 9pt;
  color: #CC0000;
  padding-bottom: 8px;
}
p.inline_header2 {
  font-weight: bold;
  font-size: 9pt;
  color: #CC0000;
  padding-bottom: 4px;
}

p.feature_header {
  color: #0033CC;
  font-weight: bold;
  font-size: 9pt;
  padding-left: 0px;
  padding-bottom: 7px;
  padding-top: 25px;
}
p.feature_title {
  font-weight: bold;
  font-size: 9pt;
  color: #CC0000;
  padding-bottom: 10px;
}
p.link_headline {
  font-weight: bold;
  font-size: 9pt;
  padding-bottom: 10px;
}
p.prop_headline {
  font-weight: bold;
  font-size: 9pt;
  padding-bottom: 2px;
}
p.prop_headline_home {
  font-weight: bold;
  font-size: 9pt;
  padding-top: 3px;
  padding-bottom: 2px;
}
p.prop_headline_prem {
  font-weight: bold;
  font-size: 9pt;
  padding-top: 0px;
  padding-bottom: 2px;
}
p.photo_caption {
  font-size: 8pt;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}
p.prop_title {
  color: #0033CC;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 2px;
  padding-top: 15px;
}
p.prop_location{
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
}
p.prop_price{
  color: #CC0000;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 15px;
  padding-top: 15px;
}
p.prop_map {
  color: #0033CC;
  font-weight: bold;
  font-size: 8pt;
  padding-bottom: 7px;
  padding-top: 15px;
}

/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.left_column {
  width: 184px;
  border-left: 1px solid #FFFFFF;
  background-color: #EFEFE6;
}
td.right_column {
  width: 816px;
  background-color: #FFFFFF;
  background-image: url(/images/back.right_content.gif);
  background-repeat: repeat-y;
  background-position: top right;
}
td.pop_wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: middle;
  height: 100%;
}
td.wrapper {
  padding-top: 37px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  height: 100%;
}
td.home_menu {
  width: 185px;
  height: 227px;
  padding-left: 24px;
  padding-top: 0px;
  background-image: url(/images/back.home.menu.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  vertical-align: top;
}
td.content {
  width: 860px;
  height: 100%;
  background-color: #FFFFFF;
  background-image: url(/images/header.home.separ.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  vertical-align: top;
}
td.left_content {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  width: 469px;
  vertical-align: top;
  background-color: #FFFFFF;
  background-image: url(/images/back.maincontent.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}
td.right_content {
  width: 360px;
  vertical-align: top;
  background-image: url(/images/back.right_content_top.gif);
  background-repeat: repeat-x;
  background-position: top left;
}
td.right_right_content {
  width: 30px;
  vertical-align: top;
}
td.right_right_content_tall{
  width: 60px;
  vertical-align: top;
  background-color: #FFD429;
  height: 100%;
}
td.right_spacer {
  background-color: #FFFFFF;
}
td.right_spacer_tall {
  background-color: #FFFFFF;
  height: 100%;
}
td.right_inside_content {
  width: 330px;
  background-color: #EFEFE6;
  padding-bottom: 15px;
  padding-top: 15px;
}
td.right_inside_content_offerings {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  width: 330px;
  background-color: #EFEFE6;
  padding-bottom: 5px;
}
td.right_inside_content_jumpto {
  width: 330px;
  background-color: #EFEFE6;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
td.right_ads {
  width: 330px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #EFEFE6;
}
td.feature_left {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 20px;
}
td.feature_right {
  padding-top: 20px;
  padding-right: 15px;
  font-size: 7.5pt;
}
td.didyouknow_right {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 7.5pt;
}
td.login {
  background-color: #EFEFE6;
  background-image: url(/images/back.right_content_top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}
td.search {
  width: 330px;
  background-color: #EFEFE6;
  background-image: url(/images/back.right_content_top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 53px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
td.user_login {
  width: 330px;
  background-color: #EFEFE6;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
td.footer {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #6699FF;
  vertical-align: top;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 13px;
  padding-bottom: 15px;
}
td.footer p {
  color: #FFFFFF;
}
td.footer_space {
  width: 30px;
  background-color: #FFD429;
  vertical-align: top;
}
td.quicksearch_name {
  vertical-align: middle;
  padding-bottom: 7px;
  font-weight: bold;
  line-height: 20px;
}
td.bullet_list {
  vertical-align: middle;
  padding-bottom: 7px;
  padding-left: 15px;
  font-weight: normal;
  font-weight: bold;
}
td.search_left {
  background-color: #CC6666;
  vertical-align: middle;
  width: 29px;
}
td.search_frame {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 10px;
  border: 0px solid #6699FF;
  background-color: #EFEFE6;
}
td.search_name {
  vertical-align: middle;
  padding-bottom: 7px;
  font-weight: normal;
}
td.quicksearch_option {
  vertical-align: middle;
  padding-bottom: 7px;
  padding-left: 10px;
}
td.quicksearch_button {
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  padding-left: 78px;
  padding-right: 78px;
}
td.quicksearch_priceoption {
  vertical-align: middle;
  padding-bottom: 7px;
  font-family: courier;
}
td.quickmenu_title {
  width: 75px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  font-size: 8pt;
}
td.quickmenu_items {
  width: 100%;
  height: 30px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 0px;
  vertical-align: middle;
  text-align: left;
  color: #000000;
  font-size: 8pt;
}
td.link_thumb {
  width: 132px;
  padding-bottom: 5px;
}
td.link_thumb a {
  z-index: 6;
}
td.det_thumb {
  padding-bottom: 5px;
}
td.link_text {
  width: 295px;
}
td.link_text_right {
  width: 178px;
}
td.showlinks_drop {
  vertical-align: middle;
  padding-left: 110px;
}
td.showlinks_drop2 {
  vertical-align: middle;
  padding-left: 10px;
}
td.showlinks_go {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
td.jumpto_button {
  width: 33%;
  text-align: center;
  vertical-align: middle;
}
td.icon_left {
  width: 33%;
  padding-top: 5px;
}
td.icon {
  width: 33%;
  padding-top: 5px;
  padding-left: 8px;
}
td.photo_prevnext {
  text-align: center;
}
td.photo_left {
  padding-top: 10px;
  padding-right: 10px;
}
td.photo_right {
  padding-top: 10px;
  padding-left: 10px;
}
td.photo_more {
  font-weight: bold;
  font-size: 9pt;
  color: #999933;
  padding-top: 10px;
  vertical-align: middle;
}
td.forum_title {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  height: 33px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  padding-top: 7px; 
  padding-bottom: 7px; 
  padding-left: 3px; 
  padding-right: 3px;
  background-color: #CC6666;
}
td.forum_item {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px; 
  padding-bottom: 10px; 
  padding-left: 3px; 
  padding-right: 3px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
td.forum_item_bottom {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px; 
  padding-bottom: 10px; 
  padding-left: 10px; 
  padding-right: 10px;
  border-right: 1px solid #CCCCCC;
}
td.forum_info {
  height: 25px;
  width: 150px;
  padding-right: 20px;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
}
td.forum_info_img {
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
}
td.sublink_left {
  padding-top: 5px;
  padding-right: 20px;
}
td.sublink_right {
  padding-top: 5px;
  padding-right: 0px;
}
td.dir_header {
  color: #0033CC;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCCC66;
}
td.dir_items {
  padding-bottom: 10px;
}
td.phototable_header {
  vertical-align: top;
  padding: 4px;
  font-weight: bold;
  font-size: 9pt;
}
td.phototable_item {
  vertical-align: middle;
  padding: 4px;
  font-size: 8pt;
}
td.memberform_title{
  vertical-align: middle;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 15px;
  color: #CC0000;
}
td.memberform_prompt {
  vertical-align: middle;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
td.memberform_field {
  vertical-align: middle;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
td.memberform_checkbox {
  vertical-align: top;
  padding-right: 5px;
  width: 33%;
}
td.formprompt {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  font-weight: bold;
  color: #333333;
  text-align: right;
  width: 160px;
}
td.formprompt_large {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  vertical-align: top;
  font-weight: bold;
  color: #333333;
  text-align: left;
  width: 100%;
}
td.formfield {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 12px;
  padding-right: 20px;
  width: 100%;
}
td.form_buttons {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  width: 100%;
}
td.authform_reg_prompt {
  font-weight: bold;
  padding-right: 20px;
  padding-bottom: 5px;
  width: 100px;
}
td.authform_reg_field {
  padding-bottom: 5px;
  width: 100px;
}
td.top_domain {
  height: 25px;
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 3px;
}
td.top_links {
  height: 25px;
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
  color: #FFFFFF;
  padding-right: 10px;
}
td.top_links a span {
  color: #F31414;
}
td.login_prompt {
  height: 25px;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: bold;
}
td.login_field {
  height: 25px;
  vertical-align: middle;
  padding-right: 5px;
}
td.login_button {
  height: 25px;
  vertical-align: middle;
  padding-right: 10px;
}
td.prop_header {
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 12pt;
  color: #CC0000;
  background-color: #FFFFFF;
  vertical-align: bottom;
}
td.prop_header_link {
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 11pt;
  color: #000000;
  background-color: #FFFFFF;
  vertical-align: bottom;
}
td.prem_listing_right {
  width: 50%;
  border-left: 1px solid #CCCC66;
  padding-left: 10px;
}
td.prem_listing_left {
  width: 50%;
  padding-right: 10px;
}

/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.wrapper {
  width: 1000px;
}
div.top_spacer {
  height: 25px;
}
div.header_left {
  background-color: #0033CB;
}
div.header_left_wrapper {
  width: 184px;
  height: 131px;
  
}
div.header_right {
  padding-left: 1px;
  padding-right: 7px;
  height: 193px;
  background-image: url(/images/header.home.right.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
div.header_space {
  height: 163px;
}
div.top_area {
  height: 28px;
}
div.quick_menu_trans {
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
  width: 806px;
  height: 30px;
  background-image: url(/images/back.quickmenu.gif);
  background-repeat: no-repeat;
  background-position: top left;
}
div.quick_menu {
  height: 30px;
  position: relative;
  margin: -30px 0px 0px 0px;
}
div.mainmenu {
  padding-top: 0px;
  height: 225px;
  border-bottom: 1px solid #FFFFFF;
  padding-left: 15px;
  vertical-align: top;
}
div.content {
  padding: 0px;
  margin: 0px;
}
div.leftcol_content {
  background-image: url(/images/back.leftcol_content.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}
div.leftcol_text {
  padding: 10px;
}
div.formspacer {
  padding-left: 40px;
}
div.photo_scroller {
  width: 230px;
  height: 300px;
  overflow-y: auto;
  overflow-x: auto;
}
div.largephoto {
  margin-left: 23px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 0px;
  padding-bottom: 11px;
  background-image: url(/images/back.largephoto.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
div.largephoto_det {
  padding-left: 15px;
  padding-right: 15px;
}
div.page_text {
  padding-left: 15px;
  padding-right: 15px;
}
div.sub_links {
  padding-left: 26px;
  padding-right: 0px;
  padding-bottom: 15px;
  width: 425px;
}
div.page_text_right {
  padding-left: 26px;
  padding-right: 0px;
  padding-bottom: 7px;
  text-align: right;
  width: 425px;
}
div.prev_next_top {
  border-top: 1px solid #CCCC66;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: bold;
}
div.prev_next_bottom {
  border-top: 1px solid #CCCC66;
  border-bottom: 1px solid #CCCC66;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: bold;
}
div.prev_next_top a.on { 
	color: #666666;
	text-decoration: underline;
}
div.prev_next_top a.on:visited {
	color: #666666;
	text-decoration: underline;
	
}	
div.prev_next_top a.on:hover {
	color: #666666;
	text-decoration: underline;
}
div.gold_bottom_border {
  border-top: 1px solid #CCCC66;
  padding-top: 5px;
  padding-bottom: 0px;
}
div.gold_bottom_border_link {
  border-top: 1px solid #CCCC66;
  padding-top: 10px;
  padding-bottom: 0px;
}
div.right_prop_wrapper {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
div.blue_bottom_border {
  border-bottom: 1px solid #6699FF;
  padding-bottom: 20px;
  padding-top: 10px;
}
div.gold_bottom_border_dir {
  border-bottom: 1px solid #CCCC66;
  padding-bottom: 10px;
  padding-top: 10px;
}
div.photo_selector {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
div.photo_selector_border {
  padding-top: 15px;
  border-bottom: 1px solid #CCCC66;
  width: 100%;
}
div.icon_table_det {
  padding-top: 8px;
  padding-bottom: 12px;
  width: 100%;
  border-top: 1px solid #CCCC66;
  border-bottom: 1px solid #CCCC66;
}
div.directory_top {
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

div.prop_thumb_new {
  float: left;
  margin: -92px 0 0 0px;
  position: relative;
  background-image: url(/images/new.gif);
  z-index: 5;
  width: 122px;
  height: 92px;
}
div.prop_thumb_sold {
  float: left;
  margin: -92px 0 0 0px;
  position: relative;
  background-image: url(/images/sold.gif);
  z-index: 5;
  width: 120;
  height: 90;
}
div.prop_homethumb_new {
  float: left;
  margin: -119px 0 0 0px;
  position: relative;
  background-image: url(/images/new.gif);
  z-index: 5;
  width: 141px;
  height: 117px;
}
div.prop_homethumb_sold {
  float: left;
  margin: -119px 0 0 0px;
  position: relative;
  background-image: url(/images/sold.gif);
  z-index: 5;
  width: 141px;
  height: 117px;
}

div.prop_det_new {
  float: left;
  margin: -292px 0 0 0px;
  position: relative;
  background-image: url(/images/new.details.gif);
  z-index: 5;
  width: 420px;
  height: 290px;
}
div.prop_det_sold {
  float: left;
  margin: -292px 0 0 0px;
  position: relative;
  background-image: url(/images/sold.details.gif);
  z-index: 5;
  width: 420px;
  height: 290px;
}
div.google_map {
  border: 1px solid #CCCC66;
  width: 304px;
  height: 304px;
}
div.login_header {
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 11pt;
  color: #CC0000;
}
div.prop_header {
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 11pt;
  color: #CC0000;
  background-color: #FFFFFF;
}
div.error_header {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 11pt;
  color: #FFFFFF;
  background-color: #993333;
}
div.errors {
  border: 1px solid #993333;
  padding: 10px;
  font-weight: bold;
}
div.prem_listing_note {
  color: #F31414;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: center;
  font-weight: bold;
}
div.prop_header_frame {
  padding-bottom: 0px;
  border-bottom: 1px solid #CCCC66;
}
div.list_now {
  font-size: 10pt;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
div.search_header {
  font-weight: bold;
  color: #CC0000;
  font-size: 11pt;
  padding-bottom: 7px;
  padding-top: 3px;
  text-align: center;
}
div.search_subheader {
  font-weight: bold;
  padding-bottom: 3px;
}
div.search_subheader_check {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 3px;
  vertical-align: middle;
}
div.search_field {
  padding-bottom: 3px;
}
div.search_button {
  padding-top: 3px;
  padding-bottom: 3px;
}
div.left_ad_header {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  color: #CC0000;
}
div.imagespace {
  padding-bottom: 10px;
}

ul.indent {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style: square;
  color: #000000;
  font-size: 10pt;
}

ul.indent_red {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style: square;
  color: #CC0000;
}
