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

body {
	margin:0;
	padding:0;
	background-color:#474f54;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

img {
	border:0;
	}
	
h2 {
	color:#4f575c;
	font-size:15px;
	line-height:15px;
	width:500px;
	margin-left:31px;
	margin-top:15px;
	margin-bottom:10px;
	padding:0;
	}
	
#container {
	background-color:#FFFFFF;
	width:965px;
	margin: 0 auto;
	text-align:center;
	}
	
#logo {
	height:100px;
	text-align:right;
	}

#logo img {
	margin-top:30px;
	margin-right:46px;
	}
	
#menu {
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:965px;
	}
	
#image {
	background-image:url(images/mainimg.jpg);
	background-repeat:no-repeat;
	width:965px;
	height:215px;
	}	
	
#main {
	text-align:left;
	margin-top:18px;
	margin-bottom:30px;
	}
	
#content {
	width:645px;
	float:left;
	display:block;
	}
	
#content p {
	color:#677073;
	line-height:17px;
	}
	
#content li {
	color:#677073;
	line-height:17px;
	}
	
#content a:link {
	color:#677073;
	text-decoration:underline;
	}
	
#content a:visited {
	color:#677073;
	font-style:italic;
	text-decoration:underline;
	}
	
#content a:hover {
	color:#FF9900;
	text-decoration:none;
	}
	
#content_search {
	width:645px;
	float:left;
	display:block;
	}	
	
.col {
	width:280px;
	display:block;
	float:left;
	margin-left:31px;
	}	
	
.col_search {
	width:630px;
	display:block;
	float:left;
	margin-left:0px;
	}		
	
.col_valuers {
	width:280px;
	display:block;
	float:left;
	margin-left:31px;
	color:#677073;
	line-height:15px;
	}		
	
#sidebar img {
	margin-bottom:6px;
	}
	
#sidebar table tr td img {
	margin-bottom:0px;
	}	
	
#sidebar table {
	margin-bottom:6px;
	}		
	
#footer {
	background-color:#a2a7a9;
	height:50px;
	text-align:left;
	padding:20px;
	color:#333b40;
	font-size:11px;
	}
	
#footer a:link {
	color:#333b40;
	text-decoration:underline;
	}
	
#footer a:visited {
	color:#333b40;
	font-style:italic;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#fff;
	text-decoration:none;
	}