﻿html {
   height: 100%;
   margin-bottom: 1px;
   background: #223949 url('images/backbar.jpg') repeat-x;}

body {
   font: normal 76% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: center;
   margin: 0;
   padding: 0;}

img {
   border: none;}
   
/*  This sets the link colors for the content area of the pages  */

a {
   color: #33536a;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

a:hover {
   color: #33536a;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/*  The items below set the properties for the fonts, sizes and
colors used for headings 1 through 6. */

h1 {
   color: #33536a;
   font: normal 26px "Trebuchet MS", Georgia, Georgia, serif;
   margin: 0 0 20px 0;}

h2 {
   color: #487698;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h3 {
   color: #487698;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h4 {
   color: #33536a;
   font: normal 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
   margin: 5px 0;}

h5 {
   color: #33536a;
   font: normal 16px "Trebuchet MS", "Comic Sans MS", sans-serif;
   text-transform: uppercase;
   margin: 5px 0;}

h6 {
   color: #33536a;
   font: bold 12px Verdana, "Trebuchet MS", sans-serif;
   letter-spacing: 1px;
   margin: 5px 0;}

hr {
   background-color: #33536a;
   color: #33536a;
   height: 1px;
   width: 80%;}

ul {
   padding: 0;
   margin: 0 0 20px 20px;
   list-style: square;}

#wrapper {
   background-image: url('images/wrapper.jpg'); /* Wrapper 2 columns position */
   text-align: left;
   width: 900px;
   margin: 0 auto;}

#wrapper2 {
   background-image: url('images/wrapper2.jpg'); /* Wrapper 1 column position */
   text-align: left;
   width: 900px;
   margin: 0 auto;}

#header {
   position: relative; /* Header 2 columns position */
   background-image: url('images/header4.jpg');
   height: 282px;}

#header2 {
   position: relative; /* Header 1 column position */
   background-image: url('images/header4.jpg');
   height: 282px;}
   
/* This sets the Dynamic Block Menu position, colors, list type definitions */   

#menu {
   position: absolute; 
   top: 0px;
   left: 20px;
   z-index: 200;
   width: 860px;
   height: 1%;}

#menu dl {
   float: left;
   width: 170px;
   margin: 0;
   padding: 0;}

#menu dt {
   line-height: 25px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   margin: 0;
   padding: 0;}

#menu dd {
   background: #5f9cc8;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #385b75;
   border-left: 1px solid #385b75;
   border-right: 1px solid #385b75;}

#menu ul {
   margin: 0; 
   padding: 0;}
   
#menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

#menu dt a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu dt a:focus {
   background: none;}

#menu dt a:hover {
   background: none;}

#menu li a:focus {
   background: none;}

#menu li a:hover {
   background: none;}

#menu dd li a {
   font-weight: normal;}

#menu dd li a:hover {
   background-color: #385b75;}
   
/* This sets the position for where the top three images will appear */

#mainleft {
   position: absolute;
   left: 314px;
   top: 95px;
   text-align: center;
   z-index:100;
   width: 173px;}

#maincenter {
   position: absolute;
   left: 508px;
   top: 95px;
   text-align: center;
   color: #33536a;
   font-weight: bold;
   z-index: 100;
   width: 173px;}

#mainright {
   position: absolute;
   left: 701px;
   top: 95px;
   text-align: center;
   color: #33536a;
   font-weight: bold;
   z-index: 100;
   width: 173px;}
   
/* This sets the position for where the page name will appear */

#pagename {
   position: absolute;
   left: 18px;
   top: 231px;
   text-align: center;
   color: #33536a;
   font: normal 22px Georgia, Georgia, serif;
   z-index:100;
   width: 275px;}
   
/* This sets the position and text formatting for where the main content of your web will appear. */

#content {
   width: 560px;
   float: right;
   padding: 5px 25px 5px 0;}

#contentwide {
   padding: 5px 30px;}
   
/* This sets the position, text formatting and link colors for the sidebar */
   
#sidebar {
   width: 245px;
   float: left;
   color: #404040;
   font-size: 85%;
   line-height: 20px;
   padding: 5px 0 5px 30px;}

#sidebar a {
   color: #33536a;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar a:hover {
   color: #33536a;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/* This sets the position for where the slideshow images will appear */

#slideshowframe {
   position:relative;}   

#slideshow {
   position: absolute;
   z-index: 200;
   left: 14px;
   top: 12px;
   text-align: center;
   width: 232px;
   height: 189px;}
   
/* This sets the position, text formatting and link colors for the footer */

#footer {
   clear: both;
   height: 40px;
   color: #ffffff;
   background: #33536a url('images/footer.jpg') no-repeat;
   text-align: right;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 2em;
   padding: 20px 20px 20px 0;}

#footer p {
   padding: 0;
   margin: 0;}

#footer a {
   color: #ffffff;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer a:hover {
   color: #e0e0e0;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}

.clear {
   clear: both;}
   
/* This centers text and images */

.center {
   text-align: center;}
   #contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}
	
/* This sets the position, text formatting and link colors for the contact form */

#contactform label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

#contactform input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}
   
/* This sets the position and borders for images */

.imageleft {
   margin: 0 10px 0 0;
   float: left;
   border: 3px double #c0c0c0;}

.imageright {
   margin: 0 0 0 10px;
   float: right;
   border: 3px double #c0c0c0;}
   
/* This sets the position without borders for images */

.imageleft-noborder {
   margin: 0 10px 0 0;
   float: left;}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}



