/*************************
		CONTENT
*************************/
#page.template_sub {
	background: url(/images/template/bg.jpg) left top repeat-y;
}


/** BANNER **/
.template_sub #banner h1 {
	font-size: 24px;
	height: 43px;
	color: #FFF;
}

.template_sub #banner .bannerImg, .companiesBanner {
	margin: 0 0 0 15px;
}

#banner .bannerImg img { display: block; } /* FF fix */


/*************************
		LEFT COLUMN
*************************/
.template_sub #leftCol {
	width: 256px;
	padding-bottom:300px;
}

.template_sub #centerCol h1 {
	font-size: 18px;
	border-bottom: 2px solid #ffcc00;
	padding: 0 0 4px 0;
	margin: 12px 0px 15px 0px;
}

.template_sub #centerCol h2 {
	font-size: 13px;
}

.template_sub .contactButton { background: url(/images/template/contactUs.jpg) left top no-repeat; }

.template_sub .contactButton span.c-top {
	left: 70px;
}

.template_sub .contactButton span.c-bottom {
	left: 88px;
}


.template_sub .bannerLinks {
	width: 256px;
	margin: 10px 0;
}

.template_sub .bannerLinks a.current {
	background-color: #FAF4E7;
}

/*************************
	CENTER COLUMN
*************************/
.template_sub #centerCol {
	/*width: 492px;*/
	width: 457px;
	margin: 0 15px 0 20px;
}


/*************************
	PORTFOLIO
*************************/
.portfolioTable {
	border-collapse:collapse;
}

.portfolioTable li {
	margin: 0 0 0 14px;
}

.portfolioTable td {
	padding: 2px 5px;
	width: 438px;
}

/**** PHOTO GALLERY ****/
#fullImage {

}

#thumbnails {
	border-bottom: 3px solid #DDD;
	padding: 5px 0;
}

#thumbnails img {
	border: 2px solid #C69D34;
	margin: 0 5px 0 0;
	cursor: pointer;
}




/*************************
		RIGHT COLUMN
*************************/
.template_sub #rightCol {
	width: 180px;
}

/**** GRAY BOX ****/
.grayBox {
	background: url(/images/template/gb_bg.jpg) left top repeat-y;
	width: 180px;
	margin: 10px 0 0 0;
}

.grayBox h1 {
	background: url(/images/template/gb_top.jpg) left top no-repeat;
	padding: 8px 0 3px 0;
	font-size: 12px;
	text-align: center;
}

.grayBox .gb-text {
	margin: 5px 15px;
}

.grayBox .gb-button {
	background: url(/images/template/gb_button.jpg) left top no-repeat;
	width: 76px;
	height: 18px;
	margin: 5px 0 0 80px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
}
.grayBox a:hover.gb-button { text-decoration: underline; }

.grayBox .gb-bottom {
	background: url(/images/template/gb_bottom.jpg) left top no-repeat;
	width: 180px;
	height: 11px;
	overflow: hidden;
}

/**** CORVAL LINKS ****/
.template_sub .corvalLink {
	background: url(/images/template/corvalButton.jpg) center bottom no-repeat;
}

.template_sub .corvalLink .cl_bottom {
	color: #18007c;
}

/**** 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:#0033FF;
	display: block;
}

#careerDesc {
	display: none;
}

.popup {
	position: absolute;
	border: 3px solid #DDD;
	padding: 10px;
	background: #FFF;
	width: 400px;
	margin: -30px 0 0 -30px;
}

.CEOMessage {
	padding: 15px 15px;
}

