﻿body
{
    font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 11px;
	color: #525252;
}


/* layout */

.page
{
	width: 901px;
	margin: 0 auto;
}

.header
{
	background-color: #000;
	height: 60px;
}

.banner
{
}

.banner .image
{
	height: 125px;
	width: 255px;
}

.banner .nav
{
    background: #9c1518 url(../images/bg_top_nav.jpg) no-repeat;
	height: 125px;
	width: 646px;
}

.content
{
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
    overflow: hidden;
}

.content .sidebar
{
	background-color: #eeeeea;
	width: 219px;
	padding: 38px 18px 2000px 18px;
	margin-bottom: -2000px;
}

.content .gradSep
{
    height: 14px;
    width: 644px;
    background: #fff url(../images/bg_grad_sep.gif) no-repeat right;
}

.content .main_2col
{
    background-color: #fff;
	width: 581px;
	padding: 24px 32px 32px 32px;
}

.content .main_3col
{
    background-color: #fff;
	width: 385px;
	padding: 24px 20px 32px 32px;
}

.content .rightColumn
{
    background-color: #fff;
    width: 185px;
    padding: 30px 22px 32px 0;
}


.footer
{
    color: #000;
	margin: 10px 0 20px 0;
}

.footer .copyright
{
    color: #b0afaf
}


.multiPage
{
    height: 100px;
	border-left: solid 1px #bebebe;
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
	margin-top: -1px;
	padding: 15px;
}


/* navigation */

.navBanner
{
    margin-top: 90px;
    text-align: center
}

.navBanner .item
{
}

.navBanner a
{
    color: #fff;
    margin: 0 14px;
}

.navBanner a:hover
{
    text-decoration: none;
}


.navSidebar
{
    margin-bottom: 30px;
}

.navSidebar .item
{
    color: #4c4c4c;
    background: url(../images/bg_sb_item.gif) no-repeat 17px 50%;
    display: block;
    padding: 5px 0 5px 32px;
    margin-bottom: 2px;
}

.navSidebar .item:hover
{
    background: #f8f8f7 url(../images/bg_sb_item.gif) no-repeat 17px 50%;
    text-decoration: none;
}

.navSidebar .active
{
    color: #4c4c4c;
    background: #f8f8f7 url(../images/bg_sb_item.gif) no-repeat 17px 50%;
    display: block;
    padding: 5px 0 5px 32px;
    margin-bottom: 2px;
}

.navSidebar .active:hover
{
    text-decoration: none
}


/* modules */

.topJobs
{
    margin: 5px 0 35px 0;
}

.topJobs .item
{
    color: #000;
    background: url(../images/bg_sb_item.gif) no-repeat 0px 50%;
    display: block;
    padding: 5px 0 7px 10px;
}

.topJobs .detail
{
    color: #7c7d7d;
    font-size: 10px;
    margin-bottom: 4px;
    padding-left: 10px;
}

/* - */

.latestNews
{
    margin-top: 10px;
}

.latestNews .title
{
    color: #000;
    font-weight: bold;
    background: url(../images/bg_sb_item.gif) no-repeat 0px 50%;
    padding: 0 0 2px 10px;
}

.latestNews .date
{
    font-size: 10px;
    font-weight: bold;
    padding-left: 10px
}

.latestNews .overview
{
    margin: 8px 0;
    padding-left: 10px
}

.latestNews .fullArticle
{
    margin-bottom: 15px;
    padding-left: 10px
}

.latestNews .fullArticle a
{
    font-size: 10px;
    color: #e90016
}


/* - */

.specialise
{
    margin: 10px 0 30px 0;
}

.specialise ul
{
    margin: 0 0 0 5px;
    list-style-position: inside;
}

.specialise li
{
    margin-bottom: 2px;
}


/* - */

.jobSearch
{
    height: 122px;
    width: 196px;
    background: #eeeeea url(../images/bg_job_search.gif) no-repeat;
    margin: 10px 0 30px 0;
    padding: 12px;
}

.jobSearch a
{
    color: #e90016;
	display: block;
}

/* - */

.jobSearchResults
{
    margin-bottom: 30px;
}

.jobSearchResults .title
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.jobSearchResults .title a
{
    color: #e90016;
}

.jobSearchResults .listed
{
    color: #525252;
    font-weight: bold
}

.jobDescription
{
    margin-bottom: 25px;
}

.jobDescription p
{
    margin: 0;
}

/* - */

.timesheet
{
    height: 113px;
    width: 180px;
    background: #f7f7f5 url(../images/bg_timesheet.gif) no-repeat;
    margin: 30px 0 30px 0;
    padding: 12px 20px;
}

.timesheet .text
{
    margin-top: 12px;
    font-size: 10px;
}

.timesheet p
{
    margin-bottom: 10px;
    line-height: 12px;
}

/* - */

.quickContact
{
    margin-bottom: 30px
}

.quickContact .item
{
    color: #000;
    margin-bottom: 5px;
    padding: 0 12px;
}

.quickContact img
{
    display: block;
    margin: 0;
    padding-top: 3px;
}

/* - */

.newsItem
{

}

.newsItem .title
{
    font-weight: bold;
    font-size: 12px;
    
}

.newsItem .overview
{
    background-color: #f5f4f3;
    padding: 8px;
    margin-top: 8px;
}

.newsItem .readMore
{
    margin: 8px 0 25px 0;
}

.newsItem .readMore a
{
    color: #e90016
}


/* typography */

p
{
    line-height: 18px;
    margin-bottom: 10px
}

pre
{
    font-family: monospace;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #000;
	text-decoration: none;
	line-height: 12px;
}

a:hover
{
	text-decoration: underline;
	cursor: pointer !important;
}

h1
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

h2
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3
{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

ul
{    
    margin: 0 0 20px 31px;
    list-style-position: outside;
}

ul li
{
    line-height: 15px;
    margin-bottom: 4px;
}

ol
{
    margin: 0 0 20px 35px;
    list-style-type: decimal;
    list-style-position: outside;
}

ol li
{
    line-height: 15px;
    margin-bottom: 4px;
}

input, select, textarea
{
	font-size: 11px;
}

input.button
{
    width: auto;
    padding: 1px 12px;
    overflow: visible
}

input.textbox
{
	width: 200px
}

img.center
{
	vertical-align: middle;
}

.block
{
    display: block;
    margin: 0;
}

.btnSubmit
{
    margin: 10px auto;
    padding: 10px 0 0 0;
    display: block;
}

.result
{
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.error
{
	color: #ff0000;
}


/* Pager */

table.dxpControl_results {
}

table.dxpControl_results table {
    text-align: right;
}

table.dxpControl_results table .dxpSummary_results {
	color: #000;
	font-weight: bold;
}


table.dxpControl_results td.dxpPageNumber_results, table.dxpControl_results td.dxpButton_results {
    display: block;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    color: #555;
    background-color: #eeeeea;
    border: solid 1px #bebebb;
    padding: 0 7px;
}

table.dxpControl_results td.dxpPageNumber_results:hover, table.dxpControl_results td.dxpButton_results:hover,
table.dxpControl_results td.dxpCurrentPageNumber_results, table.dxpControl_results td.dxpCurrentPageNumber_results:hover {
	color: #fff;
	border: solid 1px #8b000d;
	background-color: #ba0011;
}