/* Screen Display Styles for MRI 301b Design */
/* Authored Nov-Dec 2008, by Travis Stone, POP Interactive */

/* Resets and basic tags */

body {
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#000;
	background:#e8eef4; 
}
h1, h2, h3, h4, p, ul, ol, li {
	margin:0;
	padding:0;
}
a {
	color:#369;
}

a:visited {
	color:#036;
}
a:hover, a:active {
	color:#69c;
	}
a img {border:none;}
.clear {clear:both;}
.clientNote {color:#FF0000; background-color:#CCCCCC; font-weight:bold;}




/* Basic Layout Classes & ID's */

#wrapper {
	width:100%;
	margin:0;
	padding:0;
}

#container {
	width:980px;
	margin:8px auto 0;
	padding:0;
	border:4px solid #000000;
}
#footer {
	margin:5px auto;
	padding:0px;
	width:980px;
	text-align:center;
	font-size:.7em;
}



/* Home page layout */

#mainImage {
	display: block;
	width:980px;
	height:421px;
	position:relative;
	background:#666666 url(../img/mainImage.jpg) no-repeat;
	margin:0;
	padding:0;
}
#mainImage img {
	display: none;
}
#industryBox {
	display:block;
	width:189px;
	height:421px;
	margin:0;
	padding:0;
	position:absolute;
	top:-3px;
	left:732px;
	z-index:2;
	color:#fff;
	overflow: hidden;
}

#ccBoxes {
	background: #ffffff;
	margin: 0;
	padding: 6px 0 0;
}
#ccBoxLeft {
	padding:15px 6px 0px 48px;
	width:436px;
	float:left;
	border-right:1px #000000 solid;
	margin: 0;
}
#ccBoxRight {
	padding:15px 6px 0px 48px;
	width:406px;
	float:left;
	margin: 0;
}


/* Section page layout */


#secHeader {
	height:99px;
	background:#ffffff;
	position:relative;
}
#secHeader img {
	float:left;
	border:none;
}

#secHeader #secTagline {
	position: absolute;
	right: 15px;
	bottom: 53px;
}


* html #secHeader #secTagline {
	position:relative;
	left:215px;
	top:5px;
	margin-bottom: -30px;
}


#secContent {
	clear:left;
	background:#ffffff url(../img/bg_tile.gif) repeat-y;	
}
#secLeftCol {
	width:277px;
	margin:0;
	padding:0;
	float:left;
	border-top: 1px solid #000000;
}
#secLeftCol img {
	border-bottom: 1px solid #000000;	
}
#subNavHeader {
	color: #fff;
	background: #0b387c;
	margin: 0px;
	padding: 0px;
	width: 276px;
	height: 28px;
	border-bottom: 1px solid #DEE3E8;
}

#secMainCol {
	width: 702px;
	float: left;
}

#secPageHeader {
	height: 29px;
	background: #0b387c; 
	color: #fff;
	margin:0 0 12px;
	padding: 0px;
}






/* Main Navigation Styles & Behaviors */


ul#nav  {
	display:block;
	height:42px;
	border:1px solid #ffffff;
}
ul#nav li {
	float:left;
	margin:0px;
	padding:0px;
 	list-style: none; 
}
ul#nav li a {
	width:163px;
	height:41px;
	padding: 1px 0px 0px;
	display:block;
	text-align:center;
	color: #F7F7F5;
	background: #000000;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	text-indent:-3000px;
}
ul#nav li a#lastNavItem {
	width:163px;
}
ul#nav li a:hover {
	color: #000000;
}

/* individual nav button styles for home page */


ul#nav li#navHome a {
	background: url(../img/navLinks.gif) no-repeat 0px -42px;
}


ul#nav li#navAbout a {
	background: url(../img/navLinks.gif) no-repeat -163px 0px;
}
ul#nav li#navAbout a:hover {
	background: url(../img/navLinks.gif) no-repeat -163px -84px;
}


ul#nav li#navInd a {
	background: url(../img/navLinks.gif) no-repeat -326px 0px;
}
ul#nav li#navInd a:hover {
	background: url(../img/navLinks.gif) no-repeat -326px -84px;
}


ul#nav li#navClient a {
	background: url(../img/navLinks.gif) no-repeat -489px 0px;
}
ul#nav li#navClient a:hover {
	background: url(../img/navLinks.gif) no-repeat -489px -84px;
}


ul#nav li#navCand a {
	background: url(../img/navLinks.gif) no-repeat -652px 0px;
}
ul#nav li#navCand a:hover {
	background: url(../img/navLinks.gif) no-repeat -652px -84px;
}


ul#nav li#navCon a {
	background: url(../img/navLinks.gif) no-repeat -815px 0px;
}
ul#nav li#navCon a:hover {
	background: url(../img/navLinks.gif) no-repeat -815px -84px;
}




/* Section Nav Styling and Behaviors */

#secNavBox {
	width:703px;
	margin:43px 0 0;
	padding:0;
	float: left;
}
ul#secNav  {
	display:block;
	height:34px;
	position:relative;
}
ul#secNav li {
	float:left;
	margin:0px;
	padding:0px;
 	list-style: none; 
}
ul#secNav li a {
	height:34px;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	color: #F7F7F5;
	background: #000000;
	text-decoration: none;
	font-size: .8em;
	text-indent:-3000px;
	position:relative;
	border:none;
}
ul#secNav li a#lastSecNavItem {
	/* no styles need here st this time, but here for future */
}
ul#secNav li a:hover {
	color: #000000;
	background: #F7F7F5;
}

/*  Section Dropdowns   */

ul#secNav li ul.subNav {
	position: absolute;
	left: -999em;
	width:174px!important;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float: left;
	border:1px solid #666666;
	/* background: #000000 url(none); */
	background-image: url(none);		
	color:#ffffff;
	background-color: transparent!important;
}


ul#secNav li:hover ul, ul#secNav li.sfhover ul {left: auto; top:34px!important;background-color: transparent!important;}

ul#secNav li ul.subNav li a {
	text-align:left;
	text-indent:0px;
	color: #ffffff!important;
	/* font-weight:bold; */
	background-image: none!important;
	width:159px!important;
	height:24px;
	border-bottom:1px solid #666666;	
	padding-top:6px!important;
	padding-left:16px!important;
	margin:0!important;
	background-color: #000000!important;
	/* comment the following out to remove transparent dropdowns  */
	 -moz-opacity: .80!important; filter:alpha(opacity=80)!important;
}

ul#secNav li ul.subNav li a:hover {
	color: #000000!important;
	background: #ffffff url(none)!important;
	 -moz-opacity: .99!important; filter:alpha(opacity=99)!important;
}


/* individual nav button styles for section pages */


ul#secNav li#navHome a {
	background: url(../img/secNavLinks.gif) no-repeat 0px 0px;
	width:66px;
}
ul#secNav li#navHome a:hover {
	background: url(../img/secNavLinks.gif) no-repeat 0px -68px;
}
#bodyHome ul#secNav li#navHome a {
	background: url(../img/secNavLinks.gif) no-repeat 0px -34px;
}


ul#secNav li#navAbout a {
	background: url(../img/secNavLinks.gif) no-repeat -66px 0px;
	width:94px;
}
ul#secNav li#navAbout a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -66px -68px;
}
#bodyAbout ul#secNav li#navAbout a {
	background: url(../img/secNavLinks.gif) no-repeat -66px -34px;
}


ul#secNav li#navInd a {
	background: url(../img/secNavLinks.gif) no-repeat -160px 0px;
	width:139px;
}
ul#secNav li#navInd a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -160px -68px;
}
#bodyIndustry ul#secNav li#navInd a {
	background: url(../img/secNavLinks.gif) no-repeat -160px -34px;
}


ul#secNav li#navClient a {
	background: url(../img/secNavLinks.gif) no-repeat -299px 0px;
	width:138px;
}
ul#secNav li#navClient a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -299px -68px;
}
#bodyClient ul#secNav li#navClient a {
	background: url(../img/secNavLinks.gif) no-repeat -299px -34px;
}


ul#secNav li#navCand a {
	background: url(../img/secNavLinks.gif) no-repeat -437px 0px;
	width:160px;
}
ul#secNav li#navCand a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -437px -68px;
}
#bodyCand ul#secNav li#navCand a {
	background: url(../img/secNavLinks.gif) no-repeat -437px -34px;
}
#bodyJobs ul#secNav li#navCand a {
	background: url(../img/secNavLinks.gif) no-repeat -437px -34px;
}

ul#secNav li#navCon a {
	background: url(../img/secNavLinks.gif) no-repeat -597px 0px;
	width:105px;
}
ul#secNav li#navCon a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -597px -68px;
}
#bodyContact ul#secNav li#navCon a {
	background: url(../img/secNavLinks.gif) no-repeat -597px -34px;
}







/* Section Page Sub Nav Styles */

#subNavBox {
	width: 277px;
	margin:0;
	padding:0px;
}

#subNavBox ul.subNav {
	font-size:.8em;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#subNavBox ul.subNav li {
	margin:0px;
	padding:0px;
}

#subNavBox ul.subNav li a {
	display:block;
	margin:2px 0px 0px;
	padding:0px 12px 0px 24px;
	width:238px;
	height:20px;
	color:#369;	
	border:1px solid #9db8d7;
	background: #e7eaf3 url(../img/right-arrow.gif) no-repeat 6px;
	text-decoration: none;
}



#subNavBox ul.subNav li a:hover {
	background-color:#ffffff;
	color:#369;	
	border:1px solid #9db8d7;
}



/*  Tyographical and Text Styling  */

/* Home Page Styles */

#mainImage h1, #mainImage h2 {display:none;}

#secHeader h1 {
	text-indent:-3000px;
}

#industryBox h3 {
	font-size:1em;
	margin:140px 0 0;
	padding: 0 18px;	
	text-align:left;
}
#industryBox p {
	font-size:.8em;
	line-height:1.5em;
	margin:6px 0;
	padding: 0 18px;
	text-align:left;
}
#industryBox ul {
	font-size:.8em;
	margin:0 18px 0 36px;
	padding: 0;
	text-align:left;
}
#industryBox li {
	margin:0;
	padding: 2px 0;
	text-align:left;

}

#industryBox a {
	color: #F8F8F8;
}

#ccBoxLeft h3, #ccBoxRight h3 {
	font-size:1em;
	padding: 0 0 6px;
}
#ccBoxLeft p, #ccBoxRight p {
	font-size:.8em;
	padding: 0 0 6px;
}


/* Section Page Styles  */


#secMainCol #secPageHeader h2 {
	font-size: 1em;
	padding:6px 64px 6px 48px;
}

#secMainCol h3 {
	font-size: .9em;
	padding:4px 64px 6px 48px;
}

#secMainCol h4 {
	font-size: 0.8em;
	padding:4px 64px 6px 48px;
	color: #666666;
}

#secMainCol p {
	font-size: .8em;
	padding:4px 64px 6px 48px;
}

#secMainCol ul, #secMainCol ol, #secMainCol ul ul, #secMainCol ol ol {
	font-size: .8em;
	padding:4px 64px 6px 48px;
	margin: 0px 36px;
}

#secMainCol ul ul, #secMainCol ol ol {
	font-size: 1em;
	padding:4px 32px 6px 24px;
	margin: 0px 18px;
}
#secLeftCol p {
	font-size: .8em;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
#secLeftCol #subNavHeader h2 {
	font-size: .9em;
	padding:4px 0 0 7px;
}
.graphic {
	margin:15px 0 15px 50px;
	}
.relocate {
	list-style-type:none;
	}
.small {
	font-size: 90%;
	}
/* new form styles */
.formError {
	background-color:#FF9999;
	/* border:thin solid red; */
}

.formError h4 {
	padding:4px 0px 4px 4px;
	margin:0;
}
.formError p {
	padding:4px 0px 4px 4px;
	margin:0;
}

form li.formError {
	/* background-color:#FF9999!important;
	border:thin solid red; */
}
form li.formError label {
	/* background-color:#FF9999!important; */
	/* border:thin solid red; */
}
.required {
  color:red;
}

form {
	width: 100%;
	margin: 0;
	padding: 9px 0 0;
	font-size: 1em;
	border-bottom: 3px solid #858585;
}
form fieldset {
	border:none;
	margin:0;
	padding:0;
}
form ul {
	list-style-type:none;
	margin:0!important;
	padding:0;
}
form ul li {
	list-style-type:none;
	margin:0;
	padding:4px 0 4px 4px;
	height: 24px;
}
form ul li.formHeader {
	font-size: 1em!important;
	font-weight: bold;
	border-top: 2px solid #B3B3B3;
}
form ul li.formHeader2 {
	font-size: 1em!important;
	font-weight: bold;
	clear: both;
}
form ul li.cutNpasteResume {
	height:200px;
}
form ul li.ourCompany {
	height:70px;
}
form ul li.textArea {
	height:80px;
}
.smallText {
	font-size: .8em;
}
form li label {
	width: 180px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
form li input {
	display: block;
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;

}
form li input.areaCode {
	width: 60px;
	display: inline;
	float: none;
}
form li input.phoneNumber {
	width: 140px;
	display: inline;
	float: none;
}
form li input.radio {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border:none;
}
form li input.other {
	display: inline;
	float: none;
	width: 200px;
}
form li input.check {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border:none;
}
form li select {
	display: block;
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;	
}
#evilAutomotonFooler {
	display: none;
}

.copyColLeft {
	width:300px;
	float:left;
	margin:0px;
	padding:0px;

}
	
.copyColRight {
	width:300px;
	float:left;
	margin:0px;
	padding:0px;
}

.copyColRight ul, .copyColLeft ul {
	margin:0 0 0 48px!important;
	padding:0!important;
}
.copyColRight li, .copyColLeft li {
	margin:0 0 0 30px!important;
	padding:0!important;
}
#bodyJobs #secMainCol div.joblist {
	width: 87%;
	margin: 0px auto;
}
.footnote {
	font-size: .7em!important;
	color: #999999;
}

#bodyJobs #job-list form, #bodyJobs #job-list table {
  padding: 0 0 0 10px;
  background-color: #fff;
}

/* IE6 form hacks */

* html #secTagline {
	margin: 0 0 0 -23px;
}

* html form {
	width: 96%;
	padding: 9px 0 0;
	margin: 0 0 0 -12px;
}
* html form ul {
	clear: none;
	margin: 0 0 0 12px!important;
	padding: 0 0 0 12px;
} 
* html form li {
	
}
* html form li input.formLayout{
	margin: 0!important;
}

* html div.formError {
	padding:0 0 0 12px!important;
	margin:0 0 0 -9px!important;
}

* html #secMainCol {
  background-color:#fff;
}

* html #bodyJobs #job-list {
  padding: 0 0 0 30px;
}

* html #bodyJobs #job-list form {
	margin-top:58px;
}

* html #bodyJobs #job-list input {
  z-index:-10!important;
  position:static;
}

