/* --------------------------------------------------------------------
	structure.css gives layout and styling for the overall page,
	content container and navigation.
   ------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}  
 
html {
	min-height:100%;	
	*height:auto!important;
	height:100%;
	width:100%;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
}

body {
	min-height:100%;
	*height:auto!important;	
	height:100%;	
	width:100%;	
	background-color:#081018;
	color: #333;	
	font: Tahoma, Arial, Verdana, sans-serif;	
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;	
}

#background {
	background:transparent;	
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
	z-index:0;
}

#background img {
	visibility:visible;
}

#mouseScrollHack {
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
	background-color:#C2C7CB;
	filter:alpha(opacity=0);
}

#foreground {
	height:100%;
	width:100%;
	*overflow-x:hidden;
	*overflow-y:scroll;
	overflow:auto;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	text-align:center;
}

#contentWrapper {
	margin:25px auto 13px auto;	
	overflow:hidden;
	text-align:left;
	width:950px;		
}

#header {
/*	border: 1px solid red;*/
	font-size:14px;
	height: 77px;
	overflow:hidden;
	padding: 0px 0px 0px 60px;
	margin-bottom:10px;
	text-align: left;
	}	
	
#header a.logo {
	background: url(images/masthead-fisklogo.png) no-repeat;
	float:left;
	height: 77px;
	padding: 0px;
	width: 226px;
	}	
	
#masthead {
	background: #333;
	height: 321px;
	overflow: hidden;
	width: 950px;
	}
	
#home-masthead-img {
	position:absolute;
	z-index:0;
	}
	
#masthead2 {
	background: url(images/bg-mastheadSubpages.png) no-repeat right;
	height: 212px;
	overflow:hidden;
	width: 950px;
	}
	
#masthead2-photo {
	background: #333333;
	float:left;
	height:212px;
	margin-right:45px;	
	width:376px;
	}
	
#masthead2 p.callToAction {
	margin-top:10px;
	font-weight:bold;
}	
	
#mainContentArea {
	background: url(images/bg-subPagesContent.png) repeat-y top center;
	overflow:hidden;	
	padding: 30px 0px 40px 0px;	
	margin: 3px 3px 3px 3px;
	}
	
#mainContentArea.twentyFourHRsupport {
	border:1px solid #0066cc;
	font-size:16px;	
	margin-top:5px;
	margin-right:0px;
	margin-left:0px;
	padding:5px;
	line-height:100%;
	text-align:center;
	
	}
	
#mainContentArea.twentyFourHRsupport a {
	padding-left:15px;
	}	
	
#homeContentArea {
	background: url(images/bg-homeContent.png) no-repeat bottom;
	height: 320px;
	overflow:hidden;
	width: 950px;
	}
	
#homeIntro h3, #masthead2 h3 {
	font-size:28px;
	word-spacing:-.03em;
	}
	
#masthead2 h3 {
	margin-top:40px;
	}
	
#homeIntro {
	border-bottom:1px solid #eeeeee;
	margin: 22px 40px 18px 40px;
	padding: 0px 0px 15px 0px;	
	}	
	
#homeIntro p, #masthead2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 135%;
	padding-right:45px;
	}
	
#homeIntro p {
	font-size: 16px;
	font-weight:100;
	padding-right:0px;
	}	
	

	
#outline {	
	border: 1px solid #ffffff;
	margin-top: 15px;
	overflow:hidden;		
	text-align:left;
	}	
	
#coverageDescriptions {
	margin: 5px 22px 20px 22px;
	overflow:hidden;
}

.ruleBelow {
	background: url(images/tile-2bluesRule.gif) repeat-x bottom;
	margin:0px 22px 20px 22px;		
	}
	

#coverageDescriptions.home {
	margin: 5px 0px 0px 40px;	
}

#coverageDescriptions.home h3 {
	font-size:18px;
	text-align:center;
}

#coverageDescriptions.home p {
	text-align:center;
}

#coverageDescriptions p {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:14px;
}



#column {
	float:left;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	width:212px;
	}
	
#column.eb {
	margin:0px 10px 0px 0px;
	}	
	
#column p {
	margin: 0px 0px 0px 0px;		
	padding: 0px 0px 0px 0px;	
	}
	
#column.middle {
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;	
	float:left;
	overflow:hidden;
	margin: 0px 11px 0px 0px;	
	padding: 0px 6px 0px 10px;
	width:210px;
	}


/*  USED ON Empl Benefits/Individual Page   */
#column.fourth {
	float:right;
	overflow:hidden;
	margin: 0px 16px 0px 0px;	
	padding: 0px 0px 0px 0px;
	}
	
.eb-columnDividers {
background:url(images/bg-tileEB-Individual.gif) repeat-y top left;	
}	
	
#column-contact {	
	float:right;
	margin: 15px 0px 20px 12px;
	padding: 0px 0px 0px 0px;
	width:212px;	
	}	
	
#column-contact p {	
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11px;
	}
	
#column-contact.about-thanks {	
	margin-right:40px;
	}	

/*  Home Coverages Column Adjust */
#column.home-Support,  #column.home-MPC {
	border: 0px;
	margin:0px 0px 0px 0px;
	}
	
#column.home-Support {
	background: url(images/logo-CSR-home-module.gif) no-repeat top left;	
	}
	
#column.home-Support h3 {
	padding-left: 60px;
	word-spacing: -.01em;
	}	
	
#column.home-Support p,  #column.home-MPC p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}	
	
#column.home-EBI {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;	
	margin:0px 12px 0px 12px;
	padding: 0px 12px 0px 12px;
	}
	
#column.home-Support,  #column.home-MPC, #column.home-EBI {
	width:30%;
	padding-top: 3px;	
	}
	
	

	
	
	
	
/* ------------------------------------------------------- 
    FOOTER         
-----------------------------------------------------------*/

#footer {
/*	background:url(images/bg-footerShadow.png) no-repeat top left;
	border:1px solid red;*/
	clear:both;
	height:16px;
	margin: 4px 0px 40px 0px;
	padding:0px;
	text-align: left !important;
	width: 950px;
	}
	
#footer p, ul {
	color: #ffffff;	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding: 3px 0px 0px 0px;

	}	
	
#footer ul {
	margin-left: 66px;
	text-shadow: 0px 0px 10px #333333, 0px 0px 4px #000000, 0px 0px 2px #000000;			
	}	
	
#footer li {
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 2px 0px 0px 0px;
					
	}
	
#footer li.nomargin {
	margin-right:0;
	}	
	
#footer li.icons {
	padding-top:0px;
	}	
	
#footer a {
	color: #ffffff;
	padding: 0px 2px 0px 2px;
	text-decoration:none;	
	}
	
#footer a:hover {
	text-decoration:underline;		
	}



/*
.piped:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.piped {
	display: block;
	zoom: 1;
}

.piped li {
	float: left;
	display: inline;
}

.piped a {
	border-left: 1px solid #797c80;
	padding: 0 0 0 0.75em;
	margin-left: 0.75em;
}

.piped a.first {
	border-left: 0 !important;
	padding-left: 0;
	margin-left: 0 !important;
}*/	

































	
	
	

	



					
	
	

