﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #404040;
	color: #606060;
	text-align: center;
	margin: 20px 0 0 0;}

hr {
	background-color: #769f2c;
	color: #769f2c;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

h1 {
	color: #bd4d29;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0;}

h2 {
	color: #2e5e10;
	font: normal 28px Monotype Corsiva, Monotype Corsiva, serif;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #c0c0c0;}

h3 {
	color: #2e5e10;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0;}

h4 {
	color: #bd4d29;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #bd4d29;
	font: normal 22px Monotype Corsiva, Monotype Corsiva, serif;
	padding: 5px 0;
	margin: 10px 0;}

h6 {
	color: #2e5e10;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #769f2c;
	text-decoration: none;
	font-weight: normal;}

a:hover {
	color: #de6d31;
	text-decoration: underline;
	font-weight: normal;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background: #fff;
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#logoimage {
	height: 80px;}
	
#mainnavigation {
	background: #fff url('images/topnavbg.jpg') no-repeat;
	color: #c2c2c2;
	text-align: right;
	font-weight: normal;
	height: 15px;
	padding: 5px 10px 0 0;}

#sidebar {
	width: 260px;
	float: left;
	line-height: 1.2em;
	padding: 10px 20px 0 20px;
	font-size: 85%;}

span.hottopic {
	color: #2e5e10;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px;}

.box {
	background: #f6f6f6;
	border: 1px dashed #c0c0c0;
	padding: 10px;}

#content {
	width: 560px;
	float: right;
	line-height: 1.6em;
	padding: 20px 20px 0 20px;}

#contentwide {
	clear: both;
	line-height: 1.6em;
	padding: 20px 30px 0 30px;}
	
#footer {
	clear: both;
	background: #f0f0f0 url('images/footer.jpg') no-repeat;
	color: #fff;
	height: 45px;
	text-align: left;
	line-height: 1.2em;
	padding: 25px 0 0 20px;}
	
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;}

#footer p {
	padding: 0;
	margin: 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: 260px;
	padding: 0 20px 10px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 260px;
	padding: 0 0 10px 20px;
	float: right;
	text-align: left;}
	
.mainimage {
	margin: 20px 0 0 0;
	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;}