﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fff url("images/Index%20Images/background.jpg") repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #297190;
	color: #297190;
	height: 1px;
	width: 100%;}

img {
	border: none;}


h1 {
	color: #297190;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #1c7059;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #297190;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #1c7059;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #297190;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #1c7059;
	margin: 5px 0;}

a {
	color: #4da5d0;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #27a986;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background: #fff url('images/Index%20Images/wrapperbg.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#global {
	background: #fff url('images/Index%20Images/global.jpg');
	text-align: center;
	font-size: 85%;
	letter-spacing: 4px;
	padding: 4px 0 0 0;
	height: 26px;}
	
#header {
	background: #fff}
	
#sidebar {
	width: 180px;
	padding: 10px;
	float: left;
	font-size: 85%;}

#content {
	width: 480px;
	padding: 10px;
	float: left;}
	
#mainimage {
	text-align: center;}
	
#sidebarright {
	width: 180px;
	padding: 10px;
	float: left;
	text-align: right;
	font-size: 85%;}

span.hottopic {
	color: #297190;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px 0;}

#mainnavigation {
	color: #4da5d0;
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 0;}

#mainnavigation a {
	color: #4da5d0;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;}

#mainnavigation a:hover {
	color: #27a986;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;}
	
#mainnavigation h5 {
	margin: 0;
	padding: 0;}
	
#footer {
	clear: both;
	background: #fff url('images/Index%20Images/footer.jpg') no-repeat;
	height: 80px;
	text-align: center;
	font-size: 90%;
	padding: 20px 0 0 0;}
	
#footer p {
	padding: 0;}

/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; color: #fff; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 230px;
	padding: 0 10px 20px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 230px;
	padding: 0 0 20px 10px;
	float: right;
	text-align: left;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
