body,html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	text-align: center;
	background-color: #d4dcdd;
}

/* always display the vert scroll bar to prevent "jumping" between pages that have it and those that don't */
body { overflow-y: scroll; }

#wrap {
	width: 951px;
	margin: 0 auto;
	padding: 0 21px 0 21px;
	text-align: left;
	background: #FFF url('default/bckgrnd_wrap.gif') repeat-y top left;
}

/* ############################# standard tag override ####################### */
a img { border: none; }
a { color: #000; text-decoration: none; }
p { line-height: 200%; }

.show { display: block !important; }
.hide { display: none !important; }

.pad_top { padding-top: 20px; }
.nopad_top { margin-top: 0; padding-top: 0; }
.nopad_bottom { margin-bottom: 0; padding-bottom: 0; }

.float_left { float: left; }
.float_right { float: right; }


/* ############################# header & navigation ####################### */
#header {
	position: relative;
	height: 137px;
	background: #648185 url('default/bckgrnd_header.jpg') no-repeat top left;
}
#header a { color: #FFF; }
#header img {
	margin: 18px 0 0 25px;
}

#nav_primary {
	position: absolute;
	top: 86px;
	left: 0;
	height: 51px;
	width: 951px;
	margin: 0;
	padding: 0 0 0 25px;
	background: transparent url('default/bckgrnd_nav_grey.gif') no-repeat bottom left;
	list-style: none;
}

#orangeBar {
	position: absolute;
	left: 0;
	top: 110px;
	width: 951px;
	height: 27px;
	z-index: 10;
}
#orangeBar img {
	margin: 0;
}

#nav_secondary {
	position: absolute;
	top: 117px;
	left: 0px;
	height: 25px;
	width: 450px;
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	z-index: 20;
}
#header #nav_secondary li a {
	padding: 0;
	margin: 0 0 0 15px;
	display: inline;
}
#nav_secondary li.active a {
	border-bottom: 3px solid #648285;
	width: auto;
}
#nav_secondary.grey li.active a {
	border-bottom: 3px solid #597B7B;
}

#nav_right {
	position: absolute;
	top: 86px;
	left: 378px;
	height: 25px;
	width: 566px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#signedIn {
	position: absolute;
	top: 117px;
	right: 25px;
	padding: 0;
	margin: 0;
	z-index: 100;
	color: #FFF;
	font-weight: bold;
}
#nav_login {
	position: absolute;
	top: 117px;
	left: 697px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#header #nav_login li a {
	padding: 0;
	margin: 0;
}
#header #nav_login li a img {
	margin: 0;
}

#header li {
	width: 101px;
	height: 25px;
	float: left;
}

#header li a {
	display: block;
	width: 100%;
	height: 21px;
	padding: 4px 0 0 15px;
	font-weight: bold;
}

#nav_primary li a { background: transparent url('default/tab_01.png') no-repeat 0 -25px; }
#nav_primary li.active a {
	background: transparent url('default/tab_01.png') no-repeat 0 0;
	color: #000;
}

#nav_primary li.wide, #nav_primary li.wideActive { width: 131px; }
#nav_primary li.wide a { background: transparent url('default/tab_04.png') no-repeat 0 -25px; }
#nav_primary li.wideActive a {
	background: transparent url('default/tab_04.png') no-repeat 0 0;
	color: #000;
}

#nav_right li a { background: transparent url('default/tab_02.png') no-repeat 0 -25px; }
#nav_right li.active a {
	background: transparent url('default/tab_02.png') no-repeat 0 0;
}

#nav_right li.wide, #nav_right li.wideActive { width: 146px; }
#nav_right li.wide a { 
	background: transparent url('default/tab_03.png') no-repeat 0 -25px;
}
#nav_right li.wideActive a {
	background: transparent url('default/tab_03.png') no-repeat 0 0;
}


/* ################################### footer ########################### */
#footer {
	clear: both;
	width: 997px;
	margin: 0 auto;
	height: 60px;
	text-align: left;
	background: #FFF url('default/bckgrnd_footer.gif') repeat-y top left;
	font-size: 10px;
	position: relative;
}

#footer div {
	position: absolute;
	top: 4px;
	left: 70px;
}
#footer div img { margin-top: -3px; }
#footer div span {
	position: absolute;
	top: 0;
	left: 25px;
	width: 140px;
}

#footer ul {
	padding: 5px 0 0 340px;
	margin: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	border-right: 1px solid #0055A4;
	padding: 0 10px 0 10px;
}
#footer ul li.last { border-right: none; }


/* ################################### body ########################### */
#body {
	padding: 0 25px 15px 25px;
}
#body a { text-decoration: underline; }

#body .column, #body .column_double, #body .column_triple, #body .column_full  {
	float: left;
	width: 200px;
	padding: 10px 25px 0 0;
	margin-bottom: 25px;
}
#body .column_double {
	margin: 0;
	padding: 0;
	width: 450px;
}
#body .column_triple {
	margin: 0;
	padding: 0;
	width: 675px;
}
#body .column_full {
	width: 900px;
}
.textBlock { width: 600px;  }
.textBlock li { padding-bottom: 10px; }
.legal p {
	line-height: normal;
}

#body p.first { color: #597B7B; }
#body p.first_black { font-weight: bold; }

#vacancyTable {
	margin-top: 20px;
	width: 675px;
	border-collapse: collapse;
}
#vacancyTable td {
	/*padding: 7px 0 7px 0;*/
	border-bottom: 1px dashed #0055A4;
	vertical-align: top;
}

#vacancyDetails td, #vacancyDetails th {
	border-bottom: 1px dashed #0055A4;
	vertical-align: top;
	padding: 5px 0 5px 0;
}

/* ################################### search box ########################### */
#search {
	position: relative;
	width: 208px;
	height: 253px;
	background: #FFF url('default/bckgrnd_search.gif') no-repeat top left;
	padding: 0 0 0 14px;
	margin: 0;
}
#search a { text-decoration: none; }

#search h2 {
	padding: 10px 0 8px 0;
	margin: 0;
}

#search input, #search select {
	width: 172px;
	height: 17px;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	border: none;
	font-size: 10px;
	color: #000;
}
#search #search-keywords { 
	color: #555;
	margin-bottom: 3px;
	padding-left: 10px;
	width: 162px;
}
#search #search-btn, #search #search-register, #search #search-viewAll {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: -4px;
}
#search #search-register img, #search #search-viewAll img {
	padding: 0;
	margin-top: -5px;
}

#search #search-btn {
	margin-top: 5px;
}
#search p { padding: 0; margin: 0; line-height: normal; }
#search strong {
	clear: both;
	color: #FFF;
	font-size: 14px;
}

/*
#dd-industry, #dd-sector, #dd-location { 
	position: absolute;
	right: 40px;
	top: 43px;
}
#search #dd-sector { top: 66px; }
#search #dd-location { top: 87px; }
*/

#search a { 
	color: #FFF;
	font-size: 11px;
	padding-top: 12px;
}
#search a img { padding-left: 10px; }


/* ################################### news scroller ########################### */
#hotJobs {
	margin: 15px 0 0 3px;
}


/* ################################### photo in mask ########################### */
.photoBox { position: relative; margin-left: -5px; }
.photoBox .photo {
	padding: 5px 0 0 5px;
}
.photoBox .mask {
	position: absolute;
	top: 0;
	left: 0;
}

/* ################################### contact-us styles ########################### */
#contactUs {
	width: 100%;
}

#contactUs td {
	vertical-align: top;
	padding-top: 10px;
}

#contactUs .heading {
	padding-top: 20px;
	font-size: 18px;
	border-bottom: 1px solid #4D6264;
	color: #014891;
}

/* ################################### tableless forms styles ########################### */
fieldset {
	float: left;
	width: 420px;
	border-top: 3px solid #014891;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding-top: 20px;
}
fieldset.discreet {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset.discreet legend { display: none; }

fieldset legend {
	font-size: 14px;
	padding: 0 10px 0 10px;
}

label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 5px;
}

form input, form select, form textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #cac6c6;
	background-color: #f7f7f7;
}
form select { 
	padding: 4px 5px 4px 5px; 
	width: 210px;
}

form input.short { width: 100px !important; }
form input.wide { margin-left: 50px; }

form select.filter { width: 70px; margin-right: 20px; }
#filterDialogue form label { width: 85px; }

form textarea {
	width: 326px;
	height: 73px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

form input[type=submit] {
	border: 1px solid #000;
	margin-right: 15px;
	margin-top: 10px;
}
form input[type=text],form input[type=password], form input[type=file]  { 
	padding: 5px; 
	width: 200px;
}
form input[type=image] { background-color: transparent; border: none; }
form input.hidden { display: none; }

form .radioset {
	padding: 0;
	margin: 0 0 0 20px;
}

form br { clear: left; }
.clear { clear: both; }

form #column1, form #column2 {
	width: 310px;
	float: left;
}
form #column1 { 
	border-right: 1px solid #849CB7;
	margin-right: 20px; 
}

.highlight {
	background-color:#f2d6cc;
	border: 1px solid black !important;
}

.error { background-color: #F2D6CC; }

.error_text, .info_text {
	background-color: #f2d6cc;
	border-top: 1px dashed #c03000;
	border-bottom: 1px dashed #c03000;
	color: #000;
	padding: 5px 20px;
	margin-bottom: 15px;
}


/* ###################################################################### */
/* ############################### ADMIN STYLES ######################### */
/* ###################################################################### */
#admin {
	color: #000;
	width: 900px;
	margin: 0;
	padding: 0 0 30px 0;
	display: block;
	min-height: 500px;
	float: left;
}

#adminMenu {
	float: right;
}

#admin h2, #admin li { color: #000 !important; }
#admin a { color: #231F20 !important; text-decoration: underline; }

#admin table { border-collapse: collapse;  }
#admin td { padding: 4px; }
#admin tr {	border-bottom: 1px dotted #000; }
#admin tr.stripe { background-color: #CCC; }

#admin textarea { width: 750px; height: 80px; }
#admin textarea.news { height: auto; }
#admin form { padding-bottom: 30px; }

#messageAlert {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -150px;
	text-align: left;
	width: 300px;
	height: 200px;
	border: 1px solid black;
	background-color: #FFF;
	color: #000;
	padding: 12px;
}

#messageAlert #closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
}

.newsArticle {
	border-bottom: 1px solid #93a8aa;
}
.newsArticle h3 {
	margin-bottom: 0;
}

#sitemap ul {
	margin-bottom: 5px;
	list-style: none;
}
#sitemap li { padding-bottom: 0; }
#sitemap li a { text-decoration: none; }


/* admin styles */
.note {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.note h4 {
	padding: 0;
	margin: 0;
}

#admin textarea.hotJobText {
	width: 170px;
	height: 148px;
}



/* filter dialogue */
#filterDialogue {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 500px;
	height: auto;
	margin-left: -250px;
	padding: 10px;
	background-color: #EEE;
	border: 2px solid black;
}

#closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
}






