html {
    height: 100%;
    }

body { 
	font-size: 70%; 
	font-family: Arial, Helvetica, sans-serif;	
	height: 100%;
    color: #333;
	margin: 0 auto;
	background: url(/images/layout/background.jpg) fixed; 
	}
	

p {
    font-size: 1em;
    }


h1 {
    text-align: center;
    font-family: georgia, serif;
    margin: 0px;
    font-size: 26px;
    font-weight: normal;
    }

h2 {
    font-family: Arial, serif;
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: 11px;
    font-weight: bolder;
    }

#container {
	background: url(/images/layout/page_back.gif) top center repeat-y; 
	margin-bottom: 25px;
	position: relative;
    }

* html #container {
	 }

#content {
    }

#inner {
    width: 1020px; 
    margin: 0 auto;
    padding: 0;
	overflow: hidden;

    }

#outer_container {
    height: 100%;
    width: 1020px;
    margin: 0;
    }
#content_container{
	min-height: 550px;
	margin: 0px;
	padding: 0px;
}
#pageheader {
    }

/* Content */

#page_content {
	width: 1020px;
	}

#header {
	width: 1020px;
	height: 98px;
	background: url(/images/layout/top.png) center no-repeat;
	margin-bottom: 0px;
	}

#left_content{
	display: inline;
	float: left;
	height: 100%;
	width: 230px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
	min-height: 14px;
	padding-bottom: 10px;
	border-bottom: 2px #ececec dotted;
	
	}

#left_content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	}

#left_content ul li{
	padding: 10px 0 0 0;
}

#right_content{
	display: inline;
	float: right;
	height: 100%;
	width: 740px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-top: 15px;
	min-height: 14px;
	}

#right_content p{
	margin: 20px 0 0 0;
	}
#left_content p{
	margin: 20px 0 0 0;
	}

#break{
	clear: both;
	width:975px;
	height:14px;
	background: url(/images/layout/break.gif) top center no-repeat;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}

#footer{
	width: 990px;
	padding-top: 5px;
	height: 35px;
	text-align: right;
	}
	
.error{
	color: red;
	}

.property_box_top {
	position:relative;
	background:url(/images/boxes/box.gif) no-repeat 100% 0;
	margin:0 0 0 14px;
	height:8px; 

	}

.property_box_top div {
	position:absolute;
	height:8px;
	padding-left: 30px;
	width:60px;
	left:-14px;
	background:url(/images/boxes/box.gif) no-repeat 0 0; 
	}

.property_box_bottom {
	position:relative;
	background:url(/images/boxes/box.gif) no-repeat 100% 100%;
	margin:0 0 0 14px;
	height:8px; 
	margin-bottom: 5px;
	}


.property_box_bottom div {
	position:absolute;
	height:8px;
	width:80px;
	left:-14px;
	background: url(/images/boxes/box.gif) no-repeat 0 100%;
	}

.property_box_left {
	padding:0 0 0 0px;
	margin: 0px;
	background:url(/images/boxes/borders.gif) repeat-y 0 0; 
	}

.property_box_right {	
	padding:0 0 0 0px;
	margin: 0px;
	background:url(/images/boxes/borders.gif) repeat-y 100% 0;
	}

.property_box_middle{
	margin-left: 8px;
	margin-right: 8px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.result_box_middle{
	margin-left: 8px;
	margin-right: 8px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.property_box_container{
	width: 728px;
	}
	
.search_results_header{
	margin-left: 4px;
	margin-right: 8px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}

.search_row_red a {color: #bf0000;text-decoration: none;font-weight: bolder;font-size: 10px;}
.search_row_red a:hover{color: #666666;}

#prop_list{
	margin-top: 10px;
	margin-left: 7px;
}

#our_properties{
	font-size: 12px;
	font-weight: bold;
}

#prop_list a div{
	color: #CDCDCD;
	background-color: white;
	padding: 4px;
	text-decoration: none;
}

#prop_list a:visited{
	color: #c10003;
}

#prop_list a div:hover{
	color: black;
	background-color: #f2f2f2;
	text-decoration: none;
}

.img_bg_se img{
display: none;
}


