
#header {
	width: 930px;
	background-color: #fff;
	padding-top: 0;
	position: relative;
	color: #333;
	overflow: visible;
	height: 55px;
	font-size: 11px;
	}
#gridLevel4Wrapper #header {
	height: 80px;
	}
#gridLevel1Wrapper #header {
    height: 65px;
   }

#header .logo{
	clear: both;
	float: left;
	padding-top: 4px;
}
#header p{
	font-size: 11px;  /*move this to text.css*/
	}
#header h4{
	text-transform: none;  /*move this to text.css*/
	color: #ff8a00;
	}	

#header div.tagline{  
	background: url(../images/header/largest-network.png) no-repeat;
	margin-left: 227px;
	width: 242px;
	height: 8px;
	}
	
#header div.spanishTagline{  
	background: url(../images/header/sp-largest-network.png) no-repeat;
	margin-left: 227px;
	width: 261px;
	height: 11px;
	padding-bottom: 8px;
	}
	


/*---------------------------------- UTILITY NAV ---------------------------------------*/
.utilityNav, .utilityNav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.utilityNav {
	line-height: 1.0;
	float: right;
	margin-right: 19px;
	margin-top: -12px;
	}
.utilityNav a {
	display: block;
	position: relative;
	padding: 10px 10px 11px 10px;
	text-decoration: none;
	background-color: #fff;
	z-index: 998;  /*this line keeps the inactive tabs BELOW flyouts*/
	}
.utilityNav a:hover {
	z-index: 1000;  /*this line keeps the active tab ABOVE the flyouts*/
	}
.utilityNav a:focus, .utilityNav a:hover, .utilityNav a:active {
	text-decoration: underline;
	}
.utilityNav a, .utilityNav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #0056b7;
	}
.utilityNav ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}
.utilityNav li {
	float: left;
	position: relative;
	
	}
.utilityNav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
.utilityNav li:hover ul,
.utilityNav li.sfHover ul {
	left: 0;
	top: 3em; /* match top ul list item height */
	z-index: 99;
	}
.utilityNav ul li {
	width: 100%;
	}
.utilityNav ul li a {
	padding: 0 0 4px 0; /*rests the padding set that's applied to the main nav items*/
	text-decoration: none;
	}
.utilityNav li ul {
	margin-top: -2px;
	
	}
* html .utilityNav li ul {
	background:	none;  /*IE6 style to make sure the shadow bg image does not display*/
	}
ul.utilityNav li:hover li ul,
ul.utilityNav li.sfHover li ul {
	top: -999em;
	}
ul.utilityNav li li:hover ul,
ul.utilityNav li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.utilityNav li li:hover li ul,
ul.utilityNav li li.sfHover li ul {
	top: -999em;
	}
ul.utilityNav li li li:hover ul,
ul.utilityNav li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.utilityNav li.sfHover {
	outline: 0;
	border: 1px solid #f0f0f0;
	margin: -1px;   /*this keeps the addition of the border from shifting everything by 1px*/
	z-index: 999;  /*this line keeps the flyout ABOVE the inactive tabs*/
	}
ul.utilityNav li.sfHover ul li {
	border: none;
	margin: 0;
	}
.utilityNav li ul li div a{
	background: url(../images/header/nav-arrow.gif) no-repeat 0 3px;
	padding-left: 10px;
	}
div.utilityFlyoutBorder{
	border: 1px solid #f0f0f0;
	padding: 20px 20px 20px 20px;  
	margin-bottom: 7px; /*This margin separates the border from the bg shadow image, so the shadow appears on the outside of the border*/
	background-color: #fff;
	}
.loginFlyout div.utilityFlyoutBorder{
	padding-left: 25px;
}	

.utilityNav li ul.aboutFlyout {
	width: 215px;
	margin-left: -130px;
	}
.utilityNav li ul.spanishFlyout {
	width: 188px;
	margin-left: -117px;
	}
.utilityNav li ul.spanishFlyout img {
	margin-top: 12px;
	}
.utilityNav li ul.contactFlyout {
	width: 185px;
	margin-left: -95px;
	}
.utilityNav li ul.loginFlyout {
	width: 380px;
	margin-left: -308px;
	}
	
.loginFlyout h4{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	}
.utilityNav li ul.loginFlyout a{			
	padding-left: 0;
	background-image: none;	
	display: inline;
	text-decoration: underline;
	}
.utilityNav li ul.loginFlyout a:hover{			
	text-decoration: none;
	}
.utilityNav li ul.loginFlyout p.helpLinks{			
	color: #c2cfdb;
	margin-top: 75px;
	}
.utilityNav li ul.loginFlyout .helpLinks a {		
	text-decoration: none;
	}
.utilityNav li ul.loginFlyout .helpLinks a:hover {			
	text-decoration: underline;
	}
.loginFlyout p{			
	line-height: 1.2em;
	padding-bottom: 10px;
	}

.utilityNav li ul.loginFlyout input {
	float: left;
	padding-right: 3px;
	}
.utilityNav li ul.loginFlyout .rememberMe {
	position: absolute;
	left: 13px;
	*left: 11px;
	top: 80px;
	}

.utilityNav li ul.loginFlyout .rememberMe input {
	position: absolute;
	left: 13px;
	*left: 11px;
	top: 0;
	}

.utilityNav li ul.loginFlyout label {
	position: absolute;
	left: 45px;
	top: 80px;
	*top: 85px;
	width: 75px;
	color: #000;
	font-size: 11px;
	}
.utilityNav li ul.loginFlyout .submit{			
	width: 88px;
	height: 30px;
	background: url(../images/header/btn-log-in.gif) no-repeat 0 0;
	}
.flyoutLabel {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	}
.flyoutP {
	line-height: 1.2em;
	padding-bottom: 12px;
	background-image: none;
	}
.utilityNav li ul li div a.flyoutButton {
	background-image: none;
	padding-left: 0;
	}
.utilityNav li ul.loginFlyout .username, .utilityNav li ul.loginFlyout .password {
	margin-bottom: 4px;
	margin-right: 6px;
	}
.utilityNav li ul.loginFlyout .username, .utilityNav li ul.loginFlyout .password  {	
	width: 102px;
	height: 17px;
	padding: 8px 0 2px 8px;
	vertical-align: top;
	font-size: 11px;
	color: #666;
	border: 1px solid #7f9db9;
	}
	
.WaterMarkUsername, .WaterMarkPassword {
    background: url(../images/controls/login-input-watermark.gif) no-repeat;
   }
.WaterMarkUsername {
    background-position: -10px 3px}
.WaterMarkPassword {
    background-position: -10px -18px}   
    
.utilityNav li ul.loginFlyout h4 {
	float: left;
	margin-right: 7px;
	}	
.utilityNav li ul.loginFlyout img#lock {
	display: block;
	}	
	
	
/*----------------------------- GLOBAL NAV ----------------------------------*/
.globalNav, .globalNav * {
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.globalNav {
	line-height:	1.0;
	}
.globalNav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	}
ul.globalNav {
	width: 712px;
    	background: url(../images/header/global-nav.png) no-repeat;
	padding-left: 11px;
	height: 34px;
	}

.globalNav ul li {
	width:			100%;
	}
.globalNav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
.globalNav li {
	float:			left;
	position:		relative;
	}
.globalNav a {
	display:		block;
	position:		relative;
	color: #0056b7;
	}
.globalNav li:hover ul,
.globalNav li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99;
	}
ul.globalNav li:hover li ul,
ul.globalNav li.sfHover li ul {
	top:			-999em;
	}
ul.globalNav li li:hover ul,
ul.globalNav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	}

.globalNav {
	float: left;
	}
	
.globalNav a {
	height: 34px;
	text-decoration:none;
	}
.globalNav a:hover {
	text-decoration: underline;
	}
.globalNav a, .globalNav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #0056b7;
	}
.globalNav li ul li a {
	height: auto;
	padding: 0 0 7px 0;
	text-decoration:none;
	}
.globalNav p {
	line-height:1.4em;
}
.globalNav li:hover, .globalNav li.sfHover,
.globalNav a:focus {
	outline:		0;
	}
a.hiddenText {
 	text-indent: -9000px;
	overflow: hidden;	
	height: 34px;
	}
li#getQuote {
	background: url(../images/header/get-a-quote.png) no-repeat 0 0;
	width: 148px;
	height: 34px;
	}
li#spGetQuote {
	background: url(../images/header/sp-get-a-quote.gif) no-repeat 0 0;
	width: 197px;
	height: 34px;
	}
	
.globalNav li#getQuote:hover, .globalNav li#getQuote.sfHover {
	background: url(../images/header/get-a-quote.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spGetQuote:hover, .globalNav li#spGetQuote.sfHover {
	background: url(../images/header/sp-get-a-quote.gif) 0 -34px no-repeat;
	outline: none;
	}
/*Active State for Global Nav*/
.globalNav li#getQuote a.hiddenText:active {
	background: url(../images/header/get-a-quote.png) 0 -68px no-repeat;
	}
.globalNav li#spGetQuote a.hiddenText:active {
	background: url(../images/header/sp-get-a-quote.gif) 0 -68px no-repeat;
	}
.globalNav li ul.getQuoteFlyout {
	width: 650px;
	margin-left: -12px;
	z-index: 10;
	}
li#findAnAgent {	
	background: url(../images/header/find-an-agent.png) no-repeat 0 0;
	width: 142px;
	height: 34px;
	margin-left: -22px;
	}
	
li#spFindAnAgent {
	background: url(../images/header/sp-find-an-agent.gif) no-repeat 0 0;	
	width: 155px;
	height: 34px;
	margin-left: -22px;
	}
.globalNav li#findAnAgent:hover, .globalNav li#findAnAgent.sfHover {
	background: url(../images/header/find-an-agent.png) 0 -34px no-repeat;
	outline: none;
	}

.globalNav li#spFindAnAgent:hover, .globalNav li#spFindAnAgent.sfHover {
	background: url(../images/header/sp-find-an-agent.gif) 0 -34px no-repeat;
	outline: none;
	}
/*Active State for Global Nav*/
.globalNav li#findAnAgent a.hiddenText:active {
	background: url(../images/header/find-an-agent.png) 0 -68px no-repeat;
	}
.globalNav li#spFindAnAgent a.hiddenText:active {
	background: url(../images/header/sp-find-an-agent.gif) 0 -68px no-repeat;
	}
.globalNav li ul.findAnAgentFlyout {
	margin-left: -20px;
	width: 540px;
	}
	
li#manageYourPolicy {
	background: url(../images/header/manage-your-policy.png) no-repeat 0 0;	
	width: 179px;
	height: 34px;
	margin-left: -16px;
	}
li#spManageYourPolicy {
	background: url(../images/header/sp-manage-your-policy.gif) no-repeat 0 0;	
	width: 174px;
	height: 34px;
	margin-left: -16px;
	}
	
li#manageYourPolicy.hideFAA {
	background: url(../images/header/manage-your-policy-large.png) no-repeat 0 0;	
	width: 270px;
	height: 34px;
	margin-left: 0px;
}
li#spManageYourPolicy.hideFAA {
	background: url(../images/header/sp-manage-your-policy-large.png) no-repeat 0 0;	
	width: 270px;
	height: 34px;
	margin-left: 0px;
	
}

.globalNav li#manageYourPolicy:hover, .globalNav li#manageYourPolicy.sfHover {
	background: url(../images/header/manage-your-policy.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spManageYourPolicy:hover, .globalNav li#spManageYourPolicy.sfHover {
	background: url(../images/header/sp-manage-your-policy.gif) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#manageYourPolicy.hideFAA:hover, .globalNav li#manageYourPolicy.hideFAA.sfHover {
	background: url(../images/header/manage-your-policy-large.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spManageYourPolicy.hideFAA:hover, .globalNav li#spManageYourPolicy.hideFAA.sfHover {
	background: url(../images/header/sp-manage-your-policy-large.png) 0 -34px no-repeat;
	outline: none;
	}
/*Active State for Global Nav*/
li#manageYourPolicy a.hiddenText:active {
	background: url(../images/header/manage-your-policy.png) 0 -68px no-repeat;
	}
li#spManageYourPolicy a.hiddenText:active {
	background: url(../images/header/sp-manage-your-policy.gif) 0 -68px no-repeat;
	}
li#manageYourPolicy.hideFAA a.hiddenText:active {
	background: url(../images/header/manage-your-policy-large.png) 0 -68px no-repeat;
	}
li#spManageYourPolicy.hideFAA a.hiddenText:active {
	background: url(../images/header/sp-manage-your-policy-large.png) 0 -68px no-repeat;
	}
.globalNav li ul.manageYourPolicyFlyout {
	width: 383px;
	margin-left: -12px;

	}
li#claimsCenter {
	background: url(../images/header/claims-center.png) no-repeat 0 0;	
	width: 147px;
	height: 34px;
	margin-left: -16px;
	}
li#spClaimsCenter {
	background: url(../images/header/sp-claims-center.gif) no-repeat 0 0;	
	width: 157px;
	height: 34px;
	margin-left: -16px;
	}
	
li#claimsCenter.hideFAA {
	background: url(../images/header/claims-center-large.png) no-repeat 0 0;	
	width: 189px;
	height: 34px;
}
li#spClaimsCenter.hideFAA {
	background: url(../images/header/sp-claims-center-large.png) no-repeat 0 0;	
	width: 187px;
	height: 34px;
}

.globalNav li#claimsCenter:hover, .globalNav li#claimsCenter.sfHover {
	background: url(../images/header/claims-center.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spClaimsCenter:hover, .globalNav li#spClaimsCenter.sfHover {
	background: url(../images/header/sp-claims-center.gif) 0 -34px no-repeat;
	outline: none;
	}
	
.globalNav li#claimsCenter.hideFAA:hover, .globalNav li#claimsCenter.hideFAA.sfHover {
	background: url(../images/header/claims-center-large.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spClaimsCenter.hideFAA:hover, .globalNav li#spClaimsCenter.hideFAA.sfHover {
	background: url(../images/header/sp-claims-center-large.png) 0 -34px no-repeat;
	outline: none;
	}
/*Active State for Global Nav*/
li#claimsCenter a.hiddenText:active {
	background: url(../images/header/claims-center.png) 0 -68px no-repeat;
	}
li#spClaimsCenter a.hiddenText:active {
	background: url(../images/header/sp-claims-center.gif) 0 -68px no-repeat;
	}
	
li#claimsCenter.hideFAA a.hiddenText:active {
	background: url(../images/header/claims-center-large.png) 0 -68px no-repeat;
	}
li#spClaimsCenter.hideFAA a.hiddenText:active {
	background: url(../images/header/sp-claims-center-large.png) 0 -68px no-repeat;
	}
.globalNav li ul.claimsCenterFlyout {
	width: 357px;
	margin-left: -60px;
	}
	
li#articles {
	background: url(../images/header/articles.png) no-repeat 0 0;	
	width: 165px;
	height: 34px;
	margin-left: -16px;
	}
li#spArticles {
	background: url(../images/header/sp-articles.gif) no-repeat 0 0;	
	width: 98px;
	height: 34px;
	margin-left: -16px;
	}
	
li#articles.hideFAA {
	background: url(../images/header/articles-large.png) no-repeat 0 0;	
	width: 285px;
	height: 34px;
}
li#spArticles.hideFAA {
	background: url(../images/header/sp-articles-large.png) no-repeat 0 0;	
	width: 285px;
	height: 34px;
	margin-left: -18px;
}
.globalNav li#articles:hover, .globalNav li#articles.sfHover {
	background: url(../images/header/articles.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spArticles:hover, .globalNav li#spArticles.sfHover {
	background: url(../images/header/sp-articles.gif) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#articles.hideFAA:hover, .globalNav li#articles.hideFAA.sfHover {
	background: url(../images/header/articles-large.png) 0 -34px no-repeat;
	outline: none;
	}
.globalNav li#spArticles.hideFAA:hover, .globalNav li#spArticles.hideFAA.sfHover {
	background: url(../images/header/sp-articles-large.png) 0 -34px no-repeat;
	outline: none;
	}
/*Active State for Global Nav*/
li#articles a.hiddenText:active {
	background: url(../images/header/articles.png) 0 -68px no-repeat;
	}
li#spArticles a.hiddenText:active {
	background: url(../images/header/sp-articles.gif) 0 -68px no-repeat;
	}
li#articles.hideFAA a.hiddenText:active {
	background: url(../images/header/articles-large.png) 0 -68px no-repeat;
	}
li#spArticles.hideFAA a.hiddenText:active {
	background: url(../images/header/sp-articles-large.png) 0 -68px no-repeat;
	}
.globalNav li ul.articlesFlyout {
	width: 496px;
	margin-left: -330px;
	}
.globalNav li ul.articlesFlyout.hideFAA {
	margin-left: -210px;
	}
div.globalFlyoutBorder{
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	padding: 20px 20px 15px 20px;  
	margin-bottom: 7px; /*This margin separates the border from the bg shadow image, so the shadow appears on the outside of the border*/
    background-color: #fff;
}

.getQuoteFlyout div.globalFlyoutBorder{
	padding: 20px 0 0 0;  
	}
	
.manageYourPolicyFlyout div.globalFlyoutBorder{
	padding: 20px 0 0 0;  
	}

.manageYourPolicyFlyout .loginNotRequired 
{
     font-size: 10px; position: absolute; top: 125px; left: 30px; margin-bottom: 15px; display:block; line-height: normal;
}
.claimsCenterFlyout div.globalFlyoutBorder{
	padding: 20px 0 0 0;  
	}
.findAnAgentFlyout div.globalFlyoutBorder{
	padding: 20px 20px 15px 20px;
	}	
.globalNav li ul li div a{
	background: url(../images/header/nav-arrow.gif) no-repeat 0 3px;
	padding-left: 10px;
	line-height: 1em;
	}

.globalNav li ul li div a.flyoutImage{
	background: none;
	padding-left: 0;
	}
.globalNav li ul li div a.flyoutLabel{
	background: none;
	padding-left: 0;
	font-weight: bold;
	margin-bottom: 7px;
	}
.globalNav li ul li div h4.flyoutLabel{
	margin-bottom: 10px;
	line-height: 16px;
	}
div.col1, div.col2, div.col3, div.col4{
	float: left;
	}
	
.getQuoteFlyout div.col1 {
	padding-left: 20px;
}

.getQuoteFlyout div.col1, .getQuoteFlyout div.col2 {
	margin-right: 25px;
	
	}
	

.getQuoteFlyout div.col1 img  {
	padding-left: 20px;
}

.getQuoteFlyout div.col2 img, .getQuoteFlyout div.col3 img {
	padding-left: 25px;
}

.getQuoteFlyout div.col3 {
	margin-right: 28px;
	}
.getQuoteFlyout div.col4 {
	margin-right: 15px;
	margin-bottom: 20px;
	}
.getQuoteFlyout p.getQuoteText {
width: 400px;
position: absolute;
top: 140px;
left: 20px;
}
.findAnAgentFlyout div.col1 {
	margin: 0;
	margin-right: 30px;
	width: 165px;
	}
	
.findAnAgentFlyout div.col3 {
	width: 290px;
}

.findAnAgentFlyout div.col2 img {
	position: absolute;
	top: 102px;
	left: 200px;	
}

.findAnAgentFlyout div.col3 img {
	padding-top: 23px;
    margin-bottom: 0;
	padding-bottom: 0;
    position: relative;
	}

.getQuoteFlyout div.row1, .manageYourPolicyFlyout div.row1, .claimsCenterFlyout div.row1  {
	background-color: #c2cfdb;
	clear: left;
	height: 11px;
	padding: 6px 0 6px 20px;
	}
	
 .manageYourPolicyFlyout div.row1, .claimsCenterFlyout div.row1 
 {
     padding: 3px 0 9px 20px;
 }
#header .findAnAgentFlyout h4.flyoutLabel {
	color: #ff8a00;
	display: inline;
	margin-right: 10px;
	}
#header .manageYourPolicyFlyout div.row1 h4.flyoutLabel, #header .claimsCenterFlyout div.row1 h4.flyoutLabel {
	color: #092a4f;
	font-size: 12px;
	display: inline;
	margin-right: 2px;
	}
	
.claimsCenterFlyout div.col3 h4.flyoutLabel {
   margin-top: 3px;
   margin-bottom: 5px;
   }
   
.spanishFlyout h4.flyoutLabel {
    margin-top: 5px;
   }

   	
#header .getQuoteFlyout a.flyoutLabel {
	margin-top: 2px;
	}

#header .articlesFlyout a.flyoutLabel {
	background: url(../images/header/icon-rss.gif) no-repeat 0 0;
	padding-left: 25px;
	line-height: 1.2em;
	}
#header .findAnAgentFlyout a.flyoutLabel {
	font-weight: bold;
	}
.getQuoteFlyout div.row1 a, .claimsCenterFlyout div.row1 a, .manageYourPolicyFlyout div.row1 a {
	display: inline;
	}

.manageYourPolicyFlyout div.col1 {
	padding-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	}
.manageYourPolicyFlyout div a.flyoutImage {
	margin-left: 20px;
	}
.manageYourPolicyFlyout div.col2 img {
	top: 59px;
	position: absolute;
}
.manageYourPolicyFlyout div.col3 {
	width: 155px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.claimsCenterFlyout div.col1 {
	padding-left: 20px;
	margin-right: 30px;
	margin-top: 5px;
        margin-bottom: 20px;
	}

.claimsCenterFlyout div.col1 img {
	margin-left: 18px;
	}

.claimsCenterFlyout div.col2 img {
	top: 61px;
	position: absolute;
}
	 
.claimsCenterFlyout div.col3 {
	margin-left: 25px;
	 }

.articlesFlyout div.col1 {
	margin-right: 25px;
	}
.articlesFlyout div.col2 img {
	top: 24px;
	position: absolute;
}



.articlesFlyout div.col3 {
	margin-left: 25px;
	width: 230px;
	}
	
 
#header .manageYourPolicyFlyout a.flyoutLabel {
	font-weight: bold;
	}

img.flyoutDivider {
	margin: 10px 0 10px 0;
	}
a.flyoutLabel {
	font-weight: normal; 
	}
	

/*----------------------- UTILITY NAV SHADOWS (FOR ALL BROSWERES BUT IE6) ---------------------------*/
.sf-shadow ul {
background-color: #fff;
	background: url(../images/header/flyout-tile.png) repeat-x bottom;
	padding: 0 0 0 0;
	margin-bottom: 0;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
.globalNav li ul li p a{
	text-decoration: underline;
	background:none;
	padding: 0;
	display:inline;
	}
	
