html, body { height: 100%; }

body {
margin: 0;
padding: 0;
font-family: "Arial", Helvetica, Sans-serif;
font-size: 14px;
background: #fff;
}
#wrapper {
position: relative;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
html>body #wrapper {
	height: auto;
}
h2 {
color: #336666;
padding: 0;
font-size: 30px;
font-weight: normal;
margin:0 0 10px 0;

}
h3 {
margin: 0;
padding: 0;
}
h5 {
color: #286d8e;
font-size: 18px;
margin: 0px 0px 10px 0px;
padding: 0;
font-weight: normal;
}
h6 {
color: #aaaaaa;
font-weight: normal;
font-size: 14px;
margin: 0;
padding: 0;
margin-bottom: 5px;
}
a {
color: #286d8e;
font-size: 14px;
}
a:hover {
text-decoration: none;
}
p {
padding: 0;
margin: 0;
margin-bottom: 15px;
line-height: 18px;
text-align: justify;
}
#content {
width: 900px;
margin-left: auto;
margin-right: auto;
padding: 30px 0 150px 0;
}
#top {
width: 100%;
height: 22px;
background-color: #000000;
padding-top: 8px;
text-align: right;
}
.toptext, .toptext a {
text-decoration: none;
color: #ffffff;
font-size: 12px;
}
.inner {
width: 900px;
margin-left: auto;
margin-right: auto;
}
.top_inner {
width: 935px;
margin-left: auto;
margin-right: auto;
}
.logo_inner {
width: 940px;
margin-left: auto;
margin-right: auto;
}
#header {
width: 100%;
height: 149px;
background: url(../images/header_bg.jpg) repeat-x;
}
	#header h1 {
		margin:0; 
		padding:0;
		float:left;
	}
		#header h1 a {
			display:block;
			text-indent:-3000px;
			height:149px;
			width:300px;
		}
#logo {
	width: 935px;
	height: 149px;
	background:url(/images/header.jpg) no-repeat;
	float: left;
}
#left_column {
width: 530px;
float: left;
}

#right_column {
width: 315px;
float: left;
margin:30px 0 0 30px;
}
.date {
float: right;
margin-top:8px;
}
a.agent_login {
float: right;
clear: right;
margin-top: 60px;
width: 146px;
height: 30px;
display: block;
background: url('../images/agent_login.jpg') no-repeat;
text-decoration: none;
}
#weather {
float: right;
margin-top: 10px;
width: auto;
color: #ffffff;
font-size: 14px;
background-repeat:no-repeat;
padding-left:45px;
position:relative;
font-weight:bold;
}
	#weather span { display:block; font-weight:normal; font-size:0.85em }
	#weather img { position:absolute; top:0; left:0; border-radius:8px; }
	
#contact_info {
background: url(../images/sidebar.jpg) no-repeat;
height: auto;
width: 300px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 10px;
margin-top: 12px;
margin-left: 5px;
}
#footer {
height: 128px;
width: 100%;
background: url(../images/footer_bg.jpg) repeat-x;
font-size: 13px;
color: #ffffff;
position: absolute;
bottom:0;
}
#overlay {
background: url(../images/footer_overlay.png) no-repeat;
height: 50px;
width: 900px;
margin-top: 20px;
}
.copyright {
float: left;
margin-left: 15px;
margin-top: 18px;
}
.design {
float: right;
margin-top: 18px;
margin-right: 15px;
}
.image_caption {
width: 520px;
padding: 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #eee;
float: left;
clear: both;
margin-top: 5px;
text-align: center;
color: #333;
}
#footer a {
text-decoration: none;
color: #ffffff;
font-size: 13px;
}

a.button {
	padding:20px;
	background:#286D8E;
	text-align: center;
	font-weight:bold;
	display:block;
	font-size:16px;
	color:#fff;
}

/* Begin Navigation */

#nav {
width: 100%;
height: 54px;
background: url(../images/nav_bg.jpg) repeat-x;
}

#nav ul {
	list-style:none;
	width: auto;
	height: 50px;
	margin: 0;
	margin-top: 4px;
	padding: 0;
	float: left;
}

#nav ul li {
    float: left;
	margin: 0;
	/*padding-left: 13px;*/
	/* margin-left: -10px;*/
	margin-top: 5px;
	background: url('../images/right.png') no-repeat top right;
	margin-left: -20px;
	position: relative;
}
#nav li a 
	{
	text-decoration: none;
	display:block;
	position: relative;
	float:left;	
	background: url('../images/left.png') no-repeat top left;
	padding: 14px 45px 8px 18px;
	height: 20px;
	color: #666666;
	font-size: 16px;
}
#nav ul li a:hover {	
	color: #222222;
	background: url('../images/left_active.jpg') no-repeat top left;
	position: relative;
	padding-bottom: 12px;
}
#nav ul li:hover {
	background: url('../images/right_active.png') no-repeat top right;
	position: relative;
	z-index: 999;
}
/*#nav ul li.active {
	position: relative;
	z-index: 9999;
	background: url('../images/right_active.png') no-repeat top right;
}
#nav ul li.active a {
	color: #222222;
	background: url('../images/left_active.jpg') no-repeat top left;
	position: relative;
	padding-bottom: 11px;
	position: relative;
	z-index: 9999;
}*/
#nav ul li.home {
	z-index: 20;
	margin-left: 0;
}
	#nav ul li.home a:hover {
	background: url('../images/left_active_home.jpg') no-repeat top left;
	}
	#nav ul li.home:hover {
	position: relative;
	z-index: 50;
	}
		#nav ul li.home_active {
		position: relative;
		z-index: 22;
		margin-left: 0;
		background: url('../images/right_active.png') no-repeat top right;
		}
		#nav ul li.home_active a {
			color: #222222;
			background: url('../images/left_active_home.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
		}

#nav ul li.services {
	z-index: 18;
}
		#nav ul li.services:hover {
			position: relative;
			z-index: 21;
		}
		#nav ul li.services_active {
		position: relative;
		z-index: 21;
		background: url('../images/right_active.png') no-repeat top right;
		}
		#nav ul li.services_active a {
			color: #222222;
			background: url('../images/left_active.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
		}
#nav ul li.claims {
	z-index: 16;
}
		#nav ul li.claims:hover {
			position: relative;
			z-index: 19;
		}
		#nav ul li.claims_active {
		position: relative;
		z-index: 20;
		background: url('../images/right_active.png') no-repeat top right;
		}
		#nav ul li.claims_active a {
			color: #222222;
			background: url('../images/left_active.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
		}
#nav ul li.info {
	z-index: 14;
}
	#nav ul li.info:hover {
		position: relative;
		z-index: 17;
	}
	#nav ul li.info_active {
		position: relative;
		z-index: 17;
		background: url('../images/right_active.png') no-repeat top right;
		}
	#nav ul li.info_active a {
			color: #222222;
			background: url('../images/left_active.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
	}
#nav ul li.agentlocator {
	z-index: 12;
}
	#nav ul li.agentlocator:hover {
		position: relative;
		z-index: 16;
	}
	#nav ul li.agentlocator_active {
		position: relative;
		z-index: 15;
		background: url('../images/right_active.png') no-repeat top right;
		}
	#nav ul li.agentlocator_active a {
			color: #222222;
			background: url('../images/left_active.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
	}
#nav ul li.onlinepayment {
	z-index: 10;
}
	#nav ul li.onlinepayment:hover {
		position: relative;
		z-index: 14;
	}
	#nav ul li.onlinepayment_active {
		position: relative;
		z-index: 15;
		background: url('../images/right_active.png') no-repeat top right;
		}
	#nav ul li.onlinepayment_active a {
			color: #222222;
			background: url('../images/left_active.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
	}
#nav ul li.contact {
	z-index: 8;
}
	#nav ul li.contact:hover {
		position: relative;
		z-index: 13;
	}
	#nav ul li.contact_active {
		position: relative;
		z-index: 13;
		background: url('../images/right_active.png') no-repeat top right;
		}
	#nav ul li.contact_active a {
			color: #222222;
			background: url('../images/left_active.jpg') no-repeat top left;
			position: relative;
			padding-bottom: 12px;
	}

/* End Navigation Items */

br.clear { clear: both; line-height:0; height:0; }

/* Form Styles */
form {
	/*border: 1px solid #cccccc #EEE8D8;*/
	color: #336666;
	padding: 18px;
    width: 470px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
}

form p {
	margin: 0 0 9px;
}

form label {
	color: #336666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 18px 0 0;
	width: 80%;
}

form input.textbox, 
form textarea {
border-top: 1px solid #d7d7d7;
border-left: 1px solid #d7d7d7;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
color: #666666;
padding: 5px;
}

form input.textbox {
width: 200px;
}

form textarea {
height: 150px;
width: 95%;
}

form div.check {
color: #888;
font-size: 11px;
margin: 18px 0;
}

form input.check {
margin: 0 9px 0 0 ;	
}

form button {
background: url('../images/form_button.png') repeat-x;
border: none;
color: #fff;
width: 125px;
height: 50px;
margin-top: 8px;
display:inline;
padding:0;
}

/* Article Tabs */
div.usual {  color:#111;
  padding:15px 20px;
}

.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin: 0px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color:#666;
  float:left;
  /*background:#444;*/
}
.usual ul a:hover {
  color:#888;
  /*background:#111;*/
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#888;
  font-weight: bold;
  background: url('../images/active.jpg') no-repeat bottom center;
  /*border-bottom:1px solid snow;*/
  cursor:default;
  outline: none;
  }
.usual ul a:focus {
  outline: none;
}


.usual ul.content {
border-bottom: none;
}
.usual div a { color:#000; font-weight:bold; }

div#message {
	border:1px solid #FFD700;
	background:#FFFFDD;
	padding:10px;
	margin-bottom:20px;
	color:#000;
}
	div#message.error {
		border:1px solid #FF8080;
		background:#FFE3E3;
	}
	
/* Agent Login Page */
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #777;
}
#hor-zebra td
{
	padding: 8px;
	color: #777;
}
#hor-zebra a
{
	color: #336666;
	/*font-style: italic;*/
	font-size: 12px;
	/*font-family: Georgia, sans-serif;*/
	text-decoration: none;
}
#hor-zebra a:hover {
	text-decoration: underline;
}
#hor-zebra td.name
{
	font-weight: bold;
	color: #333;
}
#hor-zebra .odd
{
	background: #ddd; 
}

/* Payment */
ol, ol li {
	margin: 0;
	padding: 0;
}
ol {
font-weight: bold;
margin-left: 21px;
}
ol li {
	padding: 5px 0px 5px 5px;
}
ol li span {
font-weight: normal;
}

p.announcements_updated {
	padding:10px;
	margin-bottom:10px;
	color:green;
	background:#fff;
	font-weight:bold;
}


/*
 * Page: Info
 * -----------------------------------------
 */

#page_info #content ul.nav {
	list-style:none;
	padding:15px 0 15px 0;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	margin:0 0 40px 0;
}
	#page_info ul.nav li {
		text-transform:uppercase;
		font-weight:bold;
		color:#666;
		margin-bottom:6px;
	}
	
	#page_info ul.nav li a {
		text-transform:none;
		font-weight:normal;
		background:url(/images/document_16.png) left center no-repeat;
		padding-left:25px;
	}

#page_info h3 {
	font-size:1.4em;
	padding-left:40px;
	line-height:32px;
	background:url(/images/document_32.png) left center no-repeat;
}

#page_info h4 {
	margin-bottom:3px;	
}

body#page_info p {
	color:#666;
}
#page_info p, #page_info h4 {
	color:#333;
}

#severe_storms {
	margin-top:70px;
}

#page_info #content ul {
	padding:0 0 0 15px;
	list-style:square;
	color:#666;
}
