/* CSS Document */

/* layout7d.css
   3-Column CSS Layout
   Cross-Browser.com
*/

/* Element Style Rules */
#beta {
	position:absolute;
	display:block;
	top: 224px;
	left:354px;
	z-index:999
}


body {
  margin: 0;
  padding: 0;
  font: medium verdana, arial, sans-serif;
  color: #000;
  background-image: url(images/bg.jpg);
  background-repeat:repeat-x;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: x-large;
  color: #434156;
}
h2 {
  font-size: large;
  font-weight: normal;
  color: #434156;
}
h3 {
  font-size: medium;
  font-size: small;
  color: #434156;
}
h4 {
  font-size: small;
  color: #434156;
}

a {
	color:#262265;
	font-weight:bold;
	outline:none;
}

a:hover {
	color:#006600;
	font-weight:bold;
}

p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	
}

img{
	border:none;
}


li { 
	clear:both;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px
}

hr {
  border: 0;
  width: 80%;
  clear:both;
}

.hairline {
	clear:both;
	display: block;
	height:1em;
	width: 80%;
	border-bottom-color:#CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin:0 auto;
}

.text_02 {
	font-size: 2px;
	line-height: 2px;
	font-weight:normal;
}
.text_09 {
	font-size: 9px;
	font-weight:normal;
}
.text_09_bold {
	font-size: 9px;
	font-weight:bold;
}
.text_10 {
	font-size: 10px;
	font-weight:normal;
}
.text_10_bold {
	font-size: 10px;
	font-weight:bold;
}
.text_11 {
	font-size: 11px;
	font-weight:normal;
}
.text_11_bold {
	font-size: 11px;
	font-weight:bold;
}
.text_12 {
	font-size: 12px;
	font-weight:normal;
}
.text_12_bold {
	font-size: 12px;
	font-weight:bold;
}
.text_13 {
	font-size: 13px;
	font-weight:normal;
}
.text_13_bold {
	font-size: 13px;
	font-weight:bold;
}
.text_14 {
	font-size: 14px;
	font-weight:normal;
}
.text_14_bold {
	font-size: 14px;
	font-weight:bold;
}
.text_14_bold_em {
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
}
.text_15 {
	font-size: 15px;
	font-weight:normal;
}
.text_15_bold {
	font-size: 15px;
	font-weight:bold;
}
.text_16 {
	font-size: 16px;
	font-weight:normal;
}
.text_16_bold {
	font-size: 16px;
	font-weight:bold;
}
.text_16_bold_em {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
}
.text_17 {
	font-size: 17px;
	font-weight:normal;
}
.text_17_bold {
	font-size: 17px;
	font-weight:bold;
}
.text_18 {
	font-size: 18px;
	font-weight:normal;
}
.text_18_bold {
	font-size: 18px;
	font-weight:bold;
}
.text_19 {
	font-size: 18px;
	font-weight:normal;
}
.text_19_bold {
	font-size: 18px;
	font-weight:bold;
}
.text_20 {
	font-size: 20px;
	font-weight:normal;
}
.text_20_bold {
	font-size: 20px;
	font-weight:bold;
}
.text_22 {
	font-size: 22px;
	font-weight:normal;
}
.text_22_bold {
	font-size: 22px;
	font-weight:bold;
}
.text_24 {
	font-size: 24px;
	font-weight:normal;
}
.text_24_bold {
	font-size: 24px;
	font-weight:bold;
}
.text_25 {
	font-size: 25px;
	font-weight:normal;
}
.text_25_bold {
	font-size: 25px;
	font-weight:bold;
}

/* Misc. Style Rules */

.fw {
  font-weight:bold;
}
.btn {
  cursor: pointer;
  border-bottom: 1px dotted #2C6700; 
}

.pictureL {Float:left; padding: 5px; width:175px; }

.pictureR {Float:right;padding: 5px; width:175px; }

.img_rt {Float:right;padding: 5px; width:250px; }

/* Layout Style Rules */

#Page {
  width:920px;
  height:auto;
  position:relative;
  margin:0 auto;
}
#Columns {
  /* same as left/right cols */
}
#CenterContent {
  background-color:#FFFFFF;
}
#CenterColumn {
  background-color:#FFFFFF;
}
#RightColumn {

}

#LeftColumn {

}
#LeftContent, #RightContent {
  font-size: smaller;
}
#LeftContent, #CenterContent, #RightContent {
  padding: 0px;
}
#Footer {
  padding: 0px;
  text-align: center;

}

.Header {
	display:block;
	width: 920px;
	height:	118px;
  	text-align: center;
	background-image:url(/images/header.png);
	background-repeat:no-repeat;

}

/* Nav */
.nav {
	display:block;
	width: 920px;
	height:	47px;
	background-image: url(/images/navbg.png);
	background-repeat:no-repeat;
	margin: 0;
}

.navlink {
	Font-Family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:800;
	color: #262265;
	display:block;
	height:25px;
	line-height:25px;
	margin-top:17px;
	text-align:center;
	margin-bottom: 5px;
	text-decoration:none;
}

.navlink:hover {
	
	background-image: url(/images/button_hover.jpg);
	background-position:bottom;
	background-repeat:repeat-x;

}

.navspacer {
	float: left;
	display: block;
	width: 10px;
	height:47px;
	
}

#home_btn {
	float:left;
	width: 107px;
	height: 25px;
	margin-left:13px;
}

#search_btn {
	float:left;
	width: 147px;
	height: 25px
}

#available_btn {
	float:left;
	width: 147px;
	height: 25px
}

#buyers_btn {
	float:left;
	width: 147px;
	height: 25px
}

#local_btn {
	float:left;
	width: 147px;
	height: 25px
}

#contact_btn {
	float:left;
	width: 147px;
	height: 25px
}


#bottomnav,#bottomnav a, #bottomnav a:link, #bottomnav a:visited {
line-height:28px; text-decoration: none; text-align:center; color:#5B5A6C; font-size:14px;}

#bottomnav a:hover {
	text-decoration: underline;
	color: #9B99A4;
}

.botright {
	float: left;
	width: 38px;
	height: 38px;
	display: block;
	background-image:url(images/bot_left.jpg);
	background-repeat:no-repeat;
}

.botmiddle {
	float: left;
	width: 844px;
	height: 38px;
	display: block;
	background-image:url(images/bot_middle.jpg);
	background-repeat:repeat-x;
}

.botleft {
	float: left;
	width: 38px;
	height: 38px;
	display: block;
	background-image:url(images/bot_right.jpg);
	background-repeat:no-repeat;
}

#bcfooter, #bcfooter a:link, #bcfooter a:visited, #bcfooter a:active {
	color: #9B99A4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

/*  END Nav */

/* Layout Positioning Rules */

#Page {
  padding: 0;
}
#Columns {
  margin: 0;
  padding: 0;
  position: relative;
  overflow:hidden;
  height: 100%;
}
#CenterColumn {
  float:left;
  width:100%;
  background: transparent;
}
#CenterContent {
  margin: 0 20px;
  height: auto;
}
#LeftColumn {
  float:left;
  display:block;
  width:20px;

  margin-left:-100%;
}
#RightColumn {
  float:left;
  display:block;
  width:20px;
  margin-left:-20px;
}
#LeftContent, #RightContent {
  margin: 0;
}
#Footer {
  clear:left;
}
#Header, #Footer {
  margin: 0;
}

/* Body Contents */

#flashmap {
	display: block;
	width: 368px;
	height: 360px;
	margin-left: 10px;
	margin-top: 0px;
	
}

.flashmap2 {
	position:relative;
	display: block;
	width: 368px;
	height: 360px;
	top: 20px;
	left: 266px;
	
}

#flash_window {
	position:absolute;
	top: 0px;
	left: 480px;
	display: block;
	width: 400px;
	height: 220px;
	background-image:url(images/flash_window_PH.jpg);
	background-repeat:no-repeat;
}	

#bigflash {
	display: block;
	width: 873px;
	height: 827px;
}

.bannerad {
	position:absolute;
	top: 220px;
	left: 500px;
	display: block;
	width: 365px;
	height: 80px;
	background-image:url(images/newhome_rebate_button.jpg);
	background-repeat:no-repeat;
	background-position: center 20px;
}

.bannerad:hover {
	display: block;
	height: 80px;
	background-position: 8px -80px;
}


.bannerad_2 {
	margin:0 auto;
	display: block;
	width: 365px;
	height: 80px;
	background-image:url(images/newhome_rebate_button.jpg);
	background-repeat:no-repeat;
	background-position: center 20px;
}

.bannerad_2:hover {
	display: block;
	height: 80px;
	background-position: 8px -80px;
}
.featuredhome {
	position:absolute;
	display:block;
	top: 360px;
	left: 30px;
	width: 445px;
	height: 182px;
	background-image: url(images/featured_home_empty.jpg);
	background-repeat: no-repeat;
}

#featuredimg {
position: absolute;
	width: 230px;
	height: 145px;
}

#featuredinfo {
	position: absolute;
	display: block;
	left: 265px;
	top:53px;
	*top:53px;
	_top:56px;
	width: 169px;
	height: 87px;
	*height: 92px;
	_height: 92px;
	font-size:12px;
}

/* Form items */

.formfieldbg {
	background-image: url(images/formfield_bg.jpg);
	background-repeat:repeat-x;
}

#formbg {
	position:absolute;
	top: 300px;
	left: 484px;
	width:404px;
	height:384px;
	background-image: url(images/searchwindow.jpg);
	background-repeat:no-repeat;


}

.formbg2 {
	position:relative;
	top: 0px;
	left: 130px;
	width:640px;
	height:auto;
	padding-top:40px;
	padding-left:65px;
	background-image: url(images/adv_searchwindow.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#searchcontainer {
	position:relative;
	display:block;
	height:700px;
	width:873px;
}




/* ----- OLD Listing Details-*/

#listingLeftCol {
	width:320px;
	position:absolute;
	text-align:center;
	background-color:#FAF8FA;
}

#listingRightCol {
	width:480px;
	_width:440px;
	position:relative;
	left:360px;
	top: -30px;
	padding-bottom:20px;
}

#listingcontent {
	display:block;
	height:auto;
	width: 810px;
	margin:30px;

}

#InformationBlock {
	width: 310px;
	margin-right: 60px;
	
}

#ListingDetailTable td {
	padding:3px;
}
	
#ListingImagesTable {
	width:320px;
	margin:0 auto;
	/*border-width: 1px;
	border-style: solid;
	border-color: #1A155B;*/
	background-color:#FAF8FA;
}

#ListingImagesTable tr td {
	text-align:center;
	padding:3px;

}

#ListingImageDiv {
	text-align:center;
	color:#000000;
	margin-top:2px;
	background-color:#FAF8FA;
}

#listingimages {
	background-color:#FAF8FA;
	width: 300px;
	padding:10px;
	min-height:260px;
	}
#listingimages h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A155B;
	}
	
.thumbimages {
	float:left;
	width:115px;
	height:120px;
	_margin:5px 17px;
	*margin:5px 17px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.thumbimages a:link img, .thumbimages a:visited img {
	border:1px solid #1A155B;
}

.thumbimages a:hover img {
	border:1px solid #999;
}
	
#listingDesc {
	text-align:-moz-left;
	width:460px;
	padding:10px;
	font-size:14px;
	/*background-color:#FAF8FA;*/
}
#listingDesc h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A155B;
	}

#ListingDescriptionTable td {
	padding:5px;
	text-align:left;
}

#listingDescLeft {
	
	width:308px;
	padding:5px;
	font-size:14px;
	margin:0 auto;
	text-align:left;
	background-color:#FAF8FA;
}
#listingDescLeft h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A155B;
	}

#ListingDescriptionTableLeft td {
	padding:5px;
	text-align:left;
}
/*OLD Listing Details ------*/

/* Listing Details

#ListingDetailTable {
	width:700px;
	margin:0 auto;
	}
#ListingDetailTable td {
	padding:3px;
	}
	
#ListingImagesTable {
	border:#5B200B 2px solid;
	background-color:#CEB795;
	width:330px;
	margin:0 auto;

	}
#ListingImagesTable tr td {
	text-align:center;
	padding:3px;
	*padding-bottom:20px;
	}
#ListingImageDiv {
	background-color:#CEB795;
	border:#5B200B 2px solid;
	text-align:center;
	margin-top;:2px;
	width:330px;
	}
	
.thumbimages {
	float:left;
	width:115px;
	height:120px;
	margin:15px;
	}
.thumbimages a:link img, .thumbimages a:visited img {
	border:#5B200B 1px solid;
	}
.thumbimages a:hover img {
	border:#666 1px solid;

	}
	
#ListingDescriptionTable {
	background-color:#CEB795;
	border:#5B200B 2px solid;
	width:330px;
	margin:0 auto;
	}
#ListingDescriptionTable td {
	padding:5px;
	text-align:center;
	}

 End Listing Details */

/* --------- Available ----------*/
#AvailableContainer {
	width:810px;
	display:block;
}

#AvailableSort {
	width:800px;
	margin:0 auto;
}

#AvailableSort td {
	padding:2px;
}
	
.AvailableDiv {
	cursor:pointer;
	width:241px;
	_width:241px;
	*width:241px;	
	height:241px;
	float:left;
	margin:5px 14px;
	color:#1A155B;
	font-size:13px;
	font-weight:bold;
	background-image: url(/images/available_homes_bg2.jpg);
	background-repeat: no-repeat;
}

.AvailableDiv:hover {
	background-image: url(/images/available_homes_hover.jpg);
	
}

.AvailableInfoRight {
	width:220px;
	_width:210px;
	*width:210px;
	float:left;
	margin-left: 6px;
	*margin-left: 10px;
	font-size:12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.imagewrapperleft {
	float:left;
	margin-left:13px;
	margin-top:15px;
	padding-bottom: 0px;
	}
	
.base {
	color:#006600;
	font-size:12px;
 }
	
.discount {
	color:#006600;
	font-size:12px;
}

.address {
	font-size:14px;
	font-weight:bold;
	color:#1A155B;
}

.address a:hover {
	text-decoration:none;
	color:#1A155B;
}

.price {
	color:#1A155B;
	font-size:12px;
 }
 
.bedrooms {
	color:#1A155B;
	font-size:12px;
 }
	
.bathrooms {
	color:#1A155B;
	font-size:12px;
}

.stories {
	color:#1A155B;
	font-size:12px;
}

.sqft {
	color:#1A155B;
	font-size:12px;
}
/* --------- Available ----------*/

#messagekey {
	background-color: #1A155B;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size: 16px;
	font-weight:bold;
	border: thin inset #B9B8C0;
	padding:3px;
	width: 55px;
	height:25px;
	text-align:center;
}

#messagekeybox {
	background-color: #ffffff;
	color:#1A155B;
	font-family:Tahoma;
	font-size: 14px;
	font-weight:bold;
	border: #B9B8C0;
	border-style:solid;
	border-width:thin;
	padding:3px;
	width: 45px;
	height:20px;
	text-align:center;
}

.btn {
	background-color: #1A155B;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size: 14px;
	font-weight:bold;
	border: medium inset #B9B8C0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.btn:hover {
	background-color: #FFCC00;
	color:#1A155B;
	
}


.button {
	background-image: url(/images/searchbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border:thin solid #cccccc;
}

.button:hover {
	cursor:hand;
	cursor:pointer;
	border:thin inset #cccccc;
}

.button2 {
	font-size: 16px;
	font-family:Calibri;
	font-weight:bold;
	color: #fff;
	background-image: url(images/formfield_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.button2:hover {
	cursor:hand;
	cursor:pointer;
	border:thin inset #cccccc;
}


#SMcontent {
	position:relative;
	width:800px;
	padding:10px 40px;
	}
	
#SMcontentInner {
	width:780px;
	min-height:460px;
	_height:460px;
	padding:10px 0 10px 0;
	}
	