#nav_guide {
    background-image: url(/site_media/images/layout/nav_districts.png);
    background-repeat: no-repeat;
    width: 1220px;
    height: 37px;
}

.districtMainBox {
    float: right;
    border-top: 1px dashed gray;
    border-right: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
    width: 825px;
}
    .districtMainBox .districtMainPhoto {
        float: left;
        width: 560px;
    }
        .districtMainBox .districtMainPhoto .districtMainPhotoPortrait {
            float: left;
            height: 380px;
            width: 280px;
            padding: 10px 120px 10px 120px;
            margin: 10px 24px;
            background-color: #cccccc;
        }
        .districtMainBox .districtMainPhoto .districtMainPhotoLandscape {
            float: left;
            width: 506px;
            height: 380px;
            padding: 10px 10px 10px 10px;
            margin: 10px 10px 10px 21px;
            background-color: #cccccc;            
        }
        .districtMainBox .districtMainPhoto .districtMainPhotoControls {
            float: left;
            width: 529px;
            margin: 0px 20px 20px 20px;
        }
            .districtMainBox .districtMainPhoto .districtMainPhotoControls .backBox {
                float: left;
                cursor: pointer;
                display: none;
            }
            .districtMainBox .districtMainPhoto .districtMainPhotoControls .credit {
                float: left;
                width: 85%;
                text-align: center;
                font-size: 12px;
                color: #5c4f48;
            }
            .districtMainBox .districtMainPhoto .districtMainPhotoControls .nextBox {
                float: right;
                cursor: pointer;
            }
    .districtMainBox .districtMainText {
        float: left;
        margin: 20px 10px 0px 0px;
        width: 245px;
        font-size: 12px;
    }
    .districtMainBox .districtMainText p {
        margin: 0px 5px 10px 10px;
    }
        .districtMainBox .districtMainText .blueCaptionBox {
            float: left;
            background-color: #deecf9;
            width: 100%;
            margin-top: 20px;
        }
            .districtMainBox .districtMainText .blueCaptionBox .photoOfN {
                float: left;
                color: #ed1c24;
                border-bottom: 1px dotted gray;
                margin: 10px 160px 10px 10px;
                width: 79px;
            }
            .districtMainBox .districtMainText .blueCaptionBox .caption {
                float: left;
                font-size: 12px;
                color: #5c4f48;
                margin: 0px 10px 10px 10px;
            }
#districtDoubleBorderDivider {
    float: left;
    background-image:url(/site_media/images/layout/theater_district_double_divider.jpg);
    background-repeat:repeat-x;    
    height: 5px;
    margin: 15px 0px;
    width: 100%;
}

#residentOrgsHeader {
    float: left;
    background-image: url(/site_media/images/layout/resident_orgs_26.png);
    background-repeat: no-repeat;    
    height: 32px;
    width: 828px;
    margin: 0px 1px;
}
    #residentOrgs {
        float: left;
        border-left: 1px solid #8b7f79;
        border-right: 1px solid #8b7f79;
        width: 825px;
        margin: 0px 2px;
    }
    #residentOrgsInner {
        float: left;
        border-left: 1px solid #8b7f79;
        border-right: 1px solid #8b7f79;
        margin: 0px 4px;
        width: 815px;
    }
        #residentOrgsLogoContainer {
            float: left;
            margin: 45px 15px 20px 15px;
            width: 100%;
        }
            #residentOrgsLogoContainer .residentOrgLogo {
                float: left;
                height: 55px;
                width: 242px;
                border: 1px solid gray;
                margin: 0px 26px 20px 0px;
            }
            
        .residentOrgsCurrentProduction {
            float: left;
            width: 245px;
            height: 245px;
            margin: 15px 13px 15px 13px;
            background-color: #f1f1f1;
        }
        .residentOrgsCurrentProductionBlurb {
            float: left;
            background-image:url(/site_media/images/layout/theater-district_blurb_bg.png);
            background-repeat: no-repeat;
            background-color: #e1dedc;
            width: 243px;
            height: 170px;
            margin: 0px 13px 15px 13px;
        }
            .residentOrgsCurrentProductionBlurb p {
                font-size: 12px;
                color: #5c4f48;
                margin: 15px;
                height: 115px;
            }
            .residentOrgsCurrentProductionBlurb a {
                float: right;
                font-size: 12px;
                color: #27aae1;
                margin: 5px 10px 0px 0px;
            }


/* ********************************* district news and notes ****************************** */
#districtNewsAndNotesWrapper {
    float: left;
    width: 570px;    
}
#districtNewsAndNotesWrapper #districtNewsMoreButton {
    float: right;
    width: 85px;
    height: 19px;
    margin-top: 5px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background-color: #e2dedc; 
    color: #26aae1;
}        

#districtNewsAndNotes {
    float: left;
    background-color: #e2dedc;
    width: 570px;
    height: 235px;
}
    #districtNewsAndNotes #newsAndNotes {
        border-bottom: 5px solid #b1a8a3;
        margin: 15px 15px 10px 15px;
    }
#districtNewsAndNotes table {
    margin: 0px 15px;
    width: 95%;
    color: #5c4f48;
}
    #districtNewsAndNotes table tr {
        vertical-align: top;
    }
        #districtNewsAndNotes table td {
            width: 28%;
            padding-right: 4%;
        }
            #districtNewsAndNotes table td .kicker {
                color: #ed1c24;
                font-size: 12px;
                margin-bottom: 3px;
                text-transform: uppercase;
            }
            #districtNewsAndNotes table td .headline {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 3px;
            }
                #districtNewsAndNotes table td .headline a {
                    color: #5c4f48;
                }
            #districtNewsAndNotes table td .dateline {
                font-size: 12px;
                color: #5c4f48;
                font-weight: bold;
                margin-bottom: 3px;
            }
            #districtNewsAndNotes table td .nn_preview {
                font-size: 12px;
                color: #5c4f48;
            }

#districtAdBlog {
    float: right;
    width: 235px;
    height: 235px;
    background-color: #e2dedc;    
    margin: 0px 0px 0px 10px;
}

/* ********************************* district detail page ****************************** */
.districtTopBG {
    float: right;
    margin-top: 20px;
    width: 827px;
    height: 62px;    
}
#districtHarrisCountyTop {
    background-image:url(/site_media/images/layout/district_harris_county_top.png);        
}
#districtDowntownTop {
    background-image:url(/site_media/images/layout/district_downtown_top.png);    
}
#districtShoppingTop {
    background-image:url(/site_media/images/layout/district_shopping_top.png);        
}
#districtBallparkTop {
    background-image:url(/site_media/images/layout/district_ballpark_top.png);        
}
#districtSkylineTop {
    background-image:url(/site_media/images/layout/district_skyline_top.png);    
}
#districtMedicalTop {
    background-image:url(/site_media/images/layout/district_medical_top.png);        
}
#districtWarehouseTop {
    background-image:url(/site_media/images/layout/district_warehouse_top.png);        
}
#districtCitycivicTop {
    background-image:url(/site_media/images/layout/district_citycivic_top.png);        
}
#districtConventionTop {
    background-image:url(/site_media/images/layout/district_convention_top.png);        
}
#districtHistoricTop {
    background-image:url(/site_media/images/layout/district_historic_top.png);        
}
#districtTheaterTop {
    background-image:url(/site_media/images/layout/district_theater_top.png);        
}
#districtTunnelsTop {
    background-image:url(/site_media/images/layout/district_tunnels_top.png);        
}
