﻿/* CSS layout */
body {
	background-color: #77A2CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#main {
	width: 850px;
	height:820px;
	background-color: white;
	margin: 0 auto;

}

#page_content {

	width: 850px;
}



/** Head **************************************/

#masthead {

	height: 115px;
	width: 850px;

}

.headtext {

	width: 815px;
	padding-bottom:15px;
	margin-left:8px;


}

/** Footer ************************************/

#footer, #top_nav {

	padding-top: 8px;
	background:#043657;	
	height: 28px;
	width: 850px;
	text-align: left;
	float:left;
	margin-top:0px;
	font-size:14px;
	margin-bottom:10px;
}

#footer {
	
	height: 55px;
	vertical-align:bottom;
}

#footer a, #top_nav a {

	color: #fff;
	margin: 5px 8px 5px 5px;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover, #top_nav a:hover {

	color: orange;
	text-decoration:underline;
}

/** Headings *******************************************/

h1 {
	
	font-weight: lighter;
	font-size: 26px;
	margin-left:8px;
	margin-top:15px;
	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	/*margin-top: 30px !important;*/
	margin-top: 0px;
}

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;
}

#boxguide {
	
	height:520px;
	margin-left: 600px;
	margin-top: -510px !important;
	margin-top: -640px;
	margin-right: 3px;
	float:left;
	

}

#boxguide h2{
	margin-top:0px !important;
	margin-top:5px;
	margin-left:8px;
}

#mapbox_ {

	position: relative;
	width: 120px;
	height: 210px;
	margin-top: -25px;
	z-index: 2;
}

#boxholder {

	position: relative;
	width: 590px;

}

#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 {

	width: 175px;
	height: 160px;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	border:4px solid #77A2CF;
}

#guide {
	font-size: 9px;
	height: 510px;
	width: 240px;
	overflow: auto;
}

#guide p {
	margin: 5px 0 5px 10px;
}

#guideheading {

	margin: 5px 0 5px 10px;
	color: #003399;
	font-size: 14px;
}
