body {
	margin: 0;
	padding: 0;
	background: #262626;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: justify;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

a,a:hover {
	color: #000000;
}

h2,h3 {
	margin-top: 0;
	color: #f17903;
}

h2 {
	font-size: 160%;
}

.strong {
	color: #4F81BC;
	font-size: 130%;
}

.img_right {
	float: right;
	margin-left: 10px;
}

.img_left {
	float: left;
	margin-right: 10px;
}

ul {
	padding-left: 25px;
	margin: 0px;
	list-style-image: url('images/bullet.gif');
}

#top {
	background: #000 url(images/header_bg.gif) repeat-x bottom left;
	border-bottom: 5px solid #5a5a5a;
}

#top #header {
	margin: 0 auto;
	width: 766px;
	font-size: 0;
}

#top #header h1 {
	margin: 0;
	padding: 0;
	float: left;
	height: 70px;
}

#top #header h1 a {
	display: block;
}

#top #header h1 a img {
	border: none;
	margin: 5px 0;
}

#top #header ul {
	float: right;
	height: 70px;
	margin: 0;
	padding: 0;
	padding-right: 1px;
	list-style: none;
	background: transparent url(images/menu_sep.gif) no-repeat top right;
}

#top #header ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-left: 1px;
	width: 107px;
	float: left;
	background: transparent url(images/menu_sep.gif) no-repeat top left;
}

#top #header ul li a {
	display: block;
	height: 40px;
	/*padding: 0 25px;*/
	color: #939393;
	text-decoration: none;
	font-size: 14px;
	padding-top: 23px;
}

#top #header ul li a:hover {
	color: #fff;
	background: transparent url(images/menu_selected.gif) repeat-x top left;
}

#top #header ul li a.on {
	color: #fff;
	text-decoration: underline;
	background: transparent url(images/menu_selected.gif) repeat-x top left;
}

#middle {
	background: #e5e5e5;
	/*background:#fff;*/
}

#middle #content {
	margin: 0 auto;
	padding: 10px;
	width: 746px;
	background: #fff;
}

#bottom {
	border-top: 3px solid #5A5A5A;
}

#bottom #footer {
	margin: 0 auto;
	width: 766px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #939393;
	font-size: 10px;
}

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

#bottom #footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#home_block_container {
	background: transparent url(images/menu_sep.gif) repeat-y top center;
}

#right {
	display: inline;
	float: right;
	width: 50%;
}

#left {
	display: inline;
	width: 50%
}

#contactus {
	padding: 20px;
	margin: 0 auto;
	width: 150px;
}

#edenwayLogo {
	float: right;
	margin: 20px;
	display: inline;
}

.home_block {
	float: left;
	width: 50%;
	min-height: 200px;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

div.column_border {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
}

div.column3 {
	float: left;
	width: 234px;
	min-height: 55px;
}

table.homepage {
	margin-left: 11px;
}

table.homepage td {
	vertical-align: top;
}

.blue_div {
	padding: 30px 40px 0px 40px;
	width: 420px;
	height: 270px;
	color: #000000;
}

.blue_div a,.orange_div a {
	text-decoration: none;
	color: #000000;
}

.blue_div {
	background-image: url('images/blue_realestate_background.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 16px;
}

.blue_div p {
	margin-bottom: 10px;
	margin-left: 50px;
	text-align: left;
}

/*.blue_div_head {
  text-align: center;
  color: #FFFFFF;
  width: 300px;
  margin: 0px auto 22px auto;
}
.blue_div_head p {
  font-size: 88%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: center;
}*/
.blue_div h3 {
	font-size: 110%;
	color: #FFFFFF;
	margin: 0px;
}

.blue_div ul {
	padding: 0px;
	margin: 0px 0px 0px 50px;
	list-style-image: none; /* for IE7 */
}

.blue_div li {
	font-size: 92%;
	margin-bottom: 5px;
	color: #000;
	list-style: none; /* for Firefox */
	background-image: url(images/home-bullet.gif);
	background-repeat: no-repeat;
	padding: 0px 24px;
	text-align: left; /* for IE7 */
}

.wrapper_see_more {
	float: left;
	width: 50%;
	margin: 0 auto;
	display: inline;
}

div.see_more {
	text-align: center;
	padding-top: 5px;
	margin: 18px auto;
	width: 180px;
	height: 70px;
	background: url(images/seeMore.png) no-repeat;
	display: block;
}

div.see_more:HOVER {
	background: url(images/seeMoreHover.png) no-repeat;
}

div.see_more a {
	color: #FFF;
	display: block;
}

.services_blue_div,.services_orange_div {
	color: #FFFFFF;
	font-size: 125%;
	height: 80px;
	padding: 15px 30px;
	width: 170px;
}

.services_blue_div a,.services_orange_div a {
	color: #FFFFFF;
	text-decoration: none;
}

.services_blue_div {
	background-image: url('images/blue_background.png');
}

.services_orange_div {
	background-image: url('images/orange_background.png');
}

#partners
{
	overflow: hidden;
	padding: 0 18px;
}

.partner_table {
	float: left;
	width: 335px;
	height: 80px;
	background-color: #F2F2F2;
	border: #AFAFAF 1px solid;
	font-size: 11px;
	margin: 10px;
}

.partner_table h3 {
	margin: 0px;
	font-size: 14px;
}

.partner_table .country {
	margin-left: 35px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

.partner_table td.partner-logo {
	width: 150px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.partner_table td.partner-logo img {
	max-height: 50px;
}

.ul_re {
	text-align: left;
}

p.link a {
	color: #636363;
	text-decoration: underline;
}

p.link a:HOVER {
	color: #000;
}
