/* Main STAR Stylesheet updated to make simpler version for GOES-East site 5/26/2017 */

html {
		margin: 0px;
		padding: 0px;
		color: #000;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#wrap {
	background: #fff;
	margin: -1em auto 2em auto !important;
	width: 96%;
	max-width: 1800px !important;
}

#main {
	padding: 0px;
}

/* the class below exists to separate #main from the div carrying the padding. */
/* mainNoNav is the version for a page that has no navigation panel which is therefore full width */

#main div.mainInner {
	padding: 3px 10px !important;
}

#footer {
	clear: both;
}

#skipNav {
	position: absolute !important;
	top: 5.0em !important;
	left: 55em !important;
	margin: 0px;
	padding: 0px;
	width: 13em;
	height: 2em;
	font-weight: bold;
	display: block !important;
}

/* End of position.css  */
/* start of main.css */
/* CSS Document Plain */
/*  styles for unspecified tags *************************/

form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #536BA8;
}

a:visited {
	color: #616161;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #93052A;
	text-decoration: none;
}

a img {
	border: 0px;
}	

td {
	vertical-align: top;
}

/* 'unclassed' version of bullet style to ease implementation. */
/* marker for removal of unstyled ul li to protect bootstrap nav styling */

ol li {
	margin-top: 8px;
	line-height: 140%;
}

hr {
	padding: 0px;
	border: 0px;
	color: #666;
	background-color: #666;
	height: 1px;
	text-align: left;
}

ul.tighter li {
	margin: 0px 0px 5px 0px;
}

ul.noMarker {
	margin: 5px 0px 0px 6px;
	padding: 0px;
} 

ul.noMarker li {
	margin-top: 6px;
	margin-right: 10px;
	list-style-type: none;
	padding-left: 6px;
	background-image: none;
}

/* presentation styles for footer content - removed for GOES16 - in local.css for this site */
/* end of presentation styles for the footer content */

p {
	font-size: 1em;
	line-height: 150%;
	margin: 6px 0px 6px 0px;
}

h1 {
	color: #536BA8;
	margin-top: 2px;
	padding: 0px;
	font-size: 1.45em;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: left;
	}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #282888;
	margin: 12px 0px 0px 0px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin: 16px 0px 0px 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin: 6px 0px 0px 0px;
	text-align: left;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin: 8px 0px 0px 0px;
	text-align: center;
}

div.clearing {
	clear: both;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px !important;
}

ul.breadcrumbs {
	padding: 0px 2px 6px 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
	}
	
ul.breadcrumbs li {
	list-style-type: disc;
	color: #536BA8;
	margin: 0px;
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
	padding: 1px;
	background-image: none;
}	

img.bordered {
	border: 1px solid #666;
}

h3.noscriptWarning {
	padding: 6px;
	margin: 6px 2px 6px 2px;
	border: 1px solid red;
	color: red;
	background-color: #fff;
	font-size: 1em;
	line-height: 130%;
	text-align: center;
}

/* end of main.css */
