﻿/** Primary Colors **
Dk Red: #591818;
Brt Red: #BD0000;

Dk Blue: #082529;
Med Blue: #374E68;
Brt Blue: #30519C;
Lt Blue: #9ACAC0;
Lt Lt Blue: #E4FFFF;

Orange: #FC6D18;
******/

body 
{
	background-color: #DDEEFF;
	background-image: url('imgs/page-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 12px;
}

#wrapper
{
	width: 900px;
	padding: 0 15px 15px 15px;
	margin: 25px auto;
	background-color: #FFF;
	min-height: 500px;
	border: 1px solid #000;
}

#heading
{
	height: 85px;
}

#navigation 
{
	height: 35px;
	background-color: #055BB0;
	color: #FFF;
}

#eyespot
{
	background-image: url('imgs/eyespot-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 185px;
	margin: 10px 0;
}

.plans
{
	display:none;
}

#pageContent
{
	min-height: 300px;
	margin: 10px 0;
}

#footer
{
	width: 910px;
	padding: 10px;
	min-height: 100px;
	background-color: #055BB0;
	color: #FFF;
	font-size: 10px;
	margin: 0 auto;
}


/********* Page Headings *********/
h1
{
	color: #055BB0;
	font-size: 18px;
	margin: 5px 0;
}

h2
{
	color: #055BB0;
	font-size: 16px;
	margin: 5px 0;
}

h3
{
	color: #055BB0;
	font-size: 14px;
	margin: 5px 0;
}

h4
{
	color: #055BB0;
	font-weight: 600;
	margin: 5px 0;
	font-size: 14px;
}

/********** Links ************/
a 
{
	color: #055BB0;
	text-decoration: underline;
}

a:hover
{
	color: #C81717;
	text-decoration: underline;
}

/********** Heading Detail **********/
#heading .logo
{
	width: 262px;
	float: left;
}

#heading .rightInfo
{
	width: 450px;
	float: right;
}

.rightInfo .quote
{
	height: 22px;
	width: 450px;
}

.rightInfo .agentForm
{
	width: 50%;
	float:left;
}

.rightInfo .contact
{
	width: 50%;
	float:left;
}

/******* Eyespot / Banner Details ********/
#eyespot .leftCol
{
	float: left;
	width: 480px;
	height: 5px;
}

#eyespot .centerCol
{
	float: left;
	width: 210px;
	height: 5px;
}

#eyespot .rightCol
{
	float: left;
	width: 200px;
	height: 5px;
}

/****** Page Content Columns ******/
#pageContent .leftCol
{
	float:left;
	width: 600px;
	min-height: 200px;
}

#pageContent .rightCol
{
	float: right;
	width: 280px;
	min-height: 200px;
}

/********* Footer Columns ********/
#footer .col1
{
	width: 200px;
	float: left;
	padding: 0 15px 0 0;
}

#footer .col2
{
	width: 440px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0 15px;
}

#footer .col3
{
	width: 200px;
	float: right;
	padding: 0 0 0 15px;
}

/***** Footer Special Stuff *****/
#footer h1
{
	margin: 5px 0;
	font-size: 14px;
}

#footer h2
{
	margin: 5px 0;
	font-size: 12px;
}

#footer a
{
	color: #FFF;
}


/******** Ins Plans Boxes **********/
.insPlan
{
	height: 196px;
	width: 166px;
	background-image: url('imgs/ins-plan-box.jpg');
	border: 3px solid #082529;
	float: left;
	margin: 0 3px;
}
.insPlan:hover
{
	border: 3px solid #FC6D18;
}

/********* Sidebar Boxes *********/
.sidebarItem
{
	background-color:#FFF;
	padding: 10px;
	border: 1px solid #374E68;
	margin: 0 auto 10px auto;
}

.sidebarItemHeading
{
	font-size: 16px;
	color: #FFF;
	background-color: #055BB0;
	padding: 5px 5px 5px 10px;
}

/******************* Quote Boxes *******************/
.quoteSmall
{
	color: #FFF;
	font-weight: 600;
}

/************ Slideshow **************/
.slideshow
{
	width: 179px;
	height: 152px;
	background-image: url('imgs/slideshow-bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
}

.slideshow .images
{
	padding-top: 85px;
	padding-left: 10px;
	position:relative;
}

/** Quote Large **/
.quoteLarge
{
	height: 396px;
	width: 583px;
	background-image: url('imgs/quote-large-bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px;
	border: none;
	position:relative;
}

.quoteLarge h1
{
	color: #055BB0;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.quoteForm 
{
	margin: 10px 0;
}

.quoteForm table td
{
	padding: 1px 3px;
}

.quoteApplicant
{
}

.quoteApplicant table td
{
	padding: 1px 3px;
}

.quoteApplicant table
{
	width: 320px;
}

.quoteLarge .button
{
	position: absolute;
	bottom: 30px;
	right: 30px;
}