
.tempfix {
 background-image: url(../images/tempfix.gif);
 background-repeat:repeat-x;
 background-position:bottom;
}

body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	background-color: #a0a1a1;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
#outer
{
	/* The width needs clarification - from the image, the only rule seems to be
		'less than 1024'... */
	width: 883px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	background-color:#333333;
	color:#FFFFFF;
	/*
      text-align: center; doesn't work on Firefox, hence the work-around 
	  below.
	*/
}
.bordertop	{
	background-image:url(../images/header-back.gif);
	background-repeat:repeat-x;
}
input	{
	background-color: #e6e6e6;
	border: solid 1px #999999;
	padding: 2px 2px 2px 2px;
	color:#333333;
	font-size:1em;
	margin:0px 0px 0px 0px;
}
select	{
	background-color: #e6e6e6;
	border: solid 1px #999999;
	padding: 2px 2px 2px 2px;
	color:#333333;
	font-size:1em;
	margin:0px 0px 0px 0px;
	width: 140px;
}
.browse	{
	background-color: #333333;
	color:#FFFFFF;
	width: 60px;
	padding:1px 1px 1px 1px;
	margin-left:4px;
}
.submit	{
	background-color:#333333;
	color:#FFFFFF;
	width: 45px;
	padding:1px 1px 1px 1px;
	margin-left:4px;
}


A:link 	{
	color:#8bc63f;
	text-decoration:none;
}
A:active 	{
	color:#FFFFFF;
	text-decoration:none;
}
A:visited 	{
	color:#FFFFFF;
	text-decoration:none;
}
A:hover 	{
	color:#8bc63f;
}

A.nav:link 	{
	color:#FFFFFF;
	text-decoration:none;
}
A.nav:active 	{
	color:#FFFFFF;
	text-decoration:none;
}
A.nav:visited 	{
	color:#FFFFFF;
	text-decoration:none;
}
A.nav:hover 	{
	color:#8bc63f;
}
    .navbox {
     text-align:left;
     height: 25px;
     color:#FFFFFF;
     font-size:0.7em;
     background-image: url(../images/navback.gif);
     background-repeat:repeat-x;
    }

A.mininav:link 	{
	color: #CCCCCC;
	text-decoration:none;
}
A.mininav:active 	{
	color: #CCCCCC;
	text-decoration:none;
}
A.mininav:visited 	{
	color: #CCCCCC;
	text-decoration:none;
}
A.mininav:hover 	{
	color: #CCCCCC;
}
.mininavbox	{
	text-align:left;
	background-image:url(../images/footer-back.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	color:#FFFFFF;
	font-size:0.7em;
	height:45px;
	vertical-align:middle;
}


.content	{
	color:#FFFFFF;
	font-size:0.75em;
	text-align:justify;
	padding-left:50px;
	padding-right:10px;
	padding-top:20px;
}
.jobcontent	{
	color:#FFFFFF;
	font-size:0.75em;
	text-align:justify;
	padding-left:50px;
	padding-right:0px;
	padding-top:20px;
}
.copyright	{
	color: #333333;
	font-size:0.70em;
}
.jobsearch {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/job-search-panel.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	height:180px;
	vertical-align: top;
	line-height:16px;
}
.contactdetails {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/contact-details-panel.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	vertical-align: top;
	line-height:6px;
	height:100px;
}
.homepanels	{

	padding: 25px 12px 15px 12px;
	text-align:left;
	vertical-align:top;
	font-size:0.9em;
}
hr	{
	border: #999999 dotted 1px;
	width: 99%;
	text-align:left;
	height:1px;
	margin-top:-14px;
	margin-bottom:0px;
}
.resultsbox	{

	background-color: #000000;
	font-family:Tahoma, Verdana, Arial;
	font-size:0.9em;
	color: #FFFFFF;
	line-height:13px;
	margin-bottom:10px;
}
.greenbold	{
	font-size: 1em;
	color: #8BC63F;
	font-weight: bold;
}