/************ CSS Document *********/
/* Author: Sorrel Hoare, Vebra PLC */
/* Copyright 2007 Forrester & Co.  */
/***********************************/

* {
	color: #00335B;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	}

body {
	background: url(../stat/bg.gif) center repeat-y; margin: 0; padding: 0;
	}

#main_container {
	margin: 0 auto;
	width: 779px;
	background: #FFF;
	padding-top: 0;
	height: 100%;
	height: auto;
	}

#logo {
	margin-left: 10px;
	margin-top: 10px;
	}
	
#hdr {
	margin-top: 10px;
	margin-left: 30px;
	}

#date {
	}
	
#greeting {
	width:150px; 
	text-align: right; 
	height:100px;
	margin: 10px 0 0 0;
	padding-right: 10px;
	}
	
#welcome {
	margin:30px 0 20px 0;
	margin: expression('30px 0 15px 0');
	}
		
#top_banner {
	background: url(../stat/bg_top_banner.gif) 0 0 repeat-x;
	height: 127px;
	}
	
#left_column {
	width: 165px;
	float:left;
	height: 100%;
	height: auto;
	background: #fff;
	}
	
#right_column {
	float: left;
	width: 614px;
	background: #fff url(../stat/right_bg.gif) 0 0 no-repeat;
	height: 100%;
	height: auto;
	}
	
#content {
	padding: 20px 20px 0 20px;
	}
	
#nav {
	list-style-type: none;
	}

#nav li a{
	width: 145px;
	height: 22px;
	display: block;
	background: url(../stat/nav_out.gif) 0 0 no-repeat;
	text-align: right;
	padding: 8px 20px 0 0;
	text-decoration: none;
	}
	
#nav li a:hover {
	background: url(../stat/nav_over.gif) 0 0 no-repeat;
	cursor: pointer;
	}

p.para {
	width: 450px;	
	}
p, .list {
	line-height: 22px;
	padding: 5px 0;
	/*width: 570px;*/
	}
	
.list {
	list-style-type: disc;
	margin-left: 20px;
	}
	
	
a.links { 
	color: #6A889F;
	}
	
h2 {
	color: #00335B;
	font-weight: bold;
	font-size: 12px;
	}

h3 {
	color: #446987;
	}

.image {
	padding: 1px;
	border: 1px solid #ccc;
	}
	
.title {
	margin-bottom: 10px;
	}
	
.list, .list li {
	margin-left: 40px;
	line-height: 22px;
	}

.spacer {
	float: left;
	margin-top: 10px;
	}
	
.right {
	float: right;
	}
.left {
	float: left;
	}
	
#ass_logos {
	width: 100%;
	text-align: center;
	padding: 40px 0 20px 0;
	}

.box {
	border: 1px solid #DBDCDF;
	background: #F4F5F7 url(../stat/box_bg.gif) 0 0 repeat-x;
	padding: 10px;
	margin-bottom: 10px;
	}
	
.bold {
	color: #446987;
	}
	
a:hover {
	color: #9BAFBF;
	}
	
.rimage {
	border: 1px solid #DBDCDF;
	padding: 1px;
	margin-left: 10px;
	}
	
.limage {
	border: 1px solid #DBDCDF;
	padding: 1px;
	margin-right: 10px;
	}
	
a img {
	border: none;
	}

/********************* FOOTER STYLES ************************/

#footer {
	padding: 10px 0;
	clear: both;
	background: #fff;
	margin-left: 185px;
	}
	

#cr {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}


#cr a {
	color: #336699;
	text-decoration: underline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
/***************** FEATURE PROPERTY STYLES ******************/

#feature_property {
	float: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

/********************* QUICKSEARCH *************************/

#quicksearch {
	float: left;
	margin-top: 40px;
	width: 260px;
	}
	
select {
	width: 120px;
	}
	
#beds {
	width: 70px;
	margin-right: 40px;
	}
	
#qs_right {
	padding-right: 0;
	}
	
label, select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
select {
	margin-bottom: 10px;
	}
	
#submit {
	display: block;
	width: 71px;
	height: 21px;
	background: url(../btns/search.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	}

#submit:hover {
	background: url(../btns/search_over.gif) 0 0 no-repeat;
	cursor: pointer;
	}