#header_slideshow{
	position:relative;
	width:933px;
	height:383px;
	border:solid #cbccce 1px;
}

.slideshow_item{
	position:absolute;
	width:933px;
	height:383px;
	left:0px;
	top:0px;
	background-position:center;
	background-repeat:no-repeat;
	/*display:none;*/
}

#slideshow_nav{
	position:absolute;
	left:15px;
	bottom:15px;
}
#slideshow_nav .nav_item{
	width:7px;
	height:7px;
	margin-right:10px;
	background-color:#fff;
	border:solid #cbccce 1px;
	cursor:pointer;
	float:left;
}

#slideshow_nav .nav_item.active{
	background-color:#f26422;
	border-color:#cbccce;
	cursor:default;
}

#bottom{
	width:850px;
	margin:25px auto 50px auto;
}

#bottom .left{
	width:450px;
	float:left;
}

#bottom .right{
	width:330px;
	float:left;
	margin-left:60px;
}

.hiring_label, .contact_us_label{
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

.contact_us_label span{
	font-weight:normal;
	color:#393839;
}

.available_label{
	font-size:12px;
	font-weight:bold;
	margin:60px 0px 20px 0px;
}

.job_listing .job_location{
	color:#77787b;
	margin:3px 0px 3px 0px;
}

.job_listing .job_description{
	border-bottom:solid #cbccce 1px;
	margin-bottom:20px;
	padding-bottom:20px;
}

.right textarea{
	height:100px;
	width:318px;
}

#fileUploadWrap{
	position:relative;
}

#ApplicationResumeTmpName_error{
	position:absolute;
	left:1px;
	top:27px;
	color:#FF0000;
	display:none;
}

#fileUploadWrap #upload_btn{
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	font-size:12px;
	height:24px;
	width:110px;
	
	padding:0px 5px 0px 5px;
	line-height:24px;
	margin: 0;
	background: #fff; /* Old browsers */
	-moz-box-shadow:inset 0 0 10px #dededd;
	-webkit-box-shadow:inset 0 0 10px #dededd;
	box-shadow:inset 0 0 10px #dededd;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #bfc0c2;
	color:#231f20;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#fileUploadWrap #upload_btn span{
	padding-left:60px;
}

#file_uploadUploader{
	position:absolute;
	z-index:1;
	height:25px;
	width:126px;
}

#resume_check{
	position:absolute;
	left:126px;
	top:1px;
	display:none;
}

#theQueue{
	margin-bottom:10px;
	position:relative;
	top:15px;
}

.uploadifyQueueItem{
	width:300px !important;
}

#ApplicationCareerId{
	width:121px !important;
}

#ApplicationName, #ApplicationEmail{
	width:318px;
}

#ApplicationPhone1, #ApplicationPhone2, #ApplicationPhone3{
	margin:0px 3px 0px 3px;
}

#ApplicationPhone1{
	margin-left:0px;
}

.job_thank_you{
	display:none;
}
