/* DEFAULT CONTROLS
---------------------------------------------------------------- */
* {
    padding: 0; margin: 0;
}
body {
    margin:0;
    padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
	background: #c9c9c9 url(../images/backg-greyfade.gif) repeat-x;
}
* html body {
    overflow:hidden;
} 
a {
    text-decoration: none;
}
a:link, a:active, a:visited {
	color: #015696;
}
a:hover{
	color: #666666;
}
a img {
    border: none;
}
p {
    margin: 0;
}
ul {
    margin: 1.0em 3.0em;
}

.textbox, .textArea, input[type='text'], textarea {
    border: solid 1px #d0d0d5;
}
.textArea, textarea {
    width: 325px;
    height: 175px;
    font-family: Arial, Verdana;
    font-size: 13px;
}

.jobEdit .textbox, .jobEdit .textArea, .jobEdit input[type='text'], .jobEdit textarea {
    width: 400px;
}


/* CONTAINER
---------------------------------------------------------------- */
#container {
	width: 980px; 
	margin: 0 auto;
	position: relative;
	/* height: 100%; */
	/* overflow:auto; */
}

#header {
	height: 107px;
	padding-left: 12px;
	padding-right: 12px;
}

#logo {
	float: left;
	padding-top: 29px;
	padding-left: 1px;
}

#phone {
	float: left;
	color: #666;
	width: 713px;
	text-align: right;
	font-size: 36px;
	margin-top: 30px;
}


/* MENU
---------------------------------------------------------------- */
.menu {
	padding: 0; margin: 0;
	float: right;
}
.menu > li {
    padding: 0; margin: 0;
    list-style:none;
    display:block;
    float: left;
	text-align: center;
	position: relative;
}
.menu > li > a {
	display: block;
    color:#666;
    text-decoration:none;
    background-image: url(../images/menu-off.gif);
	height: 27px;
	line-height: 27px;
	width: 104px;
	font-weight: bold;
	margin-left: 1px;
}
.menu > li .large {
	width: 145px;
	background-image: url(../images/menu-wide-off.gif) !important;
	background-repeat: no-repeat;
}
.menu > li > a:hover { 
    color:#fff;
    background-image: url(../images/menu-on.gif);
}
.menu > li .large:hover {
	background-image: url(../images/menu-wide-on.gif) !important;
	background-repeat: no-repeat;
}

/* SUB MENU
---------------------------------------------------------------- */
.menu .submenu {
	display: none;
	list-style: none;
	position: absolute;
	left: -38px; top:14px;
	text-align: left;
	width: auto;
}
.last > .submenu {
	left: -18px;
}
.menu > li:hover .submenu {
	display: block;
}
.submenu > li {
    clear: both !important;
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	text-align: left;
}
.submenu a {
	color: #fff;
	background: #99999f;
	display: block;
	border-bottom: #7a7a7f 1px solid;
	padding: 2px 5px;
}
.submenu a:hover {
	background: #80a0bd;
}

/* RIGHT HAND MENU
---------------------------------------------------------------- */
.rightMenu {
	background-color: #e3e3e3; width: 100%; margin-left: 0px; margin-right: 0px; padding-top: 15px; padding-bottom: 5px;
}
.rightMenu li {
	background-image: none !important; margin-left: 25px; border-bottom: solid 1px #fff; padding-left: 0px !important;
}

/* SEARCH
---------------------------------------------------------------- */
#search {
	padding-left: 12px;
	padding-right: 12px;
}

#search .highlight {
	color: #ccc;
}

#searchbanner {
	border: 12px solid #015696;
	width: 622px;
	height: 228px;
	float: left;
}
#searchbox {
	float: left;
	width: 298px;
	padding-right: 12px;
	padding-top: 12px;
	height: 240px;
	background-image: url(../images/backg-form2.gif);
	background-repeat: no-repeat;
	color: #fff;
}

#searchbox h2 {
	height: 42px;
	padding-left: 17px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 6px;
}
#searchbox .header {
	text-align: right;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;	
	border-bottom: 1px solid #80A0BD;
}

#searchbox p {
    margin: 5px 0 5px 0;
}
#searchbox label {
    display: block;
    width: auto !important;
}
#searchbox select {
    width: 275px;
}
#searchbox fieldset {
    border: none;
    float: right;
}
#searchbox .submit {
    text-align: right;
    margin-top: 15px;
}
#searchbox .submit img {
    cursor: pointer;
}

#searchbox hr {
	border: 0;
	color: #80A0BD;
	background-color: #80A0BD;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* JOB TOOLBAR / FILTER
---------------------------------------------------------------- */
.jobToolbar, .jobToolbarTop {
    background-color: #d0d0d5;
    padding: 5px 5px;
}
.jobToolbarTop {
    margin-top: 0px; margin-bottom: 15px;
}
.jobToolbar a, .jobToolbarTop a {
    color: #333;
}
.jobToolbar .rss, .jobToolbarTop .rss {
    float: right;
    margin: 5px 8px 0 0;
    outline: none;
}
.jobFilter {
    float: left;
    list-style: none;
    margin: 0 0 0 5px !important;
    padding: 0 0 !important;
}
.jobFilter > li {
    float: left !important;
    background: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 0 !important;
    font-size: 12px !important;
    color: #333 !important;
	font-weight: normal !important;
}
.jobFilter > li > span {
    font-weight: bold;
}

/* PAGER
---------------------------------------------------------------- */
.jobToolbar > .pager {
    float: right;
    margin-top: 3px;
    text-align: right;
}
.pager > .pages {
    list-style: none;
    float: left;
    color: #999;
    margin: 0 0 0 5px !important;
    padding: 0 0 !important;
}
.pager > span {
    float: left;
    margin-right: 5px;
}
.pages a {
    color: #999;
    font-weight: normal !important
}
.pages .current {
    color: #0e6461;
}
.pages > li {
    float: left;
    background: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 0 !important;
    font-weight: normal !important;
}
.pages > .disabled {
    display: none;
}

/* JOB LIST
---------------------------------------------------------------- */
.jobList {
    font-size: 14px;
}
.jobList dt {
    font-size: 18px;
    margin: 20px 0 10px 0;
    font-weight: bold;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    clear: both;
}

/* JOB SEARCH DETAILS
---------------------------------------------------------------- */
.jobDetails ul {
    float: left; width: 70%;
}
.viewJobDetails {
    float: right; text-align: right; width: 119px; vertical-align: bottom;
    height: 100%; padding-top: 70px;
}

/* JOB APPLY DETAILS
---------------------------------------------------------------- */
.applyNowButton {
    clear: both; 
    width: 655px; 
    text-align: right;
    margin: 8px 0;
}
.jobApply {
    border: none;
    background-color: #ececec;
    margin: 5px 0 20px 0;
    padding: 10px 10px;
    position: relative;
}
.jobApply p {
    margin: 8px 0 8px 0;
}
.jobApply .leftColumn {
    width: 50%;
    float: left;
}
.jobApply .rightColumn {
    width: 50%;
    float: left;
}
.jobApply label {
    float: left; 
    display: block;
    width: 5em;
    font-weight: bold;
}
.jobApply .rightColumn > p > label {
    width: 10em;
    margin-bottom: 13px;
}
.jobApply .textbox {
    width: 250px !important;
}
.rightColumn .textbox {
    width: 300px !important;
}

/* FIELDSET
---------------------------------------------------------------- */
.form {
    border: none;
}
.form legend {
    color: #005695;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.buttons {
	margin-left: 10.8em !important;
}
.form p {
    width: 100%;
    clear: left;
    margin: 0;
    padding: 0px 0 1px 0;
    margin-top: 4px;
    _height: 18px;
    min-height: 18px;
}
.form p label {
    width: 10.0em;
    float: left;
    text-align: left;
    margin-right: 0.8em;
    display: block;
    font-size: 100%;
}
.form p span label {
    float: none;
    display: inline;
    margin: 0;
    width: 0;
}
.form p .textbox {
    width: 225px;
}
.form .button {
    width: 100px;
}

/* ADMIN
---------------------------------------------------------------- */
.adminToolbar {
    margin: 0 auto 10px auto;
}
.adminToolbar ul{
    list-style: none;
    padding: 10px 10px;
}
.adminToolbar li {
    padding-left: 20px;
}
.adminToolbar .add {
    background: url(../images/icons/add.png) no-repeat left top;
}
.adminToolbar .password {
    background: url(../images/icons/key.png) no-repeat left top;
}

/* VALIDATION ERRORS
---------------------------------------------------------------- */
.errorMessage {
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.field-validation-error {
    color: #990000;
}
.input-validation-error, .errorMessage {
    border: 1px solid #990000 !important;
    background-color: #ffeeee !important;
}
.validation-summary-errors {
    list-style-type: disc !important;
    /* margin-left: 15px !important; margin-right: 15px; */
    text-align: left; margin-top: 2px !important;
}
.validation-summary-errors li {
    color: #990000 !important;
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 2px !important; margin-bottom: 0 !important;
}

/* ???
---------------------------------------------------------------- */
.underline {
    text-decoration: underline;
}

#content {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 345px;
	_heigt: 345px;
}

.contentbox {
	float: left;
	width: 310px;
	margin-left: 12px;
}
.contentbox.first {
    margin-left: 0;
}

.contentboxwide {
	width: 312px;
}

.contentboxsmall {
	float: left;
	width: 310px;
	height: 210px;
	background-color: #959595;
}

.contentboxsmall img{
	padding-left: 178px;
	padding-top: 24px;
}

.contentboxsmall a:link, .contentboxsmall a:visited, .contentboxsmall a:active {
	color: #fff;	
}
.contentboxsmall ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
}

.contentboxsmall ul {
	background-image: 
}

.contentbox h2, .contentboxsmall h2 {
	color: #fff;
	background-color: #959595;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
}
.contentbox h2 a, .contentboxsmall h2 a {
	display: block;
	padding-left: 20px;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 271px 15px;
	height: 38px;
	line-height: 38px;
	padding-top: 9px;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #fff;
}

.headinghighlight {
	color: #00407A;	
}
.headinghighlightgreen {
    color: #186869;
}

.contentboximage {
	
}

.contentboxtext {
	float: left;
	width: 155px;
	font-size: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
	line-height: 14px;
}

.contentboxlinks {
	float: left;
	width: 129px;
	padding-left: 20px;
	padding-top: 15px;
}
.contentboxlinks img {
	display: block;
	padding-top: 10px;
}

.contentboxcontainer {
	display: block;
	background-image: url(../images/backg-element.gif);
	background-repeat: repeat-x;
	height: 135px;
}

#logos {
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
	width: 310px;
	float: left;
}

#footer {
	clear: both;
	margin-top: 24px;
	width: 956px ;
    margin-left: auto ;
    margin-right: auto ;
}

#leftcolumn {
	float: left;
	width: 205px;
}

#leftcolumn ul {
	background-color: #898988;
	list-style: none;
	width: 193px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-top: 26px;
}

#leftcolumn li {
	border-bottom: 1px solid #dcdddc;
	margin-left: 28px;
	margin-bottom: 11px;
	font-size: 14px;
	padding-bottom: 2px;
}

#leftcolumn li a:link, #leftcolumn li a:visited, #leftcolumn li a:active {
	color: #fff;
}

#middlecolumn {
	float: left;
	background-color: #fdfdfd;
	width: 727px;
	padding: 12px 12px 12px 12px;
}

#middlecolumn .textContainer {
    width: 393px;
    float: left;
}

#middlecolumn .textContainerFull {
    width: 727px;
    float: left;
}

#middlecolumn ul {
	list-style: none;
}

#middlecolumn li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #005695;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 22px;
}

#middlecolumn h1, #middlecolumn h2 {
	color: #005695;
	font-size: 22px;
	padding-bottom: 15px;
}
#middlecolumn h2 {
    font-size: 20px;
}

#middlecolumn p {
	margin-bottom: 12px;
}

#rightcolumn {
	float: right;
	background-color: #fdfdfd;
	width: 298px;
}

#vacancies {
	margin-top: 12px;
	background-color: #e5e5e5;
	padding: 12px;
}

#vacancies h2 {
	font-size: 18px;
	color: #656565;
}

.description {
	background-color: #fff;
	height: 228px;
}
.description p {
	padding: 20px;
}

/* JOB SEARCH CONTROLS
---------------------------------------------------------------- */
.jobsearch {
    background-color: #898988; width: 173px; height: 45px; margin-bottom: 10px; padding: 10px 10px;
}
.jobsearch input[type="text"] {
    width: 173px; margin-bottom: 8px;
}
.jobsearch input[type="submit"] {
    border: solid 1px #dcdddc; background-color: #ececec; width: 75px; font-size: 11px; float: right; padding: 0 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* AWR Link
---------------------------------------------------------------- */
.awr {
	position: absolute; display: block; width: 221px; height: 27px; background: url('../images/br_button_awr.jpg') no-repeat left top; top: 105px;
}
