﻿/********************* Style ************************/
/* Dept. Hdrs */
.purple #MDBtm .CSGeneralInfo h3 {color: #DE701E;}

/********************* Structure ************************/
/* Hdr, Map, and Dirs */
#MDTop{margin-bottom: 1em;}
#GMapID {height: 450px;}

/* No links/sub headers in CBar */
.CSGeneralInfo a {display: none; visibility: hidden;}

/* Holds Dept. Info blocks */
#MDBtm .CSGeneralInfo
{
	display: inline-block;
	width: 33%;
	height: 150px;
	vertical-align: top;
}

/* Dept. Hdrs */
#MDBtm .CSGeneralInfo h3 {margin-bottom: .25em;}

/* Dirs. */
.CSDirHldr {margin-bottom: 3em;}

/* Dirs. Hdr */
.CSDirHldr .ETHeader
{
	margin-top: 1em;
	border: none;
	font-weight: bold;
	margin-bottom: 0;
}

/* span: Enter for Driv... */
.CSDirHldr .Instructions {display: block; padding: .5em 0;}

/* Addr txtbox */
.CSDirHldr input
{
	width: 400px;
	height: 20px;
	margin-right: 1em;	
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}