* { 
	margin: 0 auto;
	padding: 0;
	text-align: left;
	list-style: block;
	background-color: transparent;
	}

body {
	width: auto;
	height: auto;
	background: transparent url('../i/bodybg.gif') top center repeat;
	}
	
div#wrap {
	width: 862px;
	height: auto;
	padding: 4px 4px 4px 4px;
	background-color: #fff;
	}
	
div#header {
	position: relative;
	width: 862px;
	height: 93px;
	background-color: #fff;
	}

div.group img {
	float: center;
	border: 1px #000 solid;
}

div.left {
	float: left;
	width: 265px;
	height: auto;
	text-align: center;
	margin: 0 12px 0 0px;
	border: 0px #000 solid;
	}

div.right {
	float: right;
	width: 265px;
	height: auto;
	text-align: center;
	margin: 0 0 0 12px;
	border: 0px #000 solid;
}	

div#clear { clear: both; }

img#color-bar { height: 8px; width: 862px; }
	
a#logo {
	position: absolute;
	width: 430px;
	height: 93px;
	background: transparent url('../i/logo.jpg') 0 0 no-repeat;
	text-indent: -999em;
	border: none;
	}
	
div#amber {
	position: absolute;
	top: 0;
	left: 432px;
	width: 142px;
	height: 93px;
	border: none;
	text-align: right;
	}
	
#amber p {
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding-top: 4px;
	margin: 16px 0px 0px 6px;
	}
	
#amber a:link, #amber a:active, #amber a:visited {
	font: 8px/9px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	}
	
#amber a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
a#weather {
	position: absolute;
	top: 0;
	left: 576px;
	width: 142px;
	height: 93px;
	background: transparent url('../i/bnr-wea.gif') 0 0 no-repeat;
	text-indent: -999em;
	border: none;
	}

a#low, a#guarded, a#elevated, a#high, a#severe {
	position: absolute;
	top: 0;
	left: 720px;
	width: 142px;
	height: 93px;
	background: transparent url('../i/low.bmp') 0 0 no-repeat;
	text-indent: -999em;
	border: none;
	}

a#guarded { background-image: url('../i/guarded.bmp'); }
a#elevated { background-image: url('../i/elevated.bmp'); }
a#high { background-image: url('../i/high.bmp'); }
a#severe {background-image: url('../i/severe.bmp'); }

/* ===== Navigation =====
   ====================== */
	
div#nav {
	width: 862px;
	height: 23px;
	background-color: #fff;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	}

#nav ul {
	position: relative;
	height: 23px;
	width: 862px;
	}
			
#nav ul li { position: absolute; overflow: hidden; }
			
#nav ul li, #nav a {
	height: 23px;
	width: 142px;
	overflow: hidden;
	background-repeat: none;
	background-position: 0 0;
	display: block;
	}

#nav ul li a { text-indent: -999em; }

#nav-1, #nav-1 a { left: 0; background-image: url('../i/nav-1.gif'); }
#nav-2, #nav-2 a { left: 144px; background-image: url('../i/nav-2.gif'); }
#nav-3, #nav-3 a { left: 288px; background-image: url('../i/nav-3.gif'); }
#nav-4, #nav-4 a { left: 432px; background-image: url('../i/nav-4.gif'); }
#nav-5, #nav-5 a { left: 576px; background-image: url('../i/nav-7.gif'); }
#nav-6, #nav-6 a { left: 720px; background-image: url('../i/nav-6.gif'); }
			
#nav ul li a:hover { background-position: 0 -23px; }
#nav ul li a.selected, #nav ul li a.selected:hover { background-position: 0 -46px; }

/* ===== Column Wrap =====
   ======================= */

div#content-wrap-1, div#content-wrap-2 {
	float: left;
	width: 862px;
	height: auto;
	background: transparent url('../i/content-wrapbg1.gif') 0 0 repeat-y;
	}

div#content-wrap-2 { background: transparent url('../i/content-wrapbg2.gif') 0 0 repeat-y; }

#main-content-2 ul {
	width: 360px;
	text-align: center;
	display: block;
	padding: 6px 3px 3px 6px;
	margin-bottom: 12px;
	list-style-type: none;
}

#main-content-2 li {
	text-align: left;
	margin-left: 6px;
	list-style-position: inside;
	list-style-type: square;
}

/* ===== Left Column =====
   ======================= */

div#subnav {
	float: left;
	width: 142px;
	height: auto;
}

#subnav p {
	text-align: center;
	margin-bottom: 12px;
}
	
#subnav a {
	margin-left: 12px;
}

#subnav img {
	width: 118px;
	height: auto;
	border: 1px solid #000;
	margin: 12px 11px 8px 11px;
}

/* ===== Center Column =====
   ========================= */

div#main-content-1, div#main-content-2 {
	float: left;
	width: 340px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2px;
}

div#main-content-2 { width: 550px; }

/* ===== Main Page Center Column Right Side =====
   ============================================== */

div#sub-content {
	float: left;
	width: 214px;
	height: auto;
	padding-bottom: 10px;
	margin-right: 2px;
	margin-left: 4px;
}

#sub-content img {
	float: left;
	width: 214px;
	height: auto;
	border: 0;
	margin-bottom: 8px;
	margin-left: -4px;
}

/* ===== Main Page Right Column =====
   ================================== */

div#news-content {
	float: left;
	width: 114px;
	margin-top: 24px;
	margin-left: 0px;
	padding: 0px 12px 0px 12px;
}

#news-content a {
	margin-left: 6px;
}

* html div#wrap div#content-wrap-1 div#news-content {
	margin-left: 6px;
	padding: 0px 0px 0px 0px;
}

#news-content img {
	width: 114px;
	height: auto;
	border: 1px solid #000;
	margin-top: 12px;
	}

* html div#wrap div#content-wrap-1 div#news-content img {
	width: 110px;
	}

/* ===== Footer =====
   ================== */

div#footer {
	clear: left;
	width: 862px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 4px;
	background-color: #fff;
}
	
table {
	background-color:#eee;
	width: 550px;
}

td {
	font-size: 13px;
	text-align: left;
	color: #000;
}

textarea {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-size: 12px;
	}

input {
	margin-bottom: 8px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: left;
	font-size: 12px;
	}

input.button {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 12px;
}