/* CSS Document ATB Laurece Scott Careers Page - Produced by SNT Group*/

#careers_container{
	margin-left:20px; 
	width:515px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	color:black; background-color:white;
}

#job_container{
	margin-top:40px;
	margin-bottom:40px;
}
html>body #job_header{
	width:500px;
	height:30px; 
	line-height:300%;
	padding-left:15px; 
	background-color:black;
	color:yellow;
	font-weight:bold;
}


#job_header{
	width:515px;
	height:30px; 
	line-height:300%;
	padding-left:15px;padding-right:17px;
	background-color:black;
	color:yellow;
	font-weight:bold;
}

html>body #job_details{
	width:500px;
	padding:20px 15px 20px 15px;
	margin-top:2px;
	border:solid 1px #666666;
	line-height:170%;
}

#job_details{
	width:515px;
	padding:20px 15px 20px 15px;
	margin-top:2px;
	border:solid 1px #666666;
	line-height:170%;
}




#job_buttons{
	width:540px;
	margin:7px;
}
html>body #job_buttons{
	width:525px;
	margin:7px;
}




#careers_container #job_container #job_buttons a, a:visited{
	float:right;
	margin-left:5px;
	padding:0.3em;
	text-decoration:none;
	background-color:#d8d200;
	color:black;
	font-weight:bold;
	text-align:center;
	border:solid 1px black;
	font-size:1em;
}
#careers_container #job_container #job_buttons a:hover{
	background-color:black;
	color:white;
}


#careers_container #job_container #job_details p a, a:visited{
	text-decoration:none;
	color:blue;
	font-weight:bold;
}

#careers_container #job_container #job_details p a:visited{
	text-decoration:none;
	color:blue;
	font-weight:bold;
	float:none;
	padding:0;
	background-color:white;
	border:solid 0px white;
}

#careers_container #job_container #job_details p a:hover{
	text-decoration:none;
	color:black;
	font-weight:bold;
}



#job_application_form{
	width:430px;
	margin:10px 20px 0 30px;
}
label{
	width:205px; height:20px;
	float:left;
	line-height:170%;
	margin:0px 2px 2px 0px;
	background-color:#D8D200;
	font-weight:bold;
	text-align:right;
	padding-right:0px;
}
input{
	float:right;
	background-color:white;
	border:1px solid gray;
	width:208px; height:17px;
	margin:2px 0 2px 0;
	clear:right;
	color:black;
}

textarea{
	float:right;
	background-color:white;
	border:1px solid gray;
	width:208px; height:100px;
	margin:2px 0 2px 0;
	clear:right;
	color:black;
}

select{
	float:right;
	background-color:white;
	border:1px solid gray;
	width:208px; height:17px;
	margin:2px 0 2px 0;
	clear:right;
	color:black;
}

option{
	background-color:white;
	color:black;
}

file{
	float:right;
	background-color:white;
	border:1px solid gray;
	width:208px; height:17px;
	margin:2px 0 2px 0;
	clear:right;
	color:black;
}

input.sub{
	background-color:black;
	border:1px solid gray;
	width:200px; height:27px;
	margin:2px 0 2px 0;
	clear:right;
	color:white;
}




.errors{
	font-weight:bold;
	color:red;
}

a:link.dgdfgdfg, a:link.visited, a:link.hover{
	border:none;
	float:none;
	margin:0;
	padding:0;
	background:none;
}