@charset "utf-8";
/* CSS Document */
body {
	color: 4c162e;
	font: 11px/21px Verdana, Arial;
	margin-top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 16px;
	background-color: #FFF;
	background-image: url(../images/background_home.jpg);
	background-repeat: repeat-x;
}

div#wrapper{
	position:relative;
	margin-top: 0;
	width:960px;
	height: 100%;
	min-height: 100%;
	margin-right: auto;
	margin-bottom: -0;
	margin-left: auto;
	padding-right: 10px;
}

div#header {
	float: none;
	position: relative;
	width: 824px;
}

div#domesticbox {
	float: left;
	position: relative;
	width: 255px;
	height: 206px;
	background: url(../images/domestic-box.png) no-repeat;
	left: 195px;
	top: 5px;
}

div#landlordbox {
	float: left;
	position: relative;
	width: 255px;
	height: 206px;
	background: url(../images/landlord-box.png) no-repeat;
	left: 200px;
	top: 5px;
}

div#safetyquizbox {
	float: left;
	position: relative;
	width: 255px;
	height: 271px;
	left: 205px;
	top: 14px;
}

div#domestictext {
	float: left;
	position: relative;
	width: 190px;
	top:55px;
	right: 27px;
	bottom: 27px;
	left: 30px;
}

div#landlordtext {
	float: left;
	position: relative;
	width: 190px;
	top:55px;
	right: 27px;
	bottom: 27px;
	left: 30px;
}

div#textbox01 {
	float: left;
	position: relative;
	width: 490px;
	height: 206px;
	left: 208px;
	top:  20px;
}

div#dividerbox {
	float: left;
	position: relative;
	width: 33px;
	right: 27px;
	bottom: 27px;
	left: 210px;
}

div#textbox02 {
	float: left;
	position: relative;
	width: 230px;
	height: 360px;
	left: 210px;
	top:  20px;
}

div#house {
	float: left;
	position: absolute;
	width: 98px;
	top: 666px;
	left: 0px;
}

div#footer {
	float: left;
	position: relative;
	width: 100%;
	left: 0px;
	bottom: 40px;
}


div#footerlinks {
	float: left;
	position: relative;
	width: 400px;
	top: 65px;
	left: 205px;
}

div#fluid2 {
	float: left;
	position: relative;
	width: 270px;
	top: 68px;
	left: 280px;
	color:#8f0a46;
}

.white {
color: #fff;
text-decoration:none;
}



.fluid2 {
color:#8f0a46;
text-decoration:none;
}


#fluid2 a:hover {
color: #da5591;
	text-decoration: underline;
}

a {
color:#8f0a46;
text-decoration:none;
}

a:hover {
color: #da5591;
text-decoration: underline;
}

