* {
	padding:0;
	margin:0;
}
body {
/*	background:url(newimages/background1.gif) repeat 2px 1px;*/
	background:url(newimages/background.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.backer {
/*	background:url(newimages/background2.gif) repeat-x left top;*/
	height:593px;
	width:100%;
	text-align:center;
	font-size:101%;
}
.wrapper {
	width:841px;
	margin:0 auto;
	background:transparent url(newimages/background3_2.png) repeat-y left top;
	text-align:left;
	padding-bottom:15px;
}
.footer {
	background: transparent url(newimages/background3_3.png) no-repeat left top;
	height: 24px;
	width:841px;
	margin:0 auto 30px auto;
	font-size:10px;
	text-align:center;
	list-style-type:none;
	padding-bottom:30px;
}
.footer li {
	display:inline;
	padding-left:18px;
	background: transparent url(newimages/footerbullet.png) no-repeat 5px 50%;
}
.footer li.first {
background:none;
padding:0;
}

.break {
	clear:both;
	height:0;
	visibility:hidden;
}
.floatr {
	float: right;
	clear: right;
}
.floatl {
	float: left;
	clear: left;
}
.contents img.floatl,
.contents img.floatr {
	margin: 10px;
}

/*********************************     MENU     **************************************/
.menu {
	background:transparent url(newimages/background3_1.png) no-repeat left top;
	width:100%;
	height:36px;
	list-style-type:none;
	text-align:left;
}
.menu ul {
	list-style-type:none;
	width:146px;
}
.menu li {
	float:right;
	margin:2px 50px 0 0;
	width:146px;
	position:relative;
	line-height:36px;
	height:36px;
	text-indent:-9999px;
	z-index:100;
}
.menu li li {
	line-height:18px;
	height:18px;
	text-indent:17px;
	font-weight:bold;
	font-size:12px;
}

.one a {
	background:transparent url(newimages/nav1_1.png) no-repeat left top;
	height:36px;
	line-height:36px;
	width:146px
}
.one li a {
	background:transparent url(newimages/nav1_2.png) repeat-y left top;
	height:18px;
	line-height:18px;
	width:146px
}
.one li.last a{
	background:transparent url(newimages/nav1_3.png) no-repeat left bottom;
	height:26px;
	line-height:18px;
	width:146px
}

.two a {
	background:transparent url(newimages/nav2_1.png) no-repeat left top;
	height:36px;
	line-height:36px;
	width:146px
}
.two li a {
	background:transparent url(newimages/nav2_2.png) repeat-y left top;
	height:18px;
	line-height:18px;
	width:146px
}
.two li.last a{
	background:transparent url(newimages/nav2_3.png) no-repeat left bottom;
	height:26px;
	line-height:18px;
	width:146px
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	left:0;
	width:146px;
}
.menu ul li {
	margin:0;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul a, .menu ul a:visited {
	width:146px;
}
.one a, .one a:visited {
	color:#039;
}
.two a, .two a:visited {
	color:#0A0;
}

/* style the top level hover */
.menu a:hover, .menu ul a:hover,
.one a:hover, ul.one  a:hover{
	background-position:top right;
}
.menu :hover > a, .menu ul :hover > a,
.one :hover > a, ul.one :hover > a,
.one li.last :hover > a, .one li.last > a:hover
{
	background-position:bottom right;
}

/* make the second level visible when hover on first level list OR link */
.menu li:hover ul, .menu a:hover ul{
	visibility:visible;
}
/**************************   BOXES ********************************/
.small_red_box,
.small_orange_box,
.small_blue_box,
.small_green_box {
	width: 185px;
	margin: 10px;
	padding-bottom:10px;
}
.small_red_box {
	background: #FFF url(newimages/small_red_box_bottom.gif) left bottom no-repeat;
}
.small_orange_box {
	background: #FFF url(newimages/small_orange_box_bottom.gif) left bottom no-repeat;
}
.small_blue_box {
	background: #FFF url(newimages/small_blue_box_bottom.gif) left bottom no-repeat;
}
.small_green_box {
	background: #FFF url(newimages/small_green_box_bottom.gif) left bottom no-repeat;
}
.small_red_box .top,
.small_orange_box .top,
.small_blue_box .top,
.small_green_box .top {
	text-align:center;
	display:block;
	width: 185px;
	height:32px;
	padding-top:8px;
	font-size: 13px;
	font-weight:bold;
}
.small_red_box .top {
	background: #FFF url(newimages/small_red_box_top.gif) left top no-repeat;
}
.small_orange_box .top {
	background: #FFF url(newimages/small_orange_box_top.gif) left top no-repeat;
}
.small_blue_box .top {
	background: #FFF url(newimages/small_blue_box_top.gif) left top no-repeat;
}
.small_green_box .top {
	background: #FFF url(newimages/small_green_box_top.gif) left top no-repeat;
}
.small_red_box .top a,
.small_orange_box .top a,
.small_blue_box .top a, 
.small_green_box .top a {
	color: #FFF;
	text-decoration: none;
}
.small_red_box p,
.small_orange_box p,
.small_blue_box p,
.small_green_box p{
	font-size:12px;
	color:#333;
	margin-top:0;
	margin-bottom:0;
}
/*****************************************************************/
.large_red_box,
.large_orange_box,
.large_blue_box {
	width: 313px;
	margin:60px 0 0 0;
	padding:0 0 10px 0;
}
.large_red_box {
	background: #FFF url(newimages/large_red_box_bottom.gif) left bottom no-repeat;
}
.large_orange_box {
	background: #FFF url(newimages/large_orange_box_bottom.gif) left bottom no-repeat;
}
.large_blue_box {
	background: #FFF url(newimages/large_blue_box_bottom.gif) left bottom no-repeat;
}
.large_red_box .top,
.large_orange_box .top,
.large_blue_box .top {
	text-align:center;
	display:block;
	width: 313;
	height:32px;
	padding-top:8px;
	font-size: 13px;
	font-weight:bold;
	color:#FFF;
}
.large_red_box .top {
	background: #FFF url(newimages/large_red_box_top.gif) left top no-repeat;
}
.large_orange_box .top {
	background: #FFF url(newimages/large_orange_box_top.gif) left top no-repeat;
}
.large_blue_box .top {
	background: #FFF url(newimages/large_blue_box_top.gif) left top no-repeat;
}
.large_red_box .top a,
.large_orange_box .top a,
.large_blue_box .top a {
	color: #FFF;
	text-decoration: none;
}
.fright 
{
	margin:60px 0 10px 10px;
}
.fleft
{
	margin:60px 10px 10px 0;
}
.fright p {
	font-size:12px;
	color:#333;
	margin:0 140px 0 10px;
}
.fright .top 
{
	padding-right:70px;
}
.fleft p {
	font-size:12px;
	color:#333;
	margin:0 10px 0 140px;
}
.fright .top 
{
	padding-right:70px;
}
.fleft .top 
{
	padding-left:70px;
}
.rpopup {
	margin: -171px 0 -9px 0;
	padding:0;
	float:right;
}
.lpopup {
	margin: -171px 0 -9px 0;
	padding:0;
	float:left;
}

/***********************************************************************/



.fright 
{
	float:right;
}
.fleft
{
	float:left;
}

.apply_now {
height:21px;
width:64px;
background:transparent url(newimages/Apply_Now.png) center center no-repeat;
text-indent:-9999px;
display:block;
margin:0 0 0 36px;
}
.search_jobs {
height: 17px;
width: 70px;
background:transparent url(newimages/Search_Jobs.png) center center no-repeat;
text-indent:-9999px;
display:block;
margin:0 0 0 42px;
}

.pointer {
cursor:pointer;
}

.earn_referral_bonuses {
height: 17px;
width: 133px;
background:transparent url(newimages/Earn_Referral_Bonuses.png) center center no-repeat;
text-indent:-9999px;
display:block;
margin:0 0 0 28px;
}

.email {
	height:17px;
	width:124px;
	display:block;
	margin:10px 0 15px 10px;
	padding:3px 0 0 3px;
	float: left;
	vertical-align: middle;
	font-size: 10px;
	color: #666666;
}
.state {
	height:17px;
	width:67px;
	display:inline;
	margin:14px 0 15px 10px;
	padding:0;
	float: left;
	vertical-align: middle;
	font-size: 10px;
	color: #666666;
}
.state option {
padding-left:10px;
}
.more {
text-align:right;
padding-right:10px;
}
.break {
clear:both;
height:0;
margin:0;
line-height:0;
padding:0;
}
.header {
	width:841px;
	margin:0 auto;
	font-weight:bold;
	height: 70px;
	background: transparent url(newimages/header_back.png) repeat-y left top;
}
.logo {
	display:block;
	height:51px;
	width:232px;
	text-indent:-9999px;
	background:transparent url(newimages/logo.png) no-repeat left top;
	float:left;
	margin: 15px 0 5px 12px;
}
.slogan {
margin:41px 0 0 70px;
font-size:14px;
width:300px;
display:block;
float:left;
color:#666;
}
.phone_number {
	background: #FFF url(newimages/phone_number.jpg) no-repeat left top;
	display: block;
	float: right;
	height: 19px;
	width: 82px;
	margin: 39px 25px 0 0;
	font-size:11px;
	text-decoration:none;
	text-indent:-9999px;
}
.arrow_submit {
	float: left;
	height: 36px;
	width: 31px;
	margin: 3px 5px 0 2px;
}
.submit_email {
	float: left;
	margin-top:3px;
}
p {
	font-size: 14px;
	margin: 15px 8px;
	line-height: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00277F;
	margin-top: 15px;
}
.mouse {
	margin: -24px 8px 0 0;
	position:relative;
}
.magnifying_glass {
	margin: -24px 6px 0 0;
	position:relative;
}
.contents {
	width: 620px;
	float: right;
	margin-right: 10px;
	margin-top: -10px;
}
.contents a:hover {
color: #66F;
text-decoration: none;
}
.topbox {
	margin-top: 5px;
}
h2 {
	color: #00277F;
	font-size: 16px;
	margin-top: 10px;
}
.note {
	font-size: 10px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #003399;
}
address {
	font-size: 14px;
	font-style: normal;
	margin: 15px 8px;
}
table {
	font-size: 14px;
}
.backer .wrapper .contents ul li {
	margin-left: 30px;
	padding-left: 5px;
	list-style-image:url(newimages/red_bullet.png);
	line-height:18px;
	padding-bottom:4px;
	display:inline-block;
}
.backer .wrapper .contents ol li 
{
	margin-left: 30px;
	padding-left: 5px;
	line-height:16px;
	padding-bottom:8px;
	display:list-item;
	vertical-align:top;
}

.more 
{
	text-align:right;
}

.calloutback
{
	background-image: url('images/small_red_box_bottom.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	float:right;
	margin-top:40px;
	width:185px;
	text-align:left;
	padding-bottom:20px;
	font-size:12px;
	color:#333;
}
.calloutback h3
{
	text-indent:-9999px;
	display:block;
	height:42px;
	width:185px;
	background: transparent url('images/small_red_box_top.jpg') top left no-repeat;
	overflow:hidden;
}
.backer .wrapper .contents .calloutback ul, .backer .wrapper .contents .calloutback li
{
	list-style:none;
list-style-image:none;
	padding:0;
	margin:0;
}

.backer .wrapper .contents .calloutback li 
{
	text-align:center;
	margin:10px 13px 0 10px;
	font-size:14px;
	font-weight:bold;
	color:#A10000;
}
.backer .wrapper .contents .calloutback li li
{
	text-align:left;
	margin:0;
	padding:0 0 0 10px;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.backer .wrapper .contents .calloutback li li li 
{
	margin:0;
}

.backer .wrapper .contents .calloutback li ul
{
border-top:solid 1px #A10000;

	}
.backer .wrapper .contents .calloutback li.more 
{
	text-align:right;
	padding-right:0px 
}
.AppCheckBox label
{
	width:165px;
	display:block;
	float:left;
}
.AppCheckBox input 
{
	float:left;
	margin:2px 2px 0 2px;
}
.AppCheckBox br 
{
	clear:left;
}

.RequiredFieldMarker 
{
	width:8px;
	vertical-align:top;
	padding-top:3px;
}
.AppCaption 
{
	vertical-align:top;
	padding-top:3px;
	margin-bottom:3px;
	text-align:right;
	padding-right:5px;
}
.slick {
	color:#00277F;
	font-weight:bold;
	font-size:16px;
	list-style-type:decimal;
	text-indent:0px;
	margin-left:30px;
}
.unslick 
{
	color:#000;
	font-weight:normal;
	font-size:12px;
}

.visible
{
	display:block;
}

.hidden
{
	display:none;
}

.jobitem ul li
{
	list-style-type:none;
}

.jobslisthead 
{
	font-weight:bold;
	font-size:13px;
	text-indent:0;
	line-height:18px;
	border-bottom:solid 1px #E19B0B;
	text-align:center; 
	margin-top:3px;
}
.numbered {
	margin: 0 35px;
}

.tooltip {
	margin: 0px 10px 0 10px;
}

.link {
	text-decoration:underline;
	color:#039;	 
}
