<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************************************
	JOHNHANCOCK.COM
	-----------------------------
	agency: teehan+lax 
	author: chris erwin
	date: May 20, 2008 
	contact: chris@teehanlax.com
*********************************************************************/

/* CSS IMPORTS */
@import url("reset.css");
@import url("structure.css");
@import url("typography.css");
@import url("widgets.css");

body {
	background: #264465 url(../images/common/bg_main.jpg) repeat-x;	
}

hr {
	display: none;
}

.float_wrapper {
	width: 100%;
	overflow: hidden;
}

.swfbox{
	display : none;
	z-index: 5100;
}

.swfbox-back{
	position: absolute;
	left: 0%;
	width: 100%;
}

.swfbox-container{
	position: absolute;
	left: 0%;
	width: 100%;
	overflow: visible;
}
 
.swfbox-content{
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
}

.swfbox-flash{ 
	vertical-align: middle; 
}	


/* TOGGLE NAV VERTICAL */
.toggle_nav.vertical {
	width: 133px;
	padding: 11px 22px;
	background: #e8e8e3;
	float: left;
}
	.toggle_nav.vertical li {
		border-bottom: 1px solid #d2d2d2;
		padding: 10px 0;
		font-size: 13px;
	}
	.toggle_nav.vertical li.last {
		border-bottom: none;
	}
	.toggle_nav.vertical li a {
		color: #006990;
	}
	.toggle_nav.vertical li a:hover {
		color: #032850;
	}
	.toggle_nav.vertical li a.active {
		text-decoration: none;
		color: #032850;
	}
	

/* TOGGLE NAV HORIZONTAL */
.toggle_nav.horizontal {
	background: #e8e8e3;
	border-top: 4px solid #dcd087;
}



/* MISC */
.link_row {
	text-align: right;
}
	
			
			
/* ALL OF OUR SITES - NAV (ON HOME PAGE AND SITE MAP) */		
#sites_nav {
	width: 830px;
	overflow: hidden;
	background: #001b3b;
	padding: 15px 25px;
	color: #95b6db;
}
	#sites_nav li {
		float: left;
		padding-right: 20px;
	}
	#sites_nav li a {
		color: #95b6db;
	}
	#sites_nav li a:hover {
		color: #fff;
	}	
	#sites_nav_toggle.active #sites_nav li a.active {
		color: #fff;
		text-decoration: none;
	}
	
	
/* ALL OF OUR SITES - SUB NAV PANEL (ON HOME PAGE AND SITE MAP) */
#sites_nav .sites_nav_link.active {
	color: #95b6db;
	text-decoration: underline;
}
#sites_subnav {
	position: relative;
	overflow: hidden;
	height: 0px;
	background: #1a3655;	
}
	#sites_subnav .toggle_content_wrap {
		width: 830px;
		overflow: hidden;
		padding: 15px 25px 20px 25px;
	}
	#sites_subnav ul {
		float: left;
		width: 230px;
		margin-right: 60px;
	}
	#sites_subnav ul.last {
		margin-right: 0;
	}
		#sites_subnav ul li {
			border-bottom: 1px solid #39526d;
			padding: 10px 0;
		}
		#sites_subnav ul li.last {
			border-bottom: 0;
		}
		#sites_subnav ul li a.title {
			color: #fff;
			font-size: 13px;
			text-decoration: none;
		}
		#sites_subnav ul li a.title:hover {
			color: #a5bcd6;
		}
		#sites_subnav ul li a.url {
			font-size: 11px;
			color: #7a90a8;
			text-decoration: none;
		}
		#sites_subnav ul li a.url:hover {
			color: #bfd1e4;
		}
		
	#sites_subnav .arrow_indicator {
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 12px;
		margin-left: -25px;
	}
	#sites_subnav .toggle_content {
		display: none;
	}
	#sites_subnav .toggle_content.active {
		display: block;
	}



/* ZOOM VIDEO PLAYER */

#video_fade {

	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	background: #000;
	visibility: hidden;
}

	

#video_zoom_container {
	position: absolute;
	z-index: 510;
	top: 0;
	left: 0;
	background: #000;
	padding: 30px;
	visibility: hidden;

}

	#video_zoom_container #video_zoom_close {

		position: absolute;
		top: 5px;
		right: 6px;
		z-index: 515;

	}		</pre></body></html>