@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url('../images/bg.jpg');
	background-position: 0px 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #646464;
}

h1 {
	float: left;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
	display: none;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
	
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	
}

p {
	line-height: 1.4em;
	border-collapse:separate;
	margin-top:20px;
}	

.left ul, .left ol{
	padding-left: 20px;
	list-style:		inherit;
}

.left ul li, .left ol li{
	margin:			8px 0px 8px 0px;
}

ul li, ol li{
	line-height: 1.4em;
}

/* HACK for FIREFOX!! - to always display right hand scroll bars in short pages
this prevents the page bouncing left when changing pages */

html { 
overflow: -moz-scrollbars-vertical; 
height: 100%; 
}

/*Hack over*/


.topBar {
	background-image:url('../images/topBarBg.gif');
	height: 65px;
	background-repeat: repeat-x;
}

.container {
	width: 1040px;
	margin: auto;
	background-image: url('../images/bg2.png');
	background-repeat: no-repeat;
	background-position: 0px 175px;
	clear: left;
	min-height: 900px;
}

.header {
	clear: both;
	}

.contactInfoHolder {
	margin: auto;	
	width: 1040px;
}

.contactInfoTop {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 250px;
	text-align: left;
	margin-top: 10px;
}

.contactInfoTop {
	float: left;
	margin-left: 260px;
	display: inline;
}

.contactInfoTopEmail {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 50px;
}

.contactInfoTopEmail a{
	color: #fa849c;
	text-decoration: none;
}

.contactInfoTopEmail a:hover{
	color: #fff;
	text-decoration: none;
}

.logoHolder{
	float: left;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
	clear: left;
}

.none {
	display: none;	
}

.searchHolder {
	background-image: url(../images/searchBg.gif);
	width: 800px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin-top: 40px;
	float: left;
}

/* =TAB =MENU
------------------------------------------------------------------------------*/

.mainMenu{
	line-height:	normal;
	width: 800px;
	margin-top: 40px;
	float: left;
}

.mainMenu li{
	display:		inline;
}

.mainMenu ul, .subMenu ul{
	margin:			0px 0px 0px -1px;
	padding:        0px;
	list-style:		none;
}

.mainMenu a{
	float:			right;
	margin:			0px 0px 0px 4px;
	padding:        0px 0px 0px 8px;
	background:		url(../images/leftBoth-1.gif) no-repeat left top;
	text-decoration: none;
}



.mainMenu a span{
	display:		block;
	background:		url(../images/rightBoth.gif) no-repeat right top;
	padding:        9px 15px 14px 6px;
	color:			#fff;
	text-decoration:none;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		0.9em;
	float:			none;
}

.mainMenu li a:hover, .mainMenu li a:hover span{
	background-position:	0% 100%;
	text-decoration:		none;
}

.mainMenu li a:hover span{
	background-position:	100% 100%;
	color: #6162ac;
}


.mainMenu a.selected, .mainMenu a.selectSec0{
	/*background-position:		0% 92%;*/
	background-position:		0% 100%;
}

.mainMenu a.selected span, .mainMenu a.selectSec0 span{
background-position:			100% 100%;
color: #6162ac;
}

/*---end menu---*/

.innerContainer {
	background-image:url('../images/bg2.png');
	float: left;
	clear: left;
	width: 960px;
	margin-top: -10px;
	padding: 40px;
	background-repeat: no-repeat;
}

.left {
	width: 600px;
	text-align: left;
	float: left;
	clear: left;
}

.right {
	width: 300px;
	text-align: left;
	margin-left: 50px;
	float: right;
}

.jobList {
	float: left;
	clear: left;
	width: 600px;
	color: #306;
	border-bottom: dotted #999 2px;
	padding-bottom: 20px;
	text-align: left;
	line-height:	1.4em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 1.4em;
	padding-bottom: 10px;
	line-height: 1.3;
}

h3 {
	/*background-image:url('../images/jobTitleBg-1.gif');*/
	background-color: #4B4C91;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	font-size: 1.1em;
	display: block;
	float: left;
}

#ctl00_ctl09_ctl00_Title {
	width: 200px;	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: color: #306;
	padding-bottom: 10px;
	padding-top: 10px;
}

.purpleHeadingBg {
	height: 40px;
	margin-bottom: 10px;
	/*background-image:url('../images/jobTitleBg-1.gif');*/
	background-color: #4B4C91;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
}



#ctl00_Content_disp_ctl01_JobTitle {
	width: 600px;	
}

.bottomShadow {
	background-image:url('../images/bottomShadow.png');
	width: 1040px;
	height: 300px;
	float: left;
}

.contactForm {
	background-color:#FFF;
	border: solid #c2c0e0 1px;
	margin-bottom: 10px;
	padding: 10px;
	height:1%;
	min-height:1%;	
}
.contactForm:after{
  	content:'.';
 	display:block;
  	clear:both;
 	height:0;
  	visibility:hidden;
}

.awardsBox {
	background-color:#FFF;
	border: solid #c2c0e0 1px;
	margin-bottom: 10px;
	padding: 10px;
	height: 350px;
}


/* CONTACT FORM */

.required {
	padding-bottom: 10px;
}

label {
	color: #4b4c91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 50px;
	margin-right: 10px;
	float: left;
}
.required #ctl00_ctl00_ctl00_Submit{
	float:right;
	margin:0 45px 0 0;
}

.submit {
	float: right;
	margin-right: 30px;
}

.searchLabel {
	color: #4b4c91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 23px;
	display: inline;
	width: 80px;
	float: left;
	margin:0;
}

.searchFormHolder {
	margin-top: 25px;
	margin-left: 50px;
}

.searchrequired {
	float: left;
	margin-left: 20px;
	display: inline;
}


.jobTitle, .skills, .location {
	border: solid #d5425f 1px;
	width: 95px;
	height: 18px;
	padding:2px;
	}
	
.buttonHolder {
	margin-top: -5px;	
}
	

.footer {
	border-top: dotted #d5425f 2px;
	float: left;
	width: 960px;
	text-align: left;
	padding: 20px 40px 20px 40px;
}

.footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4a4b91;
	text-decoration: none;
}
.footer .Page0{
	float:left;
	margin:0 10px 0 0;
}
.footer a:hover{
	color: #000;
}

.siteBy {
	float: right;
}

.siteBy a{
	color: #4a4b91;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
	
.socialLinks {
	float: left;
	margin-top: 5px;
	padding: 3px;
}

/*pagination */

.pagination{
	padding: 2px;
	height: 35px;
	/*background-image:url('../images/jobTitleBg.gif');*/
	float: right;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 16px;
margin-top: 7px;
margin-right: 4px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a:active{
	
	color: #D5425F;
	background-color: #FFF;
}

.pagination a.currentpage{
	background-color: #D5425F;
	color: #FFF !important;
	border-color: #FFF;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink{
	cursor: default;
	color: #FFF;
	border-color: #FFF;
	font-weight: normal !important;
}

.pagination a.disablelink:hover{
	cursor: default;
	color: #D5425F;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


.headerInner {
	padding: 20px 40px 0px 40px;
	width: 960px;
	clear: left;
	float: left;
}	

.bottomInner {
	padding:30px 40px 50px 40px;
	width: 960px;
	background-image: url(../images/bottomShadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	float: left;
} 


.left .form{
	border-top: dotted #d5425f 2px;
	padding-top: 20px;
	margin-top: 20px;
}

