#content {
    width: 780px !important;
}

#content.column {
    width: 540px !important;
}

#content h1 .sector_title {
    text-transform: uppercase;
}

#content h1 .subtitle {
    display: block;
    font-size: 0.7em;
    line-height: 1.5;
}

.sectorRow {
    clear: both;
    float: left;
    display: inline;
    width: 800px;
    margin-left: 20px;
    padding-bottom: 25px;
}

.block_1, .block_2 {
    margin: 0 auto;
    float: none;
}

.block_1 {
    width: 240px;
}

.block_2 {
    width: 530px;
}

.sector {
    width: 238px;
    margin-right: 26px;
    position: relative;
    float: left;
    display: inline;
    border: 1px solid #666;
    padding: 10px 0;
}

.typography .sector:hover {
    cursor: pointer;
}

.typography .sector a:link,
.typography .sector a:visited,
.typography .sector a:hover {
    color: #A00000;
}

.typography .sector h2,
.typography .sector ul {
    margin: 0 10px;
}

.typography .sector h2 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    /*margin-top: 10px;*/
}

.typography .sector ul {
    list-style-type: none;
}

#sectorList > li:hover {
    cursor: pointer;
}

#sectorList li.expanded { list-style-image: url(../images/blt_arw_dwn.gif);}
#sectorList li.collapsed { list-style-image: url(../images/blt_arw_rgt.gif);}

#sectorList li.expanded ul li,
#sectorList li.collapsed ul li {
    list-style-image: none;
}

#sectorList, #sectorList ul {
    margin-bottom: 0;
}

#sectorList li li {
    font-weight: normal;
}