/* CSS Document */

body{
	background:white url(images/backpattern.gif) repeat;
	background-position:9px 0;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size:24px;
	}
h2{
	font-size:18px;
	}

#wrapper{
	width:750px;
	margin: 0 auto;
	background:none;
}
#subwrapper{
	margin:10px 0;
	background:white;
	float:left;
}

#header{
	height:139px;
	float:left;
	padding:0;
	margin:0;
	border:none;
	}

#main{
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:430px;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2;
}

#leftcol{
	float:left;
	width:140px;
	margin:0;
	padding:0;
	}
p.quickclaim
{
	margin-left:10px;
	font-size:10px;
}

h2.quickclaim 
{
	margin-left:10px;
	font-size:16px;
}
#rightcol{
	padding-top:10px;
	float:left;
	width:160px;
	margin-left:10px;
} 
#rightcol h2{
	font-size:14px;
	font-weight:bold;	
	margin:0;
	padding:0;
	}
#rightcol h2 a{
	text-decoration:none;
	color:#000099;

	}
#rightcol h2 a:hover{
		color:#006634;
	}
.clr{
	clear:both;
	padding:0;
	margin:0;
	height:0;
	}
.insurancelist{
	list-style-type:none;
	font-size:12px;
	background:#eee;
	margin:5px 5px 15px 0;
	padding:5px;
	font-weight:bold;
}
.insurancelist li{
	margin:0;
	padding:2px 2px 2px 0;
	border-top:1px solid #ccc;
	}
.insurancelist li.first{border:none;}
.insurancelist a{
	color:#000099;
	text-decoration:none;
	}
.insurancelist a:hover{
		color:#006634;
	}
.insurancelist span{
	font-weight:bolder;
	display:block;
	font-size:12px;
	margin-bottom:5px;
	}
#footer{
	padding:15px 50px 20px;
	margin-top:30px;
	font-size:10px;
	text-align:center;
}
#footer a{
	text-decoration:none;
	}
/* The following section pertains ONLY to the navigation... you probably shouln't mess with it uless youknow what you're doing */

.cssvertical{
	margin:0;
	}
.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
    LIST-STYLE-TYPE: none;
	border-bottom: 1px solid #ccc;
	}
	
.cssvertical ul li {
	position: relative;
	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BACKGROUND: #fff;
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	}
	
.cssvertical li ul {
	border-left:1px solid #ccc;
	position: absolute;
	left: 140px; /* Set 1px less than menu width */
	top: 0;
	border-right:1px solid #ccc;
    display: none;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width:130px;
	height:inherit;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	background: #006634; /* IE6 Bug */
	padding: 5px;
	border-top: 1px solid #ccc; /* IE6 Bug */
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover{ /*Theme Change here*/
background-color: #038d40;
}
/* Holly Hack. IE Requirement \*/
* html .cssvertical ul li { float: left; height: 1%; }
* html .cssvertical ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}


/* End NAV section */

