/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	background-color: #DDCDB4;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}

#PrintLogo {
	display:none;
}

#top {
	background-color:#FFFFFF!important;
	background-image: url(../images/bannergrass.jpg);
	background-repeat: repeat;
	height:75px;
}

#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;
	margin-top: 15px;
	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;
	margin-top: 15px;
	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;
}

#Bottom {
	background-color: #DDCDB4;
	clear: both;
	margin-top:0px;
	padding-top:5px;
	width:800px;
}

#BottomL {
	width:500px;
	float:left;
	text-align:left;
}

#BottomR {
	width:299px;
	float:right;
	text-align:right;
}

#footer {
	width: 800px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #DDCDB4;
}

/*home*/

#main-content-home {
	background-color:#FFFFFF;
	width: 456px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
}

#RightNavHome {
	background-color: #fff;
	width: 340px;
	margin-top: 15px;
	float:right;
}

#bottomHome {
	background-color:#FFF;
	width: 800px;
	border-top:#d4d9df 3px double;
	clear:both;
}

/* 3 column bottom */
#bottomHomeL {
	background-color:#FFF;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#bottomHomeC {
	background-color:#FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
	float: left;
}
#bottomHomeR {
	background-color:#FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
	float: right;
}

/* 2 column bottom */
#bottomHome2L {
	background-color:#FFF;
	width: 145px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#bottomHome2c {
	background-color:#FFF;
	width: 355px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#bottomHome2R {
	background-color:#FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
	float: right;
}


#topHome {
	background-color:#FFFFFF!important;
	background-image:url(../images/BannerGrass.jpg);
	background-repeat: repeat;
	height:75px;
}


/*mapping page*/

#main-content-mapping {
	background-color:#FFFFFF;
	width: 800px;
	float: left;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 20px;
	clear: both;
}

#llMapContainer{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF !important;
}

#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;
}