/* A8 Site 2010 */

/*Primary Classes -------------------------------------------------------------------------------------*/

body {
	font: 100% "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background-color:#FFFFFF;
	font-size:12;
	line-height:18px;
	margin: 0;
	padding: 0px 0px 60px 0px;
	color: #333333;
}

ul {
	font-size:8;
}

li {
	list-style-image:url(img/list_bullet.gif);
	font-size:10;
	line-height:14px;
	margin-top:8px;
}

/*Div Structures -------------------------------------------------------------------------------------*/

#container {
	width:777px;
	height:auto;
	margin:0 auto;
	border:none;
	text-align: left;
}

#header { 
	height:20px;
	padding:75px 15px 0px 15px;
	background-image:url(img/top_cap.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0;
} 

#mainContent {
	background: #FFFFFF;
	background-image:url(img/bg_run.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding:0px 15px 0px 15px;
	margin:0;
	height:inherit;
}

#maingrad {
	background-image:url(img/grad_tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:20px;
}

#footer { 
	background-image:url(img/footer_bg.gif);
	background-position: top center;
	background-repeat:no-repeat;
	font-size:10px;
	color:#52545a;
	height:37px;
	padding:8px 25px 0px 35px;
	margin:0;
} 

	
/*Image Swaps -------------------------------------------------------------------------------------*/

img.homelink {
	border:0px;
	background-image:url(img/home_btn.gif);
	padding:0px 0px 2px 0px;
}

img.homelink:hover {
	border:0px;
	background-image:url(img/home_btn_o.gif);
}

img.apply_btn {
	border:0px;
	background-image:url(img/apply.gif);
}

img.apply_btn:hover {
	border:0px;
	background-image:url(img/apply_over.gif);
}

#joblisting {	margin-top:15px;
	padding:8px 8px 30px 10px;
	color:#2a3966;
	text-decoration:none;
	background-color:#c7cad7;
	background-image:url(img/see_more.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#joblisting:hover {
	margin-top:15px;
	padding:8px 8px 30px 10px;
	color:#2a3966;
	text-decoration:none;
	background-color:#f9a453;
	background-image:url(img/see_more_over.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*Link Styles -------------------------------------------------------------------------------------*/

a.nav_bar {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.nav_bar:visited,active {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.nav_bar:hover {
	color:#cd5500;
	text-decoration:underline;
}

.nav_off {
	font-weight:bold;
	color:#7f7f7f;
	font-size:12px;
}

a.nuetral {
	text-decoration:none;
}

a.nuetral:hover {
	text-decoration:none;
}

a:link	{
	color:#f36e0f;
	font-weight:bold;
	text-decoration:none;
}

a:visited,active	{
	color:#f36e0f;
	font-weight:bold;
	text-decoration:none;
}

a:hover	{
	color:#cd5500;
	text-decoration:underline;
}

/*Table Structures -------------------------------------------------------------------------------------*/

td.leftcol {
	width:475px;
	vertical-align:top;
}

td.rightcol {
	width:185px;
	padding-left:20px;
	padding-top:25px;
	vertical-align:top;
}


/*Text Formats -------------------------------------------------------------------------------------*/

.section_head {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#000000;
}

.subhead {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#000000;
}

.intro_para {
	font-size:24px;
	line-height:30px;
	margin-top:-20px;
}

.blackbolding {
	color:#000000;
	font-weight:bold;
	margin-top:35px;
}

