/* Style for all banners */
#sectionTopper, #sectionTopper_general, #sectionTopper_sub, #sectionTopper_partner, #homeTopper, #sectionTopper_left, #indTopper, #prodTopper, #breadTopper, #sectionTopper_tall, #sectionTopper_short {
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	background-position: top center;
	clear: both;
	min-width:960px;
	width: 100%;
}
/* Global Esri 2015 Style : */
#sectionTopper_tall {
	min-height:350px;
}
#sectionTopper_short {
	min-height:150px;
}

/* height of 111px overview banner and it's topper text */
#sectionTopper, #sectionTopper #topperText, #sectionTopper_left, #sectionTopper_left #topperText, #prodTopper {
	min-height:111px;
}
/* height of all sub-banners and it's topper text */
#sectionTopper_general, #sectionTopper_sub, #sectionTopper_general #topperText, #sectionTopper_sub #topperText, #breadTopper {
	min-height:85px;
}
#sectionTopper_partner {
	min-height:165px;
}
/* specifies toppertext for all banners */
#topperText, #sectionTopper_general #topperText, #sectionTopper_sub #topperText, #sectionTopper_partner #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 , #sectionTopper_partner #topperText #topper_v_align {
	margin-left:17px;
	padding:0;
	position: absolute;
	height:42px;
	top:41px;
	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:35px;
	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;
}

/* EDN Top Banner */
/* 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 {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	font-weight:normal;
	margin:0;
	padding:0;
	color: white;
	position:relative;
	z-index:1;
	text-align:left !important;
}
#sectionTopper_partner #topperText #topper_v_align h1, #sectionTopper_partner #topperText #breadcrumb, #sectionTopper_partner #topperText #breadcrumb a{
	color: #007AC2; 
}
/* h1,h2 sizing in topper text */
#topperText h2, #topperText h1 {
	/*font-size: 24px;*/
	font-size: 30px;
	padding-bottom: 3px;
}
/* h3 sizing in topper text and indentation */
#topperText h3 {
	font-size: 16px;
	margin-left: 30px;
}

/* GSA logo banner link styling and vertical align hack */
#gsaLogo {
  background-image: url('/graphics/logos/gsa_176.png');
  /* PNG FIX FOR IE6 */
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/logos/gsa_176.png', sizingMethod='crop');
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	margin: 0;
	_margin: 0;
	margin-top: -35px;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 176px;
	z-index: 10;
}

/* Parent Link */
#parentLink {
 /* background:url(../graphics/breadArrow.png) no-repeat 0px 4px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/breadArrow.png', sizingMethod='crop');*/
	color: #fff;
	display:block;
	font-size:11px;
	left: 17px;
	margin: 0;
	padding: 0;
/*	padding-left: 21px;*/
	padding-bottom: 2px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	z-index: 10;
}

/* Esri 2015 Style */
#sectionTopper_tall #breadcrumb,#sectionTopper_short #breadcrumb {
	padding-top: 10px;
	width : 100%;
	z-index: 10;
	height: 28px;
	position: static;
}
#sectionTopper_tall h1 {
  font-size: 55px;
}
#sectionTopper_tall #topper_v_align {
	margin-top: 40px;
	width : 100%;
	z-index: 10;
	height: 115px;
}
#sectionTopper_tall #topSubnav {
	position: relative !important;
	display: block;
	float: left;
	margin: 118px 10px 0 0;
}
/* short ver */
#sectionTopper_short #breadcrumb {
	padding-top: 10px;
	width : 100%;
	z-index: 10;
	height: 28px;
	position: static;
}
#sectionTopper_short h1 {
  font-size: 42px;
}
#sectionTopper_short #topper_v_align {
	margin-top: 10px;
	width : 100%;
	z-index: 10;
	height: 54px;
}
#sectionTopper_short #topSubnav {
	position: relative !important;
	display: block;
	float: left;
	margin: 9px 10px 0 0;
}
/* End Esri 2015 Style */
#sectionTopper_left #topSubnav {
	bottom: 0;
	/* display:block; */
	float:left;
	left: 18px;
	margin: 0;
	position: absolute !important;
}
#sectionTopper_left #topSubnav {
	bottom: 0;
	/* display:block; */
	float:left;
	left: 18px;
	margin: 0;
	position: absolute !important;
}


#topSubnav a#navMain {
	filter: none;
	font-size: 24px;
	font-weight: normal;
	height: 29px;
	padding: 0 0 12px 11px;
	*padding: 0 0 12px 11px;
	_padding: 0 0 3px 11px;
}
#topSubnav a {
	font-family: Meiryo,'メイリオ',Hiragino Kaku Gothic Pro,'ヒラギノ角ゴ Pro W3',Osaka, Arial, Helvetica, sans-serif !important;
  /* background-image: url('../graphics/1px-trans-20-blk.png'); */
	background-color: rgba(0, 0, 0, 0.4);
  background-position: bottom center;
	color: #fff;
	display: block;
	float: left;
/*	font-size: 13px;*/
	font-size: 11px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	/* padding: 8px 12px; */
	padding: 10px 13px;
	margin: 0 5px 0 0;
	text-decoration: none;
}
#topSubnav a.on,
#topSubnav a.active,
#topSubnav a:hover {
  background: #FFF;
  color: #333;
}


/* SECONDARY NAVIGATION */
#secSubnav {
	/* position:absolute; */
	/*top:20px;
	*top:24px;*/
	left:7px;
	/* margin-top:-20px; */
	font-size:15px;
	/* margin-top: 34px; */
	/*
	_margin-top: 30px;
	*margin-top: 30px;
	*/
	position:relative !important;
	float:left;
}
#secSubnav a {
	font-size: 12px;
	line-height:normal;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px;
	*padding-bottom: 5px;
	_padding-bottom: 5px;
	margin: 0 15px 0 0;
	height: 28px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#secSubnav a.navItem {
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:32px;
	*height:26px;
	_height:26px;
	line-height:normal;
	margin: 20px 15px 0 0;
	text-decoration:none;
}
#secSubnav a:hover {
	color: #FFF;
}
#secSubnav a.on {
	color: #FFF;
}
#topSubnav a.subOn,
#secSubnav a.subOn {
	color: #d2d2d2;
}

/* TERTIARY NAVIGATION */
#terSubnav {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 47%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#eeeeee));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 47%);
  background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 47%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 47%);
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 47%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  border-bottom: 1px solid #CCC;
  min-height: 35px;
}
#terSubnav .container_12 {
 margin-top: 0;
}
#terSubnav a {
  color: #555;
  display: inline-block;
  font-size: 13px;
  margin-right: 15px;
  padding: 10px 5px 7px 0;
  text-decoration: none;
  text-shadow: none;
}
#terSubnav a.on {
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  /*font-family: 'Avenir LT W01 85 Heavy', Arial, Helvetica, sans-serif;*/
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}
#terSubnav a:hover {
  text-decoration: underline;
}
