@charset "utf-8";
/* CSS Document */

/* (created on March 02, 2009) */

body{
	background-color:#bde2fc;
	background-image:url(background.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	padding:0;
	}
	
#wrapper{
	width:916px;
	margin:0px auto;
	background-color:#FFFFFF;

	height: auto !important; /*ie7 */
	height: 1500px; /*ie6 */
	overflow: auto;
	}
	
	  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

.redFont{
	color:#9c131a;
	font-weight:bold;
	font-size:12px;
	}
	
.greyFont{
	color:#4e4e4e;
	font-weight:bold;
	font-size:12px;
	}
	
.blueFont{
	color:#004a73;
	font-weight:bold;
	font-size:12px;
}	
/* --------GENERAL CLASSES ---------*/

img{
	border:0;
	}
	
	
/* --------LOGO CLASSES ---------*/	
#logoSection{
	width:916px;
	float:left;
	height:100px;
	}
	
#logo{
	float:left;
	width:348px;
	margin-top:37px;
	margin-left:35px;
	}	
	
#contactInfo{
	float:right;
	width:198px;
	margin-top:36px;
	}	

/* --------NAVIGATION CLASSES ---------*/	
	
#navigation{
	width:916px;
	float:left;
	height:42px;
	}
	

	
#contentSection{
	width:916px;
	float:left;
	}

/* ----LEFT COLUMN --------------------*/	
	
#contentLeftColumn{
	width:207px;
	float:left;
	}
div .menuItem{
	width:174px;
	height:22px;
	background-image:url(../images/navback.gif);
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:7px;
	}
	
a.selected:link{
	color:#004d7c;
	text-decoration:none;
	
	}
	
a.selected:hover{
	color:#999;
	text-decoration:none;
	}
	
a.selected:visited{
	color:#333;
	text-decoration:none;
	}	
	
a.general:link{
	color:#3a3a3a;
	text-decoration:none;
	}
	
a.general:hover{
	color:#999;
	text-decoration:none;
	}	
	
a.general:visited{
	color:#333;
	text-decoration:none;
	}		
	
#leftnav{
	width:207px;
	padding-top:19px;
	margin-bottom:39px;
	}
	
img.banner{
	margin-bottom:13px;
	margin-left:8px;
	}
	
#contentMiddleColumn{
	float:left;
	width:502px;
	}
	
#headerImage{
	float:left;
	width:502px;
	height:230px;
}

#content h1{
	color:#9c131a;
	font-size:26px;
	letter-spacing:-2px;
	margin:0;
	padding:0;
	font-weight:lighter;
	}
	
#contentArea{
	width:472px;
	padding:27px 15px 0 15px;
	float:left;
	}
	
#centergraphic{
	text-align:center;
	margin:0px auto;
	}		
	
#contentRightColumn{
	float:left;
	width:207px;
	}	
	
#claimSection{
	float:left;
	width:207px;
	background-image:url(../images/quickClaimBg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:5px;
	padding-top:260px;
	height:230px;
	margin-bottom:32px;
	}	
	
#claimForm{
	text-align:left;
	float:left;
	margin-left:20px;
}

.input{
	background-image:url(inputBg.gif);
	background-repeat:repeat-x;
	height:19px;
	border:1px solid #fff;
	}

#bannersRightSection{
	width:100%;
	float:left;
	}
	
#footer{
	width:916px;
	float:left;
	margin-top:50px;
	}	
	
#footerLinks{
	width:916px;
	float:left;
	height:25px;
	text-align:center;
	font-weight:bold;
	}
	
#footerLinks a{
	font-weight:bold;
	color:#333;
	text-decoration:none;
	}
	
#footerLinks a:hover{
	font-weight:bold;
	color:#333;
	text-decoration:underline;
	}	

#copyright{
	font-size:11px;
	color:#535353;
	font-weight:bold;
	width:916px;
	float:left;
	text-align:right;
	height:25px;
	}

div.catbutton{
	font-size: 10px;
}

div.catbutton a, div.catbutton a:hover{
	color: #000080;
}