/* CSS Document */

body{
margin:0px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

h2
{
	color:#FF781E;
	font-size:15px;
	font-weight:bold;
	font-family:Trebuchet MS, Trebuchet;
	width:auto;
}

h2 span.blue, .blue
{
	color:#023A75;
}

.orange
{
	color:#FF781E;
}

a:link, a:visited
{
	color:#023A75;	
}

a:hover, a:active
{
	color:#FF781E;	
}
a:link.addLink, a:visited.addLink
{
	font-size:13px;
	display:block;
	padding:3px 10px 5px 0px;
	float:right;
	font-weight:bold;
}
table thead
{
	background-color:#023A75;
	color:#ffffff;
	font-weight:bold;
	border-bottom:2px solid #ffffff;
}
table thead th
{
	border-bottom:4px solid #ffffff;
}
#vacancies
a.white, a.white:link, a.white:visited
{
	color:#ffffff;
}
Table td
{
	padding:2px 2px 4px 2px;
}
#vacanciesTable
{
	border-bottom:1px solid #023A75;
	clear:left;
}
.clearer{
clear:both;
}

.rightText{
text-align:right !important;
}

#container{
width:830px;
margin:0 auto;
background-image:url(../images/main-bg.jpg);
background-repeat:repeat-y;
}

#header{
width:830px;
height:102px;
float:left;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}

.headerImage{
border:1px solid #D0D0D0;
margin-bottom:7px;
}

.lgBorder{
border:1px solid #D0D0D0;
float:left;
}


#main{
width:784px;
float:left;
padding:10px 23px 0px 23px;
}

#left{
width:291px;
float:left;
margin-right:7px;
}

#right{
width:485px;
float:left;
}

/******NAVIGATION*******/

#nav{
background-image:url(../images/nav.jpg);
background-repeat:no-repeat;
width:784px;
height:49px;
float:left;
padding:0px 23px 0px 23px;
}

#nav ul{
list-style-type:none;
margin:0px;
padding:0px;
}

#nav ul li{
display:inline;
float:left;
}

.button{
background-image:url(../images/navigation.jpg);
display:block;
height:49px;
font-size:0px;
text-indent:-200000px;
}

.home{
width:88px;
background-position:0px 0px;
}

a.home:hover{
background-position:0px -49px;
}



.about{
width:90px;
background-position:-88px 0px;
}

a.about:hover{
background-position:-88px -49px;
}



.candidates{
width:134px;
background-position:-178px 0px;
}

a.candidates:hover{
background-position:-178px -49px;
}



.employers{
width:130px;
background-position:-312px 0px;
}

a.employers:hover{
background-position:-312px -49px;
}



.vacancies{
width:123px;
background-position:-442px 0px;
}

a.vacancies:hover{
background-position:-442px -49px;
}



.directors{
width:114px;
background-position:-565px 0px;
}

a.directors:hover{
background-position:-565px -49px;
}


.contact{
width:88px;
background-position:-679px 0px;
}

a.contact:hover{
background-position:-679px -49px;
}
/****END NAVIGATION*******/

#searchbox{
width:259px;
height:182px;
float:left;
border:1px solid #D0D0D0;
background:url(../images/searchbox.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
padding:39px 15px 0px 15px;
}

.searchfield{
padding:0px;
margin:0px;
width:260px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
margin-bottom:8px;
}

.searchbutton{
position:absolute;
bottom:8px;
left:6px;
width:245px;
height:20px;
}

#inlineSearch .inlineSearchfield
{
	font-size:10px;
	margin:0px;
}

#inlineSearch #element
{
	float:left;
	margin:0px 1px 4px 1px;
	text-align:left;
}

#inlineSearch #submit
{
	margin:1em 0px 0px 0px;
	float:right;
	width:30px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	padding:0px;
}
#inlineSearchRight
{
	float:right;
	width:98%;
}
#inlineSearchRight #element
{
	float:right;
	margin:0px 1px 0px 1px;
	text-align:left;
}

#inlineSearchRight #submit
{
	float:right;
	width:30px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	padding:0px;
}

#inlineSearch form
{
	margin:0px;
	padding:0px;
}

#inlineSearch
{
	text-align:center;
	width:93%;
	padding:4px 3px 4px 3px;
	float:left;
	margin:1em 2px 0px 15px;
}

.screenreaders{
display:none;
}

#vacancies{
min-height:325px;
border:1px solid #D0D0D0;
background-repeat:repeat-x;
background-image:url(../images/vacancies-bg.jpg);
background-position:bottom;
background-color:#ffffff;
width:275px;
float:left;
padding:7px;
margin-top:7px;
}

#vacancies a
{
	text-decoration:none;
}

.vacancies-internal{
width:192px !important;
margin-top:0px !important;
float:right !important;
}

#vacancies h2{
margin:0px;
padding:0px;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#FF781E;
}

#vacancies a
{
display:block;
}

#vacancies a:hover h2
{
color:#193149;
}

#vacancies ul{
list-style-type:none;
padding:0px;
margin:0px;
}

#vacancies ul li{
color:#193149;
font-weight:bold;
font-size:11px;
margin:0px;
padding:0px;
border-bottom:1px dotted #AfAFAF;
padding-bottom:5px;
margin-bottom:5px;
line-height:1.4em;
}

#homeContent{
width:469px;
border:1px solid #D0D0D0;
float:left;
padding:7px;
margin-bottom:7px;
}

#internalHeader{
width:782px;
height:191px;
border:1px solid #D0D0D0;
float:left;
margin-bottom:7px;
}

#internalContent{
width:545px;
border:1px solid #D0D0D0;
float:left;
padding:7px;
}

#footer{
width:776px;
float:left;
height:48px;
background-image:url(../images/footer-bg.jpg);
background-repeat:repeat-x;
margin-top:7px;
font-size:11px;
color:#b3c4d5;
padding:6px 27px 0px 27px;
}

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

#footer ul li{
float:left;
display:inline;
padding-right:3px;
border-right:1px solid #b3c4d5;
margin-right:4px;
}

#footer a{
text-decoration:none;
color:#b3c4d5;
}

#footer a:hover{
color:#ffffff;
}
#adminSubNav
{
	padding:0px;
	margin:0px;
	float:right;
	display:block;
}
#adminSubNav ul
{
	padding: 0px;
	margin: 0px;
}
#adminSubNav li
{
	float:left;
	display:block;
	padding: 4px 5px 0px 5px;
	font-weight:bold;
}
#recruitNav
{
	margin:10px 0px 10px 0px;
}
#error
{
	font-weight:bold;
	color:#ff0000;
}
#internalProp
{
	float:right;
	width:0px;
	height:325px;
}
#jobDetails h3
{
	width:100px;
	float:left;
	clear:left;
	font-size:12px;
	margin:0px 0px 5px 5px;
	padding:0px;
}

h3
{
	font-size:13px;
}


#jobDetails p
{
	margin:0px 0px 6px 5px;
}

#jobDetails #description p
{
	float:none;
	margin:0px 0px 10px 10px;
}

#candidateForm th
{
	text-align:left;
}
#pageNav{
	margin-top:5px;
	color:#FF781E;
}

.disabled
{
	color:#999999;
}

.currentPage
{
	color:#FF781E;
}
.candidateResBox
{
	width:228px;
	padding:5px;
	margin-right:7px;
}
.candidateResBox h2
{
	color:#023A75;
	width:auto;
	display:block;
	border-bottom:1px solid #D0D0D0;
}