#container {
	width: 1160px;
	margin: 0 auto;
}
#header {
	/*padding:0 15px;*/
	height: 130px;
	box-shadow: 0px 2px 4px 1px grey;
}
#header h1 {
	float:left;
	padding:15px 0;
}
#header .PartnerLogo {
	float:left;
	padding:20px 15px 0 0;
}
#header .ChargeStationLogo {
	float:right;
	padding:20px 15px 0 0;
}
.socialIcons li {
	list-style:none;
	display:inline;
}
#content {
	float:left;
	width:850px;
}

#fullwidthcontent {
	float:left;
	width:100%;
}

#contentleftcolumn {
	float:left;
	width:49%;
}

#contentrightcolumn {
	float:right;
	width:49%;
}

.blockpanel{
	border-bottom:1px solid #dcdcdc;
}

.EmbededMap{
  border : none;
}

.EmbededMapFS{
  border : none;
  width: 100%;
  height: 550px;
  padding-left: 2%;
}

#sidebar {
	width: 25%;
	float: right;
	border-left:1px solid #dcdcdc;
}
#footer {
	border-top:1px solid #dcdcdc;
	text-align:center;
	margin:20px 0 0 0;
}
/*Main Menu*/

#navcontainer .socialIcons {
	/*float: right;
	padding: 5px 6px 6px 14px;
	background-color: #dcdcdc;
	color: #666565;
	box-shadow: 0px 2px 4px 1px grey;*/

	float: right;
	padding: 5px 8px 6px 14px;
	background-color: #dcdcdc;
	color: #666565;
	box-shadow: 0px 2px 4px 1px grey;
}

#navcontainer ul {
	padding: 0;
	background-color: #dcdcdc;
	color: #666565;
	float: left;
	width: 93%;
	font-family: arial, helvetica, sans-serif;
	height: 37px;
	box-shadow: 0px 2px 4px 1px grey;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 10px 20px;
	background-color: #dcdcdc;
	color: #666565;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {/*, #navcontainer #active a {*/
	background-color: #818d75;
	color: #fff;
}

.textcontainer ul {
	padding: 10px 0px 10px 50px;
/*	background-color: #dcdcdc;
	color: #666565; */
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
