#bottomMenu,
#menuIcon,
#aboutIcon,
#addressForm{
    display:none;
}

html,body{
    color: #444;
    height: 100%;    
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #EFEFEF;

}

a{
    color:#aaa;
}

a img{
    border:0;
}

body, .list{
    font-family: Helvetica, Arial;
    padding:0;
    margin:0;
}
li{
    list-style: none;
}

input[type=text],
input[type=search]{
    border: 1px solid #CCC;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
    color: #666;
    padding: 5px
}

h1{
    margin:0.1em;
}
h3{
    color: #333;
}

#getTheAppBar{
    height: 20px;
    text-align: center;
    width: 100%;
    background-color: #333;
    position: fixed;
    padding:5px 0;
    z-index: 100;
    color:#ccc;
}

#getTheAppBar a{
    text-decoration: none;
    color:#ccc;
}

#closeAppBarBtn{
    font-weight: bold;
    font-size: 10px;
    height: 10px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    border: 1px solid white;
    padding: 2px 4px 4px 4px;
}

#wrapper{ 
    display:none;
    padding-top: 30px;
}

#footer{
    width: 960px;
    color:#666;
    text-align:center;
    height: 50px;
    margin:auto;
    position: relative;
    bottom: 0; /* Sit it on the bottom */
    left: 0;
}

#footer a{
    color:#2B79B4;
    text-decoration:none;
    cursor:pointer;
    font-size: 13px;
}
#footer h6{
    margin:10px 0 5px 0;
    font-size: 13px;
    text-shadow: white 0px 1px 0px;
    color:#444;
}

#footer .footerCol{
    float:left;
}

#footer .footerCol ul{
    margin:0 25px;
    padding:0;
}


#wrapper #content{
    padding:0;
    width: 960px;
    margin:auto;
    background-color:#fff;
    padding-bottom: 50px; /* This should match the height of the footer */
    height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height:65%; /* ie6 ignores min-height completely */
    height: 100%;
    height: auto !important;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

#wrapper #global_share{
    text-align:right;
    margin-right:15px;
}

#banner {
    background-color:#fff;
    text-align: center;
}

#banner #logo {
    width: 475px;
    height: 100px;
    cursor:pointer;
    background:url('../img/banner.png') no-repeat center ;
    display:inline-block;
    text-indent: -10000px;
}

#banner #app_banner {
    display:inline-block;
    width:338px;
    height:100px;
    cursor:pointer;
    background:url('../img/app_banner.jpg') no-repeat center ;
}

#wrapper #header{
    z-index:100;
}

#wrapper #header #mainTitle{
    background-color: #666;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

#wrapper #header .tabs{
    background-color: #bbb; 
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d6d6d6), color-stop(0.4, #c0c0c0), color-stop(1,#a4a4a4)); 
    margin: 0;
    font-size: 0px;
}

#wrapper #header .tabs ul{
    margin: auto;
    width: 960px;
    border-left: 1px solid #999;
    padding:0;
}

#wrapper #header .tabs li{
    text-align: center;
    width: 232px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 0.2em;
    cursor: pointer;
    color: #444;
    text-shadow: #F7F7F7 0 1px 1px;
    border-right: 1px solid #999;
}

.tabs li { *display: inline !important; } /* IE7 only */

#wrapper #header .tabs .selected{
    background-color: #888 !important;
    color: white;
    text-shadow:none; 
    border-right-color: #aaa;
    border-left: none; 
    box-shadow:inset 1px 2px 6px #666; 
}


#wrapper #content #homeTab #homePage,
#wrapper #content #homeTab #chooseLocation{
    padding:10px;
}


#wrapper #content #organizationTab table tr td span{
    margin-top: 10px;
    display: block;
    height: 10px;
}


#wrapper #content #loadingScreen{
    text-align:center;
    color: #025391;
}

#wrapper #content #browseFilter{
    background-color: #AAA;
    padding: 10px;
}

#wrapper #content #browseFilter input{
    height: 30px;
    width: 88%;
    margin :0;
    border-radius:5px;
}


.positiveRow .measure_number,
.positiveRow .district_name{
    color:#5A992B;
}

.negativeRow .measure_number,
.negativeRow .district_name{
    color:#B81F1F;
}

#wrapper #content #yourLocation{
    background-color: #025391;
    color:#fff;
    padding:10px 0 10px 10px;
}

#wrapper #content #yourLocation h3{
    float:left;
    margin:5px 0 0 0;
    color:#fff;
}


#wrapper #content #yourLocation #changeLocationButton{
    float:right;
    margin-right: 10px;
}



.table { 
    width: 100%; 
    table-layout:fixed; 
    border-spacing: 0; 
}



.table thead { 
    background-color: #bbb; 
    font-weight: bold;
    color: #444;
    text-shadow: #f7f7f7 0 1px 1px;
}


.table tbody td {
    border-bottom:1px solid #ccc;
    padding-left:10px;
}

.table tbody tr:nth-child(2n) {
    background-color: #eee;
}


.table tbody tr:hover {
    cursor: pointer;
    background-color: #bfd1f4 !important; 
    color: White; 
}

.table th, .table td { 
    text-align:left; 
    padding: 0.4em 0.3em;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 

    color:#333;
}


.table th {
    border-left: 1px solid #ddd; 
    border-right: 1px solid #888;
    padding: 0.4em 0 0.3em 0.7em; 
}    


.table th:last-child { 
    border-right: none;
}

.itemBar{
    padding: 10px;
    background-color: #025391;
}
.itemTitle{
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    float:left;
}


.itemSubTitle{
    font-weight: normal;
    font-size: 0.7em!important;
}

.socialShareBar {
    background-color: #2b79b4;
    padding: 10px;
    border-top: 1px solid #888;
}

.socialShareTitle {
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    float: left;
}

.fbIcon{
    width: 76px;
    background: url('../img/fb_share.png') no-repeat;
    display: block;
    height: 28px;
}
.facebookBtn, .twitterBtn{
    float:right;
    margin-right:5px;
}

.button{
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    background-color: #025391;
    color: white;
}


#map{
    width: 100%;
    height: 250px;
}


.listPill{
    border:1px solid #666;
    background-color:#efefef;
    font-weight:bold;
    color:#333;
    border-radius:5px;
    list-style-type: none;
    margin-top: 15px;
    margin-left:0;
    padding: 15px;
    cursor:pointer;
}

.linkPill{
    color:#025391;
    font-weight:bold;
    cursor:pointer;
    margin-bottom:5px;
}

.positiveRecommendation{
    padding:5px;
    color:#5a992b;
    font-weight:bold;
}

.pill{
   color:#fff;
   border-radius: 3px;
   padding: 5px;
   display: block;
   text-align:center;
   font-weight: bold;
}

.pillColumn{
   width:60px;
}

.greenBackground{
        background-color:#5a992b;
}

.redBackground{
        background-color:#b81f1f;
}

.positiveRecommendationHeader{
    text-align: center;
    padding:5px;
    color:#fff;
    background-color:#5a992b;
    font-weight:bold;
}

.negativeRecommendation{
    padding:5px;
    color:#b81f1f;
    font-weight:bold;
}

.negativeRecommendationHeader{
    text-align: center;
    padding:5px;
    color:#fff;
    background-color:#b81f1f;
    font-weight:bold;
}


.padded{
    padding:10px;
}

.boldGreen{
    color:#5A992B;
    font-weight:bold;
}

.boldRed{
    color:#B81F1F;
    font-weight:bold;
}


#content #pageNotFound{
    text-align: center;
    color: #666;
}

.lightButton{
    border: 1px solid #CCC;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    color: #666;
    background-color: #F0F0F0;
}

.addressInput{
    width: 99%;
}

.cityInput{
    width: 50%;
}

.stateInput{
    text-align:center;
    width: 3%;
}

.zipCodeInput{
    width: 10%;
}

.warning{
    font-weight:bold;
    color:#B81F1F;
}

#formMessage{
    text-align: center;
    margin: 5px 0;
    border: 1px solid #CCC;
    width: 99%;
    padding: 5px;
    border-radius:5px;
}

.wide{
    width:100%;
    margin:auto;
    display:block;
}

.shortButton{
    width:30%;
    margin:auto;
    display: block;
    height:60px;
    margin-bottom:10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.rule{
    text-align:center;
    font-weight:bold;
    margin:2em 0;
    font-size:1.1em;
    border-bottom:1px solid #ccc;
}

.intro{
    color:#636363;
}

.left{
    float:left;
}

.imgContent{
    padding-bottom: 40px;
    padding-right: 10px;
    height: 80px;
}

.half{
    width:50%;
}

.text-centered{
    text-align:center;
}

.stronger{
    font-weight:bold;
    font-size: 20px;
}

.normal{
    font-weight:normal;
}

.line2{
    margin-top:-6px;
}

#content p { margin-top: 0; }
#content .padded p:last-child { margin: 0; }
#content #singleOrganizationTab h3 { margin: 0 0 .125em; }