@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #009999;
	margin: 0; /* zeroing the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in child elements */
	color: #000000;
}
#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #009999;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the div */
	padding: 10px 0px 0px 0px;
}
#header {
	background: #009999;
	width: 685px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#masthead {
	height:124px;
	padding-bottom:0px;
	width:100%;
	// margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */ 
}
#metasea_masthead-core {
	top:36px;
	left:24px;
	height:50px;
	position: absolute;
	z-index:1;
}
#metasea_logo-hed {
	position: absolute;
	z-index:0;
	right:0px;
}
#metasea_name-hed {
	position:absolute;
	z-index:1;
	bottom: 0px;
	left: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#metasea_bulletpoints-hed {
	position: absolute;
	z-index:1;
	bottom: 0px;
	left: 223px;
	width: 24em;
	text-align: left;
}
#metasea_motto-hed {
	position: absolute;
	z-index:1;
	top: 20px;
	left: 560px;
	width: 8em;
	text-align: left;
}
.metasea_bulletpoints-hed {
	font-size: 0.6em;
	padding:0px;
	margin:0px;
}
.metasea_motto-hed {
	font-size: 0.8em;
	font-weight: bold;
}


#title-hed {
	width:100%;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the element */ 
}
#nav-hed {
	width:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */ 
}
#chart-outer {
	padding-top: 2px; /* */
	background: #99CCCC;
	width: 690px;
	margin: 10px auto;
}
#chart-inner { 
	background: #FFFFFF;
	width: 664px; /*  */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 6px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#chartinstructions {
	margin-top:5px;
	margin-bottom:0px;
}
#chartasterisk {
	margin-top:0px;
	margin-bottom:1px;
}
#chartcredits {
	margin-top:0px;
	margin-bottom:5px;
}

#footer {
	width: 685px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */ 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#009999;
	color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #00FF99;
}
.reverse {
	color: #FFFFFF;
}
.reverse a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.reverse a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.reverse a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
.reverse a:active {
	color: #00FF99;
}
.reverse-small {
	font-size: 70%;
	color: #FFFFFF;
	font-variant: small-caps;
}
.reverse-small  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.reverse-small  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
.reverse-small  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.reverse-small  a:active {
	color: #00FF99;
}
.smalltext {
font-size: 0.6em;
margin-left: 2px;
}
.masthead {
	background: #FFFFFF;
}
.mainhed {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}
.charthed1 {
	color:black;
	font-size:1.3em;
	font-weight:bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
}
.charthed2 {
	color:black;
	font-size:1.0em;
	font-weight:bold;
	text-decoration: none;
	margin-top: 10px;
	padding-left: 2px;
}
.charthed1 a:link {
	color:black;
	text-decoration: none;
}
.charthed1 a:visited {
	color: black;
	text-decoration: none;
}
#explainerbox_outer {
	position:absolute;
	left:-20px;
	top:46px;
	width:400px;
	z-index:100;
	border: solid black 0px;
	background-image: url(infopointer.png);
	background-position: top;
	background-repeat: no-repeat;
}
#explainerbox_inner {
	position:relative;
	left:0px;
	top:16px;
	width:100%;
	z-index:100;
	border: solid #009999 2px;
	padding: 10px;
	background-color: #FFFFFF;
}
