body
{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/body-bg.gif);
}

form, div 
{
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 0px; 
	margin-right: 0px;
	padding: 0px;
	} 

td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


h5 {
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 a:link, h4 a:hover, h4 a:visited{
	color: #046B40;
	text-decoration:none;
	cursor:pointer;
}


h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 31px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a:link, a:visited{
	text-decoration: none;
	color:#0E6B3C;
}
a:hover {
	text-decoration: underline;
	color: #555555;
}
.txt-white{
	color: #ffffff;
}
.txt-dkgreen{
	color: #046B40;
}
.txt-dkgreen-un{
	color: #046B40;
	text-decoration:underline;
}
.txt-dkgreen-un:hover{
	color: #046B40;
	text-decoration:none;
}
.txt-dkbrown{
	color: #A07900;
}
.txt-black{
	color: #000000;
}
.txt-dkgrey{
	color: #313131;
}
.txt-yellow{
	color: #E7C042;
}
.txt-grey01{
	color: #555555;
}
.txt-grey-link{
	color: #555555;
	text-decoration:none;
}
.txt-grey-link:hover{
	color: #555555;
	text-decoration:underline;
}
.txt-black-link, .txt-black-link:link, .txt-black-link:visited{
	font-size: 13px;
	color: #000000;
	text-decoration:none;
	cursor:pointer;
}
.txt-black-link:hover, .txt-black-hover{
	font-size: 13px;
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}
.txt-ltgrey{
	color: #A4A4A4;
}
.txt-blue{
	color: #3C4A4C;
}
.txt-dkred{
	color: #C20000;
}

.font-big{
font-size:30px;
color:#E1AC00;
}
.txt-font01{
font-size:16px;

}
.font-trebuchet{
font-family:"Trebuchet MS";
}

.bg-grey{
background-color:#E6E8E9;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#BF3A3B;
	border:none;
	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
	
}

.submitButton
{
	background-image: url(../images/btn-submit.gif);
	background-repeat:no-repeat;
	width: 57px;
	height:20px;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
	overflow: hidden;
	cursor:pointer;
}

.secureMenuItem
{
	text-align:left;
	vertical-align:middle;
	color: #696969;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-left:20px;
	
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position:8px center;
	cursor:pointer;
	
}

.secureMenuItemHover
{
	text-align:left;
	vertical-align:middle;
	color: #000000;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-left:20px;
	
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position:8px center;
	cursor:pointer;
}

.JobListing 
{
	border-left: solid 1px #046B40;
	}


.JobListing th
{
	background-color:#F7BA00;
	padding :2px 2px 2px 2px;
	color:#0E6B3C;
	height:26px;
	vertical-align:middle;
	font-weight:bold;
	font-size:13px;
	border-top: solid 1px #046B40;
	border-right: solid 1px #046B40;
	border-bottom: solid 1px #046B40;
}		
.JobListing td
{
	font-size:13px;
	padding :2px 2px 2px 2px;
	color: #555555;
	height:24px;
	vertical-align:middle;
	border-right: solid 1px #046B40;
	border-bottom: solid 1px #046B40;
	}

.JobListing td a:link, .JobListing td a:visited
{
	color:#0E6B3C;
	font-weight:bold;
}
.JobListing td a:hover
{
	color: #555555;
	font-weight:bold;
}

#div-listing div, #div-result div
{
display:inline;
}
.greenLink:link, .greenLink:visted, #div-listing a:link, #div-listing a:visited
{
	color:#0E6B3C;
}
.greenLink:hover,  #div-listing a:hover
{
	color: #555555;
}

.applyNow
{
	background-color:#F7BA00;
	padding-left:2px;
	padding-right:2px;
	color:#0E6B3C;
	height:22px;
	vertical-align:middle;
	font-weight:bold;
	font-size:12px;
	border: solid 1px #046B40;
	cursor:pointer;
}

.searchButton
{
	background-image: url(../images/btn-site-search.gif);
	background-repeat:no-repeat;
	width: 79px;
	height:25px;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
	overflow: hidden;
	cursor:pointer;
	}


.jobSearchButton
{
	background-image: url(../images/btn-start-search.gif);
	background-repeat:no-repeat;
	width: 121px;
	height:34px;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
	overflow: hidden;
	cursor:pointer;
	}
	


.HotJobArea .AdminJobList
{
	visibility:hidden;
	display:none;
	height:0px;
	}

.HotJobArea .HotJobItem
{
	text-align:left;
	vertical-align:middle;
	color: #000000;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	padding-left:16px;
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position:6px center;
	cursor:pointer;
	line-height:22px;
}

.HotJobItem a:link, .HotJobItem a:visted
{
	color:#0E6B3C;
}
.HotJobItem a:hover
{
	color: #555555;
}

.AdminArea .HotJobItem
{
	visibility:hidden;
	display:none;
	height:0px;
	}

.homeTestimonial .imgBuble
{
	visibility:hidden;
	display:none;
	height:0px;
	}
