/*

 C S S   S t y l e   S h e e t   
__________________________________
*/

/* HTML Elements */

BODY{
	background: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	font-family: verdana,Bitstream Vera Sans,sans-serif;
	padding: 0px;
	line-height: 150%;
}

/* Set Link colors/underlines */
A	 { color: #000000; text-decoration: none;}

A:Hover  { color: #000000; text-decoration: underline; }

/* Remove borders from all images */
IMG	{border: 0px;}

/* Remove extra space on forms */
FORM	{border: 0px; padding: 0px; margin: 0px; display: inline;}

H1{
	color: #000000;
	text-align: center;
	font-size: 35px;
	font-family: verdana,Bitstream Vera Sans,sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}

H2{
	color: #000000;
	text-align: center;
	font-size: 15px;
	font-family: verdana,Bitstream Vera Sans,sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

H3{
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-family: verdana,Bitstream Vera Sans,sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

H4{
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-family: verdana,Bitstream Vera Sans,sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

TD{
	vertical-align: top;
}


/* Id's */

#container {
	width: 1000px;
	margin: 0px auto;
	background: #FFFFFF; 
	background: url('../images/interface_bg.png') 0 0 repeat-y;
	position: relative;
	text-align: center;
	color: #000000;
}

#left_menu {
	position: relative;
	text-align: left;
	margin-left: 5px;
	padding: 0px;
	display: inline;
	width: 245px;
	float: left;
}

#header {
	position: relative;
	background: #FFFFFF; 
	background: url('../images/interface_header.png') 0 0 no-repeat;
	padding: 0px;
	height: 157px;
	text-align: center;
	color: #000000;
}

#header H1 {
	display: none;
}

#content {
	position: relative;
	text-align: left;
	float: right;
	display: inline;
	width: 739px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#content_full {
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}

#footer {
	position: relative;
	top: -5px;
	width: 1000px;
	margin: 0px auto;
	background: #ffffff url('../images/interface_footer.png') 0px 0px no-repeat;
	padding: 0px;
	height: 12px;
	clear: both;
}

#footer_text {
	position: relative;
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	color: #808184;
	text-align: right;
	line-height: 130%;
}

#footer_text P {
	padding: 0px;
	margin: 0px;
}
.two_col-left {
	width: 50%;
	float: left;
}

.two_col-right {
	width: 50%;
	float: right;
}


#home_button{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 225px;
	height: 105px;
	border: 0px;
	/*cursor: hand;*/
	cursor: pointer;
} 


/*                         C l a s s e s
________________________________________________________________ 

*/

.page_heading{
	font-size: 14pt;
	font-family: 'Helvetica Neue', Arial;
	text-align: left;
	letter-spacing:3px;
}

.prop_container{
	width: 137px;
	font-size: 10pt;
	float: left;
	font-family: "Helvetica Neue",Arial, sans-serif;
	margin: 0px 32px 0px 0px;
	height: 310px;

}


.prop_container:Hover .prop_address, .prop_container:Hover .prop_area, .prop_container:Hover .prop_price, .prop_container:Hover .prop_state{
	color: #333333;
}
.prop_container:Hover .prop_description{
	color: #4d8ea4;
}
.prop_container:Hover .prop_map{
	color: #c12428;
}

.prop_img_container{
	width: 135px;
	height :103px;
	text-align: center;
}


.prop_address{
	color: #a9aaab;
}

.prop_description{
	color: #87bbca;
	font-weight: bold;
}

.prop_description_dark{
	color:#333333;
}

.prop_area{
	color: #afb0b1;
}

.prop_state{
	color: #afb0b1;
}

.prop_map{
	color: #d77376;
	font-weight: bold;
}

.prop_map:Hover A{
	color: #c12428;
	font-weight: bold;
}

.prop_price{
	color: #c1c2c2;
}

#prop_details_menu{
	float:left;
	margin:0px 0px 0px 20px;
	color: #87bbca;
	font-weight:bold;
}

#prop_details_menu A{
	color: #87bbca;
}
#prop_details_menu A:Hover{
	color:#4d8ea4;
}



.buyers_form_260{
	width: 260px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
}
.buyers_form_120{
	width: 120px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
}

#buyers_form INPUT{
	width:100%;
}

#buyers_form .textfield{
	background-color: #ffffff;
	border:1px solid #000000;
}

#buyers_form input#submitbutton{
	background-color: #ffffff;
	border: 0px solid #ffffff;
	width: 90px;
	font-family: Arial,Helvetica,sans-serif;
	color: #c12428;
	font-size: 1em;
	font-weight: bold;
	padding: 1px;
}

#buyers_form input#submitbutton:hover{
	text-decoration:underline;
}

#buyers_form H3{
	text-align:left;
 	font-size: 11pt;
 	color:#c12428;
	font-family: "Helvetica Neue",Arial, sans-serif;
}

#buyers_form LABEL{
	font-size: x-small
}


.bold{
	font-weight: bold;
}

.italics{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

.color {
	color: #c12428;
	font-weight: bold;
}



/*
     E n d   o f   S t y l e   S h e e t
______________________________________________________________________
*/
