/* mallard.css and all associated graphics copyright 2008, Elemental Webscape */

* {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Verdana, Geneva, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 87%; 
	color: #333;
	min-width: 800px;
	max-width: 1400px;
	background: url("images/mallardwebheader.jpg") no-repeat; 
	background-color: #a4af6a;
}

#printheader {
	visibility: hidden;
	height: 0;
	display: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:focus {	
	outline: none; 
} 

h1, h2, h3, #date, #navlinks li, #rates, .money, #footer p {
	font-family: Georgia, "Lucida Console", Sylfaen, serif;
	font-variant: small-caps;
}

h1, h2, .info, .info a, #rates {
	color: #930;
}	

h1, h2 {
	padding: 5px 0px 10px 0px;
}

.imgstyle {
	display: block;
	border: 4px double #a4af6a;
	margin: 5px;
}

.imageleft {
	float: left;
	margin: 8px;
}

.imageright {
	float: right;
	margin: 8px;
}

img.center {
	display: inline;
}


.center {
	text-align: center;
}


#side h3 {
	color: #930;
	padding: 3px;
}

#side {
	padding: 10px 0px;
}

#main p {
	padding-bottom: 1.1em;
}

#main a, #main a:link, #main a:visited {
	color: #930;
	text-decoration: underline;
}

blockquote {
	padding: 1.2em;
	font-style: italic;
}

blockquote cite, p.copyright {
	display: block;
	font-variant: small-caps;
	text-align: right;
}


#masthead {
	height: 175px;
}

#container {
	margin: 0px 10px;
	background: #f1f3e8;
}

#leftbar {
	width: 257px;
	margin: 0px;
	float: left;
}

#main {
	margin:  0px 0px 0px 250px;
	padding: 10px;
}

#date {
	font-size: 1.2em;
	width: 205px;
	height: 25px;
	margin: 10px;
	padding: 4px 15px 2px 15px;
	text-align: center;
	color: #a4af6a;
	background: #4d4c40;
	border: 1px dotted #c8d0a2;
}

#menu {
	margin: 10px;
	padding: 5px 5px 5px 25px;
	width: 205px;
	background-color: #a4af6a;
	border: 1px dotted #e2e5d2;
}

#navlinks li{
	height: 30px;
	width: 190px;	
	border-bottom: 1px dotted #993300;
	font-size: 1.15em;
	letter-spacing: -0.05em;
	line-height: 1.7em;
	list-style: url("images/bullet.gif");
}

#navlinks li.last {
	border-bottom: 0;
}

#navlinks a:link, #navlinks a:visited {
	display: block;	
	height: 30px;
	width: 190px;
	color: #333;
}

#navlinks li:hover, #navlinks a:hover {
	padding: 0; margin: 0;
	height: 30px;
	width: 190px;
	text-decoration: underline;
	list-style: none;

}

li.urhere a {
	display: block;
	padding: 0; margin: 0;
	height: 30px;
	width: 190px;
	background: url("images/club.gif") no-repeat right;
}

.liststyle {
	padding-left: 2.5em;
}

.directions ul{
	padding: 10px 10px 15px 20px;
}


#news {	
	margin: 0px;
	padding: 10px 15px 15px 15px;
	border: 2px groove #930;
	text-align: center;
}

#news h2 {
	padding: 2px;
}

#news p {
	padding: 3px;
}

#content {
	padding: 10px;
	margin-bottom: 5px;
}

.raise {
	vertical-align: top;
	font-size: 75%;
	text-decoration: underline;
}

#rates {
	padding: 10px;
	margin: 5px 0px 20px 5px;
	border: 5px double #4d4c40;
	text-align: center;
}

#rates td, #rates th {
	width: 90px;
	padding: 5px 3px;
	text-align: center;
}

#rates th {
	border: 1px dotted #930;
}

#rates td {
	font-size: 1.3em;
	color: #333;
	border: 1px dotted #930;
} 


#map {
	width: 630px;
	padding: 3px;
	margin: 10px 0px;
	border: 5px double #4d4c40;
}

#google {
	width: 630px;
	height: 400px;
    }

#weatherone {
	width: 630px;
	height: 440px;
	background-color: #c39e6e;
	background: url("images/weatherbackground.jpg") no-repeat;	
}

#weathertwo {
	height: 420px;
}

#weatherthree {
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	line-height: 20px;
	background: #cfaf89; 
	color: #333;
}

#footer {
	background: #4d4c40 url("images/footerimage.jpg") no-repeat right;	
	height: 100px;
	border-top: 1px dotted #a4af6a;
	clear: both;
}
	

#footer p, #footer a, #footer a:link, #footer a:visited {
	color: #a4af6a;
	padding: 0;
}

#footer p {
	padding: 30px 50px;
}


#footer a:hover {
	text-decoration: underline;
}


#pagebottom {
	padding-right: 10px;
	padding-bottom: 3px;
}

#pagebottom a {
	text-decoration: underline;
	color: #333;
}

#pagebottom a:hover {
	text-decoration: none;
}
	
	  