html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

p {
	margin: 0;
	padding: 7px 5px 5px 5px;
}

.clear-both { 
	clear: both;
}

.float-left {
	float: left;
}

.clear-left {
	clear: left;
}

.float-right {
	float: right;
}

.clear-right {
	clear: right;
}

.hidden {
	display: none;
}

.tiny {
	font-size: 0.001em;
}

/*****/

a, a:visited, a:hover {
	color: #ddcb94;
	text-decoration: none;
	font-weight: bold;
}

html, body { 
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans;
	line-height: 1;
	font-size: 65.5%; /* now 1em is 10px */
	color: #476e96;
	background: #071727 url('../images/body-tile.png') repeat-x top center;
	_text-align: center;
}


#container {
	width: 830px;
	_width: 835px; /* ie6 */
	margin: 0 auto;
	font-size: 1.2em;
	_text-align: left;
}

#header {
	position: relative;
	height: 100px;
	overflow: hidden;
}
	div#header .logo {
		width: 390px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		background: url('../images/logo.png') no-repeat;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
	}
		div#header .logo span {
			display: none;
		}
		
	div#header div#search {
		width: 260px;
		height: 81px;
		background: url('../images/search-bg.png') no-repeat top;
		position: absolute;
		top: 0;
		left: 5px;
		color: white;
		font-size: .9em;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search-bg.png', sizingMethod='crop');
	}
		div#header div#search .search-inner p {
			padding: 0 0 0 4px !important;
		}
		div#header div#search .search-inner {
			padding-top: 35px;
			padding-left: 6px;
		}
		div#header div#search .inputs {
			margin-top: 5px;
			width: 250px;
			height: 25px;
			overflow: hidden;
			background: url('../images/search-inputs-bg.png') no-repeat;
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search-inputs-bg.png', sizingMethod='crop');
		}
			div#header div#search .inputs .inputs-inner {
				_position: relative;
			}
			div#header div#search .text {
				width: 190px;
				height: 17px;
				font-size: .9em;
				padding-left: 3px;
				padding-right: 3px;
				_width: 196px;
				border: 0px !important;
				background: url('../images/search-input-text.png') no-repeat;
				float: left;
				margin-top: 4px;
				margin-left: 4px;
				_margin-top: -6px;
			}
			div#header div#search .submit {
				margin-top: 4px;
				margin-right: 4px;
				float: right;
				_margin-top: -6px;
			}

div#footer {
	margin: 10px 0 15px 0;
	background: url('../images/footer-bg.png') repeat-x top;
	color: #314764;
}
	div#footer-left {
		background: url('../images/footer-bg.png') no-repeat center left;
	}
		div#footer-right {
			background: url('../images/footer-bg.png') no-repeat bottom right;
			height: 30px;
			overflow: hidden;
		}
			div#footer .links {
				float: left;
				list-style: none;
				margin: 5px 0 0 5px;
			}
				div#footer .links li {
					padding: 3px 7px 3px 7px;
					list-style: none;
					float: left;
					border-left: 1px solid #1b365b;
				}
				div#footer .links li.first {
					border-left: none !important;
				}
			div#footer .copyright {
				float: right;
				font-size: .9em;
				margin: 8px 10px 0 0;
			}


#top-ad {
	height: 100px;
	_height: 110px;
	padding-top: 10px;
	text-align: center;
	background: url('../images/top-ad-tile.png') repeat-x bottom left;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-ad-tile.png', sizingMethod='scale');
}
#bottom-ad {
	margin: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}
	#bottom-ad .ad-left {
		width: 49%;
		_width: 315px;
		float: left;
		text-align: right;
	}
	#bottom-ad .ad-right {
		width: 49%;
		_width: 315px;
		float: right;
		text-align: left;
	}
	
#left-ads {
	float: left;
	margin: 10px 10px 0 0;
}
	#left-ads .ad {
		display: block;
		margin: 5px 0;
	}

#nav {
	height: 30px;
	overflow: hidden;
	background: url('../images/nav-bg.png') repeat-x left 0px;
}
	#nav .nav-left {
		height: 30px;
		background: url('../images/nav-bg.png') no-repeat left center;
	}
	#nav .nav-right {
		height: 30px;
		background: url('../images/nav-bg.png') no-repeat right bottom;
	}
	#nav a, #nav a:visited, #nav a:hover {
		color: white;
	}
	#nav a:hover {
		color: #efda98;
	}
	#nav ul {
		margin-left: 10px;
	}
		#nav ul li {
			border-left: 1px solid #226191;
			padding: 2px 6px;
			margin: 6px 0 0 0;
			list-style: none;
			float: left;
		}
		#nav ul li.first {
			border-left: none !important;
		}
		
	#nav.with-buttons ul {
		margin-left: 10px;
		_margin-left: 18px;
		_font-size: .9em;
	}
		#nav.with-buttons ul li {
			border: none;
			padding: 0;
			margin: 3px 0 0 10px;
			margin: 3px 0 0 5px;
		}
			#nav.with-buttons ul li a {
				text-align: center;
				display: block;
				cursor: pointer;
				height: 24px;
				overflow: hidden;
				font-size: 1.1em;
				color: white;
				text-decoration: none;
				padding-left: 10px;
				background: url('../images/nav-button.png') no-repeat left -24px;
			}
			#nav.with-buttons ul li a:hover {
				background: url('../images/nav-button-hover.png') no-repeat left -24px;
				color: #1e3960;
			}
				#nav.with-buttons ul li a b {
					display: block;
					cursor: pointer;
					height: 30px;
					padding-right: 10px;
					background: url('../images/nav-button.png') no-repeat right -48px;
				}
				#nav.with-buttons ul li a:hover b {
					background: url('../images/nav-button-hover.png') no-repeat right -48px;
				}
					#nav.with-buttons ul li a b span {
						display: block;
						cursor: pointer;
						padding-top: 4px;
						_padding-top: 5px;
						height: 20px;
						_height: 24px;
						background: url('../images/nav-button.png') repeat-x left 0px;
					}
					#nav.with-buttons ul li a:hover b span {
						background: url('../images/nav-button-hover.png') repeat-x left 0px;
					}
					
					/* i hate ie6 */
					#nav.with-buttons ul li a.home {
						_width: 53px;
					}
					#nav.with-buttons ul li a.local-forecasts {
						_width: 115px;
					}
					#nav.with-buttons ul li a.current-conditions {
						_width: 130px;
					}
					#nav.with-buttons ul li a.radars {
						_width: 63px;
					}
					#nav.with-buttons ul li a.satellites {
						_width: 80px;
					}
					#nav.with-buttons ul li a.us-warnings-map {
						_width: 135px;
					}
					#nav.with-buttons ul li a.weather-maps {
						_width: 105px;
					}
					#nav.with-buttons ul li a.weather-forums {
						_width: 115px;
					}
		
#content {
	background: #051a37;
}
	#content .content-bottom {
		background: url('../images/content-bottom.png') no-repeat bottom;
	}
	#content .content-inner {
		overflow: hidden;
		padding: 10px;
	}
	
.page-title {
}
	.page-title {
		font-family: Arial, sans;
		line-height: 2;
		font-size: 155.5%;
		color: #FFFFFF;
	}
	.page-title-small {
		font-size: 130% !important;
	}
	.page-title strong {
		color: #536d8e;
	}
	.page-title-sub {
		line-height: 1.6;
	} 
	
.page-title-sub .sub {
	font-size: 70%;
	display: block;
}
	
.default-page {
}
	.default-page .page-title {
		text-align: center;
		margin: 15px 0 10px 0;
	}

.links {
	text-align: center;
}
	.links-desc ul {
		margin: 0px 0 20px 0 !important;
	}
	.links ul {
		margin: 20px 0;
	}
		.links ul li {
			list-style: none;
			margin: 5px 0;
		}
.links2 {
	text-align: center;
         font-size: 1.5em;
}
	.links-desc 2ul {
		margin: 0px 0 20px 0 !important;
	}
	.links 2ul {
		margin: 20px 0;
	}
		.links ul li {
			list-style: none;
			margin: 5px 0;
		}

	table.links {
		width: 550px;
	}
		table.links td {
			padding: 5px;
			text-align: center;
		}
.links-left {
	text-align: left !important;
	overflow: hidden;
}
	.links-left ul {
		margin: 0 !important;
	}
		.links-left ul li {
			float: left;
			margin: 4px !important;
		}

.links-big {
}
	.links-big td {
		font-size: 1.0em;
		padding: 24px 5px !important;
	}

.links-big2 {
         font-size: 7.0em;
    	text-align: center;
	line-height: 1.2em;
         font-weight: bold;
         color: #ddcb94;
        }


.weather-page {
	overflow: hidden;
}
	.weather-page .links-left {
		margin: 5px 0 0 10px !important;
	}
	.weather-page .main-image {
		margin: 10px 0;
	}
		.weather-page .main-image p {
			padding: 0 5px 10px 5px !important;
		}
		

.radar-page {
	overflow: hidden;
}
	.radar-page #HWrad {
		width: 640px;
		height: 480px;
	}
	.radar-page .radarmap {
	    position : relative;
	    left : 0;
	    top : 0;
	    width : 470px;
	    height : 480px;
	    overflow: visible;
	}
	.radar-page .legend {
	    position : absolute;
	    left : 0;
	    top : 0;
	}
		

	.radar-page .page-title {
		margin: 15px 0 10px 5px;
	}
	.radar-page .links {
		font-size: .9em;
	}
		.radar-page .links ul {
			padding: 5px 0;
		}
			.radar-page .links ul li {
				list-style: none;
				margin: 10px;
			}
		
	.radar-page .bluebox {
		float: left;
		width: 250px;
		background: #0b2c4d;
	}
		.radar-page .bluebox .bluebox-top {
			background: url('../images/bluebox.png') no-repeat top left;
		}
		.radar-page .bluebox .bluebox-bottom {
			background: url('../images/bluebox.png') no-repeat bottom right;
		}
	.radar-page .radar {
		margin: 15px 0 0 10px;
		_margin-bottom: 5px;
		float: right;
	}

iframe.ad {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

pre.zone-message {
	text-align: center;
	line-height: 1.2em;
         font-weight: bold;
         color: #ddcb94;
}

.privacyfont {
   
      	font-size: 1.5em;
}
.stormreportfont {
   
      	font-size: 1.2em;
}

.radar-text {
		font-family: Arial, sans;
		font-size: 115.5%;
		
	}

