/*************************
		CONTENT
*************************/
#page.template_sub {
	background: url(/images/template/bg_sub.jpg) left top repeat-y;
}


/** BANNER **/
.template_sub #banner h1 {
	font-size: 24px;
	color: #FFF;
	text-align: right;
	padding-right: 30px;
}

.template_sub #banner .bannerImg, .companiesBanner {
	margin: 0 0 0 15px;
}

#banner .bannerImg img { display: block; } /* FF fix */


/*************************
		LEFT/RIGHT COLUMN
*************************/
.template_sub #leftCol {
	width: 240px;
	float: left;
	margin-top: 40px;
}

.template_sub #rightCol {
	width: 600px;
	float: left;
	margin-top: 0px;
}


/*************************
	CENTER COLUMN
*************************/
.template_sub #centerCol {
	width: 880px;
	margin: 0 15px 0 20px;
}


.template_sub #centerCol h2 {
	font-size: 13px;
}

.template_sub .bannerLinks {
	width: 256px;
	margin: 10px 0;
}

.template_sub .bannerLinks a.current {
	background-color: #FAF4E7;
}


/*************************
	PORTFOLIO
*************************/
.portfolioTable {
	border-collapse:collapse;
}

.portfolioTable li {
	margin: 0 0 0 14px;
}

.portfolioTable td {
	padding: 2px 5px;	
}

/**** 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;
}






/**** 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;
}

