#pageBanner{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#leftColumnContent{
	min-height : 200px;
	_height : expression( this.scrollHeight < 200 ? "200px" : "auto" ); /* sets min-height for IE */

}

.label{
	font-weight : bold;
	padding : 0px 5px 0px 0px;
}

select,
option{
	font-size : 11px;

}

.cityName{
	font-size : 14px;
	font-weight : bold;
	padding : 20px 0px 20px 0px;
	color:#990000;	
	display : block;
}

.LocatorContent{
	background-color : #EEE6C5;
	height : 100px;
	padding : 10px 10px 20px;
}

.LocatorAlternatingContent{
	height : 100px;
	padding : 10px 10px 20px;
}

.LocatorNormalBold{
	font-weight : bold;
}

.LocatorRed{
	color : #990000;
}

.LocatorRedLarge{
	color : #990000;
	font-size : 18px;
}

.LocatorDottedLine {
	border-bottom:1px dotted #D6C98A;
	height:5px;
}