/* MAIN */
* { 
	padding: 0; margin: 0; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}
/* TEXT */
p {
	margin: 0px 0px 10px 0px;
	font-size: 0.9em;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a#homeLink {
	display: block;
	background: none;
	width: 180px;
	height: 20px;
	float: left;
	margin: 50px 0px 0px 25px;
}
html>body a#homeLink {
	margin: 50px 0px 0px 50px;
}
h1 {
	display: none;
}
h2 {
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
}
#panel1 h2 {
	color: #FF0000;
}
#panel2 h2 {
	color: #FF9900;
}
#panel3 h2 {
	color: #FFCC00;
}
/* WRAPPERS */
#siteWrapper {
	width: 770px;
	margin: auto;
	padding: 0px;
	text-align: left;
}
#topWrapper {
	height: 100px;
	background: url('../images/top-bg.jpg') no-repeat;
	color: #000;
}
#middleWrapper{
	margin: 0px;
	padding: 0px;
}
#contentWrapper {
	min-height: 234px;
}
#contentText {
	padding: 10px;
}
/* CONTACT */
#contactText {
	width: 50%;
	float: left;
}
#contactForm {
	width: 50%;
	float: left;
}
#contactForm form {
	margin: 0px 0px 15px 0px;
	float: left;
}
#contactForm form label {
	width: 80px;
	height: 20px;
	float: left;
	text-align: left;
	padding: 0px 7px 0px 0px;
	font-weight: bold;
}
#contactForm form label span {
	color: #FF0000;
}
#contactForm form input {
	width: 220px;
	height: 18px;
	float: left;
	border: solid 1px #000;
	margin: 0px 0px 5px 0px;
}
#contactForm form select {
	margin: 0px 0px 5px 0px;
}
#contactForm form textarea {
	width: 283px;
	height: 100px;
	border: solid 1px #000;
	margin: 0px;
}
#contactForm form input#submitBtn {
	background: #999;
	width: 105px;
	height: 22px;
	text-align: center;
	float: right;
	border: none;
	margin: 5px 3px 0px 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFF;
}
#contactForm form input#submitBtn:hover {
	background: #FF0000;
	cursor: pointer;
}
#contactForm .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
}
#contactForm p {
	clear: both;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#contactForm h2 span {
	font-size: 0.9em;
	font-weight: normal;
}
/* END CONTACT */
#contentText ul, #contentText ol{
	padding: 10px;
	margin: 0px 0px 0px 20px;
}
#contentText h2{
	color: red;
}
#footerWrapper {
	height: 18px;
	height/**/: 18px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: url('../images/footer-bg.jpg') no-repeat;
	color: #000;
	clear: both;
}
#footerWrapper p{
	color: #999999;
	float: right;
}
#footerWrapper a{
	color: #999999;
}
/* MIDDLE PANELS */
.midPanel {
	width: 257px;
	width/**/:/**/ 257px;
	float: left;
	height: 234px;
	
}
.midPanel img{
	margin: 0px;
	padding: 0px;
}
.panelText {
	height: 168px;
	margin: 5px 5px 0px 5px;
	overflow: hidden;
}
.panelText#justPanelTxt {
	height: 189px;
}
.panelText ul {
	margin: 0px 0px 0px 20px;
}
.midPanel p {
	margin: 0px 0px 8px 0px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.midPanel a {
	float: right;
	margin: 0px 5px 5px 0px;
}
.midPanel#panel3{
	width: 256px;
}
/* TOP MENU */
#topMenu {
	padding: 20px 0px 0px 320px;
}
#topMenu ul{
	list-style-type: none;
}
#topMenu li{
	float: left;
	height: 70px;
	border-left: 1px solid #CCCCCC;
}
#topMenu #menuList1{
	width: 115px;
}
#topMenu #menuList2, #topMenu #menuList3{
	width: 95px;
}
#topMenu #menuList4, #topMenu #menuList5{
	width: 70px;
}
#topMenu a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 8px;
}
#topMenu a:hover{
	color: red;
}
#topMenu #menuList1 li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	padding: 0px 0px 0px 8px;
	font-size: 0.8em;
	width: 96px;
}
#topMenu #menuList1 li a:hover{
	color: red;
}
#topMenu li li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	padding: 0px 0px 0px 8px;
	font-size: 0.8em;
	width: 54px;
}
html>body #topMenu li li a{
	width: 56px;
}
/* TOP SUB MENU */
#topMenu ul ul{
	margin: 0px 0px 0px 0px;
}
#topMenu li li{
	height: 15px;
	clear: both;
	line-height: 15px;
	padding: 0px 0px 0px 8px;
	border-left: none;
}
/* EXTRAS */
#bar {
	width: 770px;
	height: 15px;
	background: url('../images/bar.gif') no-repeat;
}
#mapStyle {
	margin: 1px 0px 1px 0px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 1px 0px 1px 0px;
}
#tableStyle, #tableStyle td, #tableStyle th {
	border: solid 1px #CCC;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
}
#tableStyle th {
	background: #999;
	border: solid 1px #FFF;
	color: #FFF;
	text-align: left;
}
#tableStyle td, #tableStyle th {
	padding: 2px;
}
.printMap {
	margin: 10px 0px 0px 0px;
}
#contentWrapperPrint{
	height: 100px;
}
#homeTextArea {
	height: 40px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background: url('../images/footer-bg.jpg') no-repeat;
	color: #000;
	clear: both;
}
