/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 12px "trebuchet ms";
	color: #000000;
}

h1{	font: 26px georgia; color: #020266; border-bottom: 1px solid #dddddd; }
h2{	font: 22px georgia; color: #020266; border-bottom: 1px solid #dddddd; }
h3{	font: 18px georgia; color: #020266; border-bottom: 1px solid #dddddd; }
h4{	font: 16px georgia; color: #020266; border-bottom: 1px solid #dddddd; }
h5{	font: 14px georgia; color: #020266; border-bottom: 1px solid #dddddd; }
h6{	font: 12px georgia; color: #020266; border-bottom: 1px solid #dddddd; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #001e50; }

/* MAKES ALL BROWSERS HANDLE HEADINGS AND PARAGRAPHS THE SAME, USE AT YOUR DISCRETION */
h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 4px 0; }

.clear{	clear: both; }
.left{ float: left; }
.right{ float: right; }
.red{ color: red; }
img{ border: none; }

form, fieldset, legend{ margin: 0; padding: 0; }
fieldset{ border: none; }
legend{ display: none; background: none; }
.nobg{ border: none; background: none; }

a{
	color: #020266;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #01babd;
}

/* input[type=""] DOES NOT WORK IN IE6 */
input[type="checkbox"], input[type="radio"]{ border: none; width: auto; background: none; }

input, textarea{
	background: white;
	border: solid 1px #8191a2;
	font-family: verdana;
}

input.submit{
	background: none;
	border: none;
}

textarea{ font-size: 12px; }

ul{ margin: 10px 0; padding: 0 0 0 10px; }
ul li{ padding: 3px 0; }

#headerBg{ background: #FFFFFF url(../gfx/barTop.gif) top repeat-x; }
#header{ width: 880px; margin: 0 auto; padding-top: 10px; font-family: georgia; color: #020266; }
#headerRight{ float: right; text-align: right; padding-top: 16px; }
#headerTelephone{ font-size: 40px; }
#headerEmail{ font-size: 25px; }

#nav{ background: #6f6f6f url(../gfx/navRepeat.gif) top repeat-x; font: 16px "trebuchet ms"; clear: both; }
#nav ul{
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
}
#nav ul li{
	float: left;
	padding: 0;
	margin: 0;
}
#nav ul li a{
	display: block;
	color: #FFFFFF;
	padding: 7px 10px;
}
#nav ul li a:hover, #nav ul li#navOn a{
	background: #018888 url(../gfx/navOverRepeat.gif) top repeat-x; 
	text-decoration: none;
}
#navUnder{
	background: url(../gfx/navUnder.gif) top repeat-x;
	width: 100%;
	height: 13px;
}

#background{ background: #dddddd; }
#mainArea{
	margin: 0 auto;
	width: 880px;
	overflow: hidden;
	padding: 20px 0 40px 0;
}

#leftcol{
	float: left;
	width: 600px;
}

#latestVacancies{ font-family: georgia; }
#latestVacancies .jobTitle{ font-size: 16px; }
#latestVacancies .jobSalary{ font-size: 14px; }
#latestVacancies .jobLocation{ font-size: 14px; color: #000000; }

#rightcol{
	float: right;
	width: 270px;
}

#availableVacancies{
	font: 16px georgia;
	padding-bottom: 20px;
}

#submitCVBox{
	color: #555555;
	font: 16px georgia;
	line-height: 24px;
}

#footerBg{ background: #020266 url(../gfx/footerTop.gif) top repeat-x; }
#footer{
	margin: 0 auto;
	width: 880px;
	padding: 20px;
	color: #FFFFFF;
	font-family: georgia;
	overflow: hidden;
}
#footer a{ color: #FFFFFF; }

#footerLinksTop{
	font: 20px georgia;
	width: 400px;
	overflow: hidden;
	padding-left: 150px;
}
#footerLinksTop li{
	width: 200px;
	float: left;
}

#footerLinksBottom{
	font: 12px georgia;
	overflow: hidden;
	padding-left: 100px;
}
#footerLinksBottom li{
	float: left;
	padding-left: 3px;
}

.jobItem .jobDesc{ font-size: 12px; }

.messageStack{
	font-size: 0.8em;
	padding: 0 4px;
}
.messageStack li{ background: none; padding: 2px; }
.messageStack li.error{ color: red; }
.messageStack li.success{ color: green; }

.pagination{ text-align: right; padding: 5px; font-size: 16px; font-style: italic; border-top: 2px solid #12e8ee; border-bottom: 2px solid #12e8ee; padding: 5px; 10px; margin: 10px 0; }
.paginationTotal{ float: left; text-align: left; }
.pagination a, .pagination span{ color: #266f9b; font-family: georgia; }
.pagination a.current{ text-decoration: underline; }

.roundedBox {
	background: #FFFFFF;
	width: 99%;
	margin: 0;
	border: none;
	clear: both;
}

.roundedBox:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.roundedBox .content {
	padding: 5px 20px;
	clear: both;
	overflow: hidden;
	border: none;
}

.roundedBox .tl, .roundedBox .tr, .roundedBox .bl, .roundedBox .br {
	width: 4px; /* Size of corner */
	height: 4px; /* Size of corner */
	display: block;
	overflow: hidden;
	position:  relative;
}

.roundedBox .tl {
	background: url(../gfx/boxCorners.gif) 0 0;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}     

.roundedBox .tr {
	background: url(../gfx/boxCorners.gif) 4px 0;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}    

.roundedBox .bl {
	background: url(../gfx/boxCorners.gif) 0 4px;
	float: left;
	margin-bottom: 0px;
	margin-left:0px;
}     

.roundedBox .br {
	background: url(../gfx/boxCorners.gif) 4px 4px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
}

.roundedBoxGrey {
	background: #dad9d9;
	width: 99%;
	margin: 0;
	border: none;
	clear: both;
}

.roundedBoxGrey:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.roundedBoxGrey .content {
	padding: 5px 10px;
	clear: both;
	overflow: hidden;
	border: none;
}

.roundedBoxGrey .tl, .roundedBoxGrey .tr, .roundedBoxGrey .bl, .roundedBoxGrey .br {
	width: 6px; /* Size of corner */
	height: 6px; /* Size of corner */
	display: block;
	overflow: hidden;
	position:  relative;
}

.roundedBoxGrey .tl {
	background: url(../gfx/boxCornersGrey.gif) 0 0;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}     

.roundedBoxGrey .tr {
	background: url(../gfx/boxCornersGrey.gif) 6px 0;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}    

.roundedBoxGrey .bl {
	background: url(../gfx/boxCornersGrey.gif) 0 6px;
	float: left;
	margin-bottom: 0px;
	margin-left:0px;
}     

.roundedBoxGrey .br {
	background: url(../gfx/boxCornersGrey.gif) 6px 6px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
} 
