﻿/* ------ Main HTML Selectors ------ */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #e0e0e0 url('images/background.jpg') repeat-x;
	color: #000000;
	font: normal 80% Revue-Thin;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	background-color: #ca6d00;
	color: #ca6d00;
	border: none;
	height: 1px;
	margin: 10px 0;
	width: 100%;}
	
p {
  margin: 15px 0;}

img {
	border: none;}

ul {
	padding: 0;
	margin-left: 20px;
	list-style: square;}

fieldset {
	border: 1px dashed #818181;
	padding: 10px;
	margin: 0 0 10px 0;}

legend {
	background-color: #ffffff;
	color: #ca6d00;
	font: bold 18px Revue-Thin;
	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: #ffa000;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:hover {
	color: #6784ab;
	text-decoration: underline;
	font-weight: bold;}

/* ------ Sets Heading Fonts and Colors ------ */

h1 {
	color: #ca6d00;
	font: normal 28px Revue-Thin;
	text-align: right;
	border-bottom: 3px #ca6d00 double;
	letter-spacing: 2px;
	margin: .5em 0;
}

h2 {
	clear: both;
	color: #ca6d00;
	font: normal 22px Revue-Thin;
	letter-spacing: 2px;
	border-bottom: 1px #ca6d00 dashed;
	margin: .5em 0;
	text-align: left;
}

h3{
	background-color: #304e6f;
	color: #ffffff;
	padding: 3px 5px;
	font: bold 16px Revue-Thin;
	margin: .5em 0;
  text-transform: uppercase;
	text-align: left;}

h4 {
	color: #ca6d00;
	font: bold 20px Revue-Thin;
	text-align: left;
	letter-spacing: 2px;
	margin: .5em 0;}

h5 {
	color: #304e6f;
	font: bold 16px Revue-Thin;
	margin: .5em 0;
  text-transform: uppercase;
	text-align: left;}

h6 {
	color: #ca6d00;
	border-left: 5px solid #ca6d00;
	padding-left: 5px;
	margin: .5em 0;
	font: bold 14px Revue-Thin;
}

/* ------ Begins Layout ID Sections ------ */

#wrapper {
	background: #ffffff url('images/wrapper.jpg');
	color: #000000;
	width: 960px;
	text-align: left;
	margin: 0 auto;}

#header {
	position: relative;
	width: 960px;
	height: 300px;}

#global { /* ---- sets where the global icons appear ---- */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 75%;
  color: #ffffff;
  text-align: right;
  line-height: 60px;
  width: 940px;
  padding: 0 20px 0 0;}
  
#navbar { /* ---- sets where the main navigation links appear ---- */
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 2;
	text-transform: uppercase;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 2px;
  width: 320px;}
  
	#navbar ul {
  	width: 300px;
		margin: 0;
		padding: 0;
		list-style-type: none;}

	#navbar li {
  	width: 310px;}

	#navbar li a {
  	color: #ffffff;
  	font-weight: bold;
  	text-decoration: none;
  	border-bottom: 1px #ffffff solid;
  	display: block;  	
  	padding: 0 5px;}

	#navbar li a:hover {
		background-color: #ffffff;
		color: #6784ab;
		font-weight: bold;
		text-decoration: none;}

#mainimage1 { /* ---- sets where the first top image appears ---- */
  position: absolute;
  top: 95px;
  left: 425px;
  z-index: 3;}

#mainimage2 { /* ---- sets where the second top image appears ---- */
  position: absolute;
  top: 95px;
  left: 695px;
  z-index: 3;}

#content {
  float: right;
  width: 610px;
  line-height: 1.6em;
  padding: 0 20px 0 10px;}

	.contentleft {
	  float: left;
	  width: 290px;
	  margin: 0 5px 5px 0;
	  padding: 5px;}

	.contentright {
	  float: left;
	  width: 290px;
	  margin: 0 0 5px 5px;
	  padding: 5px;}

#sidebar {
  float: left;
  font-size: 85%;
  width: 280px;
  padding: 0 20px;}

#contentwide {
  width: 920px;
  padding: 0 20px;}

#footer {
	background: #e0e0e0 url('images/footer.jpg') no-repeat;
  clear: both;
  width: 960px;
  text-align: center;
  letter-spacing: 2px;
  color: #606060;
  height: 100px;
  font-size: 80%;
  padding: 50px 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: #606060;
	   font-weight: normal;
	   text-decoration: none;}

	#footer li a:hover {
	   color: #000000;
	   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: 2px;
	margin: 0 0 20px 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;}
