﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f2e24;
	font-size: 12px;
	background-color: #bd986b;
}

a
{
	color: #3f2e24;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
 
 
h1 {font-size: 30px; display:inline-block; color:#134e76;}
h2 {font-size: 24px; display:inline-block; margin-top:25px;}
h3 {font-size: 18px; display:inline-block;}

#wrapper
{
	position: relative;
	width: 975px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
}

#banner
{
	padding: 0 10px;
	height: 84px;
}

#content-wrapper
{
	background-position: left;
	clear: both;
	background-image: url( 'images/PanelBg.gif' );
	background-repeat: repeat-y;
}

#left-panel
{
	position: relative; 
	float: left; 
	width: 180px;
	background-color: #efe5e3;
	margin: 0 0 20px 0;
	padding: 0;
}

#left-panel ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-panel li
{
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Times New Roman' , Times, serif;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(  'images/Separator.gif' );
}

#left-panel li a
{ 
	padding-left: 25px;
	display: block;
	color: #403732;
	text-decoration: none;
}

#left-panel li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b6b1ad;
}

#content
{
	position: relative;
	float: left;
	padding: 0 30px 20px 30px;
	text-align: justify;
	width: 735px;
}

#footer
{
	text-align: center;
	margin: 10px auto;	
}

/* Photo Slide */

.slider-wrapper
{
    background: url(/images/slider-bg.gif) no-repeat;
    padding: 7px 10px 5px 10px;
	width: 710px;
	margin: auto;
}

.sliderGallery {
            overflow: hidden;
            position: relative;
            height: 120px;
            width: 710px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
            padding: 0 2px 0 2px;
        }
        
        .sliderGallery UL LI img
        {
            border: solid 2px #D1C9C5;
		}
        .slider 
        {
            width: 700px;
            height: 17px;
            margin-top: 90px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(/images/slider-bar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 136px;
            top: 0;
            background: url(/images/slider-handle.png) no-repeat;
            z-index: 100;
        }
        

.dashedline
{
    border-bottom: 1px dashed #CACACA;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

.avg-weather
{
	margin: auto;
	width: 400px; 
	border: solid 1px #C7B1A5;
}

.avg-weather td
{
	background-color: #efe5e3;
	border-bottom: solid 1px #ffffff;
}
