﻿body
{}
a{
  text-decoration: none;
  color: #336699;
}
a:hover{ text-decoration: underline;}
img
{
  border: none;
  margin: 0;
}
input[type=checkbox] { margin: 3px; }
input[type=radio] { margin: 5px; }
.bluebold
{
	font: bold 14px Arial, Helvetica, sans-serif;	
	color: #9bcd0a;
	line-height: 15px;		
}
li.list1	{
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	color: #00539d;
	list-style-image: url('images/listicon.gif');	
	}
table.jobs th
{
  padding-left: 5px;
  text-align:left;
}
table.jobs td{ padding: 2px 5px 2px 5px;}
tr.jobs1 td{ background: #ffffff;}
tr.jobs2 td{ background: #ebebeb;}
tr.jobs1 td a{}
tr.jobs2 td a{}
td.centre{ text-align:center}
td.jobtitle{ width: 25%; }
td.location{ width: 30%; }
td.salary{ width: 30%; }
td.status{ width: 15%; }
td.prompt{ width: 28%; }
td.data{ width: 70%; }
.error{ color: Red; }
.required{ color: Red; }

a.nav:link
{
  padding: 7px 7px 7px 7px;
  display: block;
  background: url(images/button_nav_off.jpg);
  float: left;
  margin: 1px 1px 1px 0px;
  font: bold 12px Arial, Helvetica, sans-serif;
  width: 160px;
  color: #ffffff;
  height: 13px;
  text-decoration: none;
}
a.nav:visited
{
  padding-right: 7px;
  display: block;
  padding-left: 7px;
  background: url(images/button_nav_off.jpg);
  float: left;
  padding-bottom: 7px;
  margin: 1px 1px 1px 0px;
  font: bold 12px Arial, Helvetica, sans-serif;
  width: 160px;
  color: #ffffff;
  padding-top: 7px;
  height: 13px;
  text-decoration: none;
}
a.nav:active
{
  padding-right: 7px;
  display: block;
  padding-left: 7px;
  background: url(images/button_nav_off.jpg);
  float: left;
  padding-bottom: 7px;
  margin: 1px 1px 1px 0px;
  font: bold 12px Arial, Helvetica, sans-serif;
  width: 160px;
  color: #ffffff;
  padding-top: 7px;
  height: 13px;
  text-decoration: none;
}
a.nav:hover
{
  padding-right: 7px;
  display: block;
  padding-left: 7px;
  background: url(images/button_nav_on.jpg);
  float: left;
  padding-bottom: 7px;
  margin: 1px 1px 1px 0px;
  font: bold 12px Arial, Helvetica, sans-serif;
  width: 160px;
  color: #ffffff;
  padding-top: 7px;
  height: 13px;
  text-decoration: none;
}
a.button1 
{
  color: #000;
  font-weight: bold;
  font-size: 12px;
  width: 100px;
  height: 21px;
  display:inline-block;
  text-align:center;
  text-decoration: none;
  padding-top:4px;
  margin-right:10px;
}
a.button1:link { background: url(images/button1_off.gif); }
a.button1:visited { background: url(images/button1_off.gif); }
a.button1:hover { background: url(images/button1_on.gif); }
a.button1:active { background: url(images/button1_off.gif); }

a.button:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	width: 296px;
	height: 34px;	
	color: #ffffff;
	padding: 14px 17px 0px 47px;
	background: url('images/button_off.jpg');
	display: block;
	float: left;
}
	
a.button:visited {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	width: 296px;
	height: 34px;	
	color: #ffffff;
	padding: 14px 17px 0px 47px;
	background: url('images/button_off.jpg');
	display: block;
	float: left;
}

a.button:active {
	font: bold 14px Arial, Helvetica, sans-serif;		
	text-align: left;
	text-decoration: none;
	width: 296px;
	height: 34px;	
	color: #ffffff;
	padding: 14px 17px 0px 47px;
	background: url('images/button_off.jpg');
	display: block;
	float: left;
}

a.button:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	width: 296px;
	height: 34px;	
	color: #ffffff;
	padding: 14px 17px 0px 47px;
	background: url('images/button_on.jpg');
	display: block;
	float: left;
}

a.button2 {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  width: 150px;
  height: 19px;
  display:inline-block;
  text-align:center;
  text-decoration: none;
  padding-top:6px;
  margin-right:10px;
}
a.button2:link { background: url( 'images/button2_off.gif' ); }
a.button2:visited { background: url( 'images/button2_off.gif' ); }
a.button2:active { background: url( 'images/button2_off.gif' ); }
a.button2:hover { background: url( 'images/button2_on.gif' ); }

#frame
{
  margin: 0px auto;
  width: 700px;
}
#rightaspx
{
  margin-left: 240px;
  padding-right: 0px;
  width: 650px;
}
#rightaspx ol, ul { margin-bottom: 1.5em; padding-left: 0.5em; margin-left: 0.5em; }
#rightaspx ol li, ul li { line-height: 1.5em; }
#header
{
  height: 85px;
  background-color: #024588;
}
#footer
{
  clear: both;
  height: 25px;
  margin-top: 20px;
  background-color: #024588;
}
#text
{
  margin: 0px 0px 0px 0px;
}
#left
{
  width: 200px;
  padding: 0px;
  border: solid 0px #e4e4e4;
  float: left;
}
#right
{
  width: 380px;
  padding: 10px;
  border: solid 0px #e4e4e4;
  float: left;
}
#nav
{
  clear:both;
  margin: 0px auto;
}

#nav ul
{
  margin: 0;
  padding-left:0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background: #86A6CD;
  font-weight:bolder;
}

#nav ul li
{
  display: inline;
}

#nav ul li a
{
padding-left: 25px;
padding-right: 25px;
background: transparent ;
background-position:right;
font-size: 11px;
color: #ffffff;
text-decoration: none;
}

#nav a:hover
{
  color: #ffffff;
}



