/* This section changes the appearance of info boxes; please do not consider it a part of their overall style. */
/*
.MMInfoBox {
	overflow : visible;
	font-family: "trebuchet MS", sans-serif;
	color: #666;
	font-size: 0.9em;
}

.MMInfoBox .MMplacer {
    position : absolute;
    bottom : 0px;
    left : -10px;
}

.MMInfoBox table {
	border-collapse : collapse;
	margin: 0px;
	padding: 0px;
}
.MMInfoBox .MMclose {
	position : absolute;
	top : 5px;
	right : 5px;
	overflow : hidden;
	text-indent : -9999px;
    width : 12px;
	height : 12px;
	background: url(../images/mm_info_close.gif) no-repeat;
}
.MMInfoBox .MMtop .MMleft {
	width: 0px;
}
.MMInfoBox .MMtop>.MMleft {
	background: none;
}
.MMInfoBox .MMtop .MMcenter {
    background : url(none); 
} 
.MMInfoBox .MMtop .MMright {
	width: 0px;
} 
.MMInfoBox .MMtop>.MMright {
	background: none;
}
.MMInfoBox .MMmiddle .MMleft{
	width: 0px;
} 
.MMInfoBox .MMmiddle>.MMleft{
	background: none;
}
.MMInfoBox .MMmiddle .MMcenter{
	margin: 0px;
	padding: 0px;
	background: none;
}
.MMInfoBox .MMmiddle .MMcenter .MMspacer {
	background: #EEF7F4;
	padding: 5px;
	border: 1px solid #999999;
	width: 172px !important;
	margin: 0px;
}
*/
.MMInfoBox .MMmiddle .MMcenter h3, .MMInfoBox .MMmiddle .MMcenter h1 {
    margin : 5px 5px 5px 5px;
    padding: 0 0 5px 0;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dashed #666;
    color: #4E7972;
}
.MMInfoBox .MMmiddle .MMcenter p {
    margin : 0 5px 5px 5px;
    padding: 0;
}
/*
.MMInfoBox .MMmiddle>.MMright {
	background: none;
} 
.MMInfoBox .MMmiddle .MMright {
	width: 0px;
}
.MMInfoBox .MMbottom .MMleft{
	width: 0px !important;
}
.MMInfoBox .MMbottom>.MMleft{
	background: none;
}
.MMInfoBox .MMbottom .MMcenter{
	height: 0px;
}
.MMInfoBox .MMbottom>.MMcenter{
	background: none;
}
.MMInfoBox .MMbottom .MMright{
	width: 0px !important;
}
.MMInfoBox .MMbottom>.MMright{
	background: none;
}
.MMplacer>.MMconnector {
	background: url(../images/mm_info_indicator.gif) no-repeat left top;
}
.MMInfoBox .MMconnector{
	margin: -3px 0px 0px 3px;
	padding: 0px;
	height: 14px;
	width: 16px;
	
}
.MMInfoBox .MMspacer .MMcontent {
	padding: 5px;
	position: relative;
	border: 1px solid #7DC4B2;
	background: #FFFFFF;
	width: auto;
}
*/
div.REBLocalInfo {
	border-top: 1px solid #7DC4B2;
	border-bottom: 1px solid #7DC4B2;
}

div.REBLocalInfo a.MMtoggle {
	display: none;
}
div.REBLocalInfo div.MMheader h3 {
	font-size: 0.75em;
	margin: 0px;
	padding: 3px 10px;
	color: #3C5F56;
	letter-spacing: 0.2em;
}
div.REBLocalInfo div.MMheader {
	background: #EEF7F4;
	border-bottom: 1px solid #7DC4B2;
}
div.REBLocalInfo div.MMlistcontainer ul {
	margin: 0px;
	padding: 0px;
}
div.REBLocalInfo div.MMlistcontainer ul li {
	list-style: none;
	width: 185px;
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	border-right: 1px solid #999999;
	background: #FFFFFF;
}
div.REBLocalInfo div.MMlistcontainer ul li a {
	text-decoration: none;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
div.REBLocalInfo div.MMlistcontainer ul li input {
	margin: 0px;
	padding: 0px;
	float: right;
}
div.REBLocalInfo div.MMlistcontainer label {
	padding: 0px;
	margin: 0px;
	width: 165px;
}
div.REBLocalInfo div.MMlistcontainer ul li a img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	vertical-align: top;
	width: 16px;
}

