﻿/* CSS layout */
body {
	text-align:center;
	margin: 10px auto;
}

#main_container {
	width:916px;
	text-align:center;
	margin: 0 auto;
}

#masthead {
	background-color: #007c84;
	width:896px;
	font-family: Tahoma;
	font-size: 12px;
	color:#ffffff;
	text-align:right;
	padding-right:20px;
	padding-top: 6px;
	padding-bottom:6px;
}

#top_nav {
	width:916px;
}

#page_content {
	width:916px;
}

#footer {
	background-color:#007c84;
	height:88px;
}

#footer_line {
	background-color: #ffffff;
	width:916px;
	height:5px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0 0 0 0;
}

td.header_line {
	height:5px;
}

td.main_nav {
	background-image:url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	background-color:#da8d4c;
	vertical-align:top;
	width:190px;
}

td.spacer {
	width: 4px;
	background-color: #ffffff;
}

td.spacer_home {
	width: 4px;
	background-color: #ffffff;
}


td.link_box {
	width: 5px;
	background-color:#d57d33;
}

td.link_box_home {
	width: 7px;
	background-color:#d57d33;
}

td.link_box_bottom {
	height:5px;
	background-color:#d57d33;
}

td.links {
	width:232px;
	vertical-align:top;
}

td.links_table {
	width: 242px;
}

.quicklinks {
	font-family: "Comic Sans MS", Tahoma;
	font-size:12px;
	vertical-align:top;
	text-align:left;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:20px;
	line-height:30px;
}

.main {
	width: 480px;
	vertical-align:top;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	text-align:left;
}

.bottom_links {
	width: 480px;
	vertical-align:top;
	font-family:Tahoma;
	font-size:12px;
	color:#007c84;
	text-align:center;
}


td.banner {
	height: 80px;
	background-color: #f0f8ff;
	font-family:Tahoma;
	font-size:9px;
	color: #000000;
	padding-top: 5px;
	padding-bottom:5px;
	width:722px;
}

#footer_left {
	width: 600px;
	text-align: left;
	float:left;
	padding-bottom:10px;
	background-color: #007c84;
	font-family: Tahoma;
	font-size: 12px;
	color:#ffffff;
	text-align:left;
	padding-left:20px;
	padding-top: 6px;
	padding-bottom:6px;
	margin-top:10px;
}

#footer_right {
	width: 200px;
	text-align: right;
	padding-right: 30px;
	padding-top:15px;
	margin-top:15px;
	float:right;
	background-color: #007c84;
}

.h1 {
	font-family:"Comic Sans MS", tahoma;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	margin-top:15px;
	margin-right:20px;
	margin-left:20px;
	text-align:left;
}

.h2 {
	font-family: "Comic Sans MS", tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	margin-right:20px;
	margin-left:20px;
	margin-top: 8px;
	text-align:left;
}

.content {
	font-family:"Comic Sans MS", Tahoma;
	font-size:12px;
	color:#000000;
	margin-right:10px;
	margin-left:20px;
	text-align:left;
}

#li {
	font-family: "Comic Sans MS", Tahoma;
	font-size:12px;
	color:#000000;
	margin-right:10px;
	margin-left:20px;
	text-align:left;
}


.breadcrumbs {
	font-family: "Comic Sans MS", Tahoma;
	font-size:12px;
	color:#007c84;
	margin-right:20px;
	margin-left:20px;
	margin-top: 5px;
}

.weather {
	background-color:#da8d4c;
	width:160px;
	height:25px;
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

td.top{
	vertical-align:top;
	text-align:center;
	margin-top:5px;
	padding-top:5px
}

.content a:link {  color:#007c84; text-decoration: none}
.content a:visited {  color:#007c84; text-decoration: none}
.content a:hover {  color:#007c84; text-decoration: underline}

.breadcrumbs a:link {  color:#007c84; text-decoration: none}
.breadcrumbs a:visited {  color:#007c84; text-decoration: none}
.breadcrumbs a:hover {  color:#007c84; text-decoration: underline}


.bottom_links a:link {  color:#007c84; text-decoration: none}
.bottom_links a:visited {  color:#007c84; text-decoration: none}
.bottom_links a:hover {  color:#007c84; text-decoration: underline}


.footer a:link {  color:#ffffff; text-decoration: none}
.footer a:visited {  color:#ffffff; text-decoration: none}
.footer a:hover {  color:#ffffff; text-decoration: underline}

.masthead a:link {  color:#ffffff; text-decoration: none}
.masthead a:visited {  color:#ffffff; text-decoration: none}
.masthead a:hover {  color:#ffffff; text-decoration: underline}

.weather a:link {  color:#ffffff; text-decoration: none}
.weather a:visited {  color:#ffffff; text-decoration: none}
.weather a:hover {  color:#ffffff; text-decoration: underline}

#sitemap {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}
#sitemap a {
	color: #6d92ba;
	text-decoration: none;
}
#sitemap a:hover {
	color: #d67b34;
}
#sitemap ul {
	padding:0 20px 0 0;
	margin:0;
	list-style: none;
	float: left;
}
#sitemap .head {
	text-decoration: underline;
	margin-bottom: 1em;
}