﻿/*---->>>Style Sheet Rules<<<----*/

/*---->>>Sets HTML Rules<<<----*/

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #000000 url("images/background.jpg");
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;}

hr {
	background-color: #c01e2d;
	color: #c01e2d;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

h1 {
	color: #c01e2d;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 15px 0;}

h2 {
	color: #c01e2d;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3 {
	color: #c01e2d;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	color: #4b698c;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;}

h5 {
	color: #c01e2d;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0;}

h6 {
	color: #4b698c;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;}

a {
	color: #f0383b;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #7d9bbb;
	text-decoration: underline;
	font-weight: bold;}
	
/*---->>>Sets Formatting for Form<<<----*/

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #000;
	color: #4b698c;
	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: #303030; 
	color: #ffffff; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #303030; 
	color: #ffffff; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*---->>>Sets ID Rules Used for Page Layout<<<----*/
#wrapper {
	width: 900px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	border: 1px solid #000;
	margin: 0 auto;}

/*  The tabbed navigation is a simple bulleted list
with the bullets removed. Each tab will expand to hold
your text.  */

#tabbar {
	float: left;
	width: 100%;
	background-image: url("images/gradient.jpg");
	font-size: 85%;
	height: 50px;}

#tabbar ul {
	margin: 18px 0 0 0;
	padding: 10px 10px 0 5px;
	list-style: none;}

#tabbar li {
	display: inline;
	margin: 0;
	padding: 0;}

#tabbar a {
	float: left;
	background: url("images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;}

#tabbar a span {
	float: left;
	display: block;
	background: url("images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color:#ffffff;}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabbar a span {float:none;}
    /* End IE5-Mac hack */

#tabbar a:hover span {
	color:#ffffff;}

#tabbar a:hover {
	background-position:0% -42px;}

#tabbar a:hover span {
	background-position:100% -42px;}


#header {
	clear: both;
	background-color: #ffffff;
	height: 400px;}

#content {
	float: right;
	width: 560px;
	line-height: 1.5em;
	padding: 20px;}

#contentwide {
	width: 860px;
	line-height: 1.5em;
	padding: 20px;}

#sidebar {
	font-size: 85%;
	float: left;
	width: 260px;
	padding: 20px;}

#footer {
	background: #000000 url(images/gradient.jpg) repeat-x;
	clear: both;
	color: #ffffff;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 80%;
	height: 40px;}

#footer a {
	color: #ffffff;
	font-weight: normal;}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;}
	
#footer p {
	margin: 0;
	padding: 3px 0;}
	
/*---->>>Sets 2-Column 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%;}

/*---->>>Sets Classes Used for Formatting<<<----*/

p.small {
	font-size: 80%;}

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}
	
.image-border {
	border: 3px double #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;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

