@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 1.4;
}
p {
	color: #666;
	text-align: left;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	float: left;
	height: 99px;
	width: 960px;
}
#banner {
	height: auto;
	width: 960px;
	float: left;
}
#headright {
	float: right;
	height: 99px;
	width: 400px;
}
#sectionhead {
	color: #069;
	float: right;
	height: 45px;
	width: 400px;
	text-align: right;
	margin-top: 20px;
}
#sectionhead h1   {
	font-size: 20px;
	color: #369;
	vertical-align: baseline;
}
#logo {
	height: 99px;
	width: 184px;
	float: left;
}
#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	float: left;
	height: 40px;
	width: 960px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
}
#welcome {
	float: left;
	height: 113px;
	width: 960px;
	margin-top: 20px;
}
#hotlinks {
	float: left;
	height: auto;
	width: 960px;
}
.hl_box {
	float: left;
	height: 275px;
	width: 308px;
	background-image: url(../images/bg_hotlink.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	margin-right: 12px;
	background-color: #EDEDED;
}
.hl_box3 {
	float: left;
	height: 275px;
	width: 308px;
	background-image: url(../images/bg_hotlink.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	background-color: #EDEDED;
}
.hl_head {
	float: left;
	height: 45px;
	width: 306px;
	margin-left: 1px;
	line-height: 45px;
	text-align: center;
	text-shadow: 1px 1px 2px #999999;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.hl_pic {
	float: left;
	height: 116px;
	width: 296px;
	margin-left: 6px;
	margin-top: 5px;
	text-align: center;
}
.hl_text {
	float: left;
	height: auto;
	width: 296px;
	margin-bottom: 5px;
	margin-left: 6px;
	margin-top: 5px;
}
#footer {
	float: left;
	height: 46px;
	width: 960px;
	margin-top: 40px;
	color: #999;
	text-align: left;
	line-height: 46px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#copyright {
	text-align: right;
	float: right;
	height: 46px;
	width: auto;
}
#footlinks {
	float: left;
	height: 46px;
	width: 500px;
}
#content {
	float: left;
	height: auto;
	width: 682px;
}
#welcome h2   {
	font-size: 1.5em;
	color: #666;
	margin-bottom: 5px;
	font-weight: lighter;
	letter-spacing: 0.5px;
}
#content h1 {
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	color: #666;
	letter-spacing: 1px;
}
#content h2 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	margin-top: 8px;
	font-weight: lighter;
}
#content h3 {
	color: #333;
	font-size: 15px;
	font-weight: lighter;
}
#content h4 , .hl_text h3{
	color: #666;
	font-size: 12px;
	font-weight: lighter;
}
#content ul {
	color: #666;
	margin-left: 20px;
	margin-top: 5px;
}
#content li {
	color: #666;
	margin-top: 5px;
}
#content a , #sidebar a, .hl_text a {
	color: #06C;
	text-decoration: none;
}
#content a:hover , #sidebar a:hover, .hl_text a:hover{
	color: #333;
	text-decoration: underline;
}
#content ol {
	color: #666;
	margin-left: 20px;
}
redtext {
	color: #F00;
}
#midwrapper {
	float: left;
	height: auto;
	width: 960px;
	margin-top: 15px;
}
#sidebar {
	float: right;
	height: auto;
	width: 245px;
	margin-top: 10px;
}
.sidebar_box {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
	background: -moz-linear-gradient(top,  #fff,  #f7f7f7);
	float: left;
	height: auto;
	width: 245px;
	margin-bottom: 15px;
	border: 1px solid #E8E8E8;
}
[if IE] .sidebar_box {  
	float: left;
	height: auto;
	width: 245px;
	margin-bottom: 15px;
	border: 1px solid #E8E8E8;
	background-image: url(../images/bg_sidebox.gif);
	background-position: bottom;
	
}  
.sidebar_head {
	text-shadow: 1px 1px 2px #999999;
	float: right;
	height: 35px;
	width: 245px;
	margin-bottom: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 35px;
	font-size: 15px;
	color: #333;
}
.sidebar_text {
	float: left;
	height: auto;
	width: 235px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar h3 {
	color: #999;
	font-size: 14px;
	line-height: 1.2;
}
#sidebar h2 {
	font-size: 15px;
}
#sidebar h1 {
	font-size: 18px;
}
#footer a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
}
#footer a:hover {
	color: #06C;
	text-decoration: underline;
}
#jobindustries {
	float: left;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#jobindustries ul , .jobindustries ul{
	margin-left: 5px;
	list-style-type: none;
}
#jobindustries ul li , .jobindustries ul li{
	display: inline-block;
	float: left;
	height: 25px;
	width: 200px;
	background-image: url(../images/arrow.gif);
	background-position: left 7px;
	padding-left: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.boxdiv {
	padding: 10px;
	float: left;
	height: auto;
	border: thin solid #E8E8E8;
	margin-bottom: 10px;
}
.jobheader {
	background-color: #E8E8E8;
	background-image: url(../images/jobhead_bg.gif);
	background-repeat: repeat-x;
	float: left;
	border: 1px solid #E8E8E8;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	margin-top: 10px;
	width: 99%;
}
.jobbox {
	float: left;
	height: auto;
	padding-left: 10px;
	border: thin solid #CCC;
	padding-bottom: 8px;
	width: 680px;
	margin-bottom: 25px;
	margin-top: 5px;
}
.joblocation {
	float: left;
	height: auto;
	width: 300px;
	padding-left: 10px;
}
.jobtop {
	float: left;
	height: auto;
	width: 680px;
	padding-bottom: 10px;
}
.jobtags {
	float: left;
	height: auto;
	width: 350px;
	margin-left: 10px;
	margin-top: 10px;
}
.jobdetail {
	float: left;
	height: auto;
	width: 95%;
	padding-bottom: 20px;
	background-color: #E8E8E8;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.refnumber {
	line-height: 30px;
	float: left;
	height: 30px;
	padding-left: 10px;
	width: 500px;
}
.imageright {
	float: right;
	padding-left: 10px;
}
.jobrequirements {
	float: left;
	height: auto;
	width: 95%;
	background-color: #E8E8E8;
	margin-bottom: 10px;
	padding: 10px;
}
.jobindustries {
	float: left;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.table_left {
	float: left;
	width: 99%;
	clear: right;
}
#content form .table_left tr {
	height: 25px;
	background-color: #FFF;
}
#content form .table_left td {
	background-color: #FBFBFB;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.smallNote {
	font-size: 9px;
	color: #06C;
}
.stdFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.stdText td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.stdTblHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #333;
}
#findbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	height: auto;
	width: 230px;
}#signin {
	width: 99%;
	color: #666;
}
#search #form1 {
	width: 280px;
}
#welcome a {
	color: #369;
	text-decoration: none;
}
#welcome a:hover {
	text-decoration: underline;
}
.stdTblHead {
	color: #666;
}
.opportunitytitle {
	font-size: 14px;
	width: 30px;
	margin-bottom: 5px;
	color: #000;
}
.descriptionbg {
	background-color: #E8E8E8;
	padding: 5px;
}
#soccer {
	float: left;
	height: 58px;
	width: 257px;
}
