﻿html { 
    height: 100%; 
    padding-bottom: 1px; 
}

body {
	background: #959f91 url('../images/bg.gif') repeat-x; 
	text-align: center;
	line-height: 1.3em;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
}

#shadow {
	width: 822px;
	margin: 0px auto;
	position: relative;
	background: #959f91 url('../images/shadowbg.jpg') repeat-y;
}

.topRightShadow {
	position: absolute;
	top: 0;
	right: 0;
}

.topLeftShadow {
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	width: 750px;
	padding: 0;
	margin: 0px auto;
	position: relative;
	background-color: #fcf8f0;
}

#masthead {
	width: 750px;
}

#header {
	background-color: #dea828;
	height: 15px;
}

#banner {
	height: 188px;
}

#content {
	background: #fcf8f0 url('../images/contentBG.jpg') no-repeat scroll left top; 
	text-align: left;
	padding: 0;	
	overflow: hidden;
	width: 750px;
}

#content p {
}

#leftCol {
	margin: 0;
	margin-left: -750px; /* Set left margin to wrapper width */
	padding: 0;
	width: 260px;
	float: left;
}

#rightCol {
	margin: 0;
	margin-left: 260px; /* Set left margin to leftCol width */
	float: right;
	margin-right: 20px;
	padding-bottom: 36px;
}

#footer {
	clear: both;
	background-color: #dea828;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #2F4F2F;
}

#footerBottom {
	clear: both;
	margin:0px auto;
	height: 36px;
	width: 822px;
}


a:link { color: #2F4F2F; text-decoration: none; border-bottom: 1px dashed #959f91; }
a:visited { color: #2F4F2F; text-decoration: none; border-bottom: 1px dashed #959f91; } 
a:hover { color: #DD7500; text-decoration: none; border-bottom: 1px dashed #DD7500; }
a:active { color: #2F4F2F; text-decoration: none; border-bottom: 1px dashed #959f91; } 

#banner a:link { color: #2F4F2F; text-decoration: none; border:0; }
#banner a:visited { color: #2F4F2F; text-decoration: none; border:0; } 
#banner a:hover { color: #DD7500; text-decoration: none; border:0; }
#banner a:active { color: #2F4F2F; text-decoration: none; border:0; }

a.imgLink, a.imgLink:visited, a.imgLink:active, a.imgLink:hover { 
	text-decoration: none;
	background-color: transparent;
	border: 0;
	outline: none;
}

h1 {
	padding-top: 1em;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 22px;
	font-style: italic;
	color: #690300;
	line-height: 1.1em;
}

h1.alt {
	font: .8em Arial, Helvetica, sans-serif;
	color: #8B8378;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0 5px 0;
}

h2 {
	color: #956946;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 16px;
	line-height: 1.2em;
	text-align: right;
	padding-top: .2em;	
	padding-bottom: .5em;
	text-align: center;
}

h3 {
	padding-top: .5em;
	font-family: Georgia,'Palatino Linotype',Palatino,Utopia,serif;
	font-size: 16px;
	font-style: italic;
	color: #690300;
	line-height: 1.1em;
}

h3.alt {
	margin-top: 1em;
	margin-bottom: .4em;
	font-size: 16px;
}

hr {
	color: silver;
	background-color: silver;
	height: 1px;
	border: none; 
}

iframe {
	float: left;
	height: 900px;
	width: 450px;
	border: 0;
}

p {
	margin-top: .8em;
}

p span {
	font-weight: bold;
	color: #690300;
}

img.floatLeft { 
    float: left; 
    margin: 0 10px 10px 0; 
}

.floatRight { 
    float: right; 
    margin: .8em 0px 10px 10px;
    text-align: center;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.red {
	color:red;
}

.center { 
	text-align: center;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* table stuff */
#feeTable {
	width: 100%;
}

#feeTable th {
	font: bold .85em Arial, Helvetica, sans-serif;
	color: #8B8378;
	border: 1px solid #CDB38B;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

#feeTable th.hdrRow {
	background: #e0e4e0;
	color: #690300; 	
}

#feeTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #CDB38B;
	background: none;
	color: #690300;
}

#feeTable td {
	font: .9em Arial, Helvetica, sans-serif;
	border-right: 1px solid #CDB38B;
	border-bottom: 1px solid #CDB38B;
	padding: 6px 6px 6px 12px;
	color: #575757;
}

#feeTable td.first {
	border-top: 1px solid #CDB38B;
}

#feeTable td.alt, #feeTable th.alt, #feeTable tr.alt {
	background-color: #fbf5e9;
}
/* end table stuff */

/* floating menu sidebar */
#sidebar {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 200px;
	background: none;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 16px;
}

#sidebar .shadowwrap {
	margin: 0px auto;
	background: url('../images/menuShadowFull.png') repeat-y;
}

#sidebar .shadowwrapBtm {
	height: 12px;
	width: 200px;
	background: url(../images/menuShadowBtm.png);
}

#sidebar .wrap {
	width: 176px;
	margin: 0px auto;
	background: #fbf5e9 url('../images/menuBG.jpg') repeat-y;
}

#sidebar .top {
	margin: 0px auto;
}

#sidebar .btm {
	margin: 0px auto;
	padding: 0;
	background: #fbf5e9 url('../images/menubtm.jpg');
	height: 6px;
	width: 176px;
}

#sidebar ul {
	margin: 0;
	text-align: left;
	padding: 0px;
	padding-bottom: 10px;
	list-style: none;
}

#sidebar li {
	margin: 0 6px;
	padding: 1px 0;
	text-indent: 5px;
}

#sidebar ul li a {
	width: 165px;
	display: block;
	padding: 2px 0 4px 0;
	border: 0;
}

#sidebar ul li a:hover{
	background: #96514a;
	color: #F9F6E7;
	border: 0;
}
/* end floating menu sidebar */

/* email contact form */
#emailForm {
	width: 450px;
	margin-top: 20px;
	font-size: 1.1em;
}
#emailForm input, #emailForm textarea {
	padding: 0px;
	width: 300px;
	font-size: .9em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	padding-top: 2px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#emailForm textarea:focus, #emailForm input:focus {
	border: 2px dotted #a6a6a6;
}
#emailForm label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 110px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 1em;
}
.submitBtn {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #8B8378;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.reqd { 
	color: red;
	font-style: italic; 
	text-indent: 30px;
}
.mailMsg {
	margin: 0 0 0 20px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: red;
}
/* end email contact form */    

/* Weather Control Styles */
#WeatherControl {
	font-size: 11px;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	float: right;
	color: #666666;
	margin: 1em 0px 10px 10px;
}

#WeatherControl .fcastTable {
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
}

#WeatherControl .fcastDate {
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#WeatherControl .curWind {
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#WeatherControl .temp {
	font-size: 22px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
}

#WeatherControl .cc {
	font-size: 11px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#WeatherControl .fcastWeekDay {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#WeatherControl .ccLoc {
	font-size: 11px;
	font-weight: bold;
	color: #2F4F2F;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}

#WeatherControl .weatherTable {
	padding:5px;
	background-color:white;
	text-align:center;
	border:solid 1px #c3c3c3;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	background-color: #fff;
	margin:0px auto;
}
        
#WeatherControl .fcastTable {
	padding:3px;
	background-color:white;
	text-align:center;
	border:dotted 1px #c3c3c3;
	background-color: #fff;    
    margin-top:4px;	
    margin-left: auto;
    margin-right: auto;
}
        
#WeatherControl .weatherError {
	color: #ff0000;
	font-size: 11px;
	margin: 5px 0 5px 0;
}

#WeatherControl .block {
	display: block;
} 

#weatherLinks {
	 border:1px dotted #003399;
	 padding:10px;
	 margin-top:15px;
	 font-size:11px;
	 line-height:1.3em;
}

#WeatherControl a:link { color: #2F4F2F; text-decoration: none; border:0; }
#WeatherControl a:visited { color: #2F4F2F; text-decoration: none; border:0; } 
#WeatherControl a:hover { color: #DD7500; text-decoration: none; border:0; }
#WeatherControl a:active { color: #2F4F2F; text-decoration: none; border:0; } 

#weatherLinks a:link { color: #003399; text-decoration: none; border:0; }
#weatherLinks a:visited { color: #003399; text-decoration: none; border:0; } 
#weatherLinks a:hover { color: #DD7500; text-decoration: none; border:0; }
#weatherLinks a:active { color: #003399; text-decoration: none; border:0; } 

