@charset "UTF-8";
/* CSS Document */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	overflow:auto;
}
.header {
	background-image: url(../img/global/header_background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
}
.rec {
	padding-top: 25px;
	padding-left: 45px;
}
.contact {
	text-align: right;
	padding-right: 25px;
}
.content {
}
.navigation {
	width: 200px;
	float: left;
	display: inline;
}
#home {
	float: right;
	display: inline;
	/*background-color: #FFF;*/
	margin-bottom: 25px;
	/*
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	*/
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	height: 510px;
	width: 724px;
	overflow: hidden;
}
#page {
	width: 649px;
	float: right;
	display: inline;
	background-color: #FFF;
	padding: 50px 25px 25px 50px;	/*
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	*/
}
#resources {
	width: 649px;
	float: right;
	display: inline;
	background-color: #FFF;
	padding: 50px 25px 25px 50px;	/*
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	*/
}
#current_listing{
	width: 624px;
	float: right;
	display: inline;
	background-color: #FFF;	/*
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	*/
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.rounded{
	clear: right;
	float: right;
	margin-bottom: 25px;
}
#wrapper {
	background-color: #FFF;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.eho {
	float: left;
	display: inline;
	width: 200px;	
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer_links {
	float: right;
	display: inline;
	width: 724px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.serv_left{
	float: left;
	width: 275px;
	margin-right: 10px;
}
.serv_right{	
	float: left;
	width: 275px;
	margin-right: 10px;
	}
