/* Style for all banners */
#sectionTopper, #sectionTopper_general, #sectionTopper_sub, #homeTopper, #sectionTopper_left, #indTopper, #prodTopper, #breadTopper {
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	background-position: top center;
	clear: both;
	min-width:960px;
	width: 100%;
}
/* height of 111px overview banner and it's topper text */
#sectionTopper, #sectionTopper #topperText, #sectionTopper_left, #sectionTopper_left #topperText, #prodTopper {
	height:111px;
}
/* height of all sub-banners and it's topper text */
#sectionTopper_general, #sectionTopper_sub, #sectionTopper_general #topperText, #sectionTopper_sub #topperText, #breadTopper {
	height:85px;
}
/* specifies toppertext for all banners */
#topperText, #sectionTopper_general #topperText, #sectionTopper_sub #topperText, #homeTopper topperText, #sectionTopper_left #topperText {
	width: 960px;
	margin: 0 auto;
	padding:0;
	position:relative;
}
/* sub banners 50% from top and 50% from left */
#sectionTopper #topperText #topper_v_align, #sectionTopper_sub #topperText #topper_v_align {
	margin:0;
	padding:0;
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
}
/* Vertical align hack for 111px height. half negative margin and 50% */
#sectionTopper #topperText #topper_v_align {
	height:64px;
	margin-left:-220px;
	margin-top:-32px;
}
/* Vertical align hack for 85px height */
#sectionTopper_sub #topperText #topper_v_align {
	height: 42px;
	margin-left: -220px;
	margin-top: -21px;
	top: 57px;
}
/* vertical align hack for just top 50% */
#sectionTopper_general #topperText #topper_v_align {
	margin-left:17px;
	padding:0;
	position: absolute;
	height:42px;
	top:37px;
	left:0;
	width:943px;
}
/* vertical align hack for just top 50% */
#sectionTopper_left #topperText #topper_v_align {
	margin-left:17px;
	padding:0;
	position: absolute;
	top:37px;
	left:0;
	width:943px;
	height:64px;
}
/* for the breadcrumb Banner */
/* Border for mapbook images */
#breadTopper {
	border-bottom: 1px solid #00446c;
	background-position:top center;
}
/* Mapbook image bar styling */
#breadTopper, #breadTopper #topperText {
	height:85px;
	margin:0;
	padding:0;
	clear: both;
	min-width:960px;
	width: 100%;
}
#breadTopper {
	border-bottom:1px solid #00446C;
}
/* relative position container */
#breadTopper #topperText {
	width: 960px;
	margin: 0 auto;
	padding:0;
	position:relative;
}
/* vertical alignment container */
#breadTopper #topperText #topper_v_align {
	margin:0;
	padding:0;
}
#breadTopper #topperText #topper_v_align h2 {
	position:absolute;
	bottom:15px;
	left:17px;
}

/* H2 in topper text */
#topperText h2 a {
	text-decoration: none;
	color: #fff;
}
/* styling for all headings in topper text */
#topperText h2, #topperText h1, #topperText h3 {
	/*
		font-family: Arial;
		font-weight:normal;
	*/
	margin:0;
	padding:0;
	color: white;
	position:relative;
	z-index:1;
	text-align:left !important;
}
/* h1,h2 sizing in topper text */
#topperText h2, #topperText h1 {
	font-size: 33px;
	font-weight:bold;
}
/* h3 sizing in topper text and indentation */
#topperText h3 {
	font-size: 18px;
	margin-left: 30px;
}

/* Parent Link */
#parentLink {
	display:block;
	position:absolute;
	left:17px;
	top:10px;
	z-index:10;
	margin:0;
	padding:0;
	padding-left:21px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	background:url(../images/breadArrow.png) no-repeat left center;
	_background:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/breadArrow.png', sizingMethod='crop');
}
#topSubnav {
	position:absolute;
	bottom:0;
	_bottom:-1px;
	left:7px;
}
#topSubnav a {
	font-size: 12px;
	line-height:normal;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px;
	padding-top:2px;
	margin: 0 15px 0 0;
	height: 28px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#actionButton {
	position:absolute;
	right:0;
	bottom:12px;
}

