/* Main CSS Document */

@import url("core.css");


/* header */
#header {
	width: 100%;
	height: 102px;
	background: url(../images/bg-header.gif) repeat-x;
}
.headerHolder {
	width: 928px;
	margin: 0px auto;
}
.headerHolder h1 {
	text-indent: -7000px;
	height: 102px;
	width: 333px;
	background: url(../images/hampton-roads.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
.headerHolder p {
	width: 255px;
	float: right;
	font-size: 12px;
	color: #083061;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 0px 0px 0px;
}
.headerHolder span {
	width: 152px;
	float: right;
	clear: right;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/icon-phone.gif) no-repeat left center;
	line-height: 24px;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 0px 0px;
}


/* nav */
#nav {
	width: 100%;
	height: 36px;
	background: url(../images/bg-nav.gif) repeat-x;
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #f58f1d;
}
#nav ul {
	margin: 0px auto;
	padding: 0px;
	width: 928px;
}
#nav li {
	margin: 0px;
	padding: 0px 24px 0px 24px;
	line-height: 36px;
	list-style-type: none;
	float: left;
	background: url(../images/bg-nav-divider.gif) no-repeat right top;
}
#nav li.last {
	background: none;
}
#nav li.on {
	margin: 0px;
	padding: 0px 24px 0px 24px;
	line-height: 36px;
	list-style-type: none;
	float: left;
	background: #f58f1d;
	color: #000000;
	font-weight: bold;
}
#nav li a {	
	height: 25px;
	margin: 0px 0px 0px 3px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
#nav li a:hover {
	text-decoration: underline;
}


/* content */
#content {
	width: 905px;
	margin: 0px auto;
	background: url(../images/bg-content.gif) repeat-y top center;
	padding: 0px 20px 0px 20px;
}
.top {
	width: 945px;
	height: 16px;
	background: url(../images/bg-content-top.gif) no-repeat;
	margin: 0px auto;
}


/* left */
.left {
	width: 662px;
	float: left;
}


/* right */
.right {
	width: 231px;
	float: right;
}


/* quote */
.quote {
	background: url(../images/bg-box-blue.gif) no-repeat bottom left;
	padding: 14px;
	color: #f78f1e;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
.quote label {
	width: 70px;
	float: left;
	color: #dddddd;
	font-size: 11px;
	padding: 3px 0px 0px 0px;
}
.quote .formField {
	width: 120px;
	float: right;
	margin: 0px 0px 10px 0px;
	text-align: left;
}


/* footer */
#footer {
	width: 945px;
	margin: 0px auto;
	font-size: 11px;
	color: #a6c6ec;
	text-align: center;
	padding: 46px 0px 0px 0px;
	background: url(../images/bg-footer.gif) no-repeat;
	text-align: center;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin: 0px 3px 0px 3px;
	color: #ffffff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li.last {
	background: none;
}
