body, HTML {
	margin: 0px;
	height: 100%;
	line-height: 16px;
	font-size: 13px;
	font-family: "Trebuchet MS";
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#333333;

}
#frame {
	background-image: url(../images/background_frame.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	position:relative;
	min-height: 450px;
	}
	

#topheader {
	height: 80px;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-color:#27417d;
	background-image: url(../images/background_topheader.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#headerimage {
	height: 38px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer {
	background-image: url(../images/background_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	text-align:right;
		font-size: 10px;

}

#footer a {
	color:#666666;
}

#maincontent {
}
	
form {
	margin: 0px;
	padding: 0px;
}

#logo {
	position: absolute;
	bottom:0px;
	left: 0px;
}

#call {
	position: absolute;
	top:10px;
	right: 20px;
}

#navmain {
	position: absolute;
	bottom: 0px;
	right: 80px;
}

.mainnav {
	background-image: url(../images/button_normal.jpg);background-repeat: repeat-x;background-position: bottom;
	width: 114px;
	float: left;
	margin-left: 1px;
	color:#ffffff;
	text-align:center;
	line-height: 30px;
		font-size: 13px;

}

.mainnavfixed {
	background-image: url(../images/button_hover.jpg);background-repeat: repeat-x;background-position: bottom;

}

.mainnav a {
	color:#ffffff;
	text-decoration:none;
		display:block;

}

.mainnav a:hover {
	color:#ffffff;
	text-decoration:none;
	background-image: url(../images/button_hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	display:block;

}

#main {
	float:left;
	margin: 20px 10px 0px 30px;
	width: 700px;
}

#getquote {
	position: absolute;
	right: 0px;
	top: 45px;
	z-index: 50;
}
	
	
#sidenav {
	width: 200px;
	background-image: url(../images/background_nav.jpg);
	background-repeat: repeat-y;
	background-position: top;
		margin-left: 33px;
	margin-top: 20px;
	float:left;
}	


#sidenavtop {
	background-image: url(../images/image_whatwouldyoulike.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 108px;
}

#sidenavbottom {
	background-image: url(../images/background_nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}


.sidenavitem {
	color: #fff;
	font-size:13px;

}

.sidenavitem a {
	color: #fff;
	display: block;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}


.sidenavitem a:hover {
	color: #fff;
	display: block;
	background-color:#ff8b06;
}
			




/* blue: #27417d
	orange: #ff8b06
	lt blue: #6381b3 */