/* General CSS page for CAB pages */

a:link {color: #000099; text-decoration: none; background-color: transparent;}
a:active {color: red; text-decoration: none; background-color: transparent;}
a:visited {color: #000099; text-decoration: none; background-color: transparent;}
a:hover {color: red; text-decoration: none; background-color: transparent;}

/* HTML tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	text-align: center;
}

form { margin: 0; }

img { border: 0; }

hr { 
	width: 650px;
	height: 4px;
	float: left;
}

h1 { 
	font-size: 16px; 
	font-weight: 600;
	margin: 0 0 4px 0; 
}

h2 { 
	font-size: 12px; 
	font-weight: 600;
	margin: 0 0 4px 0; 
}

/* Layout DIVs */
#container { 
	margin: 0 auto; 
	width: 650px; 
}

#masthead { 
	width: 650px;
	text-align: left; 
	float: left; 
}

#ncdc_only {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

#warning {
	display: none;
}

#index.php?name=stations {
	display: none;
}

#title {
	height: 30px;
	width: 650px;
	float: left;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#title span {
	line-height: 30px;
	vertical-align: middle;
	width: 650px;
	float: left;
}

#content_wrapper {
	margin: 5px 0 5px 0;
	width: 650px;
	float: left;
}

#menu { display: none; }

#content {
	width: 650px;
	float: right;
	text-align: left;
}

#content_inner {
	margin: 0 0 0 5px;
	float: right;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

#searchbar { display: none; }
#breadcrumb { display: none; }
#searchform { display: none; }
#footer {  display: none; }

#signature { 
	width: 650px; 
	font-size: 12px; 
	font-style: italic; 
	text-align: left; 
}

/* Masthead images */
#noaa { float: left; }
#nesdis { 
	float: left; 
	margin-right: 20px; 
}
#ncdc { float: left; }
#doc { float: left; }

/* Footer images */
.label { margin: 0 15px 0 15px; }

#footer #footimgs div, #foot #footimgs div {
  float: left;
}

