@charset "UTF-8"; 
@import url("reset-min.css"); /* ------- reset browser styles */  
@font-face { 
font-family:FontinSansCRRegular;
src:url(FontinSansCR-Regular.ttf) format("truetype");
}
@font-face { 
font-family:FontinSansCRBold;
src:url(FontinSansCR-Bold.ttf) format("truetype");
}

}* {
	margin: 0;
}
html{
	font-size:100.01%;
	height:100%;
/* IE8 code - note GradientType=0 means vertical */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
	               startColorstr=#000000, 
	               endColorstr=#CCCCCC, 
	               GradientType=0);	
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {           
	font-size:1em;
	line-height:1.4em;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	background-color:#000; 
	/*webkit linear gradient*/
/*	background-image: -webkit-gradient(linear,  left top,  left bottom, 
			color-stop(0.00, #000), 
			color-stop(45%, #C40B20),
			color-stop(1.00, #000)); */
	background-image: -webkit-gradient(linear, left top, left bottom,
                   	 	  color-stop(0.00, #000),   
                  		  color-stop(1.00, #CCC));
	background-attachment:fixed;
}                
ul{
	margin-bottom:25px;
}  
#first{
	margin-top:10px;
}
#page-content{
/*	min-height:100%; */
	height:auto !important; 
/*	height:100%;	*/
/*	margin:0 auto -40px; */
	margin:0 auto;
}
#container {
	width: 962px; 
	margin: 0 auto;
}
#header {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	float: left; 
 	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}                 
#masthead {
/*	background-image: url(../images/masthead_bg.jpg); 
	background-repeat: repeat-x; */ 
	width:962px;
	height:210px;
	margin: 0 auto;
	clear: both;
	z-index:0; 
}
#masthead p span {
	position: absolute;
	top: -9999px;
}
#content-wrapper {
	float: left;
	width: 962px;
	height: auto;
	margin-bottom: 0px;
	background-color:#FFF;
	background-image:url(../images/menu_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
/* content-wrapper-wide is used only on the careersHeader.php include */
#content-wrapper-wide {
	float: left;
	width: 962px;
	margin-bottom: 0px;
	background-color:#FFF;
}
p.careersVideo{
	width:768px;
	margin:0 auto;
	padding-top:10px;
}
#secondary-content {
	float: left;
	height:auto;
	width: 200px; 
}
#main-content {
	float: left;
	height:auto;
	width: 722px;
	padding-bottom: 30px;
}
#main-content-wide {
	float: left;
	height:auto;
	width: 922px;
	padding-bottom: 30px;
}
#menu {
	margin: 0 auto;  
	width: 200px; 
  padding:55px 0 0 0px;
	overflow:hidden;  
	font-size:0.9em;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	float:left;    
	text-align:center;
}
#menu li {
	display: inline;   
	float:left;
	margin-bottom:20px;
	background-image: url(../images/bullet.png);
	background-color:#000885;
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
#menu a {
	float: left; 
	margin-right: 6px; 
	padding: 5px 0px 3px 0px;
 	background: url('../images/button.png') no-repeat top left; 
	width:200px;
	height:22px;
	text-decoration: none;
	font-variant:small-caps;
	text-transform: lowercase;
	color: #fff; 
	outline:none;
	font-weight:bold;
} 
#menu a:hover, #menu a.first{
	background-color: #FFF;
	color:#000885;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	font-weight:bold;
}

#main-content h1 {
	height:45px;
}
#content_1{
	position:relative;
	margin-left:5px;
	margin-top:-10px;
}
.careers{
	position:absolute;
	right:-35px;
	top:160px;
}
.careers img{
	border: 3px solid #999;
}
.content h2 {
	font-size:1.2em; 
	font-weight:bold;
	color:#C40B20;  
	margin-top:15px;
	padding-bottom:0.5em;
}
.content p{
	font-size:90%;
	text-indent:1em;
}
.content p.caption{
	font-size:80%;
	text-indent:0; 
	line-height:1em;
}
.content ul{
	list-style:outside url('../images/bullet_ul.png');
 	padding-left:3em;  
	font-size:90%;
	line-height:1.4em;     
} 
.content ul.ul_wide{ 
	display:block;
	width:600px;
} 
.content ul li ul{
	font-size:100%;
}
.content ol{
	list-style-type:decimal;
	padding-left:3em;
	font-size:90%; 
	margin-top:10px;
} 
.content ol.ol_wide{ 
	display:block;
	width:600px;
} 
.content ol.ol_wide ul li{
	margin-top:5px;
	margin-bottom:5px;
}
.content ol li ul{
	font-size:100%;  
	margin-bottom:-1px;
}
ul.nobullet li{
	background-image:none;
	margin-left:-75px;
	list-style-type:none;
}
.ulcentered{
	margin-left:350px;
}
.content a{
	text-decoration:underline;
	color:#C40B20;
}
.content hr{
	background-color:#C40B20;
	color:#C40B20;
	margin: 10px 0 10px 0;
	height:2px;
	width:100%;
}
.content .allindent p{
	text-indent:0em;
	padding-left:1em;
}
.dlink ul{
	margin:0 auto; 
	text-align:left; 
	padding-left:300px; 
}
.dlink li{
	list-style:none;
	line-height:2em;
}
.small{
	font-size:85%;
}
.divider{
	display:block;
	clear:both;
} 
.leftimg{
	float:left; 
	padding:0 5px 0 0;
}  
.rightimg{
	float:right;
	padding: 10px 10px 10px 10px;
}
.centerimg{
	display:block;
	margin:0 auto;
}         
p.centered{
	text-align:center;
	/*	margin:10px auto; 
		width:370px;  
	*/
}
.content ul.careers_requirements{
	margin:0 auto;
	width:300px;
	position:relative;  
	left:35px;
}
.imgBG{
	margin-top:-120px;
	float:right; 
}
.redtxt{
	color:#C40B20;
}
.emphasistxt{
	font-style:italic;
}
.centertxt{
	text-align:center;
}                    
p.centertxt{
	margin-bottom:20px;
} 
.txtLink{
	margin:0 20px 0 -30px;
}
a.currJobOpenings, a.currJobOpenings:active, a.currJobOpenings:visited{
	display:block;
	text-align:center;
	font-weight:bolder;  
	margin-bottom:10px; 
	text-decoration: underline;
	padding: 3px 0 5px;
	color:#C40B20;
} 
a.currJobOpenings:hover, a.currJobOpenings:focus{ 
	text-decoration:none;
	color:#FFF;
	background:#C40B20;  
	padding: 3px 0 5px;
}	     
#map{
	background-image:url('../images/map_coverage/coverage_area.jpg');
	background-repeat: no-repeat;
	background-position:center right;
	height:473px;
	width:592px;
}
#map a{
	display:block;
/*	padding-top:10px;	*/
	height:50px;
	width:50px;
}
#map a img{
	height:0;
	width:0; 
	border-width:0;
}
#peoria a:hover img{
	position:relative; 
	height:261px;
	width:308px;
	top: 10px;
	left: -85px; 
}
#peoria{
	position:relative;
	background-image:url('../images/map_coverage/pinpoint.png');
	background-repeat: no-repeat;
	top: 225px;
	left: 475px;
	height:50px;
	width:50px;
	z-index:99;
}
#pekin a:hover img{
	position:relative; 
	height:244px;
	width:297px;
	top: 10px;
	left: -15px; 
}
#pekin{
	position:relative;
	background-image:url('../images/map_coverage/pinpoint.png');
	background-repeat: no-repeat;
	top: 205px;
	left: 480px;
	height:50px;
	width:50px;
	z-index:99;
}
#streator a:hover img{
	position:relative; 
	height:249px;
	width:281px;
	top: -225px;
	left: -80px; 
}
#streator{
	position:relative;
	background-image:url('../images/map_coverage/pinpoint.png');
	background-repeat: no-repeat;
	top: 90px;
	left: 525px;
	height:50px;
	width:50px;
	z-index:99;
}
#aledo a:hover img{
	position:relative; 
	height:237px;
	width:254px;
	top: -219px;
	left: -187px; 
}
#aledo{
	position:relative;
	background-image:url('../images/map_coverage/pinpoint.png');
	background-repeat: no-repeat;
	top: 25px;
	left: 440px;
	height:50px;
	width:50px;
	z-index:99;
}
#dubuque a:hover img{
	position:relative; 
	height:181px;
	width:322px;
	top: 10px;
	left: -300px; 
}
#dubuque{
	position:relative;
	background-image:url('../images/map_coverage/pinpoint.png');
	background-repeat: no-repeat;
	top: -95px;
	left: 375px;
	height:50px;
	width:50px;
	z-index:99;
}
.tbl table{       
	margin:0 auto;
}
.tbl td{
	width:650px; 
	text-align:center; 
	line-height:1.2em;
}
.tbl td h2{
	margin-bottom:-18px;
}  
.datatbl{       
	margin:0 auto;
	width:auto;
	font-size:80%;
	border: 5px double #000885;
	padding-top:10px;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:-30px;
}
.datatbl td{
	padding:10px; 
	text-align:center;
	vertical-align:middle;
	border: 1px solid #000885; 
} 
.first td{
	width:850px;
}
.datatbl th{
	padding:10px; 
	background-color:#000885;
	border: 1px solid #000885;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
} 
.noborder td{
	border:0px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.containerFooter {
	width: 962px; 
	margin: 0 auto;
}
#footer {
	width:962px;
	margin:0 auto;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	clear: both; 
	font-size: 1em; 
	height: 40px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 
	position:relative;  
}
#footer a{
	color:#CCC; 
	text-decoration:none; 
	border-bottom:0;
}
#footer a:link{
	color:#CCC;
}    
#footer a:hover{
	color: #FFF;
}  
#footer_navigation{
	float: right;
	padding:5px 5px 0 0; 
	font-size: 65%; 
	font-variant:small-caps;
	text-transform: lowercase;
}
#footer_navigation li{
	float: left;
	padding-left:18px;
}
#footer_navigation li a{
	text-transform:uppercase;
	font-weight:bold;
}
#footer_navigation li a:hover{
	color: #FFF;
	font-weight:bold;
} 
#designby{
/*	background: url(../images/logo.png) 0% 2% no-repeat; */
	float: left;
	height: 40px;
	padding:0 0 4px 30px;
	margin-top: 5px; 
	font-size: 65%;
}  
