@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#def3fd;
}

.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-left:345px;
	font-weight:bold;
	padding-top:85px;
}

.contact a:link {color: #fff; text-decoration:none;}
.contact a:visited {color:#fff;text-decoration:none;}
.contact a:hover {color:#dec202;text-decoration:none;}
.contact a:active {color:#fff; text-decoration:none;}

.headercontainer{
	position:relative;
	height:271px;
	padding:0;
	background-color:#FFF;
}

.header {
	width:960px;
	margin:0 auto;
	background-color:#FFF;
	background-image:url(images/header.jpg);
	height:271px;
}

.contentcontainer {
	background-color:#FFF;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
	background-position:0 bottom;
	min-height:450px;
	position:relative;
}

.content {
	width:960px;
	margin:0 auto;
	position:relative;
}

.footer {
	width:960px;
	margin:0 auto;
	float:inherit;
}

.links {
	color:#000;
	font-weight:bold;
}

.links a:link {color:#000; text-decoration:none; font-size:12px;}
.links a:visited {color:#000;text-decoration:none; font-size:12px;}
.links a:hover {color:#000; text-decoration:underline; font-size:12px;}
.links a:active {color:#000; text-decoration:none; font-size:12px;}

.button_cont {
	position:relative;
	width:230px;
	float:left;
	margin-top:40px;
	margin-left:45px;
	margin-right:45px;
}

.main_button_cont {
	position:relative;
	width:230px;
	float:left;
	margin-top:20px;
	margin-left:45px;
	margin-right:45px;
}

.button_img {
	height:252px;
	width:230px;
}

.homeworth_bottom{
	width:230px;
	height:100px;
	background-image:url(images/home_worth_refl.png);
	background-repeat:no-repeat;
	padding-top:25px;
}


.prop_search_bottom{
	width:230px;
	height:120px;
	background-image:url(images/property_search_refl.png);
	background-repeat:no-repeat;
	padding-top:25px;
}

.buy_home_bottom{
	width:230px;
	height:100px;
	background-image:url(images/buy_home_refl.png);
	background-repeat:no-repeat;
	padding-top:25px;
}

.title_button {
	position:relative;
	width:230px;
	background-color:#282828;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

.title_button a:link {color:#fff; text-decoration:none;}
.title_button a:visited {color:#fff;text-decoration:none;}
.title_button a:hover {color:#dec202;text-decoration:none;}
.title_button a:active {color:#fff; text-decoration:none;}