@import url("reset.css");

body {
	background: #f8f0cd;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43484b;
}

p {
	line-height:150%;
	text-align:left;
	margin:0;
	margin-bottom: 15px;
	padding:0;
}

h1 {
	color: #35751e;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #35751e;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
h4 {
	color: #2a2a2a;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
h5 {
	color: #2a2a2a;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
/**********************************
Container
**********************************/
#container {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 15px;
	left: auto;
	z-index: 0;
}

/**********************************
Top
**********************************/
#top {
	background-color: #35751e;
	padding: 0px;
	text-align: center;
	height: 119px;
	z-index: 0;
}

#logo {
	width: 357px;
	height: 56px;
	position: absolute;
	top: 34px;
	left: 25px;
}

#flash-quote {
	width: 384px;
	height: 159px;
	display: block;
	z-index: 100;
	position: absolute;
	left: 516px;
	top: 0px;
	background: #79aa50 url('../images/flash/flash-quote.gif') no-repeat 0 0;
}
#flash-quote form {
	position: absolute;
	top: 130px;
	left: 40px;
}
#fav-button {
	position: absolute;
	top: 10px;
	left: -60px;
	display: block;
	z-index: 400;
}
#flash-banner {
	display: block;
	width: 900px;
	height: 122px;
}

/**********************************
Content
**********************************/
#content {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
}
#maincontent {
	margin-right:250px;
	padding: 15px;
	text-align: left;
	padding-left: 49px;
	padding-top: 30px;
}

#subcontent {
	float: right;
	width: 190px;
	padding: 15px;
	padding-right: 3px;
	padding-bottom: 26px;
	text-align: left;
}

#subcontent p {
	padding: 9px;
	padding-left: 14px;
	color: #161819;
	line-height: 16px;
}
#subcontent form {
	margin-left: 10px;
}
#subcontent a {
	text-decoration: underline;
	color: #161819;
}
div.cta-advice {
	width: 170px;
	height: 137px;
	background: #efd486 url('../images/core/cta-advice.jpg') no-repeat 0 69px;
	color: #161819;
}
div.cta-calc {
	margin-top: 10px;
	width: 170px;
	height: 201px;
	background: #efd486 url('../images/core/cta-calc.jpg') no-repeat 0 69px;
	color: #161819;
}
#subcontent p.calculate {
	position: relative;
	top: 65px;
	left: 45px;
	width: 90px;
}

div.cta-offers {
	margin-top: 13px;
	width: 170px;
	height: 166px;
	background: #6fa345;
	color: #FFFFFF;
}
#subcontent div.cta-offers p {
	color: #FFFFFF;
	line-height: 14px;
}
div.cta-offers h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 160px;
	padding: 5px;
	background: #35751e;
}

#maincontent a {
	color: #008ad2;
}

ul {
	line-height: 18px;
}

#maincontent ul, #maincontent p {
	line-height: 18px;
}

#maincontent ul {
	display: inline-block;
	list-style-type: square;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #003300;
}

#maincontent ul.services-list li.rightlist {
	width: 240px;
	height: 18px;
	float:left;
}
#maincontent ul.services-list li.space {
	width: 240px;
	height: 18px;
	float:left;
}

#maincontent td {
	font-size: 12px;
}
#maincontent td.calc-item {
	color: #003300;
	font-weight: 400;
}

h1#page-title {
	text-indent: -9999px;
	padding-bottom: 7px;
	width: 164px;
	height: 47px;
}	
/*body.page-home h1#page-title { background: url('../images/core/title-welcome.gif') no-repeat 0 0; width: 164px; height: 47px; }
*/
body.page-home h1#page-title { background: url('../images/core/title-home.gif') no-repeat 0 0; }
body.page-profile h1#page-title { background: url('../images/core/title-profile.gif') no-repeat 0 0; }
body.page-services h1#page-title { background: url('../images/core/title-services.gif') no-repeat 0 0; }
body.page-calculator h1#page-title { background: url('../images/core/title-calculator.gif') no-repeat 0 0; }
body.page-contact h1#page-title { background: url('../images/core/title-contact.gif') no-repeat 0 0; }

#logos {
	position: relative;
	left: 490px;
	top: -15px;
	width: 160px;
	height: 86px;
	margin-bottom: 10px;
}


/**********************************
Footer
**********************************/
#clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	visibility: hidden;
	border: none;
    margin: 0;
	padding: 0;
    background: transparent;
}
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	background-color: #d0d0cb;
	padding: 10px;
	color: #43484b;
	font-size: 11px;
	height: 41px;

}	
#footer a {
	font-size: 11px;
	color: #43484b;
}

#footer a:hover {
	color: #003f07;
}
#footer img {
	position: relative;
	top: 4px;
	left: 242px;
}