/*************************
	SUB TEMPLATE
*************************/
.subTemp #content {
	background: url(/images/blueBg.jpg) left top repeat-y #FFF;
}

/**** LEFT COLUMN ****/
.subTemp .leftCol {
	width: 252px;
}

.subTemp .contactBtn {
	background: url(/images/contactBtn_blueBg.jpg) top left no-repeat;
}

.subTemp .contactBtn p {
	position: absolute;
	top: 16px;
	width: 150px;
	left: 70px;
}

.subTemp .contactBtn span {
	position: absolute;
	top: 58px;
	width: 100px;
	left: 91px;
}

.leftColContent {
	color: #FFF;
	margin: 20px 20px;
}

.leftColContent a {
	color: #FFF;
}

.leftCol .textBlock {
	color: #FFF;
	margin: 0 10px;
}

/**** MIDDLE COLUMN ****/
.subTemp .middleCol {
	width: 464px; /* 494 */
	padding: 0 15px 10px 15px;
}

.tableshade { background-color: #CCFFFF; }
.tableshade2 { background-color: #CCCCFF; }



/* default table styling */
.bordered {
	border-collapse: collapse;
	border: none;
}

.bordered td {
	padding: 3px;
	border: 1px solid #000;
}

.noBorder td {
	border: none;
}

.middleCol h4 {
	margin: 15px 0 10px 0;
}

/**** RIGHT COLUMN ****/
.subTemp .rightCol {
	width: 180px;
}

.subTemp .graybox {
	background: url(/images/grayPannel_bg.jpg) left top repeat-y;
	margin: 20px 0 0 0;
	overflow: hidden;
}

.subTemp .graybox h1 {
	background: url(/images/grayPannel_top.jpg) left top no-repeat;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 10px 0 0 0;
}

.subTemp .graybox .holder {
	padding: 5px 5px 0 15px;
}

.subTemp .graybox .bottom {
	background: url(/images/grayPannel_bottom.jpg) left top repeat-y;
	height: 10px;
	overflow: hidden;
}

.subTemp .graybox a {
	background: url(/images/smallGreenBtn.jpg) left top no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 76px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	margin: 5px 0 0 78px;
}
.subTemp .graybox a:hover { text-decoration: underline; }



.industryLinks td {
	padding: 5px 8px;
}

.industryLinks a {
	color: #000;
	font-size: 13px;
	display: block;
}
.industryLinks a:hover { color: #333; }


/**** CAREERS ****/
.careers .middleCol{
	width: 550px;
	margin-left: 50px;
}

.careers .rightCol{
	display: none;
}

.jobListings {
	border-collapse: collapse;
	width: 450px;
}

.jobListings td {
	padding: 5px 8px;
}

.jobListings thead {
	background-color: #1D275A;
	color: #FFF;
}

.jobListings .odd {
	background-color: #DDD;
}

.jobListings a {
	color: #10a604;
	display: block;
}

#careerDesc {
	display: none;
}

.popup {
	position: absolute;
	border: 3px solid #DDD;
	padding: 10px;
	background: #FFF;
	width: 400px;
	margin: -30px 0 0 -30px;
}

/**** GROUPS OF LINKS ****/
.portfolioLinks a, .linksList a {
	display: block;
	text-decoration: none;
	color: #095b03;
}

.linksList a span, .portfolioLinks a span {
	color: #09113c;
	font-weight: bold;
}

.linksList a:hover, .portfolioLinks a:hover {
	color: #000;
}

/** middle column **/
.portfolioLinks {
	width: 300px;
}

.portfolioLinks a {
	padding: 2px 6px;
}

.portfolioLinks a span {
	padding-right: 5px;
}

.portfolioLinks a:hover {
	text-decoration: underline;
}

/** right column **/
.linksList {
	margin: 30px 0 15px 0;
}

.linksList h3 {
	text-align: right;
	padding-right: 27px;
	color: #09113c;
	margin-bottom: 10px;
}

.linksList a {
	padding: 3px 27px 3px 0;
	text-align: right;
}

.linksList a span {
	padding-left: 5px;
}

.linksList a:hover {
	background-color: #EEE;
}


