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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 13px;
	margin: 20px;
	min-width:1200px;
	max-width:1400px;
}



a {
	text-decoration: none;
	color: #6995C1 ;
}
a:hover {
	color: #ABBED1;
}


h1,h2,h3 {
	font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
}



h1 {font-size: 20px; color:#006699; margin-bottom:10px; }
h2 {font-size: 18px; color:green; margin-bottom:5px;}
h3 {
	position:absolute;
	top:-10px;
	font-size:14px;
	font-weight:bold;
	width:auto;
	background:white;
	color:#008300;
}

p {
	margin: 10px 0px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {
	margin:0px;
}

a img {
	border:none;
}

table {
	border: 1px solid white;
}

th {
	background:#39F;
	text-align:center;
	padding:10px;
	font-weight:bold;
}

td {
	padding:10px;
	vertical-align:top;
}


ul {
	margin-left:30px;
	margin-right:30px;
}


.top {
	border-bottom: #ddd 1px solid;
	height: 65px;

}

.nav {
	width: 680px;
	height: 35px;
	background:url(../images/navbar.gif) no-repeat;
	float: left;
}

	.nav .navLink {
		width:auto;
		height: 33px;
		line-height: 33px;
		float: left;
		padding: 0px 20px;
		border-right: 1px solid #6995C1;
		text-align: center;
		color: #FFF;
		font-size: 12px;
	}
	.nav .navLink:hover {
		background: url('../../images/navHover.gif') repeat-x;
	}
	.nav .navLink a {
		color: #FFF;
	}

.navfill {
	float:left;
	width:100%;
	margin-top:5px;
	background:url(../images/navback.gif) repeat-x;
	
}

.maincontent {
	padding-top:15px;
}


.col1 {
	float:left;
	width:22%;
	margin:0px;
	min-width:230px;
}



.col2 {
	float:left;
	width:52%;
	margin:1%;
}


.col3 {
	float:left;
	width:24%;
	margin:0px;
	min-width:230px;
}

.mainbox {
	position:relative;
	border:#6995C1 solid 1px;
	padding: 5px 30px 5px 30px;
	line-height: 15px;
	font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
}

.sidebox {
	position:relative;
	border:#6995C1 solid 1px;
	padding:10px;
	font-size: 12px;
	line-height: 15px;
	font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
	color: #6995C1;
}
	.sidebox a {
		text-decoration: none;
		color: #6995C1;
		font-weight:bold;
	}
	.sidebox a:hover {
		color: #FF9900;
	}

	.sidebox p {
		margin:0px;
	}

.startbox {
	padding:0px;
	margin:0px;
	background: url(../images/quotebg.gif) repeat-x;
	text-align:center;
	color:white;
	width: 260px;
	height: 250px;
	padding-top: 15px;
	border-left: 3px solid #FFF;	
}

.startbox table {
	border:none;
	width:220px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

.startbox td {
	margin:0px;
	padding:0px;
	vertical-align:middle;
	width:100px;
}


.startbox input {
	font-size: 24px;
	font-weight: bold;
	font-family: Century Gothic, Avant Garde, Arial, Helvetica, sans-serif;
	color: #FF9900;
	border: 2px solid #124375;
	padding: 4px;
	background: #FFF;
}

.startbox select {
	font-family:Century Gothic,Avant Garde,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #124375;
	border: 2px solid #124375;
	background: #fff;
	padding: 2px;
	margin-top: 5px;
}

.starthere {
	font-family: Century Gothic,Avant Garde,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 18px;
}

.zip {
	font-size:36px;
	line-height: 40px;
	margin:0px;
	padding:0px;
}

#submit input {
	margin:0px;
	padding:0px;
	border:0px;
	background: none;
}

.footer {
	border-top: 1px solid #ddd;
	clear:both;
}

.footer p {
	margin:0px;
}

.boxdivider {
	margin: 5px 20px 5px 35px;
	border-top: 2px dotted #eee;
}




