
@import 'jobsearchform.css';

/* layout
----------------------------------------------- */

#clients {
        float: left;
        width: 177px;
        height: 194px;
        margin-left: 3px;
        margin-top: 8px;
        }

#middle {
        float: left;
        clear: left;
        width: 100%;
        margin: 10px 0px;
}

#industries {
        float: left;
        clear: left;
        width: 213px;
        height: 256px;
        margin: 0px 0px 8px 20px;
        background-color: #fff;
}

#industries ul {
        float: left;
        margin: 0;
        width: 200px;
        text-align: left;
}

#industries ul li {
        float: left;
        clear: left;
        margin-bottom: 2px;
        list-style-type: none;
        display: inline-block;
        width: 202px;
        background-color: #000; /*#DBCDB7;*/
        border: 1px solid #90520C;
        }

#industries ul li a {
        float: left;
        color: #DBCDB7;
        font-weight: bold;
        display: inline;
        width: 196px;
        padding: 10px 0 10px 8px;
        margin: 0px 0px;
        background-color: #000; /*#DBCDB7;*/
}

#industries ul li:hover {
        background-color: #90520C;
        color: #fff;
        border: 1px solid #90520C;
        text-decoration: none;
}

#industries ul li a:hover {
        background-color: #90520C;
        color: #fff;
        text-decoration: none;
}

#latestroles {
        float: left;
        width: 525px;
        height: 254px;
        margin: 0px 0px 8px 0px;
        }

#latestroles .header {
        width: 100%;
        background-color: #EEEAD4;
        text-align: center;
}

#bottom {
        float: left;
        clear: left;
        width: 100%;
        margin: 10px 0px;
        }

#bottom_left {
        float: left;
        clear: left;
        margin: 0px 0px 0px 20px;
        }

#bottom_right {
        float: left;
        margin: 0px 0px 0px 5px;
        }

/* typography
----------------------------------------------- */

#clients, #latestroles {
        border: 1px solid #E4DCD2;
        text-align: left;
        }

#clients {
        text-align: center;
        }

ol.latestroles {
        margin-left: 2px;
        margin-top: 0px;
        }

ol.latestroles li{
        font-size: 10px;
        margin: 0px 2px 0px 4px;
        padding: 0px;
        list-style-type: none;
		height: 28px;
        }

a.latestroles {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        display: block;
}

a.latestroles:hover {
        color: #90520c;
}
