@charset "utf-8";
/* CSS Document */

#navContent a, navContent a:link, navContent a:active, navContent a:visited {
	color: #292926;
	text-decoration: none;
	margin-right: 36px;
	font-weight: bold;
	}

#navContent a:hover {
	color: #0765b4;
	text-decoration: none;
	font-weight: bold;
	}

#contentRight h1 {
	color: #4d4c48;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	}

#contentRight p{
	font-size: 75%;
	}

#aboutContentLeft h1{
	color: #a7a8a0;
	font-size: 150%;
	}

#aboutContentLeft p {
	color: #fff;
	font: normal 70% Arial;
	line-height: 18px;
	}

#contentRight a, #contentRight a:link, #contentRight a:active, #contentRight a:visited {
	color: #292926;
	text-decoration: underline;
}

#contentRight a:hover {
	color: #0765b4;
	text-decoration: none;
	}

.jobSearchBox {
	width: 146px;
	font-size: 75%;
	letter-spacing: 1px;
	border: 1px solid #a7a598;
	padding: 1px;
}

.jobSearchDrop {
	width: 150px;
	font-size: 75%;
	}

.searchBtn {
	
	width: 72px;
	height: 33px;
	border: 0 solid #fff;
	cursor: pointer;
	background: url(../images/submit.jpg) no-repeat;
}


#contentLeft h3 {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #4d4c48;
	}

#contentRight li {
	font-size: 75%;
	}

#contentRight h2 {
	color: #4d4c48;
	font-size: 110%;
	padding: 0px;
	}

.tblBorder {
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	font-size: 75%;
	}

.tbl1 {
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-size: 90%;
	}

.tbl1End {
	border-bottom: 1px solid #d1d1d1;
	font-size: 120%;
	padding-bottom: 55px;
	}

.tbl1Top {
	border-bottom: 1px solid #848484;
	border-right: 1px solid #848484;
	text-align: center;
	background: #353638;
	font-weight: bold;
	color: #fff;
	}

.tbl1EndTop {
	border-bottom: 1px solid #848484;
	text-align: center;
	background: #353638;
	font-weight: bold;
	color: #fff;
	}

.tblBorder ul {
	font-size: 150%;
	}