/* CSS Document */

body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	text-align: center;
	line-height: 16px;
}

html>body #content {margin-left: 146px;
										margin-top: 20px;
}

a:link {text-decoration: none; color: #009ACB;}
a:visited {font-weight: normal; text-decoration: none; color: #009ACB;}
a:hover {text-decoration: none; color: #F3901D;}
a:active {text-decoration: none; color: #009ACB;}

p{
	text-align: inherit;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

/* Fix IE. Hide from IE Mac \*/
*html ul li {float: left; height: 1%;}
*html ul li a {height: 1%;}
/* End */

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
}

ul li{
	position: relative;
}

li ul{
	position: absolute;
	left: 144px;
	top: 0px;
	display: none;
}

ul li a{
	display: block;
	text-decoration: none;
	background: #D9F0F7;
}

li:hover ul, li.over ul {display: block;}

#font{
	font-size: 13px;
	font-weight: bold;
}

#title{
	font-size: 16px;
	color: #F3901D;
	font-weight: bold;
	text-align: center;
}

#subhead{
	font-size: 12px;
	color:  #009ACB;
	font-weight: bold;
	padding: 5px;
}

#subheadlit{
	font-size: 16px;
	color:  #F3901D;
	font-weight: bold;
}

#tfont{
	font-size: 12px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	text-align: left;
}

#paragraph{
	font-size: 11px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	text-align: left;
}

#bullet{
	font-size: 12px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	list-style-image: url(images/bullet.gif);
}

#wrap{
	float:right;
}

#wraper{
	float:left;
}

#chart{
	font-size: 11px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

#container{
	width: 800px;
	height: 600px;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-y;
	/*border: 1px solid #800080;*/
}
																											/* top right bottom left */
#content{
	_width: 654px;
	_height: 600px;																							/* change height when more products are added in the left nav bar*/
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	border-top: 1px solid #009BC7;
	background-color: #FFFFFF;
	_text-align: left;
	font-size: 12px;
	_float: right;
	_padding: 10 20 20 20px;
}

#address{
	width: 654px;
	height: 18px;
	font-size: 13px;
	color: #F3901D;
	background-color: #FFFFFF;
	border-bottom: 1px solid #009BC7;
	float: right;
}   

#header{
	width: 800 px;
	height: 83px;
	/*border: 1px solid #FF0*/;
	background-image:  url("images/weather_rite_top.gif");
}

#top{
	width: 800 px;
	height: 18px;
	border-bottom: 0px solid #009BC7;
	border-top: 0px solid #009BC7;
	float: left;
	background-color: #D9F0F7;
}

#left {
	_height: auto;
	width: 146px;
	float: left;
}
																																					/* top right bottom left */
#footer{
	height: 20px;
	width: 800px;
	background-color: #D9F0F7;
	color: #009ACB;
	text-align: center;
	font-size: 10px;
	_padding: 5px;
	float: right;
	position: static;
}

#hotspot{
	height: 20px;
	width: 614px;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

	}/* CSS Document */

