﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	color: #ffffff;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

hr {
	background-color: #3f7663;
	color: #3f7663;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

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

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #88bca9;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

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

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #3f7663;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;}

h2{
	color: #3f7663;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #3f7663;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	color: #be9a46;
	font: normal 18px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	color: #be9a46;
	font: normal 18px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #3f7663;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header as
well as the global navigtion links and the main navigation
link group that sits on top of the header image. */

#header {
	position: relative;
	width: 900px;
	height: 250px;}

#global {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
	color: #c0c0c0;
	height: 15px;
	width: 890px;
	text-align: right;
	font-size: 85%;}

   #global a {
      color: #c0c0c0;
      font-weight: normal;
      text-decoration: none;}

   #global a:hover {
      color: #ffffff;
      font-weight: normal;
      text-decoration: underline;}

#mainimage {
	position: absolute;
	left: 65px;
	top: 65px;
	z-index: 2;
	width: 185px;
	height: 119px;
}

#navbar {
	position: absolute;
	left: 0;
	top: 236px;
	z-index: 3;
	color: #ffffff;
	height: 20px;
	width: 900px;
	letter-spacing: 2px;
	text-align: center;
}

#navbar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;}

#navbar a:hover {
	color: #dccb9e;
	font-weight: bold;
	text-decoration: underline;}


/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: left;
	width: 280px;
	padding: 20px 20px 10px 0;}

#content {
	float: right;
	width: 580px;
	line-height: 1.5em;
	padding: 20px 0 10px 20px;}

#contentwide {
	width: 900px;
	line-height: 1.5em;
	padding: 20px 0 10px 0;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
   border-top: 2px solid #3f7663;
	clear: both;
	color: #c0c0c0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2em;
	font-size: 80%;
	padding-top: 20px;
	height: 60px;}

#footer a {
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: none;}

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

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

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #a2a2a2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #FFFFFF;
	color: #be9a46;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;
}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

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

input {
	margin: 3px 5px 5px 5px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #a2a2a2;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	margin: 3px 5px 5px 5px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #a2a2a2;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	padding: 5px;
	border: 1px solid #c2c2c2;}
	
.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;
	padding: 5px;
	border: 1px solid #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	padding: 5px;
	border: 1px solid #c2c2c2;}
