* { text-decoration: none; }
body {
	background: #2a6992 url(../images/bg.jpg) top repeat-x;
	margin: 0;
}
blockquote {
	background: #1f5476;
	color: #fff;
	font: 13px/25px Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
}
label {
	display: block;
	font: 13px/20px Arial, Helvetica, sans-serif;
	float: left;
	height: 20px;
	text-align: right;
	width: 130px;
}
h1 {
	color: #1f5476;
	font: normal 25px/35px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 5px 0 5px 0;
}
h2 {
	color: #f00;
	font: bold 28px/30px "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
}
img { border: 0; }
form, input { margin: 0; }
p  {
	font: 13px/25px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
ul {
	font: 13px/25px Arial, Helvetica, sans-serif;
}
.columnFix:after {
    clear: both;
    content: ""; 
    display: block;
	height: 0;
    visibility: hidden;
}
/* Shared declarations: */
#container, #banner, #footer, #header, #navigation, #stage, #zipCodeBox {
	margin: auto;
	width: 800px;
}
#container { border: 1px solid #fff; }
#banner {
	border-bottom: 1px solid #fff;
	height: 215px;
	padding-top: 10px;
}
	#bannerBox {
		background: rgb(255,255,255) url(../images/bg_testimonials.jpg) no-repeat right;
		float: right;
		font: 12px Arial, Helvetica, sans-serif;
		height: 175px;
		margin: 0 10px 0 0;
		padding: 15px;
	}
	#bannerBox .title { font-size: 15px; }

#footer {
	background: #1b3f56;
	color: #acdfff;
	font: 11px/30px Arial, Helvetica, sans-serif;
	height: 30px;
}
	#footer a:link,
	#footer a:visited {
		color: #fff;
		font-family: Arial, Helvetica, sans-serif !important;
		margin: 0 10px 0 10px;
	}
	#footer a:hover {
		color: #acdfff;
	}

#header {
	height: 120px;
}
#navigation {
	background: #1f5476;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 30px;
}
	#navigation a:link,
	#navigation a:visited {
		background: #1f5476;
		border-left: 1px solid #34759f;
		border-right: 1px solid #14415d;
		color: #fff;
		display: block;
		float: left;
		font: 11px/30px Arial, Helvetica, sans-serif;
		text-align: center;
		width: 158px;
	}
	#navigation a:hover {
		background: #ffc527;
		color: #906e12;
	}

#stage {
	background: #fff url(../images/bg_stage.jpg) no-repeat top;
}
	#stage a:link,
	#stage a:visited {
		color: #1f5476 !important;
		font-size: 30px !important;
	}
	#stage a:hover {
		color: #666 !important;
	}

#zipCodeBox {
	background: url(../images/bg_zipcode.jpg);
	height: 70px;
	position: relative;
}
a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:hover {
	color: #000;
}
