html {
	background: url(../images/bg.gif) #39c;
	margin-bottom: 1px;
}

body {
	font: 80% 'Myriad Pro', 'Helvetica Neue LT Std', 'Helvetica Neue', 'Corbel', 'Calibri', 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin: 0 auto;
	height: 100%;
	padding: 0;
	width: 750px;
	background-color: #ffffff;
/*	border-bottom: 1px solid #a7c735;*/
	border-left: 1px solid #0F2787;
	border-right: 1px solid #0F2787;
}

#colContainer {
	background-color:#ffffff;
	background-image: url(/images/left_bg.jpg);
	overflow:auto;
	width:100%;
}

img {
	border: none;
}

p {
	line-height: 90%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h6 {margin:0; padding:0;}

h6 {
	font-size: 80%;
}

#header {
	background-color: #FFFFFF;
}

#logo {
	float: left;
}

#navbar{
	width: 550px;
	margin: 0;
	text-align: right;
	float: left;
}

#navbar ul {
	font-size: 125%;
	padding-top: 20px;
	margin: 0px;
}

#navbar li {
	padding-right: 20px;
	display: inline;
}

#navbar a:link {
	color: #000000;
	text-decoration: none;
}

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

#navbar a:visited {
	color: #000000;
	text-decoration: none;
}

/* Left Column */
 
#left_column { 
    background-color: #ffffff;
	background-image: url(/images/left_bg.jpg);
    width: 476px;
    float: left;
	margin-top: -4px;
	height: 100%;
	border-right: 274px solid #F3F8F1; /* border-right faux column hack */
}

.state_header {
	margin: 10px 10px 5px 20px;
	font-size: 200%;
	color: #39c;
	line-height: 90%;
}

#image_cycle {
	float: left;
	margin-bottom: 10px;
}

#image_cycle a {
	font-size: 140%;
	margin: 0 0 0 108px;
	padding-top: 20px;
}

#headline {
	width: 175px;
	margin: 10px 0 5px;
	padding: 6px;
	text-align: center;
	float: left;
}

#headline h1 {
	margin: 0 auto;
	/*font-size: 30px;*/
	font-size: 240%;
	color: #39c;
	line-height: 90%;
}

#headline h2 {
	margin: 10px 0 15px;
	font-size: 170%;
	line-height: 90%;
}

#headline p {
	font-size: 120%;
	margin: 0 10px;
	line-height: 110%;
}

#bullets {
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
	line-height: 14px;
}

#bullets li {
	margin: 0 14px 5px -12px;
}

#insurance {
	clear: both;
	padding: 10px 20px;
	margin: 0 auto;
}

#insurance p { 
	line-height: 130%;
}

#information {
	border-top: 1px solid #a7c735;
	clear: both;
	padding: 10px 20px;
	margin: 0 auto;
}

#information h2 {
	font-size: 200%;
	color: #6ab401;
}

#information p {
	font-size: 110%;
	line-height: 130%;
	margin-bottom: 10px;
}

#left_block {
	padding-bottom: 10px;
	width: 210px;
	float: left;
}

#left_block li {
	margin: 5px 0 0 -20px;
	padding: 0;
}

#right_block {
	padding-bottom: 10px;
	width: 210px;
	float: left;
	margin-left: 5px;
}

#right_block li {
	margin: 5px 0 0 -20px;
	padding: 0;
}

/* Right Column */

#right_column {
	width: 273px;
	background-color: #F3F8F1;
	float: left;
	height: 100%;
	margin-left: -273px; /* to compensate for border-right faux column hack */
	text-align: center;
}

#right_column h2 {
	margin: 10px 0 10px;
	font-size: 240%;
	color: #39c;
	line-height: 100%;
}

#right_column h3 {
	font-size: 200%;
	line-height: 100%;
	color: #c93;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

#right_column h4 {
	margin: 10px auto 0;
	font-size: 150%;
	color: #39c;
	line-height: 90%;
}

#right_column h5 {
	font-family: 'Myriad Pro', 'Helvetica Neue LT Std', 'Helvetica Neue', 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin: 5px auto 10px;
	font-size: 220%;
	color: #39c;
	line-height: 90%;
}

#fast_facts {
	margin: 0 auto;
	text-align: left;
}

#fast_facts li {
	margin: 0 30px 5px 0;
}

#footer { 
	font-size: 100%;
	width: 750px;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #0F2787;
	float:left;
}

#footer a {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.noborder {
	border: none;
}

.column_hr {
	border-top: 1px solid #a7c735;
	margin: 10px 0 0 0;
	height: 1px;
}

.style1 {
	color: #3399CC;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.greenborder {
	border: 1px solid #a7c735;
}
