﻿@import url(form.css);

/*-----------------------------------------------------------------------------
RESET STYLESHEET
--------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, font, img, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {
	outline: 0;}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;}
	
/*-----------------------------------------------------------------------------
GENERAL GLOBAL STYLES
--------------------------------------------------------------------------------*/
html, body {height: 100%;}

body {
	line-height: 1em;
	color: #676767;
	background: white;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	text-align: center;
	background: url(../images/header_bg.gif) repeat-x;}
    
p {
    margin: 0 0 14px 0;}
    
small {
    font-size: 10px;
    line-height: 1.35em;}

strong {font-weight: bold;}

em, i  {font-style: italic;}

.alignright {
	text-align: right;}

.alignleft {
	text-align: left}
	
.floatright {
    float: right;}

.floatleft {
    float: left;}
    
.clear {
    clear: both;}
    
.clearing {
	height: 0px;
	clear: both;
	overflow: hidden;}
	
.center {
    width: 100%;
    text-align: center;}
   
.floatmarginleft {
    margin: 5px 15px 5px 0px;}
    
.floatmarginright {
    margin: 5px 0px 5px 15px;}
	
code, blockquote {
	display: block;
	background: #eff5fa;
	padding: 10px;
	border: dashed 1px #92bcd9;
	border-left: solid 6px #92bcd9;}
	
div.error, span.error {
	color: #c73838;}
	
div hr, p hr {
	display: none; }
	
div.hr {
    height: 1px;
	clear: both;
    background: url(../images/dash_horizontal.gif) bottom left repeat-x;
    margin: 0 0 15px 0;}
    
    
/*-----------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #386f91;
	text-decoration: none; }
	
a:hover, a:active { 
	color: #386f91;
	text-decoration: underline;}
	
.alt a:link, .alt a:visited { /* more subtle link colour, used for latest jobs and footer links */
    color: #657981;
	text-decoration: none;}
	
.alt a:hover, .alt a:active {
	color: #657981;
	text-decoration: underline;}
	
#seo-titles h1 a:link, #seo-titles h1 a:visited {
    color: #96a3aa;}
    
#seo-titles h1 a:hover, #seo-titles h1 a:active {
    color: #5288aa;}
    
#buttons a {
    display: block;
    border-bottom: solid 1px #c0cdd6;
    border-left: solid 4px #4680a4;
    padding: 6px 4px 4px 8px;
    text-transform: uppercase;
    font-size: 11px;
    color: #344e61;
    margin: 0 0 4px 0;}
    
#buttons a:link, #buttons a:visited {
    background: #d9e4eb;}

#buttons a:hover, #buttons a:active {
    text-decoration: none;
    border-left: solid 4px #334d61;}
   
.rss {
    vertical-align: middle;}

/*-----------------------------------------------------------------------------
FONT/TEXT STYLES
--------------------------------------------------------------------------------*/
h1 {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size: 1.7em;
    margin-top: 0px;
    margin-bottom: 17px;
    color: #2c4a5f;
	line-height: 1.2em;}
    
h2 {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #2c4a5f;}
    
h3 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 13px;
    margin-top: 0px;
    color: #314c60;}

.hidden{
    width: 1px;
    position: absolute;
    left: -9999px; }
    
#seo-titles h1, #footer h1 {
    font-weight: normal;
    font-size: 10px;
    color: #96a3aa;
    margin: 0 0 7px 0;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; }
    
#seo-titles h1 strong {
    font-weight: normal;}
    
.intro {
    font-size: 14px;
    line-height: 1.5em;}
    
.underline {
    padding: 0 0 4px 0;
    background: url(../images/dash_horizontal.gif) repeat-x bottom left;}
    
	
/*-----------------------------------------------------------------------------
LIST STYLES
--------------------------------------------------------------------------------*/
#main ul, #right-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 0; 
	line-height: 1.25em;}
    
#main li, #right-col li {
    background: url(../images/bullet.gif) no-repeat 0 0.3em;
    padding: 0 0 0.5em .95em; }
    
#main ul {
    margin: 5px 0 10px 20px;}
    
#right-col li {
    padding: 0 0 0.9em .95em;}
    

/*-----------------------------------------------------------------------------
LAYOUT & CONTAINER STYLES
--------------------------------------------------------------------------------*/
#wrap {
    position: relative;
    width: 840px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.6875em; /* 11px */}
    
#header {
    position: relative;
    height: 290px;}

#logo {
    position: absolute;
    top: 26px;
    left: 0px;}
    
#search {
    position: absolute;
    top: 41px;
    right: 0px;
    font-size: 14px;}
    
#seo-titles {
    position: absolute;
    right: 0px;
    top: 294px;
    width: 100%;
    z-index: 999;
    text-align: right;
    background: url(../images/dash_horizontal.gif) repeat-x bottom left;}
   
#tel {
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 14px;
    color: #5288aa;
    padding: 0 0 0 21px;
    background: url(../images/icon_tel.gif) no-repeat 0px 1px;}

/* Columns */    
#main {
    float: left;
    width: 625px;
    font-size: 12px;
    line-height: 1.55em;
    text-align: justify;}

#right-col {
    margin-left: 669px;
    width: 171px;
    font-size: 12px;}
    
#left-col {
    width: 180px;
    float: left;}
    
#footer {
    text-align: right;
    width: 100%;
    padding: 20px 0 15px 0;
    margin: 35px 0 0 0;
    background: url(../images/dash_horizontal.gif) repeat-x top left;
    color: #acacac;}
    
#footer p {
    margin-bottom: 8px;}
    

/*-----------------------------------------------------------------------------
MODULES - NEWS, RSS, SEARCH etc
--------------------------------------------------------------------------------*/
#main .feature-block {
    background: #f2f2f2 url(../images/feature_block_bg.gif) repeat-x top left;
    padding: 20px 0 15px 25px;
    margin: 25px 0 0 0;
    text-align: left;}
    
#main .feature {
    width: 175px;
    float: left;
    margin: 0 25px 0 0;
    line-height: 1.2em;}
    
#main .feature ul {
    margin: 0px;}
    
#buttons {
    margin: 20px 0 0 0;}
    
    
/*-----------------------------------------------------------------------------
JOB SEARCH & JOB STYLES
--------------------------------------------------------------------------------*/    
.search-result {
    color: #657981;
    line-height: 1.35em;
    background: url(../images/dash_horizontal.gif) repeat-x bottom left;
    padding: 0 0 12px 0;
    margin: 0 0 20px 0;}
    
.location {margin: 0 0 6px 0;}

#main .paging {
    background: #dff3e1;
    padding: 1px;
    text-align: center;
    height: 22px;
    position: relative;}
   
.paging a {
    height: 20px;
    display: inline-block;
    width: 20px;
    color: #657981;
    line-height: 20px;
    border: solid 1px #6aae6b;
    background: #ffffff;
    margin: 0;}
    
.paging a:hover {
    text-decoration: none;
    background: #cbe3cd;}
    
.paging a.selected {
    font-weight: bold;}
    
.job-details {
    background: #e9f3ea;
    border-bottom: solid 1px #cedad5;
    color: #4b646e;
    line-height: 1.4em;
    padding: 11px 15px 11px 15px;
    margin: 3px 0 15px 0;}
    
.job-details h2 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    color: #4b646e;
    margin: 0px; }
	
    
/*-----------------------------------------------------------------------------
SECOND LEVEL NAVIGATION STYLES
--------------------------------------------------------------------------------*/
.sidenav-header {
    height: 7px;
    font-size: 1px; }

ul.sidenav {
    width: 100%;
    margin: 1px 0 0 0;}

ul.sidenav li {
    background: url(../images/dash_horizontal.gif) repeat-x bottom right;
    padding: 0 0 1px 0;}

ul.sidenav li a {
    padding: 5px 5px 5px 10px;
    display: block;
    color: #4680a4;
    height: 1%;}
    
ul.sidenav li a:hover {
    text-decoration: none;}

ul.sidenav li a.selected, ul.sidenav li a.selected:hover {
    color: #4680a4;
    font-weight: bold;
    background: url(../images/side_navi_bg_select.gif) repeat-y top right;}

      
   
/*-----------------------------------------------------------------------------
TOP LEVEL NAVIGATION (TABS)
--------------------------------------------------------------------------------*/
#nav {
	position: relative;
	left: 0px;
	height: 58px;
	list-style: none;}
	
#nav li {
	float: left;
	height: inherit;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */}
	
#nav li a {
	display: block;
	line-height: 58px;
	color: #c1c7ce;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 18px 0 18px;}
	
#nav-home {
	background: #113045 url(../images/navi_bg_off.gif) bottom left repeat-x;}

#nav-about {
	background: #2b598a url(../images/navi_bg_off.gif) bottom left repeat-x;}

#nav-employer {
	background: #4680a4 url(../images/navi_bg_off.gif) bottom left repeat-x;}
		
#nav-candidate {
	background: #329da5 url(../images/navi_bg_off.gif) bottom left repeat-x;}
		
#nav-search {
	background: #4d9f5e url(../images/navi_bg_off.gif) bottom left repeat-x;}
	
#nav-cv {
	background: #77b046 url(../images/navi_bg_off.gif) bottom left repeat-x;}
		
#nav-contact {
	background: #d77800 url(../images/navi_bg_off.gif) bottom left repeat-x;}
	
#nav-fun {
    background: #c03915 url(../images/navi_bg_off.gif) bottom left repeat-x;}

#nav li a:hover {
    color: #ffffff;
    background-image: url(../images/navi_bg_off.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    text-decoration: none; }
	
#nav li a.currentSection,
#nav li a.currentSection:hover {
    color: #113045;
    background-image: url(../images/navi_bg_select.gif);
    background-position: bottom left;
    background-repeat: repeat-x;}
	
.left { float: left; width: 100px; text-align: left; margin: 0px; padding: 0px; }

.right { float: right; width: 670px; text-align: right; margin: 0px; padding: 0px; }
