/* Created on October 24, 2007 by Allen Moore
copyright 2007, allenmediadesign.com
Last modified on October 31, 2007*/

/* CSS for all pages */
html {
	background-color: #FFFFFF;
	min-height: 100%;
	height: auto;
}
body
{
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 14px;
   color: #666666;
}
a
{
  	color: #666666;
  	text-decoration: underline;
}
a:hover
{
	color: #003366;
  	text-decoration: underline;
}
img
{
  	border: 0;
}
input
{
	color: #003366;
	background: #EEEEEE;
	border: 2px solid #003366;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
submit
{
	color: #003366;
	background: #EEEEEE;
	border: 2px solid #003366;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
textarea
{
	color: #003366;
	background: #EEEEEE;
	border: 2px solid #003366;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
element
{
     display: block;
}
ul
{
	margin-left: 18px;
	margin-top: 0px;
	padding: 0px;
}
li
{
	padding-left: 1px;
	padding-right: 1px;
}
.main
{
	width: 100%;
	height: 100%;
}
.header
{
	background: url(../images/bg_top.gif) repeat-x top left;
	width: 100%;
	height: 83px;
}
.bottom_banner
{
	background: url(../images/bg_bottom.gif) repeat-x top left;
	width: 100%;
	height: 61px;
	padding: 0px 0px 0px 0px;
}
.content
{
	width: 760px;
	height: 100%;
	overflow: auto;
	padding-bottom: 20px;
}
.content h1
{
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
}
.content h2
{
	width: 560px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.footer
{
	width: 600px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer_left
{
	width: 200px;
	height: 39px;
	float: left;
}
.footer_right
{
	width: 400px;
	height: 39px;
	float: left;
}
.footer_contact
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.footer_copyright
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #003366;
}
.hidden_area
{
	font-size: 1px;
	color: #FFFFFF;
	visibility: hidden;
}
/* This is is for the Top Navigation Only */
.nav_top
{
	background: url(../images/bg_nav.jpg) repeat-x top left;
	width: 100%;
	height: 24px;
	display: block;
	font-size: 12px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
}
.nav_top_link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.nav_top_link:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
/* CSS for main page only */
.banner
{
	background-color: #003366;
	width: 100%;
	height: 200px;
	border-top: #666666 2px solid;
	border-bottom: #666666 2px solid;
}
.banner_container
{
	width: 900px;
	height: 200px;
}
.banner_left
{
	width: 375px;
	height: 200px;
	float: left;
	padding-left: 98px;
}
.banner_right
{
	width: 427px;
	height: 200px;
	float: right;
}
.content_left
{
	width: 560px;
	float: left;
}
.content_right
{
	width: 200px;
	float: right;
}
.impression
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
}
.news
{
	background: #EEEEEE repeat top left;
	width: 180px;
	height:150px;
	border: #003366 1px solid;
}
.news_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.news_content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	padding: 0px 0px 0px 0px;
}
/* CSS for sub pages */
.sub_banner
{
	background-color: #003366;
	width: 100%;
	height: 100px;
	border-top: #666666 2px solid;
	border-bottom: #666666 2px solid;
}
.sub_banner_container
{
	width: 900px;
	height: 100px;
}
.sub_banner_left
{
	width: 375px;
	height: 100px;
	float: left;
	padding-left: 98px;
}
.sub_banner_right
{
	width: 427px;
	height: 100px;
	float: right;
}
.subdivision_name
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.link_category
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.gallery
{
	width: 760px;
}