﻿html, body {
	margin:0;
	padding:0;
	text-align:center;
	background: #fff url('../graphics/bg.png') repeat-x;
} 

td {
	vertical-align:top}

textarea {
width: 550px;
height: 150px;
}

label {
color: #0078C0;
font-weight: bold;
}
  
#container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}

#header {
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 103px;
	background: #fff url('../graphics/bg_header.jpg') repeat-x;	
	position:relative;	
}

	#logo {
		position: absolute;
		top: 12px;
		left: 18px;
		width: 275px;
		height: 73px; 	
	}

#columnDivider {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 40px;
	float: left;
	display: inline;
	background: #fff url(../graphics/bg_columnsDivider.jpg) no-repeat;	
}

#columnContainer {
	margin: 0;
	width: 1000px;
	background: #fff url(../graphics/bg_columns.jpg) repeat-y;
	float: left;
	display: inline;
}

#leftColumn {
	/* Total Width: 800px */
	display:inline;
	width:800px;
	padding: 0;
	float:left;
	margin: 0;
	text-align: left;
}

	#contentContainer {
		padding: 0 20px;
	}

#rightColumn {
	/* Total Width: 200px */
	display:inline;
	width:185px;
	padding: 0;
	float:right;
	margin: 10px 5px 0 10px;
	text-align: left;
}

#footer {
	position: relative;
	clear:both;
	padding:0;
	text-align: center;
	background-color: #3e80ae;
	border-top: 1px #fff solid;
}

#quoteBox {
	background: #fff url('../graphics/bg_quote.jpg') no-repeat;
	position:relative;
	width: 800px;
	height: 347px;
}

	#planSelection {
		position: absolute;
		top: 223px;
		right: 20px;
		width: 432px;
		height: 109px; 
	}

#homepageTextContainer {
	background-color: #eef6fa;
	width: 780px;
	float: left;
	display: inline;
	min-height:220px;
	height: auto !important;
	height: 220px;
	padding: 10px;	
}

	#homepageTextContainer h1 {
	border-bottom: none;
	}
  
#getQuotePage div.column {
float: left;
width: 380px;
}

#getQuotePage ul {
margin: 10px 0 0 0;
padding: 0 0 0 55px;
list-style: none;
}

#getQuotePage ul.special-day {
background: url('../graphics/quoteicons/special_day.png') no-repeat;
}

#getQuotePage ul.things-cherish{
background: url('../graphics/quoteicons/things_cherish.png') no-repeat;
}

#getQuotePage ul.things-that-move{
background: url('../graphics/quoteicons/things_that_move.png') no-repeat;
}

#getQuotePage ul.added-protect{
background: url('../graphics/quoteicons/added_protect.png') no-repeat;
}

#getQuotePage ul.your-business{
background: url('../graphics/quoteicons/your_business.png') no-repeat;
}

#getQuotePage ul.golden-years{
background: url('../graphics/quoteicons/golden_years.png') no-repeat;
}

#getQuotePage ul.ones-you-love{
background: url('../graphics/quoteicons/ones_you_love.png') no-repeat;
}

#getQuotePage ul.keeps-you-healthy{
background: url('../graphics/quoteicons/keeps_you_healthy.png') no-repeat;
}

#getQuotePage ul.what-covers-you{
background: url('../graphics/quoteicons/what_covers_you.png') no-repeat;
}

a.dialog, div.dialog a {
text-decoration: underline;
}

a.c-dialog {
display: block;
background: url('../graphics/header_contactUs.png');
height: 28px;
width: 144px;
}

a.c-dialog:hover{
background-position: 144px 0px;
}

#information  {
margin: 0 0 8px;
}

div.dialog, div.c-dialog{
display: none;
}

div.c-dialog textarea{
width: 400px;
}

#information li {
margin: 0;
}

#dictionary a {
margin: 0 3px;
}

#privacy-policy {
font-family: arial;
line-height: 1.6;
}

#privacy-policy .grey {
background: #bbb;
border: 1px dotted #000;
margin: 0 15px 15px 15px;
padding: 10px;
width: 250px;
}

#terms-of-use h2, #terms-of-use h3 {
color: #000;
}

div.element {
float: left;
width: 235px;
}

div.element label {
margin: 0;
}

div.element.textarea {
width: 470px;
}

div.element.submit {
margin: 5px 0 0 0;
}

#contact-us textarea {
height: 100px;
width: 470px;
}

div.dialog p.center a {
color: #056AB2;
font-weight: bold;
}

div.quote {
float: left;
width: 350px;
}

#footer a {
color: #fff;
}

#footer span {
margin: 0 15px;
}

.center {
text-align: center;
}

.clear {
clear: both;
}

/*Slideshow*/
#slideshow {
position:relative;
height: 225px;
}

#slide ul {
margin: 0;
position: relative;
}

#slideshow li {
list-style: none;
text-align: right;
width: 350px;
font-size: 18px;
color: #0078C0;
position: absolute;
left: 150px;
top: 15px;
display: none;
}

#slideshow li:first {
display: block;
}

#slideshow cite {
display: block;
font-size: 12px;
color: #000;
}
