html, body
{
	margin:0;
	padding:0;
	min-height:100%;	/* KEY line to getting footer bg image to stay at bottom of page */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF;
	background: url(images/pmel_header_bg.jpg) top center no-repeat, 
	url(images/pmel_footer_bg.jpg) bottom center no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100%;
}
a img {
	border: 0 none;
}
a:link,
a:visited {
	color: #4474A3;
	text-decoration: none;
}
a:hover {
	color: #965951;
	text-decoration: underline;
}
a.footer:link,
a.footer:visited,
a.footer:hover {
	font-size: 11px;
}
.bodybold {
	font-weight: bold;
}
.bodyitalics {
	font-style: italic;
}
.bodysmall {
	font-size: 11px;
}
.bodyred {
	color: #CC0000;
}
.bodyredbold {
	color: #CC0000;
	font-weight: bold;
}
.bodywhite {
	color: #FFF;
}
.pageheader {
	font-size: 20px;
	font-weight: bold;
	color: #965951;
}
.dotted_line {
	border-top: 1px dotted #B8CDFF;
	border-right: 0px dotted #B8CDFF;
	border-bottom: 0px dotted #B8CDFF;
	border-left: 0px dotted #B8CDFF;
}
.adminheader {
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	background-color: #CCFFCC;
}
.errormsg {
	color: #CC0000;
	font-weight: bold;
	font-size: 15px;
}
.bodybigbold {
	font-size: 16px;
	font-weight: bold;
}
.missionstatement {
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	border: 1px solid #6699FF;
	padding: 8px 14px;
	background-color: #D2E4FC;
}
.goldmedal {
	border: 1px solid #6699CC;
	padding: 5px;
}
.tagline_left {
	padding: 5px 7px 5px 14px;
	background-color: #094A90;
}
.tagline_right {
	padding: 5px 14px 5px 7px;
	background-color: #094A90;
}
.tagline_middle {
	padding: 5px 7px;
	background-color: #094A90;
}
.homeimage_left {
	padding: 5px 3px 5px 6px;
	background-color: #094A90;
}
.homeimage_right {
	padding: 5px 6px 5px 3px;
	background-color: #094A90;
}
.homeimage_middle {
	padding: 5px 3px;
	background-color: #094A90;
}
a.tagline:link, 
a.tagline:visited,
a.tagline:hover {
	font-weight: bold;
	color: #FFFFFF;
}
a.tagline:link,
a.tagline:visited {
	text-decoration: none;
}
a.tagline:hover {
	text-decoration: underline;
}
/* Use to make bullet or number in list bold */
.boldbullet {
	list-style-type: decimal;
	font-weight: bold;
}
/* Use in <li> tag to remove bullet from list */
.noBulletList {
	list-style-type: none;
}
/* Use to make text in bold bulleted or numbered list normal weight */
.normaltext {
	font-weight: normal;
}
.top_border {
	border-top: 1px solid #000;
}
.headline {
	color: #FFF;
	font-size: 16px;
	background-color: #2B567E;
}

/* 12/13/13: Code for Google Maps */
/* Firefox 24 adds unnecessary scrollbars into the InfoWindow, this styling gets rid of it */
/* http://www.canbike.ca/information-technology/2013/11/01/firefox-infowindow-scrollbar-fix-google-maps-api-v3.html */
.map_noscrollbar {
	line-height:1.35;	/* Ensures long text doesn't spill out of the InfoWindow */
	overflow:hidden;	/* Ensures no scrollbars displayed */
	white-space:nowrap;	/* Ensures no scrollbars displayed */
}



/** 8/4/14: Drupal look **/
#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 960px;
	overflow: hidden;	
}
#site_logo {
	width: 500px;
	float: left;
}
#noaa_doc {
	width: 460px;
	float: left;
	overflow: hidden;
}
#words_wrap {
	width: 360px;
	float: right;
}
#noaa_logo {
	width: 42px;
	margin-left: 10px;
	float: right;
}
#doc_logo {
	width: 42px;
	margin-left: 5px;
	float: right;
}
.words {
	font-size: 12px;
	line-height: 13px;
	text-align: right;
	text-transform: uppercase;
	margin-right: 5px;
}
#doc_words {
	font-size: 9px;
	color: #555;
}
#footer_wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 960px;
	overflow: hidden;
}
#footer_first {
	width: 710px;
	float: left;
}
#footer_second {
	width: 250px;
	float: left;	
}
#pmel_logo {
	width: 110px;
	float: left;
}
#footer_links {
	width: 590px;
	float: left;
	padding-left: 10px;
}
#youtube {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
}