/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: url(../images/tile.jpg) #FFF repeat-x;
	font-size: 12px;
	}
	
#tdMain p { width: 40em; }
	
a { text-decoration: none; }

a:hover { text-decoration: underline; }

#footer a { color: #666633; }
	
h1 { font-size: 18px;}

h2 { font-size: 14px; font-weight: bold; }

.msg { color:#FF0000; }

#gauge h2 { font-size: 14px; font-weight: bold; color: #FFF; }

#temp h2 { font-size: 14px; font-weight: bold; color: #FFF; }

#tblMain h2 { margin: 0; }

h3 { font-size: 12px; font-weight: bold; color: #666; }

#gauge h3 { font-size: 30px; font-weight: bold; color: #FFF; margin: 0; }

#temp h3 { font-size: 30px; font-weight: bold; color: #FFF; margin: 0; }

h4 { font-size: 12px; font-style:italic; color: #003399; }

h5 { font-size: 10px; font-style: italic; color: #006600; margin: 0px; }

#tdRight h2 {
	font-size: 14px;
	}

#tdLeft h2 {
	font-size: 16px;
	background-color: #666;
	color: #fff;
	width: 90%;
	padding: 2px;
	margin-left: 3px;
	}
	
	#tdLeft h3 {
	font-size: 16px;
	background-color: #990000;
	color: #fff;
	width: 90%;
	padding: 2px;
	margin-left: 3px;
	}
	
/* navigation */

#main_nav {
	padding: 95px 0 0 140px;
	}

#main_nav ul {
	margin: 0;
	list-style: none;
	}

#main_nav ul li {
	float: left;
	margin-right: 8px;
	height: 40px;
	font-size: 14px;
}
#main_nav ul li a {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	}
	
#main_nav ul li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

#sub_nav {
	clear: both;}

#sub_nav ul {
	list-style: none;
	margin: 5px 0 0 10px;
	padding: 0;
	}

#sub_nav ul li {
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
	width: 120px;
	border-bottom: 1px dotted #0066CC;
	}

#sub_nav ul li a {
	color:#fff;
	text-decoration: none;	
	}
	
#sub_nav ul li a:hover {
	color:#fff;
	text-decoration: underline;	
	}
	
/* divs */
	
#main {
	width: 800px;
	margin: 0 auto 0 auto;
	}
	
#header {
	height: 125px;
	background: url(../images/header.gif) #fff no-repeat;
	}
	
#header2 {
	height: 138px;
	background: url(../images/header2.jpg) #fff no-repeat;
	}
	
#content {
	background-color: #FFF;
	margin-bottom: 50px;
	}
	
#footer {
	background-color: #EAEAE2;
	padding: 5px;
	height: 40px;
	}
	
#gauge {
	width: 129px;
	height: 101px;
	background: url(../images/gaugeBg.jpg) #fff no-repeat;
	float: left;
	margin-right: 20px;
	text-align: center;
	}
	
#temp {
	width: 129px;
	height: 101px;
	background: url(../images/gaugeBg.jpg) #fff no-repeat;
	text-align: center;
	}

	
/* table elements */

#tblMain {
	width: 700px;
	}
	
#tblMain p { width: auto; margin: 0;}

#tdLeft {
	width: 141px;
	padding: 15px 0 25px 0;
	}

#tdMain {
	width: 522px;
	padding: 15px 0 25px 25px;
	}

#tdRight {
	width: 138px;
	padding: 15px 0 25px 0;
	}
	
#tdSpacer { height: 5px; background-color:#CCC; }

.trBrdr { border: 3px solid #666; }	

/* classes */

.subnav { font-size: 10px; width: 50em; }
