html, body
{
	/*background: #2d3a4d url('../images/backgroundgradient.png') repeat-x; */
	background: #777;
	font: normal 12px/14px "Trebuchet MS", arial, sans-serif;
	margin: auto;
	text-align: center;
}


div.pagewrap
{
	width: 919px;
	margin: 38px auto auto auto;
}

div.header
{
	height: 179px;
	background: url('../images/header.png') no-repeat;
}

div.content
{
	background: #eff0f2;
	width: 904px;
	margin: auto;
	padding: 23px 0;
}

div.footer
{
	height: 53px;
	background: url('../images/footer.png') no-repeat;
	margin: auto;
	width: 874px;
	line-height: 53px;
	padding-left: 30px;
	text-align: left;
}

div.contentwrap
{
	width: 872px;
	border: 1px solid #b6c1c3;
	margin-left:15px;
	background:  url('../images/contentbg.png') repeat-y;
	text-align: left;
}

div.leftcontent
{
	width: 428px;
	float: left;
}

div.rightcontent
{
	width: 444px;
	float: left;
}

div.lefthead
{
	height: 21px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	background: #182436;
	border-right: 1px solid #b6c1c3;
}

div.righthead
{
	height: 21px;
	padding-left: 15px; 
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	background: #182436;
}

div.calculation
{
	padding: 10px;
}

div.calculationresult
{
	/* background: url('../images/resultbackground.png') no-repeat right bottom; */
	padding: 20px 20px 10px 20px;
	min-height: 350px;
	
}

p
{
	margin: 10; padding: 0;
}

h2, h3
{
	font-size: 24px;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-style: italic;
}

h2
{
	line-height: 20px;
}

h3
{
	font: 18px;
	line-height: 16px;
}

.fields
{
	border: 1px solid #000;
	margin-top: 4px;
}

p.calculationquestions
{
	margin: 0 0 20px 0;
}

table.moreinfo
{
	width: 250px;
	text-align: left;
	margin: 0;
}

table.moreinfo tr td
{
	padding: 1px;
}

form.moreinfo
{
	margin: 5px auto auto auto;
}


form.calculation p
{
	clear: both;
}

form.calculation label
{
	display: block;
	width: 90px;
	float: left;
	margin-bottom: 10px;
}

input.textfields
{
	width: 158px;
	height: 15px;
	border: 1px solid #000;
}

div.clear
{
	clear: both;
}

ul.menu
{
	margin: 0;
	padding: 88px 0 0 11px;
}

ul.menu li
{
	float: left;
	margin: 0 10px 0 0;
	height: 80px;
	border: 1px solid #b6c1c3;
	width: 290px;
	background: url('../images/buttongradient.png');
	list-style-type: none;
}

ul.menu li.selectedpage
{
	background: url('../images/backgroundgradientgreen.png');
}

ul.menu li a
{
	color: #182436;
	text-decoration: none;
	font-size: 22px;
	line-height: 80px;
	display: block;
	float: left;
	min-width: 240px;
	padding: 0 10px;
}

span.buttonimage
{
	background: url('../images/buttonicon.png') no-repeat;
	height: 77px;
	width: 20px;
	float: right;
	margin: 1px;
}

span.buttonimageselected
{
	background: url('../images/buttoniconselected.png') no-repeat;
	height: 77px;
	width: 20px;
	float: right;
	margin: 1px;
}

#mailmessage
{
	margin-bottom: 10px;
	color: #cc0033;
}

#succesmessage
{
padding: 10px 10px 10px 64px;
background: #a8e91e url('../images/success.png') no-repeat;
background-position: 10px 0px;
border: 1px solid #b6c1c3;
font-weight: bold;
margin: 20px 0;
display: none;
}

img.mainimage
{
margin: 0;
margin-top: 10px;
}

a
{
	color: #000;
}

#overDiv {
	background-color:#584ea8;	
}
#overDiv div.title {
	font-weight:bold;
	padding-bottom:5px;
}
#overDiv td.content {
	padding:5px;
	color:#000;
}
#overDiv *{
	color:black;
}
#overDiv p {
	text-align:justify;
}

#blanket {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position:absolute;	
	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
	top:0px;
	left:0px;
	width:100%;
	color: #FFF;
}
div.popup {
	background: #fff;
	position:absolute;	
	width:635px;	
	left:50%;
	text-align: left;
	padding: 10px;
	margin-left:-158px;
	z-index: 9002;		
	color: #000;
	border: 1px solid #b6c1c3;
}

a.homelink
{
	height: 60px;
	width: 480px;
	float: left;
	margin: 10px 0 0 -394px;
	position: absolute;
}

img
{
	border: none;
}