/* *********************** MAIN POSITIONING DIVS FOR HEADER, FOOTER AND CONTENT HOLDER ************************ */

#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout. from tanfa.co.uk */
	
body {
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 0px;
	text-align: center; 
	background: #fff;
	color: #000;
	min-width: 800px;
	}

.body_vacancies {min-width:550px;text-align:left;}

.body_apply {min-width:400px;}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#border { 
	text-align: left;
	width: 800px;
	margin: 0 auto;
	position:relative;
	padding: 10px;
	}

#footer {
	border:solid 0px #000;
	padding:6px;
	clear: both;
	}

#holder {
	/* right faux column tab */
	float: left;
	width: 800px;
	border:solid 0px #000;
	background-image: url(images/border_back.gif);
	background-repeat: repeat;
	}

#holder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
	margin: 30px 175px 0 175px;
	border:0px solid #454545;
	font-size:70%;
	line-height:18px;
	z-index:20;
	}
	
#center_vacancies {
	margin: 30px 0px 0 175px;
	border:0px solid #454545;
	font-size:70%;
	line-height:18px;
	z-index:20;
	}

#holder_wrap {
	  float:left;
	  width: 100%; 
		margin: 0 -95% 0 0;
		border:0px solid #454545;
	}

#left {
  float:left;
  width: 160px;
  margin: 0 0 0 -5%;
  border:0px solid #990000;
  background-color:#e2e6ed;
	}

#title {
	border:0px solid #333;
	background-color:#fff;
	height:30px;
	padding-bottom:2px;
	}

#menu_left {
	float:left;
	padding-top:0px;
	}

#right {
	  float:right;
		margin: 0;
		text-align:right;
		border:0px solid #000099;
		z-index:21;
	}

#apply_border {
	position:relative;
	width:430px;
	margin:0 auto;
	padding: 0px;
	background-color:#fff;
	font-size:76%;
	padding:10px;
	}

.apply_body {
	width:450px;
	background-color: #486488; 
	font-size:100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}

/* *********************** STYLING CSS ************************************************************************* */

body {
	background-color: #7084a3; 
	scrollbar-base-color: blueviolet;
	scrollbar-face-color: cornflowerblue; 
	scrollbar-arrow-color: white; 
	scrollbar-3dlight-color: ; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: black; 
	scrollbar-darkshadow-color: black;
	font-size:100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}

#border {
	background-color:#ffffff;
	text-align:left;
	}

#menu_left {
	border:solid 0px #003468;
	border-bottom:solid 0px #003468;
	text-align:right;
	background-color: #e2e6ed;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:6px;
	padding-left:6px;
	}

#menu_left ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	}
	
#menu_left li {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}

#menu_left a {
	display: block;
	height:20px;
	width: 148px; 
	text-decoration: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	}
	
#menu_left a:link {color: #000033;background-color: #d9dee8;}
#menu_left a:visited {color: #000033;background-color: #d9dee8;}
#menu_left a:hover {background-color: #c1cad9;color: #000033;text-decoration: none;}
#menu_left a:active {background-color: #c1cad9;color: #000033;text-decoration: none;}

#footer {
	text-align:center;
	background-color: #bbc9db;
	font-size:70%;
	color:#000033;
	line-height:20px;
	}

#footer a:link {color: #000033;}
#footer a:visited {color: #000033;}
#footer a:hover {color: #fff;}
#footer a:active {color: #fff;}

#left h1 {font: 22px Times New Roman, Times, serif;color: #000033;font-weight: bold;font-style: italic;padding:0px;margin:0px;text-indent:4px;}

a:link {color: #003468;}
a:visited {color: #003468;}
a:hover {color: #669900;}
a:active {color: #669900;}

h1 {font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;font-size: 24px;color: #ff6600;font-weight:normal;padding:0px;margin:0px;padding-bottom:14px;}
h2 {font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;font-size:130%;font-weight: bold;letter-spacing: 1px;color: #7D775C;padding:0px;margin:0px;}
h3 {font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;font-size:90%;font-weight: bold;letter-spacing: 3px;color: #7D775C;padding:0px;margin:0px;}

table {border:1px solid #003468;}

th {background-color:#e1edff;text-align:left;border-bottom:1px solid #003468;}

td{font-size:76%;vertical-align:top;}
