@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background_grad.jpg) repeat-x;
	background-color: #aaaaaa;
}

#container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 0 auto;
	min-height: 600px;
}

#header {
	background: url(../images/header_pic.jpg) no-repeat;
	margin: 0 auto;
	height: 427px;
}

/*-- Start NAV ---*/
#nav {
	font-size: 14px;
	margin: 371px 35px 10px 35px;
	float: right;
}

#nav ul {
	list-style-type: none;
}
  
#nav ul li {
	float: left;
	text-align: center;
}

#nav ul a {
	padding: 14px 10px 0 10px;
	display: block;
	line-height: 28px;
	float: left;
	color: #000;
	text-decoration: none;
}

#nav li a:hover, #nav li .currentpage {
	color: #333;
	background: url(../images/nav_background_over.jpg) repeat-x bottom;
}
/*-- END NAV ---*/

#content {
	background: #FFF;
	width: 702px;
	min-height: 300px;
	height: inherit;
	margin: -15px auto 0 auto;
	padding: 15px 15px 0 15px;
}

.propcontainer #container {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin: 0 auto 0px;
    min-height: 0;
    width: 800px;
}

#search {
	background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 0 auto 0;
    padding: 5px;
    text-align: center;
    width: 722px;
}

#footer {
	clear: both;
	background:url(../images/footer_back.png) no-repeat;
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: 100px; 
	width: 772px;
	text-align: center;  
}


#footer a{
	color:#000;
	text-decoration: none;
}

#footer a:hover{
	color:#00F;
	text-decoration: underline;
}

p { 
	font: #000;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font: #000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

.center {
	margin: 0 auto;
}

html body div#container div#container form#aspnetForm table#masterTable tbody tr.top td div#header, 
html body div#container div#container form#aspnetForm table#masterTable tbody tr.top td div#footer
 {
	display: none;
}

html body div#container div#container form#aspnetForm {
	width: 732px;
	margin: 0 auto;
}

html body div#container div#container form#aspnetForm table#masterTable tbody tr.top td div#container {
	min-height: 0px;
	margin: 0 auto -15px;
} 

html body div#container div#container form#aspnetForm table#masterTable tbody tr.top td div#content div center div div div.fleft img#ctl00_Main_ctl00_imgPhoto.fleft {
	float: left;
}

html body div#container div#container form#aspnetForm table#masterTable tbody tr.top td div#content div center div div div.center {


} 

.fright {
	color: #000000;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: -12px auto;
}

prop-listing tr #content {
    background: none repeat scroll 0 0 #FFFFFF;
    height: inherit;
    margin: -15px auto 0;
    min-height: 300px;
    padding: 15px 15px 0;
    width: 702px;
}

/*
td #content {
	background: #FFF;
	width: 702px;
	min-height: 300px;
	height: inherit;
	margin: 0px auto !important;
	padding: 0px !important;
	}
	
*/

	
