﻿body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:small;
	padding:0;
	margin:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:500px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h2, h3 {
	font-size:small;
	margin:.8em 0 .2em 0;
	padding:0;
}
h1, h2{
font-family:tahoma,"trebuchet ms",helvetica,arial,sans-serif;
font-size:20px;
padding:0 0 5px 0;
margin:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
.ShortHeader {
	height:142px;
	padding:0;
	margin:0;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
}
.Header h1,
.ShortHeader h1
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #EEFFEE;
	margin:0;
	padding:50px 0px 0px 20px;
}
.wrapper_outer {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		height:100%;
		overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #d3d3d3;
	/* background-image:url('images/water2.jpg'); */
	background-repeat:repeat;
	}
.wrapper_inner {
	width: 880px;
	margin: 0 auto;
	padding:0;
	background-color: #a3b3dd; /*  same as left so that it makes left appear to go all the way to bottom  */
  margin-left: auto ;
  margin-right: auto ;
}

.left {
	float:left;
	position:relative;
	width:175px;
	padding-top:10px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:8px;
	margin-top:2px;
	background-color: #a3b3dd;

	clear: both;
	display: inline;
}
.left h2
{
	font-size:small;
	color:#606060;
	font-weight: bold;
	padding-bottom:0px;
	margin-top:8px;
	margin-bottom:1px;
}
.left ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.left a:link, 
.left a:visited, 
.left ul li
{
	text-decoration:none;
	font-weight:bold;
	color:navy;
	display:block;
	font-size:14px;
}
.left a:hover, 
.left a:focus,
.left a:active
{
background-color: #c3c3df;
display:block;
}
.weather
{
	margin-left:-10px;
	font-size:10px;
	font-weight:normal;
	color:black;
}
.weather a:link, 
.weather a:visited, 
.weather a:focus, 
.weather a:active, 
{
	font-size:10px;
	font-weight:normal;
	color:black;
	display:inline;
}
.main {	
	float: left;
	position: relative;	
	width: 660px;
	margin: 0;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 20px;
	overflow: auto;
	background-color: #fff;
}
.main img {
	display: block;
}

.footer {
	clear: both;
	background-color: #dcb;
	padding-top:8px;
	padding-bottom:8px;
	overflow: auto;
	margin-top: 0px;
	text-align: center;
}


/* below for when we do 3 columns - used for maps*/
.middle{
float:left;
margin-left:5px;
margin-top:3px;
width:300px;
}
.middle h2
{
	font-size:small;
	font-weight: bold;
	padding-bottom:0px;
	margin-bottom:1px;
}
.right {
float:left;	
position:relative;
margin-left:5px;
margin-top:3px;
width:400px;
}
.mapdiv {
	position:relative;
	width:375px; 
	height:400px;
}
.maplong {
	position:relative;
	width:290px; 
	height:600px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;	
}


