@charset "utf-8";
/* CSS Document */


body,td,th { font: 11px/16px Arial, Helvetica, sans-serif; 
}
body {
	background: #00716d;
	margin: 0px;
}

a img {
   border: 0 none;
}

/* 
input { background: #FFFFFF !important; }
*/

img {
   border: 0 none;
}

p,H1,H2,H3{  margin-top:0; }

H1 { font-size: 18px; }
H2 { font-size: 16px; }
H3 { font-size: 14px; }

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #8cc63f;
	text-decoration: none;
}
a:active {
	color: #8cc63f;
	text-decoration: none;
}
#container {
	width: 961px;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#header {
	height: 150px;
	width: 961px;
	margin-bottom: 10px;
}

#headerleft {
	height: 150px;
	width: 340px;
	float: left;
}

#headerright {
	height: 150px;
	width: 50px;
	float: right;
}


#navigation {
	height: 27px;
	width: 961px;
	margin-bottom: 5px;
	border-top: thin solid #00716d;
	border-bottom: thin solid #00716d;
}

#banner {
	height: 236px;
	width: 961px;
	margin-bottom: 15px;
	background:#8cc63f;
}

#content_container {
	height: 100%;
	width: 961px;
	clear: both;
}


#jobsearch {
	height: 100%;
	width: 200px;
	float: left;
	background: #e9e9e9;
	margin-right: 15px;
	margin-bottom: 25px;
	padding: 10px;
}

* html jobsearch {
  height: 560px;
	width: 200px;
	float: left;
	background: #e9e9e9;
	margin-right: 15px;
	margin-bottom: 25px;
	padding: 10px;
}

#content {
	height: 100%;
	width: 510px;
	float: left;
	margin-right: 15px;
	text-align: left;
	padding-bottom: 25px;
}

#featuredjobs {
	height: 400px;
	width: 180px;
	float: right;
	padding: 10px;
	overflow: hidden;
}


#footer {
	height: 50px;
	width: 961px;
	border-top: thin solid #00716d;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}

* html>jobsearch {
  height: 560px;
	width: 200px;
	float: left;
	background: #e9e9e9;
	margin-right: 15px;
	margin-bottom: 25px;
	padding: 10px;
}

#footerleft {
	height: 50px;
	width: 100px;
	float: left;
}

#footerright {
	height: 40px;
	width: 725px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

.dropdown {
	height: auto;
	width: 190px;
	font: 11px Arial, Helvetica, sans-serif;
}

.button {
	height: 22px;
	width: auto;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #00716d;
	border-style: none;
}
.linkbox {
	height:100%;
	width: 452px;
	float: left;
}

.searchresultheader {
	height: 18px;
	width: 500px;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	background: #e9e9e9;
}

.searchresultheaderleft {
	height: auto;
	width: 300px;
	float: left;
}

.searchresultheaderright {
	height: auto;
	width: 200px;
	float: right;
	text-align: right;
}


.searchresult {
	height: auto;
	width: 510px;
	float: left;
	margin-bottom: 15px;
	border-bottom: thin dashed #666666;
}
.searchresulttext {
	height: auto;
	width: 370px;
	float: left;
}

.searchresultlogo {
	height: auto;
	width: 140px;
	float: left;
}

.searchresultfooter {
	height: auto;
	width: 500px;
	float: left;
	margin-bottom: 15px;
	padding: 5px;
	background: #e9e9e9;
}

.formleft {
	height: auto;
	width: 250px;
	float: left;
}

