html
{
	background : black url(img/careers/careers_bg.jpg) center top no-repeat scroll;
}

#title
{
	text-indent : -9000em;
	width : 150px;
	height : 53px;
	position : absolute;
	left : 50px;
	top : 30px;
	
	background : transparent url(img/careers/careers_title.png) scroll no-repeat;
}

.left_col, .right_col
{
	position : relative;
	top : 100px;
}

.left_col
{
	float : left;
	clear : left;
	width : 252px;
	left : 45px;
}

.right_col
{
	margin-left : 385px;
}

#description
{
	width : 232px;
	height : 158px;
	padding : 10px;
	
	box-shadow: 3px 3px 10px #111;
	-moz-box-shadow: 3px 3px 10px #111;
	-webkit-box-shadow: 3px 3px 10px #111;
	
	background : white;
}

#description h2
{
	background : transparent url(img/careers/career_bullet.png) -6px top no-repeat scroll;
	width : 230px;
	height : 29px;
	border-bottom : 3px solid #8f92c8;
	margin-bottom : 10px;
}

#pnt_of_contact
{
	width : 232px;
	height : 240px;
	margin-top : 33px;
	padding : 10px;
	/*display : none;*/
	
	box-shadow: 3px 3px 10px #111;
	-moz-box-shadow: 3px 3px 10px #111;
	-webkit-box-shadow: 3px 3px 10px #111;
	
	background : white;
}

#pnt_of_contact h2
{
	background : transparent url(img/careers/career_bullet.png) -6px top no-repeat scroll;
	width : 230px;
	height : 29px;
	padding-top : 25px;
	padding-bottom : 0px;
	border-bottom : 3px solid #8f92c8;
	margin-bottom : 10px;
}

#pnt_of_contact ul
{
	margin-top : 20px;
}

#listing
{
	width : 590px;
	height : 450px;
	display : none;
	
	box-shadow: 3px 3px 15px #111;
	-moz-box-shadow: 3px 3px 15px #111;
	-webkit-box-shadow: 3px 3px 15px #111;
	
	background : white;
}