@charset "utf-8";
/* CSS Document */

div#box_careers
{
	text-indent:0;
	font-weight:normal;
	
	padding:1em;
	margin-bottom:1em;
	border-top:10px solid #ccc;
	overflow:hidden;
}
#box_careers li
{
	
	background-image:url(/images/interface/bk_lenses_gray_gradient.gif);
	background-repeat:repeat-x;
    float:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	
	line-height:1.1em; 
	
	
	width:210px;
	
	/*for each image in li used csulb style img-left (floats the image left)*/
	
	
}


#box_careers img
{
	
border : 5px solid #fff;
margin : 0 10px 10px 0;
padding : 0 0 0 0;


}

#box_careers a
{
	
background-color : inherit;
color : #000;
font-weight : bold;
text-decoration : none;


}

#box_careers a:hover 
{
	
 background-color : #000;
 color : #fff;
 font-weight : bold;
 text-decoration : none;

}

#box_careers h2
{
	font-size:1.1em;
	color:#000;
	padding-left:10px;
}
#box_careers ul
{
	padding:0;
}




