@charset "utf-8";
/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #313131;
}
a:link, a:visited {
	text-decoration:underline;
	font-weight: bold;
	color: #313131;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #313131;
}

h1 {font-size:240%; line-height:34px;}
h2 {font-size:200%; line-height:28px;}
h3 {font-size:160%; line-height:22px;}
h4 {font-size:120%; line-height:17px;}
h5 {font-size:80%; line-height:11px;;}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#engine {width:780px;}
#abe_powered {left:-500px; top:-500px; position:absolute;}
#logos {background:url(img/boldhire-logos.png) no-repeat; width:780px; height:60px;}
.abeinnerbox{float:right;}
#left_content{position:absolute; margin:10px; width:450px;}
#abe_step1box{height:380px;}
.box_bgradient{visibility:hidden;}
.box_tgradient{visibility:hidden;}
#abe_default{border:0;}

