body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for IE 6 and below */

	background-color:#DDDDDD;
}

#MapContainer {
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
	margin-right:auto;
	padding:0;
	background-image:url(../about/locations/map/images/plant_side_shadow.gif);
	background-repeat: repeat-y;
	text-align: left; /* to offset center alignment in body */	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0E034E;
	margin-top: 20px;
}

h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #0E034E;
	padding: 0px;
	margin-bottom: -5px;
	margin-top: 5px;
}

a:link {
	color: #0E034E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #61598B;
}
a:hover {
	text-decoration: underline;
	color: #61598B;
}
a:active {
	text-decoration: none;
	color: #0E034E;
}


.MapContentIndent {
	padding-left: 10px;
	padding-right:10px;
	line-height: 15px;
	text-align: justify;
	vertical-align: top;
}	
.MapContentIndentLeft {
	padding-left: 10px;
	padding-right:10px;
	line-height: 15px;
	vertical-align: top;
}
.MapContentIndentLeft li {
	margin-left: -14px;
}

.MapAddress {
	padding-left: 20px;
	padding-right: 5px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
}

.MapBgRed {background-color:#961818; color:#FFFFFF;}
.MapBgDkBlue {background-color:#3F217D; color:#FFFFFF;}
.MapBgLtBlue {background-color:#0081C6; color:#FFFFFF;}
.MapBgTeal {background-color:#1B6D80; color:#FFFFFF;}
.MapBgDkGreen {background-color:#475B2C; color:#FFFFFF;}
.MapBgLtGreen {background-color:#8B9032; color:#FFFFFF;}
.MapBgOrange {background-color:#E86215; color:#FFFFFF;}
.MapBgGold {background-color:#F1B42B;  color:#FFFFFF;}
