/* CSS Document */


html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}



#clear{clear:both;}



/* Fonts */

 
h1, h2, h3, h4, h5, legend {color: #02205b; margin-bottom: .4em;}

.content { font-size: 12px; font-family:  Arial; color: #353535;} 

.title{ font-size:  25px;font-family:  Arial; color: #02205b;} 

.sub{ font-size:  18px;font-family:  Arial; color:#006699;} 

.sub2{ font-size:  18px;font-family:  Arial; color:#02205b;} 

.black1{ font-size: 12px; font-family:  Arial; color: #353535;} 


.blue1{ font-size: 12px; font-family:  Arial; color: #02205b;} 

.blue2{ font-size: 14px; font-family:  Arial; color: #02205b;} 

.quote{ font-size: 16px; font-family:  Arial; color: #636e77;} 


.style1 {color: #000066;font-weight: bold; }

.banner1 { font-family: georgia, 'times new roman',;font-size: 180%;  font-size:22px; color:#3671ba;}

.banner2 { font:Arial;  font-size:12px; color:#3a4c71;}


.icon{color: #9b9b9b;
	font-family: Arial;
	
	font-size: 10px;}
	
	



/*----------------Submenu --------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 186px;

border-bottom-width: 0;
}

.glossymenu li a{
background: url(http://flsurance.com/images/insurance-menu-bg.gif) ;
font: bold 14px Arial;
color: white;
border-bottom: 1px solid #F15D04;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
cursor:pointer;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 173px; 
}

.glossymenu li a:visited, .glossymenu li a:active{ background-position:left;
color: white;
}

.glossymenu li a:hover{
background-position:right;
}


/*----------------Submenu --------------------*/