@charset "utf-8";
/* text and links */

body {
	margin-top: 0px;
}

a:link {
	color: #0c9ed5; text-decoration: underline;
}

a:visited {
	color: #664a27; text-decoration: underline;
}

a:hover {
	color: #FFF; background: #0c9ed5; text-decoration: none;
}

a:active {
	color: #664a27;
}

h1 {
	font-size: 180%;
	color: #0c9ed5;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.75px;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-size: 140%;
	color: #664a27;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.75px;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {	
	font-size: 150%;
	color: #0c9ed5;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.75px;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 120%;
	color: #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 140%;
	margin-top: 0px;
	padding-top: 0px;
}

/* presentation and main div containers */

#wrapper {
	width: 95%;
}

#header {
	width: 600px; 
	height: 100px;
}

/* header containers (#home being parent, #logo, #lakeview and #info on left, #search on right */

#home {
	float: left;
	width: 350px;
	height: 75px;
}

#logo {
	float: left;
	width: 350px;
	height: 75px;
}

#lakeview {
	display: none;
}

#info {
	display: none;
}

#search {
	display: none;
}

/* menu containers (#menu being parent, then #first container/#second container containing side borders and #left on left, #flash/#content in center, and #navcontainer parent to #nav on right */

#menu {
	display: none;
}

#firstcontainer {
	float: left;
	width: 100%;
	background: #FFFFFF;
}

#secondcontainer {
	float: left;
	width: 100%;
	background: #FFFFFF;
}

#left {
	display: none;
}
#picture-links
{
	display: none;
}

#flashholder {
	display: none;
}
#flashcontent {
	display: none;
}

#front-content {
	float: left;
	width: 100%;
	font-size: 90%;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 130%;
}

#content {
	float: left;
	width: 100%;
	font-size: 90%;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 130%;
}

#search-content {
	float: left;
	width: 100%;
	font-size: 90%;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 130%;
}


#navcontainer {
	display: none;
}

#nav {
	display: none;
}

/* footer on bottom */

#bottom {
	float: left;
	width: 95%; 
	height: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #000000;
}

#footer {
	display: none;
}


/* following are the logo and address image replacements */

ul#logo {
	margin:0px;
	padding:0px;
}

ul#logo li {
	display:block;
	float:left;
	list-style-type:none;
}

ul#logo li a {
	display:block;
	outline:none;
	width:350px;
	height:75px;
	background:url("../images/print-logo.png");
	text-indent:-9009px;
}