/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000099;
}
a:hover {
	color: #3366FF;
}
a:visited {
	color: #3333CC;
}

#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#mast {
	height: 130px;
	width: 770px;
	background-image: url(../images/head_home.jpg);
	margin-top: 20px;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-bottom: -12px;
	background-image: url(../images/main_bg.gif);
	
}
/*for Internet Explorer*/
/*\*/
*html #content {
	margin-bottom: 0px;
}
/**/
/*styles the footer and links*/
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
#footer a:link {
	color: #000099;	
	text-decoration: none;
}
#footer a:hover, a:visited, a:active {
	color: #3366FF;	
}
#leftFooter {
	width: 380px;
	float: left;
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
}
#rightFooter {
	text-align: right;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	width: 368px;
	margin-top: 2px;
	padding-right: 2px;
}





/* ------------------------------------------------------------- NAVIGATION ---------------------------------------------------------------- */

#navColumn {
	width: 175px;
	float: left;
}	
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 175px;
}
#navigation li {
	margin: 0;
	padding: 0;
	height: 26px;
	display: inline;
}
#navigation a:link, #navigation a:visited {
	display: block;
	width: 175px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	
}
#navigation a:link span, #navigation a:visited span { display:none }

#homeLink a:link, #homeLink a:visited  { background: transparent url(../images/home_off.jpg) no-repeat; }
#homeLink a:hover { background: transparent url(../images/home_on.jpg) no-repeat; }

#aboutLink a:link, #aboutLink a:visited  { background: transparent url(../images/about_off.gif) no-repeat; }
#aboutLink a:hover { background: transparent url(../images/about_on.gif) no-repeat; }

#commercialLink a:link, #commercialLink a:visited  { background: transparent url(../images/commercial_off.gif) no-repeat; }
#commercialLink a:hover { background: transparent url(../images/commercial_on.gif) no-repeat; }

#personalLink a:link, #personalLink a:visited  { background: transparent url(../images/personal_off.gif) no-repeat;	 }
#personalLink a:hover { background: transparent url(../images/personal_on.gif) no-repeat; }

#claimsLink a:link, #claimsLink a:visited  { background: transparent url(../images/claims_off.gif) no-repeat; }
#claimsLink a:hover { background: transparent url(../images/claims_on.gif) no-repeat; }

#contactLink a:link, #contactLink a:visited  { background: transparent url(../images/contact_off.gif) no-repeat; }
#contactLink a:hover { background: transparent url(../images/contact_on.gif) no-repeat; }

/*\*/
/**html #contactLink a:link, #contactLink a:visited  { margin-top: -3px; }

*html #claimsLink a:link, #claimsLink a:visited  { margin-top: -3px; }

*html #personalLink a:link, #personalLink a:visited  { margin-top: -3px; }

*html #commercialLink a:link, #commercialLink a:visited  { margin-top: -3px; }

*html #aboutLink a:link, #aboutLink a:visited  { margin-top: -3px; }*/
/**/


/* ------------------------------------------------------------------------------------------------------------------------------- */


/*styles the main column*/
#mainColumn {
	width: 585px;
	margin-left: 175px;
	}

/*for Internet Explorer*/
/*\*/
*html #mainColumn {
	width: 585px;
	/*background-image: url(../images/main_column_bg.gif);*/
	float: right;
	font-size: 12px;
	margin-left: 0;
}
/**/
#mainColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 10px;
	}
#mainColumn ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 10px;
	margin-left: 40px;
	}
#mainColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	font-style: italic;
	padding-left: 10px;
	}

.bodyImg {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#topShadow {
	height: 10px;
	width: 585px;
	margin: 0px;
	background-image: url(../images/top_shadow.gif);
	background-repeat: no-repeat;
	
}
/*styles the text only and accessibility links*/
#textAccess {
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}
#textAccess a:link {
	color: #000099;	
}
#textAccess a:hover, a:visited, a:active {
	color: #3366FF;	
}
/*styles the address and email link*/
#address {
	font-size: 10px;
	padding-left: 19px;
}
#address a:link {
	color: #000099;
}
#address a:hover, a:visited, a:active {
	color: #3366FF;	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	font-style: italic;
}

#textOnlyHeader h1 {
	display: none;
}
#textOnlyHeader h2 {
	display: none;
}
#displayGraphics {
	display: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


