@charset "UTF-8";
/* CSS Document */

@import "forms.css";

html, body {
height: 100%;
}

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#3c815e;
	background-image:url(../images/backer_stripe.gif);
	background-repeat:repeat-x;
	
}

div#master {
	margin-right:auto;
	margin-left:auto;
	width:760px;
	height:auto;
}


div#columns {
	background-color:#FFF;
	width:760px;
	height:100%;
	overflow: hidden;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
}


div#navigation {
	width:120px;
	float:left;
	background-color:#EEE;
	margin-right:6px;
	height:100%;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	
}

div#navigation ul {
	list-style-type:none;
	margin:3px;
	padding:3px;
}

div#navigation li {
	
	padding:3px 3px 10px 3px;
}

div#content {
	width:510px;
	float:left;
	background-color:#FFF;
	
}




div#sponsors {
	width:120px;
	float:right;
	
}


div#headersearch {
	height:88px;
	background-image:url(../images/lindenhurst_village_header.gif);
	background-repeat:no-repeat;
}


div#searchbar {
	width:760px;
	background-color:#CCC;
	background-image:url(../images/searchStripe.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:4px;
}

label.lblsrch {
	font-size:11px;
}

form {
	margin:0px;
	padding:0px;

}
 #weather {
 	margin-top:20px;
	margin-bottom:20px;
 }