@CHARSET "ISO-8859-1";

#mapSearchLinks {
	background: url(/images/boxTemplate/blue/topdowngradient.gif) no-repeat;
	width: 879px;
	height: 100px;	
}
#mapSearchLinks ul {
	padding: 10px 0 0 25px;	
}
#mapSearchLinks li {
	float: left;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	font-size: .95em;
}
#mapSearchLinks li a {
	color: #222298;
	display: block;
}
#mapSearchLinks li a:hover, #mapSearchLinks li a:active, #mapSearchLinks li a:focus {
	text-decoration: none;	
}
#mapSearch {
	background: url(/images/boxTemplate/blue/mapSearch.gif) no-repeat;
	padding: 7px 0 7px 7px;
	height: 289px;
	width: 500px;
}
/*#mapSearchLinks {
	height: 22px;
	padding: 5px 10px 0;	
}
#mapSearchLinks li {
	display: inline;
	border-left: 1px solid #fff;
	padding-left: 5px;	
}
#mapSearchLinks li.first {
	border: none;
	padding-left: 0;
}
#mapSearchLinks li a {
	color: #9ce;
}
#mapSearchLinks li a.active {
	color: #fff;	
}*/
#mapContainer {
	position: relative;
	color: #fff;
}
#mapContainer .ajaxLoader {
    height: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    color: #fff;
}
#mapBlock {
	background-color: #333;
	opacity:0.8;
	filter:alpha(opacity=80);
	height: 235px;
	top: 0;
	width: 100%;
    left: 0;
    position: absolute;
    text-align: center;
}
#mapBlock  div {
	color: #fff;
	margin-top: 20%;
	font-size: 1.2em;
	font-weight: bold;
}
#mapSearchTop {
	height: 22px;
	padding: 5px 10px 0;
	color: #fff;
	text-align: center;
}
#mapSearchInfo {
	line-height: 28px;
	margin: 0 10px;
}
#mapSearchInfo div {
	color: #fff;
}
#quickMapPhrase {
	color: #fff;
	font-weight: bold;	
}
#mapSearchInfo #quickMapInput {
	width: 50px;
}
#additionalMedia {
	width: 370px;
	padding: 5px 0 0;
}
.smallBox {
	background: url(/images/boxTemplate/blue/smallBox.gif) no-repeat;
	height: 188px;
	width: 179px;
	text-align: center;
}
.smallBox .content {
	width: 150px;
	text-align: left;
	margin: 10px auto 5px;
	font-size: .95em;
}
.smallBox h3 {
	color: #fff;
	line-height: 29px;
	text-align: center;
	font-size: 1.1em;
}
.wideBox {
	background: url(/images/boxTemplate/blue/activdirectorybox.gif) no-repeat;
	height: 98px;
	width: 369px;
	margin: 8px 0 0;
	text-align: center;
}
.wideBox h3 {
	color: #fff;
	line-height: 29px;
	text-align: center;
	font-size: 1.1em;
}
.wideBox .content {
	padding: 10px 8px 5px 160px;
	text-align: left;
}

/** Popular Searches **/

#popularSearchContainer {
	background: url(/images/boxTemplate/blue/bottomupgradient.gif) no-repeat;
	color: #000;
	width: 839px;
	height: 107px;
	padding: 30px 20px 0;
	margin: 0 auto;
}

#popularSearchContainer .section_label {
	font-weight: bold;
	color: #2c2cae;
}

#popularSearchContainer hr {
	display: none;
}

#popularSearches {
	line-height: 1.5em;
	text-align: left;
	color: #0071bc;
}
#popularSearches div {
  padding: 8px 5px;
}

#popularSearches a, #popularSearches a:active, #popularSearches a:visited {
  color: #449;
  text-decoration: none;
}

#popularSearches a:hover {
  text-decoration: underline;
}
