@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-moz-outline: none;
}
.boldcontact {
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #545454;
	font-size: 12px;
}

a img {
	border: 0;
}
a { 

	color: #fff;
}


#pageWrapper {
	width: 950px;
	background: #f2f2f2;
	margin: 0 auto;
}

#header {
	float: left;
	width: 950px;
	padding: 10px 0 0 0;
	clear: both;
}

#brand {
	float: left;
	padding: 20px;
	width: 222px;
}

#tagline {
	float: right;
	padding: 10px 16px 0 0;
	width: 672px;
	text-align: right;
}

#tagline img {
	padding-left: 10px;
}
#tagline p {
	font-size: 12px;
	letter-spacing: 1px;
}
#tagline span.highlight {
	color: #a3c732;
	font-size: 24px;
	letter-spacing: 1px;
}

#tagline a {
	font-weight: bold;
	text-decoration: none;
	color: #545454;
}
#tagline a:hover {
	text-decoration: underline;
}

#navigation {
	float: right;
	height: 63px;
	display: block;
	width: 678px;
}
#navigation ul {
	list-style: none;
	display: block;
	padding: 15px 17px 0 0;
}
#navigation li {
	float: left;
	/*height: 48px;*/
	margin: 0 0 0 2px;
	display: block;
	display: inline;
	width: auto;
}
#navigation li a {
	/*height: 28px;*/
	float: left;
	text-decoration: none;
	font-size: 14px;
	background: url(../images/tn-bk-off.jpg) #848484 repeat-x top left;
	display:block;
	display: inline;
	padding: 20px 26px 0 26px;
}
#navigation li a:hover {
	background: url(../images/tn-bk-hover.jpg) #abd037 repeat-x top left;
	display:block;
	display: inline;
	_width: auto;
}
li.drop {
	font-size: 12px;
}

#featureArea {
	float: left;
	width: 916px;
	padding: 0 17px;
	clear: both;
}
#featureImage {
	float: left;
	width: 602px;
	padding: 0 2px 0 0;
}
#featureText {
	float: right;
	background: url(../images/bg-featuretext.jpg) repeat-x;
	width: 278px;
	height: 285px;
	padding: 17px;
}
#featureText p {
	margin: 0 0 15px 0;
}
#featureText ul {
	list-style: none;
}
#featureText li {
	border-top: solid 1px #fff;
	padding: 7px 0 5px 0;
}

#content {
	float: left;
	width: 950px;
}

#col1 {
	float: right;
	width: 535px;
	padding: 0 40px 20px 20px;
}

#col1 h1 {
	margin: 0 0 25px 0;
	padding: 15px 0 0 0;
	font-size: 28px;
	font-weight: normal;
	color: #abd037;
}
#col1 p {
	margin: 0 0 10px 0;
	line-height: 16px;
}

#col1 a {
	font-weight: bold;
	text-decoration: none;
	color: #a3c732;
}
#col1 a:hover {
	text-decoration: underline;
}
#col1 strong a {
	font-weight: bold;
	text-decoration: none;
	color: #545454;
}
#col1 a:hover {
	text-decoration: underline;
}

#col2 {
	float: left;
	width: 315px;
	padding: 0 20px 20px 20px;
}
#col2 h1 {
	margin: 0 0 15px 0;
	padding: 15px 0 0 15px;
	font-size: 28px;
	font-weight: normal;
	color: #abd037;
}
#col2 p {
	padding: 0 0 0 15px;
}

#featuredJobs {
	float: left;
	width: 215px;
	height: 710px;
	background-image: url(../images/bk-featured2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 30px;
}
#featuredJobs p {
	padding: 0;
}
#featuredScroll {
	width: 215px;
	height: 700px;
	overflow: hidden;
}
#featuredScroll p {
	font-size: 10px;
	margin: 0 0 15px 0;
}
#featuredScroll strong {
	font-size: 12px;
}

#footer {
	width: 910px;
	padding: 20px;
	float: left;
	font-size: 11px;
	background: #f2f2f2;
}
#footer a {
	text-decoration: none;
	color: #545454;
}
#footer a:hover {
	text-decoration: underline;
}

#footer a strong {
	text-decoration: none;
	color: #a3c732;
}
#footer a:hover strong {
	text-decoration: underline;
}
#footerLeft {
	float: left;
	width: 500px;
	padding: 0 0 20px 0;
}
#footerRight {
	float: right;
	padding: 0 0 20px 0;
}
#footerFull {
	float: left;
	width: 910px;
}
#footerFull dl {
	float: left;
	width: 910px;
	display: block;
	font-size:10px;
	margin: 0 0 5px 0;
}
#footerFull dt {
	font-weight: bold;
	color: #a3c732;
	float: left;
	display: block;
	width: 90px;
}
#footerFull dd {
	float: left;
	display: block;
	width: 820px;
}
#footerFull p {
	width: 910px;
	margin: 0 0 15px 0;
}
.divider {
	clear:both;
	width: 910px;
	height: 1px;
	background: #545454;
	display: inline;
	display: block;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
.green {
	color: #a3c732;
}
.white {
	color: #ffffff;
}
.grey {
	color: #545454;
}
.bodygreen {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #a3c732;
}
.headergrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #545454;
}
