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

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	margin: 0 auto;
}

a {
	color: #5c557a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #5c557a;
}

/*#main-wrapper {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}*/

/*  Header Styles */

#header {
	background: #2c3540;
	border-bottom: 5px #5c557a solid;
}

#header h1 {
	color: #f2f2f2;
	font-size: 46px;
	text-align: center;
	padding: 15px;
	font-weight: bold;
}

#sub-header {
	color: #f2f2f2;
	float: right;
	font-size: 36px;
	font-weight: bold;
	margin: -25px 0px 0px 0px;
}

/* Content Styles */

#content-wrapper {
	background: #f2f2f2;
}	

#images {
	margin: 15px 0px 0px 0px;
}

#content-txt {
	margin: 10px 0px 5px 35px;
	font-weight: normal;
}

#content-txt h1 {
	color: #5c557a;
	font-size: 2.2em;
	margin-top: 10px;
}

#content-txt p {
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#content-txt p.text {
	font-size: 12px;
	margin: 10px 0px;
	font-weight: normal;
	text-align: left;
}

#content-img img {
	margin-left: 95px;
	margin-top:33px;
	vertical-align: bottom;
}

/* Why Renters Styles */

#whyrenters {
	background: #2c3540;
	width: 487px;
	height: 180px;
	border: 10px #2c3540 solid;
	padding: 10px;
	margin: 0px;
}

#whyrenters h1 {
	color: #ffffff;
	font-size: 2.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#whyrenters p {
	background: #ffffff;
	text-indent: 30px;
	padding: 20px;
}


/* Footer Styles */

#footer-wrapper {
	background: #2c3540;
	color: #ffffff;
	border-top: 5px #5c557a solid;
}

#form {
	margin: 10px 0px 20px 35px;
}

#form p {
	margin: 10px 10px 20px 10px;
	font-size: 1.1em;
}


#form a.rollover {
	display: block;
	width: 393px;
	height: 84px;
	text-decoration: none;
	background: url(../images/quote.png);
	}

#form a.rollover:hover {
	background-position: -393px 0;
	}

#form .displace {
	position: absolute;
	left: -5000px;
	}
	

#contact {
	margin: 10px 0px 20px 35px;
}

#contact h1 {
	color: #ffffff;
	font-size: 2.4em;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px;
}

#contact h2 {
	color: #f2f2f2;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}

#contact a, a:hover {
	color: #f2f2f2;
}


#copy {
	font-size: .8em;
	text-align: center;
	padding: 15px 0px;
	font-style: italic;
}

#copy a {
	color: #f2f2f2;
}

div.column {
	padding: 20px;
}

div.column h2 {
    margin: 10px 0px;
}

div.column li {list-style:none; padding:1px 20px;}
div.column li.last {margin-bottom:20px;}

div.column a:hover, table#contact-info a:hover {color:#5c557a;}.thanks {
	color: #2D3D5B;
}

