#mapTypeOne{
    width : 545px;
    margin: 25px auto 0 auto;
    padding-bottom: 25px;
}

#mapTypeOne #filters{
    width : 535px;
    height : 42px;
    margin: 25px 0 0 0;
    padding: 10px 7px 10px 30px;
    float : left;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #F7F4F4;
}

#mapTypeOne #filters #categories{
    margin: 0;
    width : 180px;
    float : left;
}

#mapTypeOne #filters #county{
    margin: 0 0 0 50px;
    width : 180px;
    float : left;
}

#checkboxDiv{
	margin-top: 7px;
	font-size: 12px;
	float: left;
}

#mapTypeOne #mapWrapper{
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #F7F4F4;
    width : 535px;
    height : 600px;
    padding: 0 7px 10px;
    float : left;
    position : relative;
}

#mapTypeOne #mapWrapper #map{
    width : 533px;
    height : 600px;
    border: 1px solid #CCCCCC;
}

.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}

.infoBox{
    max-height : 500px;
    overflow-y: auto;
    background-color: #FFFFFF;
    opacity: 0.95;
    width: 370px;
    border : 1px solid #CCCCCC;
}

.infoWindow .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: block;
}
