@charset "iso-8859-1";
body {
	font-family: Tamoha, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #800000 url('images/red-gradient.jpg');
	background-repeat: repeat-x;
}
/*=================================================================================
indicates no border around any image
==============================================================================*/
body img {
	border: 0px;
	text-decoration: none;
}
/*=========================================================================
indicates border around any image
==============================================================================*/
.thumb {
	border-style: solid;
	border-width: 2px;
	margin: 10px;
}
/*=================================================================================
margins auto center the container on the page
=========================================================================*/
#container {
	margin: 10px auto 10px auto;
	padding: 10px;
	width: 800px;
	border-right: 2px solid #89594a;
	border-left: 2px solid #89594a;
	border-top: 2px solid #89594a;
	border-bottom: 2px solid #89594a;
	background-color: #FBFDFB;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
/*====================================================================================
styles for Masthead
=================================================================================*/
#sitename {
	background-color: #FBFDFB;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bolder;
	color: #993300;
	padding: 1px 2px;
	margin: 2px 2px;
}
#sitename .tagline {
	font-size: 0.45em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #83420D;
}
#banner {
	background-position: center center;
	padding: 0px 0px 0px 0px;
	background-color: #FBFDFB;
	border: 2px solid #89594a;
	background-image: url('../images/document2.jpg');
	height: 150px;
	background-repeat: no-repeat;
	color: #000000;
}
/*================================================================================
This colors the topmenu background 
--- styles for top menu --- 
============================================================================*/
#topmenu {
	background-color: #E9DFC5;
	text-align: center;
	font-size: .90em;
	color: #83420D;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 1px solid #800000;
	border-bottom: 2px solid #800000;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu a:link {
	font-weight: bold;
	color: #993300; /*red*/;
	background: transparent;
	text-decoration: underline;
}
#topmenu a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
#topmenu a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #e5ccbf;
	color: #000000;
}
/*================================================================== 
Styles for main content area 
=====================================================================*/
#content {
	margin-left: 250px;
	text-align: left;
	color: #000000;
	vertical-align: top;
	padding-left: 5px;
}
#content ul li {
	list-style-image: url('../images/red-wavelet1.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/red-wavelet1.gif');
	padding: 2px 0;
}
.orange {
	text-align: center;
	font-weight: bold;
	background-color: orange;
	color: black;
}
.special {
	line-height: 150%;
}
/* =========================
full width content styling
========================= */
#fullcontent {
	background-color: #FFFFFF;
	color: inherit;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	padding: 2px 5px 5px 5px;
	margin: 10px;
	float: left;
	display: block;
}
#leftmenu .heading {
	display: block;
	background-color: #993300;
	color: #ecf2eb;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 2px solid #89594a;
	margin: 0px;
	width: 159px;
	font-weight: bold;
}
#leftmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#leftmenu ul li {
	margin: 0px;
	padding: 0px;
}
#leftmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #775941;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}
#leftmenu ul li a:focus {
	color: #000000;
	background-color: #cc9966;/*lt red beige*/
}
#leftmenu ul li a:hover {
	color: #000000;
	background-color: #e5ccbf;/*lt pink beige*/
}
#leftnav .sidebox a:link {
	background: #FFFFFF;
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .sidebox a:visited {
	background: #FFFFFF;
	color: #f5ebef;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .sidebox a:hover {
	background: #F4D180;
	color: #cc9966;
	font-weight: bold;
	text-decoration: underline;
}
#leftnav .sidebox a:active {
	background: #FFFFFF;
	color: #cc3300;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box*/
.sidebox {
	border: #775941 2px solid;
	margin: 0px 2px 3px 15px;
	padding: 0px 3px 5px 25px;
	background: #EBE4D2;
	color: #1A0F0A;
}
sideboxlogo {
	float: right;
	margin-left: .5em;
}
/*================================================================== 
styles the search button color
====================================================================*/
/*================additional styles==============*/
p.credit {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
p.titles {
	font-size: 1.0em;
	text-align: center;
}
/*============all site links=========================*/
 a:link {
	font-weight: bold;
	color: #4D1A00; /*dark red*/;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #993300;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #e5ccbf;
	color: #1A0F0A;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
/*pink-brown*/	color: #416B1F;
}
*******************************************************************************
General information at the bottom of each page
============== Styles for footer ==============
****************************************************************************** */

#outerWrapper #contentWrapper .clearFloat {
	display: block;
	clear: left;
}
/*======================= 
Styles for footer 
=========================*/
#footer {
	font-size: 80%;
	border-top: 2px solid #7D1715;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 80%;
	text-align: center;
	background-color: #cc9966;
	height: 2px;
}
/* ******************************************************
Styles for heading tags 
****************************************************** */
h1, h2, h3 {
	color: #1A0F0A;
	background-color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.5em;
	padding: 5px;
}
h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
/*=============images =============*/
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
/*=================================================================================
resource table styles
=================================================================================*/
.resources {
	width: 90%;
}
.resources th {
	font-weight: bold;
	text-align: left;
}
.resources td {
	padding: 8px;
	width: 50%;
	vertical-align: top;
}
.resources caption {
	font-weight: bold;
	margin-bottom: 8px;
}
/*=================================================================================
breadcrumb style
=================================================================================*/
#breadcrumb {
	font-size: xx-small;
	color: #999973;
	background-color: #fffffd;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
/*=================================================================================
signature style
=================================================================================*/
#sign {
	font-size: 1.2em;
	font-family: "Mistral", "color: FFFF00";
	font-weight: bold;
}
/*===========changes the default styling of the caption=============*/
caption {
	caption-side: top; /*margin-bottom: 16px;*/;
	font-weight: bolder;
}
/*=============styling for programme table ===============*/
#table {
	padding: 5px;
	border-collapse: collapse; /*acollapse Borders are collapsed, where adjacent, into a single border */;
	border: 1px solid #e6e6cd;
	empty-cells: show; /*suggest that all empty cells be displayed as normal cells*/;
	width: 100%;
}
#table td {
	/*was census td*/
	border: 1px solid #e6e6cd;
	padding: 3px;
	font-size: .9em;
	width: 49px;
}
#table th {
	/*was census th*/
	font-weight: bold;
	background-color: #ffffff;
	width: 49px;
	display: block;
}
/*table*/
#program {
	border-collapse: collapse;
	width: 90%;
	border: thin #000000 solid;
}
#program caption {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#program td {
	vertical-align: top;
	padding: 5px;
	border: thin #000000 solid;
}
.shaded {
	background-color: #F1EDE0;/*#E9DFC5;*/
}
.date {
	width: 50px;
	font-weight: bold;
}
/* =============== styles forms and search box  ===================== */
.formbx {
	width: 105px;
}
.lhs {
	background-color: #EBE4D2;
	border: 1px #660066 solid;
}
textare#amessage.lhs {
	background-color: #EBE4D2;
	border: 1px #660066 solid;
}
.inptbox {
	background-color: #EBE4D2;
	color: #843129;
	font-size: 90%;
}
.search {
	background-color: #EBE4D2;
	color: #000000;
	font-weight: bold;
	border: 1px #660066 solid;
	border-top: 1px solid #7D1715;
	margin-bottom: 20px;
}
#logoleft {
	background-color: #FFFFFF;
	color: #EBE4D2;
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 0.85em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: -7px 20px 0 0;
	text-align: left;
	width: 150px; /*#logoleft {
	background-color: #FFFFFF;
	color: #EBE4D2;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:0.85em; 
	font-weight:bold; 
	margin:-7px 20px 0 0;
  	text-align:left; 
  	width:150px;

}*/;
	.huggins { color: #EBE4D2;	
}


/*=============error page formatting contact page script=============*/

.error-page-heading1 {
	font-family: "Times New Roman";
	color: #7A8E8B;
	font-size: 1.5em;
	font-weight: bold;
}
.error-page-heading2 {
	font-family: "Times New Roman";
	color: #7A8E8B;
	font-size: 1.2em;
	font-weight: bold;
}
.line-closing {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.line-opening {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.message-error {
	font-family: "Times New Roman";
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
}
.message-footer {
	font-family: "Times New Roman";
	color: #000000;
	font-size: .8em;
	font-weight: bold;
}
.nopadding {
	margin-top: 0px;
	margin-bottom: 0px;
}
.strikeout {
	text-decoration: line-through;
}
.sale {
	color: #7A8E8B;
	font-weight: bold;
}
.highlight {
	background-color: #FFFF99;
	padding: 3px;
}

/*===========used to color cell backgrounds==========*/
/*#walks {
	border-collapse: collapse;
	width: 90%;
	border: thin #000000 solid;
}
#walks caption {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.highlight {
	/*vertical-align: top;
	padding: 5px;
	border: thin #000000 solid;*/
	/*background: #47912C;*/
	

}
#walks{
td.tr.d0 td {
	background-color: #47912C; color: green;
}
tr.d1 td {
	background-color: #FFFF66; color: yellow;
}

	

/*.background-td {
		
	border-color: #008000;/*green*/
/*}
.background-yellow {
	background-color: #FFFF66;
}
.background-red {
	background-color: #830000;
	color: #F2F2E5;
}
.background-purple {
	background-color: #993399;
	color: #FFFFFF;
}
.background-orange {
	background-color: #FF9900;
}
.background-orange {
	background-color: #FF9900;
}*/
.unique {
	font-size: 75%;
}
/* ===========  styles item names ==============*/
.item {
	color: #3d6c87;
	font-weight: bold;
	font-size: 1.1em;
}
/*=========== cart button =============*/
.cart {
	width: 87px;
	height: 23px;
}
/*========== product price ===========*/
.price {
	color: #BF6500;
	font-weight: bold;
}
/*=========== centers anything ============*/
.ctr {
	text-align: center;
}
/* ========= soldout products =============*/
.soldout {
	font-size: small;
	color: #800000;
	background-color: #FFD9AE;
}
.smtxt {
	font-size: xx-small;
}
.sign {
	font-family: Mistral;
	font-size: 3.1em;
	color: #800000;
}
}
