/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin: 5px 0;	}
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
#logo {	display: none;	}
/* Styles */
a:link,
a:visited {
	text-decoration: underline;
	color: #376B7F;
}
a:hover, a:active {
	text-decoration: none;
	color: #85B667;
}
body {
	background: #E4F7D7;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #383838;
}
#container {
	background: url(../images/repeat.jpg) 0 0 repeat-y;
	width: 788px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	margin: 0;
	height: 102px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 99px;
	text-decoration: none;
	width: 320px;
}
#navigation {
	position: absolute;
	left: 11px;
	top: 246px;
	width: 179px;
	margin: 0;
	list-style: none;
	padding: 180px 0 0;
}
#navigation li {
	margin: 0;
	min-height: 1px;
	width: 179px;
}
#navigation li a {
	color: #707070;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	padding: 4px 8px;
	background: transparent;
	background: url(../images/menufade.jpg) -1000px -1000px no-repeat;
}
#navigation li a:hover {
	color: #FFF;
	background-image: url(../images/menufade.jpg);
}
#home,
#longterm,
#medicare,
#life,
#other,
#inslinks,
#contact {
	position: absolute;
	left: 0;
}
#home {
	top: 20px;
}
#longterm {
	top: 44px;
}
#medicare {
	top: 68px;
}
#life {
	top: 92px;
}
#other {
	top: 116px;
}
#inslinks {
	top: 140px;
}
#contact {
	top: 164px;
}

#home a:hover {
	background-position: 0 -20px;
}
#longterm a:hover {
	background-position: 0 -44px;
}
#medicare a:hover {
	background-position: 0 -68px;
}
#life a:hover {
	background-position: 0 -92px;
}
#other a:hover {
	background-position: 0 -116px;
}
#inslinks a:hover {
	background-position: 0 -140px;
}
#contact a:hover {
	background-position: 0 -164px;
}
#navigation ul {
	display: none;
}

#navigation li:hover ul {
display: block;
position: absolute;
left: 176px;
top: 0;
padding: 1px;
border: 2px solid #8CB0C0;
width: 150px;
list-style: none;
margin: 0;
background: #FFFFFF;
}
#navigation li li {
margin: 0;
height: auto;
width: auto;
}
#navigation li li a {
height: auto;
}

#contactinfo {
padding: 20px 0 0 8px;
font-size: 13px;
}
#contactinfo h6 {
margin: 0px;
}
#contactinfo p {
margin: 0px 0 10px;
}


#navigation li.button {
background: url(../images/buttons.gif) 0 0 no-repeat;
width: 150px;
margin: 0;
text-indent: -1234em;
height: 50px;
}
#navigation li.button a {
height: 50px;
}
#navigation li.button a:hover {
background-image: url(../images/buttons.gif);
}
li#lifequote a:hover {
background-position: -150px 0;
}
#navigation li#medicarequote {
background-position: 0 -50px;
}
li#medicarequote a:hover {
background-position: -150px -50px;
}
#navigation li#longtermquote {
background-position: 0 -100px;
}
li#longtermquote a:hover {
background-position: -150px -100px;
}


h2#title {
	background: url(../images/heading.gif) 0 0 no-repeat;
	color: #FFF;
	margin: 0 0 15px -5px;
	padding: 0px 5px;
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
}
#content {
	background: url(../images/collage.jpg) 0 0 no-repeat;
	padding: 170px 12px 10px 224px;
	min-height: 550px;
}
#footer {
	background: url(../images/footer.jpg) 0 100% no-repeat;
	width: 788px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 15px;
}
#footer p {
	margin: 0;
}
#footer #links {
	color: #767676;
	margin-bottom: 31px;
}
#footer #links a {
	color: #767676;
	text-decoration: none;
}
#footer #links a:hover {
	text-decoration: underline;
}
#footer #byline a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
#byline em {
	font-style: normal;
	text-decoration: underline;
}
/* Forms */
option {
	padding-right: 10px;
}

form label {
	display: block;
	margin: 2px 0;
	float: left;
	width: 160px;
	height: 14px;
}
form input, 
form textarea,
form select  {
	clear: right;
	display: block;
	margin: 2px 0 2px 170px;
	font-size: 12px;
}

form input {
	padding: 2px 3px;
}
form textarea {
	padding: 2px 3px;
	width: 300px;
	height: 120px;
}
form select {
}
form input.button {
	margin-left: 0;
	margin: 5px 0;
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 14px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	clear: left;
}
fieldset {
padding-bottom: 20px;
}
fieldset br {
display: none;
}
fieldset br.clear {
display: block;
height: 1px;
clear: both;
}
form fieldset label {
width: 190px;
height: auto;
}
form fieldset input,
form fieldset textarea,
form fieldset select {
margin-left: 200px;
}
#contact_form p {
margin: 20px 0 10px;
}
#contact_form div.checkbox {
padding: 0 0 0 15px;
margin: -5px 0 10px;
}

#contact_form .checkbox * {
display: inline;
margin: 0;
float: none;
}

.longselect {
padding: 1px 0 5px;
}
.longselect label {
width: 400px;
}
.longselect select {
margin: 5px 0 0 410px;
}
span.comment,
div.form_error {
margin: 0 0 5px 200px;
display: block;
font-size: 11px;
font-style: italic;
}
div.form_error,
.error {
	color: #FF0000;
}
/* FAQ */
#faqlist {
	list-style: square;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#faqlist li {
	margin-left: 20px;
}
#faqlist a {
	text-decoration: none;
}
#faqview {
	list-style: none;
}
#faqview li {
	margin: 10px 0 20px 0;
	border-top: 1px solid #CCC;
}
#faqview li h2 {
	margin-top: 10px;
}
#faqview li a.backtotop {
	display: block;
	margin: 10px 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0;
}
#faqview li .faqview li {
	border-width: 0;
	margin: 0 0 0 30px;
}

iframe#requestquoteiframe {
	width: 550px;
	margin: 10px -20px 10px 0;
	height: 1200px;
}

table {
border-collapse: collapse;
border: 1px solid #333;
}
th {
background: #E4F7D7;
}
th, td, .medigap thead th.top {
border: 1px solid #333;
padding: 3px 2px;
vertical-align: top;
text-align: left;
width: auto;
}
thead th {
	text-align: center;
	width: 20px;
}
.medigap {
	width: 100%;
}
.medigap td {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
.medigap tbody th {
	text-align: right;
}
.noborder, .noborder td, .noborder th { border-width: 0; }

.new fieldset {
padding: 10px;
margin: 5px 0;

}
#content form.new fieldset div,
#content form.new fieldset div * {
display: inline;
float: none;
width: auto;
clear: none;
margin: 0;
vertical-align: middle;
}
.new legend {padding: 0 5px;
margin: 0;}
#content form.new  fieldset input {margin-right: 3px;}
#content form.new  fieldset div {
margin-right: 20px;
}
#content form.new fieldset div.married_0 {
	clear: left;
}
#content form.new fieldset div {
}

