div#MapCanvas
{
	margin-bottom:25px;
}

div#MapCanvas > div.gm-style > div > div h1
{
		/* This is the title of the click on address on the whereweare map*/
		color:black;
		font-size:1.4em;
		font-weight:900;
}

div#MapCanvas > div.gm-style > div > div
{
		/* This is the text of the click on address on the whereweare map*/
		color:black;
		font-size:1em;
}
div#WhereWeAreColumnA
{
	width:48%;
	float:Left;
	margin-right:2%
}

div#WhereWeAreColumnB
{
	width:48%;
	float:right;
}

div#WhereWeAreColumnB img.WhereWeAreColumnBTopImage
{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}

div#DirectoryMapContainer
{
/*
	background-color:red;
*/
	background-color:#111111;
}

#MapCanvas
{
	width:100%;
	display:block;
	background-xolor:red;
	min-height:400px;
}

form#WhereWeAreForm.WhereWeAreForm > fieldset.SelectDestinationGroup > input
{
    margin-left:1%;
    margin-right:1%;
}
p#AdminDynamicCSSAlert
{
         display:none;
}
