﻿/* ------ Main HTML Selectors ------ */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff url('images/background.jpg') repeat-x;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;}

hr {
 background-color: #4baee9;
 color: #4baee9;
 border: none;
 height: 1px;
 width: 85%;
}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 10px 20px;
	list-style: square;}

fieldset {
	border: 1px dashed #818181;
	padding: 10px;
	margin: 0 0 10px 0;}

legend {
	background-color: #ffffff;
	color: #1d6793;
	font: bold 18px Georgia, Georgia, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

/* ------ Sets Main Hyperlink Properties ------ */

a {
	color: #4baee9;
	text-decoration: none;
	outline: none;
	font-weight: bold;}

a:visited {
	color: #4baee9;
	text-decoration: none;
	outline: none;
	font-weight: bold;}


a:hover {
	color: #808080;
	text-decoration: none;
	font-weight: bold;}

/* ------ Sets Heading Fonts and Colors ------ */

h1 {
	color: #1d6793;
	font: normal 22px Georgia, Georgia, serif;
	text-align: right;
	border-bottom: 3px #1d6793 double;
	letter-spacing: 2px;
	margin: .5em 0;}

h2 {
	clear: both;
	color: #1d6793;
	font: normal 20px Arial, Arial, sans-serif;
	letter-spacing: 2px;
	border-bottom: 1px #1d6793 dashed;
	margin: .5em 0;
	text-align: left;}

h3{
	color: #1d6793;
	font: bold 16px Georgia, Georgia, serif;
	margin: .5em 0;
   text-transform: uppercase;
	text-align: left;}

h4 {
	color: #1d6793;
	font: bold 20px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 2px;
	margin: .8em 0;}
	
	.boldred {
    color: #FF0000;
    text-transform: none;
    }

h5 {
	color: #808080;
	font: bold 16px Georgia, Georgia, serif;
	margin: 1em 0;
   text-transform: uppercase;
	text-align: left;}

h6 {
	color: #1d6793;
	border-left: 5px solid #1d6793;
	padding-left: 5px;
	margin: .5em 0;
	font: bold 13px Arial, Helvetica, sans-serif;}
	

/* ------ Begins Layout ID Sections ------ */

/* --I added This stuff for the Typing Scroller -- */
#TypingScroller {
	position: relative;
	padding-left: 50pt;
	width: 960px;
	height: 18px;}




#wrapper {
	background-image: url('images/wrapper.jpg');
	color: #000000;
	width: 960px;
	text-align: left;
	margin: 0 auto;}

#header {
	position: relative;
	width: 960px;
	height: 300px;}

#global {
  position: absolute;
  top: 5px;
  left: 490px;
  z-index: 1;
  font-size: 75%;
  letter-spacing: 1px;
  color: #808080;
  text-align: right;
  line-height: 35px;
  width: 455px;}
  
	#global ul {
		margin: 0;
		padding: 0;
		list-style-type: none;}
		
	#global li {
  	display: inline;}
	
	#global li a {
  	color: #808080;
  	font-weight: normal;
  	text-decoration: none;
  	padding: 0;}

	#global li a:hover {
		color: #4baee9;
		font-weight: normal;
		text-decoration: underline;}

#global_2 {
  position: absolute;
  top: 5px;
  left: 490px;
  z-index: 1;
  font-size: 75%;
  letter-spacing: 1px;
  color: #808080;
  text-align: right;
  line-height: 35px;
  width: 455px;}
  
	#global ul {
		margin: 0;
		padding: 0;
		list-style-type: none;}
		
	#global li {
  	display: inline;}
	
	#global li a {
  	color: #808080;
  	font-weight: normal;
  	text-decoration: none;
  	padding: 0;}

	#global li a:hover {
		color: #4baee9;
		font-weight: normal;
		text-decoration: underline;}


/* #address {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
  font-size: 75%;
  color: #808080;
  text-align: left;
  line-height: 40px;
  width: 460px;} */

#address {
	position: absolute;
	top: 0;
	left: 400px;
	z-index: 2;
	font-size: 120%;
	color: #1D6793;
	text-align: left;
	line-height: 40px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

  #address a {
	   color: red;
	   font-weight: normal;
	   text-decoration: none;}

	#address a:hover {
	   color: red;
	   font-weight: normal;
	   text-decoration: underline;}


#address p {
  margin: 0; padding: 0;}

/* The items below set the properties for the 
MAIN NAVIGATION dynamic menu block.*/

#menu {
   position: absolute;
   top: 236px;
   left: 250px;
   z-index: 3;
   height: 1%;}

#menu dl { /*Begins the Definition List*/
   float: left;
   width: 150px;
   margin: 0 5px;
   padding: 0;}

#menu dt { /*Begins Properties for the Definition Topic*/
   line-height: 36px;
   color: #ffffff;
   text-align: center;
   font-weight: bold;
   margin: 0 0 2px 0;
   padding: 0;}

#menu dt a {
   color: #ffffff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}
   
/*#menu dt a:hover {
	color: #ffffff;
   background-color: #1d6793;},*/
#menu dt a:hover {
	color: #ffffff;
	font-style: italic;
}, 

#menu dt a:focus {
   background: none;}

#menu dd { /*Begins Settings for Definition Description*/
   background: #1d6793;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;}

#menu dd li a {
   font-weight: normal;
   border-bottom: 5px #1d6793 solid;}

#menu dd li a:hover {
   background-color: #4baee9;}

#menu ul {
   margin: 0; 
   padding: 0;}
   
#menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

#menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a:focus  {
   background: none;}

#menu li a:hover  {
   background: none;}

/* -- Begins content and sidebar properties -- */

#content {
  float: right;
  width: 615px;
  line-height: 1.6em;
  padding: 0 15px 10px 10px;}

	.contentleft {
		background: #ffffff url('images/295bg.jpg') no-repeat;
	  float: left;
	  width: 290px;
	  margin: 0 5px 0 5px;
	  padding: 0 5px;}

	.contentright {
		background: #ffffff url('images/295bg.jpg') no-repeat;
	  float: left;
	  width: 290px;
	  margin: 0 0 0 5px;
	  padding: 0 5px;}

	.contenthighlight {
	  color: #808080;
	  font: bold 16px Georgia, Georgia, serif;
	  margin: 1em 0;
     text-transform: uppercase;
	  text-align: left;}


#sidebar {
  float: left;
  font-size: 85%;
  width: 295px;
  padding: 0 10px 0 15px;}

#contentwide {
  width: 930px;
  padding: 0 15px 10px 15px;}
  
#content828 {
  width: 920px;
  padding: 0 15px 10px 18px;}



/* -- Begins Footer Properties -- */

#footer {
  background: #ffffff url('images/footer.jpg') no-repeat;
  clear: both;
  width: 960px;
  text-align: center;
  letter-spacing: 2px;
  color: #666666;
  height: 120px;
  font-size: 80%;
  padding: 30px 0 0 0;
  line-height: 1.9em;}

  #footer a {
	   color: #666666;
	   font-weight: normal;
	   text-decoration: none;}

	#footer a:hover {
	   color: #4baee9;
	   font-weight: normal;
	   text-decoration: underline;}

	#footer ul {
	   margin: 0; padding: 0;
	   list-style-type: none;}

	#footer li {
	   display: inline;
	   margin: 0;}

	#footer li a {
	   color: #666666;
	   font-weight: normal;
	   text-decoration: none;}

	#footer li a:hover {
	   color: #4baee9;
	   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;}

.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;}

.calendar {
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	line-height: 1.2em;}

.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;}
	

