@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #b9c4cb url(../images/bg.png) repeat-x left top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
}

img {
    border: 0px;
}

/* general classes */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.green {
	color:#30A94A;
}
.blue {
	color:#004e91;
}
.gray{
	color:#5E5E5E;
}
.tight 
{
	margin-bottom: 3px;
}
.nobreak 
{
	white-space: nowrap;
}
.columnHalf 
{
	float: left;
	width: 45%;
	margin-right: 4%;
}
h1 {
	font-size:24px;
	font-weight:normal;
	margin-bottom: 16px;
}
h2, .h2 {
	color: #004e91;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}
h3 {
	font-size: 11px;
	color:#30A94A;
	font-weight: bold;
	margin-bottom: 6px;
}
h4 
{
	font-size: 11px;
	margin-bottom: 6px;
}
p {
	margin-bottom: 12px;	
}
a:link, a:visited {
	color:#004e91;
	text-decoration:none;
}
a:hover {
	color:#004e91;
	text-decoration:underline;
}
/* page layout */

.page {
	margin: 0 auto;
	width: 711px;
}
.homePage .page {
	width: 840px;
}	

/* header */

.header {
	position: relative;
	margin-top: 25px;
	padding-left: 14px;
	margin-bottom: 25px;
}
.logoHolder {
	display: block;
	background: transparent url(../images/logo-small.gif) no-repeat left top;
	width: 178px;
	height: 88px;
}
.logo {
	text-align: center;
	margin: 25px 0 25px 0;
}
.searchBox {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}
.searchForm {
	position: relative;
	width: 321px;
	height: 51px;
	background: #fff url(../images/blue-search-bg.png) no-repeat left top;
}	
.searchField {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 200px;
	height:21px;
	line-height: 21px;
	border: none;
}
.searchButton {
	position: absolute;
	left: 235px;
	top: 15px;
	width: 75px;
	height: 23px;
	background: transparent;
	cursor: pointer;
	border: none;
}
.date {
	padding-right: 12px;
	font-size: 11px;
	color: #798C97;	
}
/* navigation */

.navigation {
	background: transparent url(../images/menu-blue.png) no-repeat left top;
}
.navLevelOne {
	height: 29px;
	padding-left: 7px;
	padding-top: 5px;
}
.navLevelTwo {
	background-image: url(../images/nav-bg-level-2.gif);
	background-repeat: repeat-x;
}
.navLevelThree {
	background-image: url(../images/nav-bg-level-3.gif);
	background-repeat: repeat-x;
	clear: both;
}
.navLevelOne a:link, .navLevelOne a:visited {
	display: block;
	padding: 0 10px;
	float: left;
	color: #FFF;
	text-decoration: none;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
}
.navLevelOne a:hover {
	background-color: #4d88b8;	
}
.navLevelOne .activeLink, .navLevelTwo {
	background-color: #30a94a;
}

.navLevelTwo, .navLevelThree {
	margin: 0 7px;		
}
.navLevelTwo .nav a:hover {
	background-color: #6fc381;	
}
.navLevelTwo .nav .activeLink {
	background-color: #519357;
}
.navLevelThree {
	background-color: #519357;	
}
.navLevelThree .nav a:hover {
	background-color: #86b48a;
}

.navLevelThree .nav .activeLink {
	background-color: #3d6e41;
	height: 29px;
	border-bottom: 1px solid #86b48a;
}
.nav {
	display: none;
}
.alwaysVisible 
{
	display: block !important;
}
.nav a {
	display: block;
	padding: 0 10px;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}
.navLevelOne a:first-child, .navLevelTwo a:first-child, .navLevelThree a:first-child {
	padding-left: 13px;	
}

/* page body */

.pageBodyBg {
	background: transparent url(../images/panel-bg.png) repeat-y left top;
	min-height: 500px;
}
.pageBodyHeader {
	margin-left: 7px;
}
.pageBodyFooter {
	background: transparent url(../images/panel-bottom.png) no-repeat left top;
	height: 32px;
}
.contentBody {
	padding-top: 20px;
	padding-bottom: 1px;
	margin-left: 20px;
	margin-right: 260px;
}
.detailPage .contentBody {
	margin-left: 260px;
	margin-right: 20px;
}
.fullPage .contentBody, .landingPage .contentBody {
	margin-right: 20px;	
}
.contentBody ul, .contentBody ol 
{
	margin: 0 24px 12px 24px;
   
}
.contentBody li 
{
	margin-bottom: 6px;
}
.contentSidebar {
	float: right;
	padding-top: 20px;
}
.detailPage .contentSidebar {
	float: left;
	margin-left: 18px;
	width: 220px;
}
.fullPage .contentSidebar, .landingPage .contentSidebar {
	display: none;	
}

.bottomBuckets {
	display: none;
	margin-bottom: 24px;
}

.landingPage .bottomBuckets {
	display: block;	
}

.bottomBuckets .contentBox {
	float: left;
	margin-right: 24px;
}
.bottomBuckets .rightBox {
	margin-right: 0 !important;	
}
/* sidebar content box */

.contentBox {
	width: 221px;
	margin-right: 20px;
}
.contentBox h3 {
	margin: 0 20px;
	font-size: 12px;
}
.contentBox p {
	margin: 0 20px;
	font-size:10px;
}
.boxContent {
	padding-top: 15px;
	background: transparent url(../images/box-top.png) no-repeat left top;
}
.boxFooter {
	background: transparent url(../images/box-footer.png) no-repeat left top;
	height: 38px;
	text-align: right;
	padding-right: 15px;
	line-height:30px;
}
.boxFooter a:link, .boxFooter a:visited {
	color: #fff;
	text-decoration: none;
}
/* Sitemap */

.sitemap {
	clear: both;
	margin-top: 20px;
	padding-left: 10px;
}
.homePage .sitemap {
	padding-left: 70px;
}
.sitemap  ul {
	margin-bottom: 20px;
	font-size:10px;
	color:#798C97;
	list-style: none;
}
.sitemap li {
	font-size:13px;
	list-style:none;
	list-style-type:none;
	float:left;
	clear:none;
	width: 230px;
}
.homePage .sitemap li {
	width: 230px;
}
.homePage .sitemap li li 
{
	width: 200px;
}
.sitemap ul ul {
	margin-top: 6px;
	margin-left: 30px;
	list-style: none;
}
.sitemap ul ul li {
	clear:left;
	font-size:10px;
	width:190px;
	margin-bottom: 5px;
	float: none;
	list-style: none outside url(../images/menu-pointer.png);
}
.sitemap ul li a:link, .sitemap ul li a:visited {
	color: #798C97;
	text-decoration: none;
	font-weight: bold;
}
.sitemap ul li a:hover {
	color:#0059a2;
	text-decoration:none;
}
.sitemap ul ul li a:link, .sitemap ul ul li a:visited, .sitemap ul ul li a:hover {
	font-weight:normal;
}

/* Footer */

.footer {
	clear: both;
	margin: 0 15px 20px;
	color: #798c97;
	font-size: 11px;
	padding-top: 40px;
}
.homePage .footer {
	margin: 0 80px 20px;
}
.footerRight {
	float: right;	
}
.footer a:link, .footer a:visited {
	color: #798C97;
	text-decoration: none;	
	font-weight: bold;
}
.footer a:hover {
	color:#0059a2;
	text-decoration:none;
	font-weight: bold;
}
.maplink {
	font-size: 9px;	
}

/* home page layout and graphics */

.bucket {
	float: left;
	height: 429px;
}
.people {
	width: 286px;
	background: url(../images/home-people.png) no-repeat center top;
}
.hr {
	width:351px;
	background: url(../images/home-hr.png) no-repeat center top;
}
.career {
	width: 203px;
	background: url(../images/home-career.png) no-repeat center top;
}
.bucketSprite {
	height:28px;
	display:block;
	width:99%;
	background: url(../images/box-text-sprite.png) no-repeat;
	position:absolute;
	z-index:5000;
	top:30px;
	left:7px;
}
.findCareer {
	background-position:0 -54px;
}
.manageHr {
	background-position: 14px -26px;
}
.findPeople {
	background-position: 10px 0;
}
.dropdownMenuContainer {
	position: relative;
	top: 160px;
	left: 50px;
	padding-top: 1px;
}
.dropdownBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 221px;
	height: 106px;
	background: url(../images/box.png) no-repeat left top;
	cursor:pointer;
}
.dropdownMenu {
	margin: 0 10px;
	padding-top: 90px;
	width: 250px;
}
.dropdownMenu ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
.dropdownMenu li {
	background: transparent url(../images/drop-bg.png) repeat-y left top;
	list-style-position: outside;
	list-style-type: none;
	padding: 3px;
}
.dropdownMenu li:hover {
	background:  url(../images/drop-bg-selected.png) repeat-y;
}
.dropdownMenu a {
	text-decoration: none;
	color: #0059a2;
}
.dropdownMenuTop {
	background: transparent url(../images/drop-bg.png) no-repeat left 5px;
	height: 20px;
}
.dropdownMenuBottom {
	background: transparent url(../images/drop-bottom.png) no-repeat top left;
	height: 32px;
}
.dropdownMenu {
	display: none;
}
.menuIndent {
	margin: 0 15px;
}
.menuFooter{
	margin: 20px 0 0 0;
}
.menuFooter .indent {
	margin: 0 0 0 15px;
}
.dropdownOpenClose {
	background: transparent url(../images/open-close-sprite.png) no-repeat right -14px;
	height: 14px;
	margin: 77px 15px 0 0;
	font-size: 1px;
}

/* Job List Table */

.jobListTable th {
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid silver;
}
.jobListTable td {
	padding: 6px;
}

.altRow td {
	background-color: #EAEAEA;
}

/* Job Detials Page */

.jobDetailsHead {
	background:url(../images/box_tp.jpg) no-repeat left top;
	padding:5px 20px 0;
}
.jobDetailsHead h1 {
	font-size:14px;
	margin-bottom:0;
	border-bottom:1px solid #004e91;
	padding-bottom:10px;
	padding-top: 12px;
}
.jobDetailsBody {
	background:url(../images/box_tile.jpg) repeat-y left top;
	padding:0 20px;
	padding-bottom: 1px;
}
.jobDetials p {
	margin-top:0;
	margin-bottom:12px;
	font-size: 10px;
}
.jobDetials h2 {
	font-size: 11px;	
}
.jobDetailsFooter {
	background:url(../images/box_btm.jpg) no-repeat left bottom;
	height:25px;
}
.url {
	text-align: right;
}
.url a {
	color: #004e91;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.url a:hover {
	text-decoration: underline;
}
/* Job Contact Box */

.contactBox{
	background: #f2f2f2;
	border: none;
	border-top:1px solid #1658a0;
	padding: 12px;
}

.contactBox h1 {
	font-size: 16px;	
}
.row label {
	display: block;
	float: left;
	width: 100px;
	padding-left: 10px;
}
.required label {
	padding-left: 4px;
	padding-right: 6px;
}
.row {
	margin-bottom: 6px;	
}
.row input[type=text], .row textarea, .row input[type=file] {
	width: 220px;	
}
.submit {
	background-color: #004e91;
	border: 2px solid #999;
	font-size: 10px;
	color: #FFF;
	padding: 4px 10px;
}

.noteEco

{
   
   display:block;
   clear:both;
   text-align:right;
    color:#30A94A;
    padding:20px;
    }
    
.warn 
{
    padding: 12px 0;
    color: Red;
}
