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



a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;

}
a:hover {
	color: #FC5E00;
	text-decoration:none;

}
a:active {
	color: #333;
	text-decoration:none;

}

#contactinfo {
	padding-left:0px;
	margin:0 auto;
}


#wrapper {
	width: 800px;
	height:1500px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	background-image:url(images/slice.jpg);
	background-repeat:repeat;
}



#wrapper2 {
	width: 800px;
	height:950px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	background-image:url(images/slice.jpg);
	background-repeat:repeat;
}


#header {
	
	height:115px;
	width:800px;
	padding: 0px; 
	background-image:url(images/header.jpg ); background-repeat:no-repeat;

}



#sitemap {
	
	float:right;
	text-align:left;
	height: 30px;
	width: 150px;
	padding-top:50px;
	padding-right:10px;	
}

#header p {
	text-align: left;
	padding-right: 20px;
	font: 70% Verdana, Geneva, sans-serif;
	font-size:8pt;
	color: #333;
}

/* quote */

#quote {
	margin:auto;
	height:200px;
	width:800px;
	background-image:url(images/quoteheader.jpg); background-repeat:no-repeat;
}



#contactheader {
	margin:auto;
	height:200px;
	width:800px;
	background-image:url(images/contactheader.jpg); background-repeat:no-repeat;
}




/* Menu */

#menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background: url(images/navbar.jpg);
	background-repeat:no-repeat;
	color: #333;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 70px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 10px;
}

#menu a {
	display:block;
	margin-right: 7px;
	padding: 6px 5px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}

#menu .menu_item a {
	padding-left: 4px;
}

#menu a:hover {
	text-decoration: none;
	color: #FFF;
}



/* welcome section */


#quotebox {
	margin:0 auto;
	width:800px;
	height:400px;
	background-image:url(images/quotebody.jpg); background-repeat:no-repeat;
	
} 






#quoteform {
	margin:0 auto;
	width:800px;
	height:500px;
	
} 










.orangehighlight {
	color: #FC5E00;
}




#signoff{
	width:800px;
	height:150px;
	background-image:url(images/signoff.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#footer{
	margin:0 auto;
	width:800px;
	height:20px;
	background-color:#666;
	background-repeat:no-repeat;
}



.footer p {
	text-align: right;
	padding:0px 20px 0px 0px;
	font: 7pt Verdana, Geneva, sans-serif;
	color: #ffffff;

}

#validater {
	display:block;
	padding:10px;
}

