@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/*padding-top: 12px;*/
	background-color:#1A478B;
	font-family: Verdana, sans-serif; 
	font-size: 11px;
}


/* -- page elements -- */

.clearer { clear: both; }

#pageDiv {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url("images/water-bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}

p a, li a {
	color: #00A5DB;
	text-decoration: underline;
}

p a:hover, li a:hover {
	color: #FF6600;
	
}

.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;}


/* -- page header -- */

#flashHeader {
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
	height: 181px;
	width: 960px;
}

#flashHeader img { border: none; padding: 0; margin: 0;}



/* -- main menu -- */

#menuDiv {
	float: left;
	width: 132px;
}

#menuDiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 132px;
	line-height: 0;
}

#menuDiv ul a {
	display: block;
	margin: 0;
	padding: 12px 0 13px 12px;
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #1A478B;
}

#menuDiv ul a:hover {
	background-color: #1A478B;
	color: #ffffff;
}


#menuDiv ul a.home {
	margin: 0;
	padding: 36px 0 13px 12px;
	background-color: #00A5DB;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	display: block;
}

#menuDiv ul a.home:hover {
	color: #000000;
}

#menuDiv ul a.last {border-bottom: none;}

#menuDiv ul a.active {
	background-color: #00A5DB;
	color: #ffffff;
}

#menuDiv ul a.free-quote {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	background: none;
}

#menuDiv ul a.free-quote:hover {
	background: none;
}

#menuDiv ul a.free-quote img {border: none;}


/* -- main content -- */

#contentDiv {	
	float:left;
	margin-left: 36px;
	width: 672px;
}

/* -- main content: Header -- */

#contentHeader {
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #1A478B;
}

#contentHeader h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	font-family: Arial;
	font-style: italic;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #1A478B;
}

#contentHeader h2 {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #00A5DB;
}

/* -- main content: Column 1 -- */

#contentCol1 {
	float:left;
	width: 346px;
}

#contentCol1 p {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 140%;
}

#contentCol1 h1 {
	color: #1A478B;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#contentCol1 ul {
	padding-left: 16px;
	list-style-type: square;
	line-height: 180%;
	color: #1A478B;
	font-size: 90%;
}

#contentCol1 ul li {
	margin-bottom: 10px;
}

#contentCol1 .hr {
	padding: 0;
	margin: 0px 0 8px 0;
	border-top: 1px solid #91C2DA;
}

#contentCol1 p span.benefits-next {
	float: right;
}

table#quoteform {}

table#quoteform td {
	background-color: #91c2da;
	border: 1px #ffffff solid;
}

table#quoteform td.col1 {
	background-color: #1a478b;
	color: #ffffff;
}


/* -- main content: Column 2 -- */

#contentCol2 {
	float: left;
	margin-left: 20px;
	width: 306px;
}

#contentCol2 #photos {
	text-align: center;
	width: 306px;
}

#photos img.photo {
	border: 1px solid #1A478B;
}

#photos p.photo-caption {
	margin: 3px auto 10px auto;
	padding: 0;
	width: 250px;
	font-size: 90%;
	font-style: italic;
	color: #00A5DB;
	text-align: left;
}

#contentCol2 ul {
	margin: 0;
	padding-left: 14px;
	list-style: square;
	color: #666;
}

#contentCol2 li {padding-bottom: 5px;}

/* -- BOXES -- */

.box-top {
	margin: 0;
	padding: 0;
}

.box-content, .box-water-content {
	border-left: 1px solid #1A478B;
	border-right: 1px solid #1A478B;
	background-color: #ffffff;
	margin: 0;
	padding: 0 12px 0 12px;
}

.box-water-content {
	background-image: url("images/box-water-bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

.box-bottom, .box-water-bottom {
	margin: 0 0 12px 0;
	padding: 0;
}

.box-content h1, .box-water-content h1 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A478B;
}

.box-content .hr, .box-water-content .hr {
	padding: 0;
	margin: 0px 0 8px 0;
	border-top: 1px solid #91C2DA;
}

.box-content .hr2, .box-water-content .hr2 {
	padding: 0;
	margin: 0px 0 4px 0;
	border-top: 1px solid #c8d4da;
}

.box-content h2, .box-water-content h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #00A5DB;
}

.box-content p, .box-water-content p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	line-height: 16px;
}

.box-content p.newslinks, .box-water-content p.newslinks {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 10px;
	line-height: 16px;
}


.box-content h2 span, .box-water-content h2 span, .box-content p span, .box-water-content p span {
	font-size: 9px;
	float: right;
	color: #1A478B;
}


.box-content a, .box-water-content a {
	color: #00A5DB;
	text-decoration: none;
}

.box-content a:hover, .box-water-content a:hover {
	color: #FF6600;
	text-decoration: underline;
}


.box-water-content .padding {
	height: 40px;
}

/* -- Footer -- */

#footerDiv {
	width: 960px;
	/*height: 120px;*/
	text-align: right;
}

#footerDiv p {
	padding: 100px 60px 0 12px;
	color: #ffffff;
	font-size: 9px;
}

#footerDiv p a { color: #91C2DA; text-decoration: none;}
#footerDiv p a:hover { text-decoration: underline;}

