/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
    text-align: center; /* IE centering */
    font-family: Arial, Helvetica, sans-serif;
	background:url(/images/bg-main.jpg) top center repeat-x;
	color:#1a1714;
	background-color:#d8cfc6;
	
}

body, font {
    font-size: 14px;    /* override font sizing scheme */
}


* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}

/*li { margin-left:30px; list-style-type:disc;}*/

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
a {
	color:#D8CFC6; 
	font-weight:bold;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;	
}	

/* PAGE WIDTH AND CENTERING */
#wrapper {
    text-align: left; /* fix for IE centering */
    margin: 0px auto; /* none-IE centering */   
    width: 893px;
/*	border:#FF0000 solid 1px;*/
}
#rightSection #content h1 {
	font-size: 24px;
	text-align:right;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
}
#rightSection #content #divider {
	background:url(/images/div.png) top left no-repeat;
	height:40px;
}
#rightSection #content p {
	line-height:20px;
	
/*Top Nav Right*/
#rightSection #topNavRight {
	float: left;
	height: 25px;	
	width: 510px;	
	display:block;	
	text-align:right;
/*	border:#66FF00 solid 1px;*/
}
#topNavRight a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	margin-right:10px;
	margin-left:10px;	
	line-height: 23px;
	font-weight: bold;	
}
#topNavRight span {
	color:#FFFFFF;
}
#topNavRight a:hover {
	color:#D8CFC6;
	text-decoration: underline;	
}
#line {
 	float:left;
	height:10px;
	width: 893px;
	border-bottom:#bcac98 solid 1px;
}

#line {
 	float:left;
	height:10px;
	width: 893px;
	border-bottom:#bcac98 solid 1px;
}

#bottomNav {
	float:left;
	display:block;
	width: 893px;
	height: 60px;
	margin-top: 25px;
	text-align:center;
}
#bottomNav a {
	color:#4d72aa;
	margin-left: 15px;
	margin-right:15px;
	text-decoration:none;
}
#bottomNav a:hover {
	text-decoration:underline;
	color:#31496a;
}
#footer {
	background:url(/images/bg-footer.jpg) repeat-x;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*height: 30px;*/	
	padding-top:8px;
	padding-bottom:15px;
	text-align:center;	
}
#footer a {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	}
#footer a:hover {
	text-decoration:underline;
	color:#D8CFC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#footer span {
	padding-left: 10px;
	padding-right: 10px;
}
#equal_housing {
  	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}
/*	begin PropertyMax Pro CSS;*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight:bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;	
	font-size: 11px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #D8CFC6;
	font-size: 11px;
}
a {
	color: White;
	text-decoration: none;
}
/* Form Input Display */
form {
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
input,select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* View Property Page Layout (layout_view.php) */
table.lvp_top_nav_menu_bg { 
   background-color: #B1CBE4;
   padding-bottom: 2px;
   padding-top: 2px;
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #B1CBE4;
}
/* Property Status Text Colour */
p.propertystatus { 
	color: #B22222;
	font-weight: bold;
}
/* Property Print Fact Sheet*/
p.factsheet_title {
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
   padding-top: 2px;
	font-size: 16px;
}
