

#sarasota{
    width : 900px;
    margin: 25px auto 0;
    line-height : 1.4em;
    font-size: 10pt;
}

#sarasota h1{
    text-align: center;
    color : #0064B6;
    padding-top : 5px;
}

#slideshow {
	height: 200px;
    width: 681px;
	margin : 0 auto;
}

#sarasota #map{
    width : 608px;
    height : 529px;
    margin: 0 auto;
}

#sarasota #layers{
    width : 608px;
    height : 50px;
    margin: 25px auto;
}

#sarasota #layers h3{
    color : #0064B6;
    border-bottom: 1px solid #CCCCCC;
}

#sarasota #layers #selectLayer{
    width : 200px;
}

#sarasota #neighborhoods{
    width : 700px;
    min-height : 300px;
    margin: 25px 0 25px 100px;
    float : left;
}

#sarasota #neighborhoods h3{
    width : 608px;
    color : #0064B6;
    margin : 0 auto 5px auto;
    cursor : pointer;
}

#sarasota #neighborhoods #list{
    width : 670px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    float : left;
    padding: 15px;
}

#sarasota #neighborhoods #list a{
    display : block;
    width : 335px;
    height : 40px;
    float : left;
    font-size: 14px;
    text-decoration: none;
    color : #0064B6;
}

#neighborhoodList{
    width: 300px;

}

#neighborhoodList_chzn{
    margin: 5px 0 5px 25px;
}
.inProgressDiv {
	box-shadow: 5px 5px 25px -5px #000;
	-webkit-box-shadow: 5px 5px 25px -5px #000; 
	-moz-box-shadow: 5px 5px 25px -5px #000; 
}
.inProgressDiv .ui-dialog-titlebar {
	border: 0;
	background: none rgba(0, 0, 0, 0);	
}
.inProgressDiv .ui-dialog-titlebar-close {
	background-color: #FFF;
}
.inProgressDiv .ui-dialog-buttonpane {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}


