/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	background-color: #DDCDB4;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background: url(../../images/LeftNav.jpg) 0 0 repeat-y #FFF;
}

#PrintLogo {
	display:none;
}


/* BANNER */


#top {
	background-color:#FFFFFF!important;
	background-image: url(../images/bannergrassonly.jpg);
	background-repeat: repeat;
	height: 75px;
}

#topLeft {
	width:59%;
	float:left;
}

#topRight {
	width: 39%;
	float:right;
}

#navigation {
	width:100%;
	background:#a7bdb0;
	clear:both;
	float:left;
	padding: 0px;
}

/* END BANNER */

#LeftNav {
	background-color: #a7bdb0;
	width: 160px;
	margin-top: 0px;
	margin-left:0px;
	border-top: thin solid #FFF;
	float:left;
	clear:both;
}

#main-content {
	background-color:#FFFFFF;
	width: 470px;
	float: left;
	padding-top: 0px;
	padding-bottom: 20px;
	overflow: visible;	
}
#2columnsL {
	width: 235px;
	float: left;
}

#2columnsR {
	width: 235px;
	float: right;
}

#communitiesMap{
	width: 330px;
	float: right;
	margin-right: 0px!important;
	margin-left: 0px!important;
}

#main-content img {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#RightNav {
	background-color: #fff;
	width: 160px;
	padding-top: 10px;
	float:right;
}

#RightNavContent2 {
	width: 150px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:5px;
	margin-right:5px;
	border-left-color:#d4d9df;
	border-left-style:double;
	border-left-width:3px;
}

#footer {
	width: 800px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #DDCDB4;
}

/*home*/

#thumbnails { /*taken from ChescoPAGreen*/
	width:100%;
	height: 150px;
	padding-bottom:10px;
}

img.Right { /*taken from ChescoPAGreen*/
	margin-bottom: 5px;
	margin-left: 10px;
}

img.Left { /*taken from ChescoPAGreen*/
	margin-bottom:5px;
	margin-right:10px;
}

#LeftNav-home {
	background-color:#FFF!important;
}

#main-content-home {
	background-color:#FFFFFF;
	width: 600px;
	float: left;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	clear: both;
}

#container-home {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background: #FFF;

}

/*mapping page*/

#container-mapping {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background: #FFF;

}

#main-content-mapping {
	background-color:#FFFFFF;
	width: 800px;
	float: left;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 20px;
	clear: both;
}

#map{
	width: 600px;
	float: right;
	border-width: 0px;
	border-style: solid;
	border-color:#CCC;
	margin-right: 5px;
	margin-left: 0px;
	background-color: #FFF;
}

#mapLegend {
	width:190px;
	float: left;
	margin-right:0px;
	margin-left:0px;
	background-color:#FFF;
}
