/* CSS Document */

html {margin:0px; padding:0px; height:100%; width:100%}

body {height: 100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
.red {
	color:#FF0000;
}

.orange {
	color:#FF6600;
}

.clearboth {
	clear:both;
}

#main_body {
	width:950px;
	text-align:left;
}

#content {
	float:left;
	width:760px;
}

.sale_img {
margin-top:5px;
	float: left;
	width: 80px;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}

input, select {
	font-size:0.8em;
}
input {
	padding: 1px; 
}



.info_left {
	width: 125px;
	padding: 3px 0px 3px 3px;
	margin-right: 3px;
	float:left;
	font-size:0.8em;
}

.info_right {
	width: 200px;
	padding: 3px 0px 3px 0px;
	float:left;
}

.info_right input, .info_right select {
	font-size:0.8em;
}




.g_border {
	border: 1px solid #EOFODD;
	padding: 5px;
}

a {
	text-decoration:none;
	color:#0000FF;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}  

/*--------------- HEADER --------------------*/
#header {
	margin-top: 5px;
	}
#header a {
	height: 80px;
	color: #0000FF;
	text-decoration:none;
}
#header a:hover {
	text-decoration: underline;
}
.header_nav {
	/*margin-right: 20px;*/
	float:right;
}

/*------------------- FOOTER ----------------*/
#footer {
	text-align:center;
	margin-top:10px;
	padding-top: 20px;
	border-top:1px solid #999999;
}



/*--------------- Navigation --------------------*/
#nav {
	height:25px;
	/*width: 950px;*/
	background-image:url('../images/g_nav_back.png');
	background-repeat:repeat-x;

}
#nav ul {
	list-style-type:none;
}
#nav li {
	display:block;
	width: 120px;
	height: 25px;
	float: left;
	padding-top: 5px;
	text-align:center;
	border-right:1px solid #FFFFFF;
}
#nav a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#nav li:hover {
	width: 120px;
	height: 20px;
	background-image:url('../images/g_nav_hover.png');
	background-repeat:repeat-x;
}
#nav a:hover{
	text-decoration:none;
}

/*-------------------------- Main --------------------*/
#main {
	padding: 30px 0px 0px 0px;
	/*height:auto !important; /* real browsers */
	/*height:600px;  IE6: treaded as min-height*/

	/*min-height:600px;  real browsers */

}

/*----------------------Left Panel ------------------*/
#left_panel {
	width: 255px;
	margin-right: 15px;
	float: left;
	border: 1px solid #ececec;
}

#left_panel h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

/*---------------------Main Content ----------------*/
#main_content {
	width:678px;
	float: left;
}

/*----------------Find Homes----------------------*/
#find_homes {
	padding:3px;
	border: 1px solid #ececec;
	background-position:bottom;
}

#find_homes h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #727272;
}

#find_homes ul {
	list-style-type:none;
}

/*------------------- Welcome -------------------*/
#welcome {
	padding: 3px;
	background-position:bottom;
}
#welcome h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #727272;
}

/*-------------------- Featured Property Listings------*/
#featured_property {
	padding: 3px;
	margin-top: 15px;
}
#featured_property h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
}

/*-------------------- Registration -------------------------*/
#login_panel {
	width: 300px;
	margin-right: 30px;
	float: left;
}

#register_panel {
	width: 590px;
	float: left;
}

#login_box {
	padding: 10px 5px;
	font-size:0.9em;
	font-weight:bold;
	background-color:#F7FAFB;
	border:1px solid #dddddd;
}
#login_box ul {
	list-style-type:none;
}
#login_box input, #login_box select {
	font-size:0.8em;
	border: 1px solid #ececec;
	padding: 0.2em;
}

#register_box {
	background-color:#F7FAFB;
	padding: 10px 5px;
	font-size:0.9em;
	font-weight:bold;
	border: 1px solid #dddddd;
}
#register_box ul {
	list-style-type:none;
}

#register_box input, #register_box select {
	font-size: 0.8em;
	
	padding: 0.2em;
}

.left {
	text-align:right;
	width: 250px;
	margin: 0px 5px 20px 0px;
	float:left;
}
.right {
	text-align:left;
	width: 300px;
	margin: 0px 0px 20px 0px;
	float:left;
}

/*-- sm_login.php --*/

#smlogin {
	display: block;
	width: 300px;
	border:1px solid #E0F0DD;
	background-color:#FFFFFF;
}

#smlogin input {
	font-size:0.9em;
}

.smlogin_left {
	width: 125px;
	margin-right: 5px;
	float: left;
	height: 25px;
	text-align:right;
}

.smlogin_right {
	width: 150px;
	margin-right: 5px;
	float: right;
	height: 25px;
	text-align:left;
}

/*----------------- MY ACCOUNT ------------------*/

#left_col {
	width: 245px;
	margin-right:10px;
	float:left;
}

#center_col {
	width: 245px;
	margin-right:10px;
	float:left
}
#right_col {
	width: 245px;
	float:left
}

#right_box {
	padding: 10px 5px;
	font-size:0.9em;
	border: 1px solid #E0F0DD;
}

/*--------------- FEATURES -----------------*/
#features {
}

#features p {
	padding: 2px;
	width: 140px;
	
	font-size: 0.8em;
	float: left;
}

.feature_box {
	width:750px;
	border: 1px solid #999999;
	padding:5px;
	float:left;
	margin:0px 0px 10px 0px;
}

/* ---------------- Prop Details - propdetails.php ------------------*/

#details_main {
	padding-top: 30px;
	height:auto !important; /* real browsers */
	

}

#details_left {
	width:180px;
	margin-right:10px;
	float: left;
}

#details_title {
	width: 760px;
	float: left;
	margin-bottom: 10px;
}

#details_center {
	width: 450px;
	float: left;
	margin-right: 10px;
}

#details_right {
	width: 300px;
	float:left;
}
div.property {
	width: 450px;
}


.property_left {
	float:left; width: 200px;
}
.property_right {
	float:right; width: 200px; text-align:right
}
.clearboth {
	clear:both;
}

#type_bar {
	background-image:url('../images/type_bar.png');
	background-repeat:repeat-x;
	border-top: 2px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 27px;
	padding: 3px 0px 0px 10px;
}

#type_bar h4 {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
#prop_title {
	width: 758px;
	float: left;
	margin-bottom: 10px;
	background-color:#F7FAFB;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#prop_title h3, h4 {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.title_bar {
	height: 15px;
	background-image:url(../images/title_bar.png);
	background-repeat:repeat-x;
	border: 1px solid #dddddd;
	text-transform:uppercase;
	font-weight:bold;
	padding: 1px 0px 1px 0px;
	font-size:0.8em;
}

.property {
	padding: 3px 0px;
	margin:3px 0px;
}
.property_left {
	font-weight:bold;
	font-size:0.8em;
	padding-left: 3px;
}
.property_right {
	font-size:0.8em;
	padding-right: 3px;
}
.odd {
	background-color:#F0F5FB;
	min-height:17px;
}
.even {
	background-color:#FFFFFF;
	min-height:17px;
}

.home_details {
	border: 1px solid #dddddd;
	background-color:#F0F5FB;
	background-repeat:repeat-y;
	background-position:center;
	padding: 10px 0px;
}

#home_links {
	width: 140px;
	background-color:#FFFFFF;
	border:1px solid #dddddd;
	padding: 2px 3px;
	text-align:left;
	line-height:2.0em;
}
#home_links a {
	font-size:0.8em;
	color:#3300FF;
	text-decoration:none;
}

#home_links a:hover {
	color:#333333;
}
/* --------------------- Search Results ----------------*/

#search {
	font-size:0.8em;
	border:1px solid #666666;
}
#search input {
	font-size: 1em;
}

#type_left {
}

#type_left a {
	font-size:0.8em;
	color:#0000FF;
}

#type_left a:hover {
	color:#0000FF;
}

#breadcrumb {
	font-size:0.8em;
}

#type_left .amount {
	color:#FF0000;
	font-size:0.8em;
}

.resource_box {
	border: 1px solid #b1c4d5;
}

.resource_title {
	background-color:#0d66b2;
	padding: 3px;
}

.resource_title h4 {
	color: #FFFFFF;
}

.resource_inside {
	padding: 3px;
	line-height: 1.8em;
}

.calculator {
	width: 360px;
	display: block;
	background-color:#CCCCCC;
	border: 1px solid #000000;
	text-align:left;
}








