/* CSS Document */
/*start nav style*/
/*ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align:center;
  textdecoration: none;
}
  
  li {
	float: left;
	position: relative;
	width: 10em;
	textdecoration: none;
}
  
  li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #F1EED3;	
	textdecoration: none;
	text-align:left;
	z-index: 0;
}
 
 	li ul a {
	textdecoration: none;
}
	 
  li > ul {
	top: auto;
	left: auto;
	textdecoration: none;
}   
	
li:hover ul, li.over ul{
	display: block;
	clear: left;
	textdecoration: none;
}
  
#wrapper	{
	margin: 20px auto 0 auto;
	padding: 0;
	width: 801px;
	text-align: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: black;
	line-height: 1.4em;
	background-color: #fff;
	}
	
#navBar {
/*	background: #99FF66;*/
	position: absolute;
	height: 24px;
	width: 800px;
	left: 1px;
	top: 71px;
}
  
#content {
	position: static;
	left: 1;
	top: 101;
	width: 800px;
	padding: 5px;
	background-color: #FFFFFF;
}

#logoContainer {
	height: 192;
	width: 457;
	position:absolute;
	left: 350;
	top: 25;
	border: thick solid;
}
	
a {
	text-decoration:none;
}*/
/*start site style*/
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-indent: 20px;
	padding-left: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #1C3E6B;
	text-align:center;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align:left;
}
	
.Highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #1D3A74;
}

/*insurance table info*/
.insuranceCompanyRow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #EBEBEB;
	background-position: 50px;
}.insuranceProduct {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	padding-left: 1em;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-align: center;
	letter-spacing: .3em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
