﻿/*  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 {
	background: #ffffff url('images/background.jpg') repeat;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	background-color: #324356;
	color: #ffffff;
	border: none;
	height: 2px;
	width: 100%;}

img {
	border: none;}


/*  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: #999999;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

a:hover {
	color: #336699;
	text-decoration: bold;
	outline: none;
	font-weight:bold;
}

a:active {
   outline: none;
   overflow: hidden;
}

/*  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: #336699;
	font: normal 16px Verdana, Georgia, serif;
	text-align: left;
	letter-spacing: 0px;
	padding: 0 0 5px#556e8e 0;
	border-bottom: 3px #556e8e;
	margin-bottom: 30px;}

h2{
	color: #336699;
	font: normal 14px Verdana;
	letter-spacing: 1px;
	text-align: left;}
	
h3{	
	color: #a0a0a0;
	font: normal 20px Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	text-align: left;}
	
h4 {
	color: #a0a0a0;
	font: normal 20px Verdana, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 2px;}
	
h5 {
	color: #556e8e;
   text-transform: uppercase;
	font: bold 16px Verdana, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 3px #556e8e double;}

h6 {
   background-color: #c0c0c0;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding: 3px;}

.center {
	text-align: left;}	

.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 {
   background: #ffffff url('images/wrapper.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/* TOP HEADER AREA */

#header {
	position: relative;
	width: 900px;
	height: 156px;}

/* This sets the size and position of your business name
and slogan */

#sitename {
   position: absolute;
   top: 100px;
   left: 480px;
   z-index: 1;
   width: 410px;
   text-align: center;}
   
#sitename h1 {
   margin: 0; padding: 0;
	border: none;
	color: #324356;
	font: normal 34px Georgia, Georgia, serif;
	text-align: center;
	letter-spacing: 1px;}

#slogan {
   position: absolute;
   top: 150px;
   left: 480px;
   z-index: 2;
   width: 372px;
	font: bold 10px Arial, Helvetica, sans-serif;
   line-height: 40px;
   color: #ffffff;
   letter-spacing: 1px;
   text-decoration: none;
   text-align: center;}
      
#slogan p {
   margin: 0;
   padding: 0;}

/* The items below set the properties for the 
MAIN NAVIGATION dynamic menu block.*/

#menu {
   position: absolute; /* Menu position */
   top: 200px;
   left: 20px;
   z-index: 4;
   width: 860px;
   height: 1%;}

/* This sets the position for where the slideshow
images will appear */

#slideshow {
   position: absolute;
   z-index: 2;
   top: 35px;
   left: 35px;
   width: 440px;}


/* TWO COLUMN LAYOUT */
/*  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: right;
	width: 250px;
	padding: 10px 10px 10px 10px;
	margin-left: 0px;
}

#content {
	float: left;
	width: 558px;
	line-height: 1.4em;
	padding: 10px 20px 10px 20px;
}

/* ONE COLUMN LAYOUT */

#contentwide {
	float: right;
	width: 860px;
	line-height: 1.3em;
	padding: 10px 20px 10px 20px;}

/* FOOTER AREA */
/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	background: #dbdbdd url('images/footer.jpg') no-repeat;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 80%;
	padding-top: 40px;
	height: 60px;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #000000;
   font-weight: normal;
   padding: 0 10px;
   text-decoration: none;}

#footer li a:hover {
   color: #000000;
   font-weight: normal;
   padding: 0 10px;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

	
/* CATALOG DISPLAY TABLE */
/*  The catalog is set into a simple three-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	font-size: 100%;
	width: 100%;
}


/* CALENDAR DISPLAY */
/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	color: #ccccff; 
	border: 2px #ffffff;}