﻿/*  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-x;
	color: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #3576bf;
	color: #3576bf;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  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: #6fa1d1;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:hover {
	color: #858585;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

/*  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: #3576bf;
	font: bold 24px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;}

h2{
	color: #3576bf;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #3576bf;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #757575;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	border-bottom: 1px dashed #757575;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 25px 2px 0 0;
	text-align: left;}

h6 {
	color: #3576bf;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}
	
.center {
	text-align: center;}	

.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 {
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header. The global
navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 200px;}

#global {
	position: absolute;
	left: 50px;
	top: 10px;
	z-index: 1;
	color: #ffffff;
	height: 20px;
	font-size: 85%;}
	
#global a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;}

#global a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;}

/*  The tabbed navigation is a simple bulleted list
with the bullets removed. Each tab will expand to hold
your text.  */

#tabbar {
	position: absolute;
	left: 50px;
	top: 120px;
	float: left;
	width: 100%;
	font-size: 85%;
	height: 40px;}

#tabbar ul {
	margin: 8px 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:#6fa1d1;}

#tabbar a:hover {
	background-position:0% -42px;}

#tabbar a:hover span {
	background-position:100% -42px;}

/*  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: left;
	width: 260px;
	padding: 20px;}

#content {
	float: right;
	width: 560px;
	line-height: 1.5em;
	padding: 20px;}

#contentwide {
	width: 860px;
	line-height: 1.5em;
	padding: 20px;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	color: #656565;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.5em;
	font-size: 80%;
	height: 60px;
	border-top: 1px dashed #656565;}

#footer a:visited {
	color: #6fa1d1;
	font-weight: normal;
	text-decoration: underline;}

#footer a {
	color: #6fa1d1;
	font-weight: normal;
	text-decoration: underline;}

#footer a:hover {
	color: #858585;
	font-weight: normal;
	text-decoration: underline;}

#footer p {
	margin: 0;
	padding: 0;}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	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: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the 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%;}

/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	padding: 5px;
	border: 1px solid #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;
	padding: 5px;
	border: 1px solid #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	padding: 5px;
	border: 1px solid #c2c2c2;}
	
	
#pscroller1{
width: 600px;
height: 170px;
padding: 3px;

}

#pscroller2{
width: 350px;
height: 170px;
padding: 1px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#gallery {width:728px; height:380px; padding:10px; border:1px solid #333; background: #888; position:relative; margin-bottom:20px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#888; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#888; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
</style>



