﻿/* -------------------- 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;}

hr {
   background-color: #c14839;
   color: #c14839;
   border: none;
   height: 1px;
   text-align: center;
   width: 80%;}

img {
   border: none;}

ul {
  padding: 0;
  margin: 0 0 10px 20px;
  list-style: square;}

table {
  padding: 0;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;}

/* ------ Sets Main Hyperlink Properties ------ */
a {
   color: #c14839;
   text-decoration: underline;
   outline: none;
   font-weight: bold;}

a:hover {
   color: #2b5a88;
   text-decoration: underline;
   font-weight: bold;}

/* ------ Sets Heading Fonts and Colors ------ */
h1 {
   color: #9e3205;
   font: normal 28px Georgia, Georgia, serif;
   letter-spacing: 2px;
   margin: .5em 0;}

h2 {
   color: #103c61;
   font: normal 22px Arial, Arial, sans-serif;
   letter-spacing: 2px;
   border-bottom: 1px #808080 dashed;
   margin: .8em 0;
   text-align: left;}

h3 {
   color: #9e3205;
   font: bold 18px Georgia, Georgia, serif;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h4 {
   color: #9e3205;
   font: bold 20px Georgia, Georgia, serif;
   text-align: left;
   letter-spacing: 2px;
   margin: .8em 0;}

h5 {
   color: #103c61;
   font: bold 16px Georgia, Georgia, serif;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h6 {
   color: #9e3205;
   border-left: 5px solid #9e3205;
   padding-left: 5px;
   margin: .8em 0;
   font: bold 14px Arial, Helvetica, sans-serif;}

/* -------------------- Begins Top Header Section -------------------- */
#wrapperheader {
   width: 960px;
   text-align: left;
   margin: 0 auto;}

#header {
   position: relative;
   width: 960px;
   height: 290px;}

#global {
   position: absolute;
   top: 5px;
   left: 580px;
   z-index: 1;
   font-size: 75%;
   letter-spacing: 1px;
   color: #000000;
   text-align: center;
   width: 380px;}

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;}

#global li a {
   color: #2b5a88;
   font-weight: normal;
   text-decoration: none;
   padding: 0;}

#global li a:hover {
   color: #c14839;
   font-weight: normal;
   text-decoration: underline;}

#address {
   position: absolute;
   top: 200px;
   left: 0;
   z-index: 2;
   font-size: 75%;
   color: #ffffff;
   text-align: center;
   width: 480px;}

#address p {
   margin: 0;
   padding: 0;}

#slideshow {
   position: absolute;
   top: 40px;
   left: 550px;
   width: 400px;}

#menu {
   position: absolute;
   top: 251px;
   left: 0;
   z-index: 4;
   text-align: center;
   line-height: 37px;
   width: 960px;}

#menu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#menu li {
   display: inline;}

#menu li a {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   margin: 0 10px;
   padding: 0 15px 7px 15px;}

#menu li a:hover {
   color: #ffffff;
   font-weight: bold;
   border-bottom: #fff 6px solid;
   text-decoration: none;}

/* -------------------- Begins Content Section -------------------- */
#wrappercontent {
   clear: both;
   width: 960px;
   text-align: left;
   margin: 0 auto;}

#content {
   float: right;
   width: 620px;
   padding: 10px;
   line-height: 1.6em;}

.contentleft {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	padding: 0;
	
}
  
.contentright {
  float: left;
  width: 300px;
  margin: 0 0 0 10px;
  padding: 0;
  }

#sidebar {
   float: left;
   padding: 10px;
   font-size: 85%;
   width: 300px;}

#contentwide {
   padding: 10px;
   width: 940px;}

/* -------------------- Begins Footer Section -------------------- */
#footer {
   background: #9e3205 url('images/footerbg.jpg') repeat-x;
   clear: both;
   text-align: center;
   letter-spacing: 2px;
   color: #ffffff;
   height: 120px;
   max-height: 300px;
   font-size: 80%;
   padding-top: 40px;
   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;}

#footer img {
   padding: 2px;
   border: 1px #ffffff solid;}

/* -------------------- Sets the Form Display --------------------*/
#contactform {
   padding: 5px;
   text-align: left;
   margin: 20px 10px 5px 10px;}

#contactform label {
   
   float: left;
   text-align: left;
   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;
   font-size: 0;
   line-height: 0;}

.catalog {
   padding: 8px;
   line-height: 1em;
   text-align: center;
   vertical-align: top;
   width: 33%;}

.calendar {
   text-align: center;
   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;}

.imgpad {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}