body {
	font-family: arial;
	background-color: #000000;
	height: 100%;
	margin: 0 auto;
	color: #FFFFDD;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0;
}

h2 {
	font-size: 1em;
	text-align: center;
	margin: 0;
}
a img  {
	border: none;
}

select {
	font-size: 13px;
}

#container {
	width: 980px;
	margin: 0 auto;	
}

#base_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: #666666;
	background-image: url(/images/logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFDD;
}

#menu {
	text-align: right;
	padding: 3px 8px;
}

#menu a {
	cursor: pointer;
	color: #FFFFDD;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#about, #adv, #contact, #banner_911 {
	display: none;
	width: 940px;
	height: 420px;
	background-image: url(/images/transp_1.png);
	color: #000000;
	position: fixed;
	padding: 5px;
	margin: 15px 0 0 15px;
}

#banner_911 {
	display: block;
	height: 310px;
}

#about h3, #adv h3, #contact h3, #banner_911 h3 {
	margin: 5px 0;
	text-align: center;
}

#about .body, #adv .body, #contact .body, #banner_911 .body {
	height: 380px;
	overflow: auto;
}

#about .body p, #adv .body p , #contact .body p, #banner_911 .body p {
	font-weight: bold;
	text-align: justify;
	margin: 5px 10px;
}

a.close {
	display: block;
	background-image: url(/images/x.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 20px;
	width: 90px;
	color: #000000;
	border: 1px solid #000000;
	float: right;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

a:hover.close {
	background-color: #E5E5E5;
}

#nhc1 {
	width: 565px;
	height: 353px;
	background-image: url('http://www.nhc.noaa.gov/overview_atl/atl_overview.gif');
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFCC;
	border: 3px solid #000099;
	position: absolute;
	display: none;
}

#nhc1 div {
	padding: 65px 15px;
	text-align: right;
}

.info_block {
	background-color: #CCCCFF;
	margin: 5px;
	color: #333333;
}

.active_storms {
	background-color: #CC0000;
	color: #FFFFFF;
}

.storm_title {
	display: block;
	margin: 5px 0;
	font-size: .95em;
	font-weight: bold;
	text-decoration: underline;
}

.info_block h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.info_block a {
	color: #000099;
	text-decoration: underline;
}

.info_block a:hover {
	color: #CC0000;
}
.active_storms a {
	color: #FFFFCC;
	text-decoration: underline;
	font-size: .9em;
}

.active_storms a:hover {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}

.info_block .top, .info_block .bottom, .info_block .top span, .info_block .bottom span {
	height: 6px;
	display: block;
	font-size: .01em; /* this is to overcome one of many difficiencies in that antiquated piece of crap, IE6 */
}

.info_block .top {
	background-image: url(/images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.info_block .top span {
	background-image: url(/images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.info_block .bottom {
	background-image: url(/images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.info_block .bottom span {
	background-image: url(/images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.info_block .inner {
	padding: 0 5px;
}

.w_300 {
	width: 300px;
	float: left;
}

.w_410 {
	width: 410px;
	float: left;
}

.half_wide {
	width: 50%;
	float: left;
}

.col_rt {
	width: 730px;
	float: left;
}

.col_left {
	width: 250px;
	float: left;
}

#rss_feeds fieldset {
	background-color: #AAAAFF;
	margin: 0;
}

#form1 input:focus, #form1 textarea:focus {
	background-color: #CCCCFF;
}

.required {
	color: #CC0000;
}

.center {
	text-align: center;
}

.spacer_1 {
	height: 1px;
	clear: both;
	font-size: .01em; /* this is to overcome one of many difficiencies in that antiquated piece of crap, IE6 */
}

#footer {
	text-align: center;
	font-size: .8em;
	padding: 8px 0 35px 0;
}

#footer a {
	color: #FFFFCC;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
}
