﻿/* CSS layout */
body {
	background-color: #77A2CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#main {
	width: 800px;
	background-color: white;
	margin: 0 auto;
}
#page_content {
	width: 800px;
	height: 500px;
	background-image: url('images/contentBack.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
/** Head **************************************/
#masthead {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
}
#masthead p {
	text-indent: 120px;
	padding-top: 80px;
	color: #fff;
	font-size: 16px;
}
#masthead form {
	text-align: right;
	margin: -100px 0 0 0;
}
#masthead form select {
	color: #003399;
}
.headtext {
	width: 540px;
}
/** Footer ************************************/
#footer, #top_nav {
	padding-top: 6px;
	background:#043657;
	
	height: 24px;
	width: 800px;
	text-align: center;
}
#footer {
	position: relative;
	height: 55px;
	vertical-align:bottom;
}
#footer a, #top_nav a {
	color: #fff;
	margin: 5px 8px 5px 5px;
	font-weight:bold;
}
#footer a:hover, #top_nav a:hover {
	color: blue;
}
/** Headings *******************************************/
h1 {
	text-indent: -2000px;
	font-weight: lighter;
	margin: -30px 0 0 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 3px 3px 20px;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;
}
h2, h3 {
	color: #003399;
}
h4 {
	color: #003399;
	font-weight: lighter;
	font-size: 12px;
	margin: 0 10px 0 10px;
}
#centrebottombox {
	color: #003399;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
/** Bits ***********************************************/
p {
	margin: 12px 20px 3px 20px;
	font-weight: normal;
}
img {
	border: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.redPrice{
	font-size:14px;
	font-weight:bold;
	color:#EF3835;
}
/** Boxes **********************************************/
#nationwide_logo {
	float: right;
	margin: -25px 20px 3px 20px;
}
#box7 {
	width: 230px;
	height: 570px;
	margin-left: 25px;
	margin-top: -530px;
	margin-right: 3px;
	float: right;
	background-image: url('images/boxOutlinelong.gif');
	background-repeat: no-repeat;
}
#mapbox_ {
	position: relative;
	width: 120px;
	height: 210px;
	margin-top: -25px;
	z-index: 2;
}

#boxholder {
	position: relative;
	width: 580px;
	height: 450px;
	left: 5px;
}
#boxholder h3 {
	font-size: 12px;
	color: #003399;
	margin: 10px 0 6px 0;
}
.bottommid {
	margin: 700px 0 0 0;
}
#box_1,#box_2,#box_3,#box_4,#box_5,#box_6,#box_7,#box_8,#box_9 {
	z-index: 1;
	width: 176px;
	height: 130px;
	text-align: center;
	margin-left: 5px;
	margin-top: 10px;
	z-index: 1;
	float: left;
	background-image: url('images/boxOutlinesmall.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#box2a {
	text-align: center;

	background-image: none;
	height: 425px;
	background-image: url('images/innerdoublebox.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#box9 {
	margin-top: -285px;
}
#box10 {
	margin-top: -145px;
}
#box9, #box10 {
	clear: left;
}
/** Region Boxes **********************************************/
#box1, #box2, #box3 {
	width: 260px;
	height: 180px;
	margin-left: 5px;
	margin-top: 10px;
	z-index: 1;
	float: left;
	text-align: center;
	background-image: url('images/boxOutline.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#guide {
	font-size: 9px;
	height: 440px;
	width: 220px;
	overflow: auto;
}
#guide p {
	margin: 5px 0 5px 10px;
}
#guideheading {
	margin: 5px 0 5px 10px;
	color: #003399;
	font-size: 14px;
}
