/* 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:#000; 
}
h1, h2, h3, h4, p, ul, ol, li {
	margin:0;
	padding:0;
}
h3 a {
	text-decoration:none;
	}

a {
	color:#1658a0;
}
a:visited {
	color:#336699;
}
.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 #636363;
}
body#Home #container {
	border: none;
	}
#footer {
	margin:0px auto;
	padding:0px;
	width:980px;
	text-align:center;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#ccc;
}
#footer a {
	color:#ccc;
}
#footer a:visited {
	color: #999999;
}


/* 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;
}

#quotes {
	position:absolute;
	top:40px;
	left:508px;
	z-index:3;
	width:425px;
	height:65px;
	}
#industryBox {
	display:block;
	width:189px;
	height:421px;
	margin:0;
	padding:0;
	position:absolute;
	top:-2px;
	left:755px;
	z-index:2;
	color:#fff;
	overflow: hidden;
}

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


#btnClient {
  display: block;
  width: 190px;
  height: 30px;
  background: #fff url(../img/employers.png) no-repeat 0 0px; 
 /* background: #fff url(../img/btnForEmployers.gif) no-repeat 0 -35px; */
  margin: 6px 0 0 0px;
}
#btnClient:hover { 
 /* background-position: 0 3px;*/
}
#btnClient span {
  display: none;
}


#btnCand {
  display: block;
  width: 190px;
  height: 30px;
  /*
  width: 180px;
  height: 38px;
  */
  background: #fff url(../img/candidates.png) no-repeat 0 0px;
 /* background: #fff url(../img/btnForCand.gif) no-repeat 0 -35px; */
  margin: 6px 0 0 0px;
}
#btnCand:hover { 
 /* background-position: 0 3px; */
}
#btnCand span {
  display: none;
}

#employerHome {
	margin-top: 15px;
}

#employerHome p.newsletter, #candidateHome p.newsletter {font-size:0.9em;}
#employerHome span, #candidateHome span {color:red;}


#candidateHome {
	margin-top: 15px;
}

/* Section page layout */


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

#secHeader #secTagline {
	position: absolute;
	right: 24px;
	bottom: 40px;
}


* html #secHeader #secTagline {
	position:relative;
	left:400px;
	top:20px;
	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: #1658a0;
	margin: 0px;
	padding: 0px;
	width: 276px;
	height: 28px;
	border-bottom: 1px solid #DEE3E8;
}

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


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


#secMainCol ul li {
	background:url("../img/li-hover.gif") no-repeat scroll 0 5px #FFFFFF;
	list-style:none outside none;
	margin:0;
	padding:3px 0 0 20px;
}

/* 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:45px 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:168px!important;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float: left;
	border:1px solid #666666;
	background-image: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;
	background-image: none!important;
	width:159px!important;
	height:24px;
	border-bottom:1px solid #666666;	
	padding-top:6px!important;
	padding-left:9px!important;
	margin:0!important;
	background-color: #000000!important;
	/* comment the following out to remove transparent dropdowns  
	 -moz-opacity: .78!important; filter:alpha(opacity=78)!important; */
}

ul#secNav li ul.subNav li a:hover {
	color: #000000!important;
	background-image: none!important;
	background-color: #ffffff!important;
	/* the following removes transparency from the hovered item in the dropdowns  
	-moz-opacity: .99!important; filter:alpha(opacity=99)!important; */
}
/* hide Candidate submenu from dropdowns - display only in left-hand links */
#secNavBox li#navCand ul ul {
	display:none;
	}

/* individual nav button styles for section pages */


ul#secNav li#navHome a {
	background: url(../img/secNavLinks.gif) no-repeat 0px 0px;
	width:71px;
}
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 -71px 0px;
	width:104px;
}
ul#secNav li#navAbout a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -71px -68px;
}
#bodyAbout ul#secNav li#navAbout a {
	background: url(../img/secNavLinks.gif) no-repeat -71px -34px;
}


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


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


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

ul#secNav li#navCon a {
	background: url(../img/secNavLinks.gif) no-repeat -548px 0px;
	width:155px;
}
ul#secNav li#navCon a:hover {
	background: url(../img/secNavLinks.gif) no-repeat -548px -68px;
}
#bodyContact ul#secNav li#navCon a {
	background: url(../img/secNavLinks.gif) no-repeat -548px -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:#1658a0;
	border:1px solid #afafaf;
	background: #e5e5e5 url(../img/right-arrow.gif) no-repeat 6px;
	text-decoration: none;
}
#subNavBox ul.subNav li a:hover {
	background-color:#ffffff;
	color:#1658a0;
	border:1px solid #afafaf;
}
#subNavBox ul.subNav ul li a {
	text-indent: 40px;
	background: #e5e5e5 url(../img/right-arrow.gif) no-repeat 45px;

	}


/*  Tyographical and Text Styling  */

/* Home Page Styles */

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

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

#industryBox h3 {
	font-size:.9em;
	margin:137px 0 0;
	padding: 0 18px;	
	text-align:left;
}
#industryBox p {
	font-size:.8em;
	line-height:1.2em;
	margin:3px 0;
	padding: 0 18px;
	text-align:left;
}
#industryBox ul {
	font-size:.7em;
	margin:0 18px 10px 36px;
	padding: 0;
	text-align:left;
}
#industryBox li {
	margin:0;
	padding:2px 0;
	text-align:left;
	line-height:1.2em;
}

#industryBox a {
	color: #F8F8F8;
}
#industryBox ul.added {
	font-size:11px;
	color: #fff;
	font-weight:bold;
	list-style-image:url(../img/arrow.gif);
	}
#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:4px 64px 6px 48px;
}

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

#secMainCol h4 {
	font-size: 0.8em;
	padding:4px 64px 0 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 50px 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-left: 6px;
	padding-top: 5px;
}

/* news feed styles */
.feeds {
	}
.feed-box {
	border: 1px solid #333;
	background:#f5f9fd;
	padding:10px 20px;
	width:550px;
	margin:10px auto;
	}
#secMainCol .feed-box h3 {
	padding:0;
	}
#secMainCol .feed-box p {
	padding:0 0 10px;
	}
p.item { margin-top: 7px; margin-bottom: 7px; font-family: arial, helvetica, verdana, sans-serif; padding-bottom: 10px; border-bottom: 1px solid #999; line-height: 1.45em;  }
p.item a { font-size: 14px; line-height:22px;}
#items { font-size: 13px; }
SPAN.description { color: #222; line-height: 1.25em }
SPAN.date { color: #666; font-size: 11px; }
SPAN.date A { color: #247; }
SPAN.grey { color: #888; font-weight: bold; font-size: 22px; }



/* new form styles */
.formError {
	background-color:#FF9999;
}

.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: 1px 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: 1px 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:60px;
}
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: left;
	width: 240px;
	margin: 0;
	padding: 0;

}
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;
}
.floatL {
	float:left;
	}
.clear {
	clear:both;
	height:5px;
	}
.posRel {
	position:relative;
	}
.quote-source {
	text-align:right;
	font-weight:bold;
	font-style:italic;
	}
.divider {
	border-bottom:1px dotted #1658A0;
	width:300px;
	margin: 10px auto 15px;
	}

/* job board styles */


#bioTwitter {margin-left:5px; margin-top:1px;}

/* IE6 form hacks */

* 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;
}
