	section#careers .site_container {
		background: url('/images/careers_large_01.jpg') top center no-repeat;
		}

	h3.careers { color:#fff; }
	section#careers .two_column_1{ width: 23%; }
	
	section#careers p.intro {color:#d3c289;}
	
	section .two_column_1,
	section .two_column_2 {
		min-height: 0 !important;
		}
	.inline_image.careers {
		width:100%;
		height:auto;
		padding:0 0 20px 0;
		}	

table.careers_table{
	width:100%;
	padding:0px 8% 40px 8%;
}

table.careers_table th{
	color:#3e0000;
	padding:8px 0;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
}

table.careers_table tbody td{
	text-align: left;
	padding:8px;
	color:#ab816c;
}
table.careers_table tbody tr:nth-child(odd){
	background:#f7f3f0;
}


	/**********************************************/
/*										   	  */
/*              PHONE PORTRAIT                */
/*										   	  */
/**********************************************/


@media only screen and (max-width : 620px) 
{
	h3.careers { color:#c53f19; }
	section#careers .two_column_1{ width: 84%; }
	table.careers_table{
		width:100%;
		padding:0 0 40px 0;
	}
	table.careers_table th{
		font-size: 12px;
	}
	table.careers_table tbody td{
		padding:8px 2px;
		font-size: 11px;
	}
}