/* ------ Main HTML Selectors ------ */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #404040;
	color: #000000;
	font: normal 85% Verdana, Arial, Geneva, sans-serif;
	line-height:150%;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
  clear: both;
	background-color: #ffffff;
	color: #ffffff;
	border: none;
	border-bottom: 3px #808080 double;
	height: 3px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 10px 20px;
	}

fieldset {
	border: 1px dashed #818181;
	padding: 10px;
	margin: 0 0 5px 0;}

legend {
	background-color: #ffffff;
	color: #21426f;
	font: bold 18px Georgia, Georgia, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

/* ------ Sets Main Hyperlink Properties ------ */

a {
	color: #4770a3;
	text-decoration: none;
	outline: none;
	font-weight: bold;}

	a:hover {
	color: #ff6f20;
	text-decoration: underline;
	font-weight: bold;}

/* ------ Sets Heading Fonts and Colors ------ */

h1 {
	color: #21426f;
	font: normal 25px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 0 10px 0;}

h2 {
	color: #606060;
	font: normal 19px Arial, Arial, sans-serif;
	letter-spacing: 2px;
	text-align: left;
	padding: 0;
	margin: 15px 0;}

h3{
	color: #21426f;
	font: normal 19px Arial, Arial, sans-serif;
	letter-spacing: 2px;
	text-align: left;
	padding: 0;
	margin: 15px 0;}

h4 {
	color: #21426f;
	font: normal 15px Arial, Arial, sans-serif;
	text-align: center;
  font-variant: small-caps;
	letter-spacing: 2px;
	padding: 0;
	margin: 15px 0;}

h5 {
	color: #21426f;
	font: bold 14px Georgia, Georgia, sans-serif;
  	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 10px 0;}

h6 {
	color: #21426f;
	margin-bottom: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0;}

/* ------ Begins Layout ID Sections ------ */

#wrapper {
	background-color: #ffffff;
	color: #000000;
	width: 960px;
	text-align: left;
	border: 1px #000000 solid;
	margin: 0 auto;}

#header {
	position: relative;
	width: 960px;
	height: 110px;}

#global {
  position: absolute;
  top: 15px;
  left: 620px;
  z-index: 1;
  letter-spacing: 5px;
  text-align: right;
  line-height: 80px;
  padding: 0 20px 0 0;
  width: 320px;}	
  
#mainnav {
  float: left;
  width: 280px;
  height: 230px;
  line-height: 1.70em;
  letter-spacing: 2px;
  padding: 10px 20px 0 20px;
  border-bottom: 3px #21426f solid;}

#mainimage {
	float: left;
  width: 318px;
  height: 240px;
  padding: 0;
  border-left: 1px #808080 solid;
  border-right: 1px #808080 solid;
  border-bottom: 3px #21426f solid;}

#news {
	font-size: 100%;
	float: left;
  width: 280px;
  height: 220px;
  padding: 10px 20px 10px 20px;
  border-bottom: 3px #21426f solid;
  overflow-y: scroll;}
  
#newsHome {
	font-size: 100%;
	float: left;
  width: 280px;
  height: 1000px;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px #dedede solid;
  overflow-y: scroll;}
  
#contentwrapper {
	clear: both;
  width: 960px;}

#content {
  float: left;
  width: 620px;
  padding: 10px;
  line-height: 200%;}

	.contentleft {
	  float: left;
	  width: 300px;
	  margin: 0;
	  padding: 0 10px 0 0;}

	.contentright {
	  float: left;
	  width: 299px;
	  margin: 0;
	  padding: 0 0 0 10px;
	  border-left: 1px #dcdcdc dotted;}

#sidebar {
  float: right;
  font-size: 80%;
  width: 300px;
  padding: 10px;}

#contentwide {
  width: 940px;
  padding: 10px;
  line-height: 150%;}

/*////////// SLIDESHOW //////////*/

#slideshow {
   float: left;
   width: 318px;
   height: 240px;
   padding: 0;
   border-left: 1px #808080 solid;
  border-right: 1px #808080 solid;

   border-bottom: 3px #21426f solid;}

#slideshowHome {
   float: left;
   width: 638px;
   height: 240px;
   padding: 0;
   border-left: 1px #808080 solid;
  border-right: 1px #808080 solid;

   border-bottom: 3px #21426f solid;}

#calendar {
  clear: both;
  width: 960px;
}

#footer {
  clear: both;
  width: 960px;
  background: #404040 url('images/footer.jpg') no-repeat;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  height: 60px;
  font-size: 80%;
  padding: 20px 0 0 0;
  line-height: 1.9em;}

	#footer ul {
	   margin: 0; padding: 0;
	   list-style-type: none;}

	#footer li {
	   display: inline;
	   margin: 0;}

	#footer li a {
	   color: #ffffff;
	   font-weight: normal;
	   text-decoration: none;}

	#footer li a:hover {
	   color: #ffffff;
	   font-weight: normal;
	   text-decoration: underline;}
	  

#footer p {
  margin: 0; padding: 0;}
  
/* ------ Sets the Form Display ------*/

#contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

#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 {
   background-color: transparent;
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/* ------ Sets Classes ------ */

.center {
	text-align: center;}	

.clear {
	clear: both;}

.spacer {
  clear: both;
  margin: 0;
  padding: 0;}

.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;}

.calendar {
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 10px 0;}

.imagecenter-border {
	border: 3px #818181 double;
	display: block;
	margin: 0 auto;}
	
.imagecenter-noborder {
   display: block;
	margin: 0 auto;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px #818181 double;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px #818181 double;}