div.visual-clear { clear: both; }

div#front-page {
		padding-top: 10px;
		padding-bottom: 10px;
}

    div#front-page div#search-form {
        background: transparent url(../images/index-header-bg.png) bottom left no-repeat;
        margin-left: 20px;
        height: 285px;
    }
    
    div#front-page h1,
    div#front-page h2,
    div#front-page h3,
    div#front-page h4 {
        color: #37889D;
        margin-bottom: 0;
    }
    
    div#front-page div#search-form h1 {
        font-weight: normal;
    }
    
	div#front-page div#search-form p {
		margin: 10px 200px 0 10px;
		color: #37889D;
	}

    div#front-page div#search-form h2 {
        margin: 45px 0 0 20px;
        color: #FFF;
    }
    
    div#front-page div#search-form form {
        margin: 40px 0 0 20px;
    }
    
    div#front-page div#search-form form input {
        font-size: 20px;
        padding: 5px;
        float: left;
        margin: 2px 0 0 0;
        width: 550px;
    }
    
    div#front-page div#search-form form button {
        background: transparent url(../images/go-btn-bg.png) left top no-repeat;
        border: 0;
        height: 45px;
        width: 63px;
        text-indent: -10000px;
        padding: 20px;
        margin: 0 0 10px 20px;
    }
    
    div#front-page div#copy-container {
        margin: 50px 30px 0 40px;
    }
    
    div#front-page div#copy-container div.copy {
        float: left;
        width: 290px;
        margin-top: 10px;
        padding-right: 10px;
    }
    
    div#front-page div#copy-container div#copy-col-1,
    div#front-page div#copy-container div#copy-col-2 {
        border-right: 1px solid #37889D;
        min-height: 220px;
    }
    
    div#front-page div#copy-container h2 {
        border-bottom: 1px solid #37889D;
        padding-bottom: 10px;
        width: 900px;
    }
    
    div#front-page div#copy-container h3 {
        margin: 10px 0 0 20px;
    }
    
    div#front-page div#address-box {
        background: transparent url(../images/address-bg.png) bottom left no-repeat;
        height: 140px;
        margin: 40px 0 0 20px;
    }
    
    div#front-page div#address-box form {
        margin: 30px 0 0 20px;
    }
    
    div#front-page div#address-box form label {
        color: #FFF;
        float: left;
        margin: 0 10px 0 0;
    }
    
    div#front-page div#address-box form input {
        display: block;
        margin: 4px 0 0 0;
    }
    
        div#front-page div#address-box form input#streetAddress {
            width: 250px;
        }
        
        div#front-page div#address-box form input#apartmentNumber {
            width: 100px;
        }
        
        div#front-page div#address-box form input#zipcode {
            width: 100px;
        }
    
    div#front-page div#address-box form button {
        margin: 20px 0 0 0;
    }
    
    div#front-page div#address-box h3 {
        font-weight: normal;
    }

div#city-content {
		padding-bottom: 10px;
}

    div#city-content div#content-header {
        background: transparent url(../images/city-header.jpg) top left no-repeat;
        margin-left: 20px;
        height: 190px;
    }
    
        div#city-content div#content-header form input {
            margin-top: 55px;
            margin: 55px 0 0 20px;
            width: 200px;
        }
        
        div#city-content div#content-header form p {
            margin: 0 0 0 20px;
        }
        
        div#city-content div#content-header h3 {
            margin: 15px 0 0 20px;
        }
        
        div#city-content div#content-header p {
            margin: 2px 0 0 0;
            font-size: 10px;
            font-style: italic;
            color: #FFF;
        }

	div#city-content h3#get-aquainted {
		margin: 10px 0 0 25px;
	}
        
    div#city-content div#tabs {
        margin: 10px 10px 0 20px;
    }
    
        div#city-content div.content {
            border: 1px solid #646464;
            border-top: 10px solid #646464;
        }
    
        div#city-content div#tabs div#tab-menu {
/*            padding-top: 30px;*/
        }
    
        div#city-content div#tabs div#tab-menu ul {
            margin: 0;
            padding: 0;
        }
    
        div#city-content div#tabs div#tab-menu li {
            float: left;
            list-style: none;
            background: transparent url(../images/inactive_tab_left.jpg) top left no-repeat;
            margin-right: 5px;
        }
    
            div#city-content div#tabs div#tab-menu li a {
                display: block;
                text-decoration: none;
                color: #FFF;
                font-weight: bold;
                font-size: 14px;
                margin: 0 0 0 5px;
                padding: 15px 25px 15px 20px;
                background: transparent url(../images/inactive_tab_rt.jpg) top right no-repeat;
            }
    
        div#city-content div#tabs div#tab-menu li.active {
            background: transparent url(../images/active_tab_left.png) top left no-repeat;
        }
        
        div#city-content div#tabs div#tab-menu li.active a {
            background: transparent url(../images/active_tab_rt.png) top right no-repeat;
        }
        
        div#city-content div#demographic-tab img {
            margin-left: 10px;
        }
        
        div#city-content div#demographic-tab p {
            font-size: 10px;
            float: left;
            margin: 10px 10px 0 10px;
        }
        
    div#city-content div#map-container {
        float: right;
        margin: -3px 10px 10px 10px;
        width: 440px;
    }

        div#city-content div#map .gsmsc-idleMapDiv,
        div#city-content div#map .gsmsc-mapDiv {
            height : 350px;
        }
        
        div#city-content div#map-container ul#hotspots {
            margin: 0;
            padding: 0;
        }
        
            div#city-content div#map-container ul#hotspots li {
                float: left;
                display: inline;
                margin-right: 10px;
            }
    
    div#city-content div.widget {
        border: 1px solid #CCC;
        margin: 10px;
        background-color: #fff;
        width: 440px;
    }

    div#city-content div.widget table {
        border-collapse: collapse;
        margin: 10px;
        width: 95%;
    }
    
    div#city-content div.widget tr.color-bg {
        background-color: #E9E9E9;
    }
    
    div#city-content div.widget th, 
    div#city-content div.widget td {
        border-bottom: 1px solid #CCC;
        padding: 5px;
        text-align: left;
    }
    
    div#city-content div.widget td {
        width: 25%;
    }
    
    div#city-content div.widget p {
        text-align: center;
        font-size: 10px;
    }
    
    div#city-content div.widget h3 {
        color: #fff;
        background-color: #646464;
        border-bottom: 5px solid #F7941D;
        margin: 0;
        padding: 15px;
    }
    
    div#city-content table#schools {
        border-collapse: collapse;
        border: 1px solid #646464;
        margin: auto;
        width: 90%;
        clear: both;
    }
    
    div#city-content table#schools th {
        background-color: #646464;
        border-bottom: 5px solid #F7941D;
        color: #FFF;
        padding: 5px;
        margin: 5px;
		text-align: left;
    }
    
    div#city-content table#schools tfoot td {
        background-color: #646464;
        border-top: 5px solid #F7941D;
        color: #FFF;
        padding: 5px;
        margin: 5px;
		text-align: center;
    }
    
    div#city-content table#schools tfoot td a {
        color: #fff;
    }
    
    div#city-content table#schools td {
        padding: 5px;
    }
    
    div#city-content table#schools tr.color-bg td {
        background-color: #E9E9E9;
    }
    
    div#city-content div.pager {
        float: right;
        margin: 22px 10px 10px 0;
    }
    
    div#city-content p.edu-disclaimer {
        float: left;
        margin: 5px 0 0 10px;
    }
    
    div#city-content p.edu-disclaimer a {
        background: url(../images/edu-logo.jpg) top left no-repeat;
        padding: 20px 0 10px 0;
        text-decoration: none;
    }
    
    div#city-content p.edu-disclaimer a em {
        visibility: hidden;
        line-height: 50px;
    }
    
    div#city-content p#edu-tos {
        float: left;
        margin: 20px 0 0 10px;
    }

div#header-404 {
    background: transparent url(../../objects/images/neighborhood/404hero.png) top right no-repeat;
    height: 220px;
    margin-bottom: 50px;
}

    div#header-404 h1 {
        border-bottom: 2px solid #8cc540;
        color:#008FD5;
        margin-left:20px;
        width: 800px
        margin-top: 0;
        padding-top: 20px;
    }

    div#header-404 p {
        font-size: 16px;
        color: #666;
        width: 600px;
        line-height: 18px;
        margin-left: 20px;
    }

        div#header-404 p span.oops {
            font-size: 18px;
            font-weight: bold;
            color: #f7941d;
        }
        
    div#header-404 form {
        margin-left: 20px;
    }
    
        div#header-404 form label {
            display: block;
            color: #008fd5;
            font-size: 13px;
            margin-bottom: 5px;
        }
        
        div#header-404 form input {
            width: 200px;
        }
        
        div#header-404 form fieldset {
            border: none;
        }

div#banner-404 {
    margin-left: 25px;
    background: transparent url(../../objects/images/neighborhood/404-bannerad.jpg) top left no-repeat;
    height: 220px;
}

    div#banner-404 li {
        list-style: none;
    }

    div#banner-404 a.left {
        display: block;
        position: relative;
        top: 170px;
        left: 285px;
        width: 135px;
        padding: 5px;
    }
    
    div#banner-404 a.right {
        display: block;
        position: relative;
        top: 145px;
        left: 465px;
        width: 170px;
        padding: 5px;
    }
    
    div#banner-404 a.left em,
    div#banner-404 a.right em {
        display: block;
        visibility: hidden;
    }

    

