/* HTML Elements */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/
body {
	background: #052140 url(images/main-bgnd-tile.gif);
	color: #000000;
	font: 10px/12px verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
}
p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	font: 10px/11px verdana, arial, helvetica, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

img {
	border: 0 none;
}

li {
	color: #1D3E61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: square;
	padding: 0px;
} /* remember lists can be used for Navbars too, see http://css.maxdesign.com.au/listamatic for examples */
p {
	text-align: left; /* IE5Win bug, if no alignment is presented the text may center */
	margin: 0 0 1em 0;
}
form {
	margin: 0 0 0 0;
}
table {
	border: 0;
}

td img {
	display: block; /* Images that are in tables will always be block level */
}
 /* Link Elements must be in this order*/
a:link, a:visited, a:active  {
	color: #404366;
	text-decoration: none;
}
a:hover {
	color: #9BA6B3;
	text-decoration: underline;
}


br.clear {
	clear: both;
	overflow: hidden;
	height: 3px;
} /* <br clear="all" /> may be unrelyable in gecko based browsers <br style="clear: both;" /> 
clears more reliably but lets get it in the Stylesheet with <br class="clear" /> */

/* additional type styles */
a h1.headreplace {
	margin: 10px 0 0 5px;
   position: relative;
   height: 63px;
	width: 412px;
	display: block;
	float: left;
	text-align: left;
	cursor: pointer;
	color: #F1F9FE;
 }

a h1.headreplace span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/head-logo.jpg) left no-repeat;
}
h1.texthead-replace {
	margin: 10px 0 0 0;
   position: relative;
	text-align: left;
 }

h1.texthead-replace span {
	position: absolute;
	width: 100%;
	height: 100%;
}
h1.noshow { 
	display: none;
	overflow: hidden;
	line-height: 0;
}


#maincol h2.midhead {
	font: bold 13px/16px verdana, arial, helvetica, sans-serif;
	color: #022347;
}

#maincol h3.subhead {
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
	color: #022347;
}

#maincol p {
	line-height: 14px;
}
table.vacancys tr.rep a:link, table.vacancys tr.rep a:visited, table.vacancys tr.rep a:active, {
	color: Black;
	text-decoration: underline;
}
table.vacancys tr.rep a:hover {
	color: #9BA6B3;
	text-decoration: none;
}

#footer p {
	color: #9BA6B3;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active  {
	color: #9BA6B3;
}
#footer a:hover {
	color: #404366;
}
.formreq {
	color: #860000;
}

/*css layout elements*/
#topcap {
	height: auto;
	width: 100%;
	background: url(images/bgndstripe-pix.gif) repeat-x bottom;
	overflow: hidden;
}
#topcap .box {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	margin-top: 16px;
	width: 755px; /*An auto centering layer, width must be assigned*/
	background-color: #404366;
	border: solid #001833;		
	border-width: 1px 1px 0 1px;
}
/*----*/
#bgndstripe {
	width: 100%;
	height: 88px;
	height: auto;
	background-color: #052140;
}
#bgndstripe .box {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 755px; /*An auto centering layer, width must be assigned*/
	background-color: #404366;
	border: solid #001833;		
	border-width: 0 1px 0 1px;
}
/*----*/
#pagecontainer {
	height: auto;
	width: 100%;
	background: url(images/bgndstripe-pix.gif) repeat-x top;
}

#pagecontainer .box {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 755px; /*An auto centering layer, width must be assigned*/
	background-color: #404366;	
	border: solid #001833;
	border-width: 0 1px 1px 1px;	 
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
}
/*----*/
#header {
	margin: 0 10px 0 10px;
	background: #F1F9FE url(images/main-header.jpg) no-repeat right;
	height: 89px;
}
#header img {
	float: left;
	margin: 12px 0 0 9px;
	border: 0 0 0 0;
}

/*----*/
/*nav*/
#navbar {
	background: url(images/navbar-grad.gif) repeat-x center;
	padding: 0 12px 0 12px;
	border: solid #001833;
	border-width: 1px 0 1px 0;	
	height: 22px;
}

#navbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}
#navbar ul li.hoz {
	float: left;
	position: relative;
	list-style: none; 
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navbar ul.Level1 li a:link, #navbar ul.Level1 li a:visited, #navbar ul.Level1 li a:active {
	color: #585974;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #F0F0F2;
	display: block;
	margin: 3px 0 2px 0;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}
#navbar ul li a:hover {
	background: #B5B6C4;
	color: #585974;
	text-decoration:none;
}
/*sub nav popdowns*/
.MenuHorizontal  {
	margin: 80px 0 0 0;
	list-style: none;
	display: block;
	z-index:1000;
}
.MenuHorizontal li  {
  cursor: pointer ;
  display: block;
}
.Level1 li:hover ul.Level2, .Level1 li.over ul.Level2 { 
  display: block;
}
.MenuHorizontal li a  {}
.Level1  {
  position: relative; 
}

.Level2  {
	position: absolute; 
	top: 19px; /* distance from top of 2nd menu to bottom of 1st menu */
	left: 0px; /* space on the left of 2nd menus */
	width: 150px;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.Level2 li {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	background: #E3E3EB;
	border: 1px solid #B6B6B6;
	border-width: 0 1px 1px 1px;
	width: 180px;
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navbar ul.Level2 li a:link, #navbar ul.Level2 li a:visited, #navbar ul.Level2 li a:active {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	white-space: nowrap;
	border-left: 1px none White;
	border-right: 1px none White;
	color: #585974;
}
#navbar ul.Level2 li a:hover {
	display: block;
	background-color: #C7C8DA;
	color: #585974;
	text-decoration:none;
}
 * html .MenuVertical li  { 
   line-height:17px;
   height: 17px; /* height on menu bars for i.e */
}
 * html .MenuVertical li a  {
   display: inline;
  }

.Level1 li, .Level2 li	{
  behavior: url(ieMenu.htc) ;

  /* My ISP is not configured properly to use htc files */
  /* Change the above to behavior: url(ieMenu.htc).asp      */
  }
/*----*/
h1.texthead-replace {
	margin: 0 0 5px 0;
}
/*----*/
#colstripe {
	margin: 13px 10px 20px 10px;
	padding: 0 10px 0 0;
	background: url(images/center-bgnd.gif) repeat-y center;
	display: block;
	height: 100%;
}

#leftcol {
	width: 170px;
	float: left;
	position:relative;
	z-index: 100;
}
#leftcol ul {
	padding: 0 0 0 2px;
	margin: 0;
	list-style: none;
	display: block;
}
#leftcol ul li {
	width: 100%;
	float: left;
	list-style: none; 
	display: block;
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #585974;
	border-top: solid #FFFFFF;
	border-right: solid #C8CBD6;
	border-left: solid #E3E3EB;
	border-bottom: solid #C7C7D7;
	border-width: 1px 1px 1px 1px;
	text-decoration: none;
}

#leftcol ul li a:link, #leftcol ul li a:visited, #leftcol ul li a:active {
	height: 25px;
	background-color: #E3E3EB;
	color: #585974;
	display: block;
	text-decoration: none;
	padding: 4px 0 2px 4px;
}
#leftcol ul li a:hover {
	background-color: #C7C8DA;
	color: #585974;
	text-decoration:none;
}

#leftcol ul li.head {
	height: 30px;
	background-color: #860000;
	color: #FFFEF7;
	border-top: solid #860000;
	border-right: solid #4A0D1C;
	border-left: solid #860000;
	border-bottom: solid #4A0D1C;
	border-width: 1px 1px 1px 1px;
	display: block;
}
li.head h1 {
	padding: 4px 0 2px 4px;
}

/*----*/
#maincol {
	padding: 5px 0 0 0;
	width: 530px;
	float: right;
	position:relative;
}
#maincol p {
	padding: 2px 0 2px 0;
}
#maincol ul {
	padding: 9px 0 5px 0;
}
#maincol li {
	padding: 3px 0 3px 0;
	color: #022347;
	list-style: disc inside;
	font: 10px/12px verdana, arial, helvetica, sans-serif;
	color: Black;
}
#maincol dl {
	margin: 0 5px 0 5px;
}
#maincol dt, #maincol dd {
	padding: 3px 0 3px 0;
}
#maincol dt {
	font: 14px bold verdana, arial, helvetica, sans-serif;
}
#maincol img.left {
	margin: 5px 10px 0 4px;
	border-bottom: 60px solid #FFFEF7;/*#E3E3EB*/
	float: left;
}
#maincol img.short {
	border-bottom:  none ;
}
#maincol .contblock {
	width: 360px;
	/*float: right;*/
	clear: right;
	height: auto;
	display: block;
	position: relative;
}

.contblock img
{
float: right;
margin: 5px;
padding: 0;
}



#maincol a.aplybutton {
	clear: both;
	float: right;
}
 a.pdflink {
 margin-top: 5px;
 padding: 3px 20px 3px 0;
 background: transparent url(images/page_white_acrobat.gif) no-repeat right; }
 /*--vacancy table--*/
table.vacancys {
	width: 360px;
	border: 0 0 0 0;
}

table.vacancys tr.rep {
	vertical-align: top; 
}
table.vacancys tr.rep a:hover {
	display: block;
	background-color: #FDF8D7;
}
table.vacancys tr.rep td.vaclist {
	border-bottom: 1px solid #C7C7D7;
	text-align: left;
}
table.vacancys td.ref {
	padding: 3px 0 3px 0;
	width: 230px;
}
table.vacancys td.pos {
	padding: 3px 0 3px 3px;
	width: 130px;
}
td.vaclist td.ref a:link, td.vaclist td.pos a:link, td.vaclist td.ref a:visited, td.vaclist td.pos a:visited {
	display: block;
	text-decoration: none;
}

table.vacancys tr.header td.ref, table.vacancys tr.header td.pos {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C7C7D7;
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
	color: #022347;
	
}
/*----*/

 /*--contact table--*/
table.contact {
	width: 405px;
	border: 0 0 0 0;
}

table.contact tr {
	vertical-align: top; 
}

table.contact td.l {
	padding: 4px 6px 4px 0;
	width: 152px;
	text-align: right;
	font-size: 13px;
	line-height: 17px;
}
table.contact td.r {
	padding: 4px 0 4px 0;
	width: 249px;
	font-size: 13px;
	line-height: 20px;
}
/*----*/

/*Forms Formating-------------*/
#maincol form {
	width: 410px;
	margin: 6px 0 0 0;
	float: right;
	position:relative;
}
.form-container {
	float: left;
	width: 200px;
	height: auto;
	margin: 4px 0 0 0;
	position:relative;
	display: block;
}
 /*Input Fields*/
 
.singleline-field {
	width: 180px;
	height: 15px;
	clear: both;
	margin: 0 15px 0 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
.wide-textarea {
	width: 387px;
	height: 60px;
	clear: both;
	margin: 0 0 0 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.wide-singleline-field {
	width: 387px;
	height: 20px;
	margin: 0 10px 15px 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
}

form .formbutton {
	height: 25px;
	width: 92px;
	margin: 0 12px 5px 5px;
}
 /*text layout*/
#maincol form p  {
  text-align: left;
	clear: both;
	margin: 0 0 8px 0;
	display: block;
	width: 200px;
	padding: 2px 0 0 0;
}
form p label {
  float: left;
  width: 200px;
  clear: both;
  padding: 3px 0 5px 5px;
}
form p.widetitle {
	width: 410px;
	display: inline;
}
/*----*/
.alt-rules {
	height: 5px;
	width: 100%;
	border-top: 1px solid #C7C7D7;
	margin-top: 7px;
	display: block;
	line-height: 3px;
	/*IE won't render an element less than the current font-size/line-height, 
	unless you include an overflow:hidden in the style declaration.*/
}

#footer {
	display: block;
	width: 100%;
   clear: both; /* not required if #clearfooter is used */
	height: 26px;
	margin: 5px 0 15px 0;
}



/* All code (C) Antony Ellam, Designed4hits 2004 */

