﻿/** Primary Colors **
Dk Red: #591818;
Brt Red: #BD0000;

Dk Blue: #055BB0;
Med Blue: #374E68;
Brt Blue: #30519C;
Lt Blue: #DDEEFF;
Lt Lt Blue: #E4FFFF;

Orange: #FC6D18;
******/

html
{
	background-color: #DDEEFF;
	background-image: url('imgs/page-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 12px;
	padding:0;
	margin:0;
}
body
{
	padding:0;
	margin: 0;
}

#pageBG 
{
	margin: 0;
	padding: 0;
}

#pageBGInner 
{
	padding: 0;
	margin: 0;
}

#wrapper
{
	width: 900px;
	padding: 0 15px 15px 15px;
	margin: 3px auto;
	background-color: #FFF;
	min-height: 500px;
	border: 1px solid #000;
}

#wrapper #wrapperInner
{
	padding:0;
}

#pageContent
{
	background-color:#FFF;	
}

#pageContentInner
{
	padding:0;
}

#heading
{
	height: 85px;
}

#heading #headingInner /* for items in heading see below */
{
	padding: 5px 0 0 0;
	margin:0;
}

#nav
{
	height: 35px;
	background-color: #055BB0;
	color: #FFF;
}

#nav #navInner
{	
}

#banner
{
	background-image: url('imgs/eyespot-bg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 240px;
	margin: 10px 0;
}

#banner #bannerInner /* for banner columns see below */
{
}

#content 
{
	padding:0;
	clear:both;
	color: #333;
	min-height: 250px;
}

#content #contentInner
{
	padding:20px 0 0 0;
	display:block;
}

#footer
{
	color: #000;
	margin: 0 auto;
	padding: 0;
	clear:both;
	width: 900px;
}

#footer #footerInner
{
	padding: 10px 0;
	font-size: 12px;
}

#subFooter
{
	font-size: 12px;
	color: #000;
	padding: 0;
}

#subFooter #subFooterInner
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

/********* Create Columns *********/
.eyeSpot
{
	display: none;
}

.eyeSpotInner
{
}

.mainBody
{
	width:71%;
	float: left;
}

.mainBodyInner
{
	padding: 20px 20px 20px 0;
}

.sidebar
{
	width: 25%;
	float: right;
	padding:0;
	margin: 0 0 0 0;
	background-color: #DDDED9;
	color: #333;
}

.sidebarInner
{
	padding: 20px;
}
/* Banner Columns */
#banner .leftCol
{
	float: left;
	width: 675px;
	min-height: 5px;
}

#banner .centerCol
{
	float: left;
	width: 210px;
	min-height: 5px;
}

#banner .rightCol
{
	display:none;
}

/****** Font Selectors ********/
h1, h2, h3, h4 /* Apply To All */
{
	font-family: Trebuchet MS;
	margin: 0;
	padding: 5px 0;
}

.mainBody h1, .mainBody h2, .mainBody h3, .mainBody h4 /* All MainBody */
{
	font-weight:500;
	padding: 5px 0;	
	color: #055BB0;
}

.mainBody h1
{
	font-size: 28px;
	letter-spacing: -2px;
	border-bottom: 1px solid #FF7500;
}


.mainBody h2
{
	font-size: 20px;
}

.mainBody h3
{
	font-size: 18px;
}

.mainBody h4
{
	font-size: 18px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 /* All Sidebar */
{
	color: #000;
	font-weight: 500;
	padding: 5px 0;
}

.sidebar h1
{
	font-size: 30px;
}

.sidebar h2
{
	font-size: 18px;
	border-bottom: 1px solid #055BB0;
	text-align: center;
	display: block;
}

.sidebar h3
{
	font-size: 16px;
}

.sidebar h4
{
	font-size: 14px;
}

strong
{
	font-weight: 600;
}

small
{
	font-size:10px;
}

p 
{
	margin: 5px 0;
}

/*** Links ***/
a
{
	color: #055BB0;
	text-decoration:none;
	cursor:pointer !important;
}

a:hover
{
	text-decoration:underline;
	color: #30519C;
}

#footer a
{
	color: #FFF;
	text-decoration:underline;
}
#footer a:hover
{
	text-decoration:none;
}


/********** Heading Detail **********/
#heading .logo
{
	width: 262px;
	float: left;
}

#heading .rightInfo
{
	width: 450px;
	float: right;
}

.rightInfo .quote
{
	height: 22px;
	width: 450px;
	display:inline-block;
}

.rightInfo .agentForm
{
	width: 50%;
	float:left;
}

.rightInfo .contact
{
	width: 50%;
	float:right;
	color: #BD0000;
	font-size: 20px;
	text-align:right;
	font-weight: 600;
	padding-top: 0;
	margin-top: -10px;
}



/** Button Links - Not Apply Here - 
a.button
{
	line-height: 30px;
	background-image: url("imgs/button-left.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 15px;
	margin: 5px 0;
	font-size: 14px;
	color: #222; 
}

a.button span
{
	background-image: url("imgs/button-right.png");
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 30px;
	padding-right: 35px;
	display: inline-block;
}

a.button:hover
{
	background-image: url("imgs/button-left-hover.png") !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
}

a.button:hover span
{
	background-image: url("imgs/button-right-hover.png") !important;
	background-repeat: no-repeat;
	background-position: right center;
}
**/


/*** Images ***/
img
{
	border: none;
}

/**** Clear Floats *****/
.clearContent
{
	clear:both;
}
.clearL
{
	clear:left;
}
.clearR
{
	clear:right;
}
.clear
{
	clear:both;
}


/*** Shadowed Boxes - Not Apply Here - 
.shadowTable
{
}

.shadowTable td.box
{
	background-image: url("imgs/box-w-shadow.png");
	background-repeat: no-repeat;
	width: 173px;
	height: 207px;
	padding: 5px 25px 20px 25px;
	vertical-align: top;
	display:inline-block;
}

.shadowBox
{
	width: 100%;
}

.shadowBox td
{
}

.shadowBox td.heading h2
{
	font-size: 10px;
}

.shadowBox td.buttonRow
{
	text-align:center;
}

.shadowBox h2
{
	line-height: 20px;
	color: #022044;
}
 ***/