/* Basic Sitewide Settings */

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	text-align: center;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F96311;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5c788e;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	}
	
h4 

{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F96311;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	}
h4	a {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #F96311;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	}
	
h4 a:visited {
	color: #F96311;
	}
	
h4 a:hover {
	color: #fff;
	background-color: #F96311;
		}

STRONG {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F96311;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	}
	
img {
	border: 0px;
	margin: 0px;
	}

#box_home {
	width: 975px;
	float: center;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #fff;
	border: 1px groove #666;
	}
	
a {color: #0C4CA5;}
a:hover {color: #F96311; text-decoration: none;}

#box_section {
	width: 775px;
	margin: 0px auto auto auto;
	text-align: left;
	background: #fff;
	border: 1px groove #666;
	}

* html #box_section {
	width: 775px;
	}

#footer {
	font-size: 10px;
	margin-bottom: 10px;
	}
	
#footer table {
float: center;
display: block;
}


/* Nav Bar */

#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
	}
	
#hometop #nav {position: relative; left: 15px; width: 680px; }
#top #nav { position: relative; left:193px; background: #999; width: 700px;}
/* Box model hack - wrestles section nav bar in IE Win down to the ground and makes it behave good and proper */
* html #top #nav { margin: -2px 0px; }


#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
#hometop #nav li {height: 82px; width: 97px; border-top: 6px solid #F96311;}
#top #nav li { height: 43px; width: 97px; border-top: 6px solid #000;}

#nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	display: block;
	border-top: 1px solid #fff;
	line-height: 12px;
	font-size: 11px;
	letter-spacing: 1px;
	}

#hometop #nav li a { height: 32px; padding: 50px 0px 0px 0px; }
#top #nav li a { height: 43px; padding: 10px 0px 0px 0px; }

#nav li a:hover {
	color: #F96311;
	}

#nav_home { background: #8b8b8b; } /*background color?*/
#nav_about { background: #999; }
#nav_meet { background: #a3a3a3; }
#nav_cand { background: #adadad; }
#nav_emp { background: #b8b8b8; }
#nav_ind { background: #c2c2c2; }
#nav_test { background: #b8b8b8; }
#nav_ats { background: #adadad; }

#nav_is_about #nav_about a {color:#444;}
#nav_is_cand #nav_cand a {color:#444;}
#nav_is_emp #nav_emp a {color:#444;}
#nav_is_ind #nav_ind a {color:#444;}
#nav_is_meet #nav_meet a {color:#444;}
#nav_is_test #nav_test a {color:#444;}
#nav_is_ats #nav_ats a {color:#F96311;} 

/* Home Subnav, Top Nav */

#navbox {
	width: 300px;
	background: #F96311;
	font-weight: bold;
	font-size: 10px;
	}

#navbox_sub {
	width: 300px;
	padding: 3px;
	
	}

#navbox_top {
	width: 775px;
	text-align: right;
	background: #F96311;
	
	}

* html #navbox_top {
   width: 775px;
   }

#navbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	}

#navbox li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#navbox li a {
	text-decoration: none;
	color: #E9E4E4;
	padding: 0px 7px;
	}


#navbox li a:hover {
	text-decoration: underline;
	color: #fff;
	}

.subnav_submit {
	border-right: 1px solid #fff;
	padding-right: 3px;
	}


/* Section Subnav */

#bottom #bottomleft { float:left; width: 193px; background-color:#eee; padding-top: 10px; }
#bottom #bottomleft ul {list-style:none; margin:0 10px; padding:0; padding-bottom:20px; text-align:right; border:1px solid #fff; border-width:1px 1px 0 0; }
#bottom #bottomleft ul li {margin:0; padding:2px; border-bottom:1px solid #E4E1E1; }
#bottom #bottomleft ul li a{display:block; font-size: .9em; color:#666; font-weight:bold; padding:3px 3px; text-decoration:none; border-right:3px solid #eee; }
#bottom #bottomleft ul li a:hover, #sidenav ul li a.hi {background-color:#E4E1E1; color:black; border-right:3px solid #F96311; }
#bottom #bottomleft ul li a:visited {color:#999;}


/* The following hack solves the 3px jog in IE/Win 
Hack is hidden from IE5-mac. Only IE-win sees this. \*/
* html #bottomleft {margin-right: -3px; position: relative; top: 2px;}
/* End hack */

/* Top */

#hometop {
	height: 92px;
	margin: 0px;
	}

#officename {
	float: left;
	width: 280px;
	}

#hometop #mri {
	margin: 30px 0px 0px 15px;
	}

#top #mri {
	margin: 10px 0px 0px 15px;
	}

/*#box_home #header { margin: 0px 37px 0px 0px; }*/
#box_section #header { margin: 5px 0px 0px 10px; }


/* Home Mid */

#homemid {
	position: relative;
	top: -1px;
	}


/* Bottom */

#bottom {
	clear: both;
	}

#bottomleft {
	float:left;
	background: #c2c2c2;
	width:300px;
	padding: 0px;
	border-top:1px solid;
border-right:1px solid;
border-bottom:none;
border-left:none;
	}

#homebottom #content {
	padding: 10px 15px 0px 310px;
	}

#homebottom #content p {
	margin-top: 5px;
	}

#tagline {
	background-color: #999;
	padding: 13px 40px 13px 9px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	}

#industryBox {
	padding: 15px;
	}

#industryBox ul {list-style: none; margin: 0; padding: 0}
#industryBox ul li {margin-bottom: 3px;}
#industryBox ul li a {background: url(../img/chevron_orange.gif) 0 0 no-repeat; padding-left: 13px;}
#industryBox ul li ul li {background: url(../img/chevron_orange.gif) 10px 0px no-repeat; padding-left: 25px;}

#genBox li a:hover {
	color: #F96311;
	}

#genBox_bg { background: #8b8b8b; }

#companyBox {
	float: left;
	width: 640px;
	text-align: justify;
	padding: 10px 0px 0px 4px;
	}

#candidateBox {
	float: left;
	width: 640px;
	text-align: justify;
	padding: 10px 0px 0px 4px;
	}

#recspotBox {
	float: left;
	vertical-align: top;
	text-align: justify;
	width: 275px;
	margin-left:10px;
	padding: 15px 0px 0px 0px;
	}
	
#resbBox {
	float: left;
	vertical-align: top;
	text-align: justify;
	width: 640px;
	padding: 10px 0px 0px 4px;
	}
	
#feedbackBox {
	float: left;
	vertical-align: top;
	text-align: justify;
	width: 640px;
	padding: 10px 0px 0px 4px;
	}

#bottom #content {
	float:left; width:550px; padding: 15px 15px 0px 15px; 
	}

#bottom #content p {
	margin-top: 5px;
	}

/* Section Top */

#topimage {
	float: right;
	width: 283px;
	padding:0px;
	}

/* Submit Resume form */
/*input, textarea {border:1px solid #5E7CB4}*/
#fresume label, #fresume input { display: block; width: 50%; float: left; margin-bottom: 10px; }
#fresume #fwphone { width: 40%; }
#fresume label { width: 40%; border-bottom: 1px solid #eee; padding: .2em; margin-left:1em; }
#fresume textarea { width: 90%; margin: 0 0 1em 1em; }
input#frattach { width: 50%; }
#fresume p { display: block; width: 90%; padding: 4px; background-color: #eee; font-weight: bold; }
#fsmall input, #fsmall label { width: 30px; border-bottom: none;}
#fext label, #fext input { width: 20px; padding-left:3px; }
#fresume select { font-size: x-small; }
#submit { margin-left: .5em; }
#fresume br { clear: left; }
#fresume fieldset { border: 0px; }
#fresumebox {
	clear: left;
	}

/* form styles - Request info form */
#frequest {width:90%; margin:auto; font-size: 12px;}
#frequest fieldset {border:0}
#frequest label {float:left; font-weight:bold; display:block; width:50%;  margin-bottom:1em; padding-bottom:.3em; border-bottom:1px solid #eee;}
#frequest .contact input {display: block; width: 40%; float: left; margin-bottom: 1em; }
#frequest .info label{width:90%}
#frequest textarea {width:270px; margin-bottom:10px}
#frequest br {clear:left}
#frequest #hac, #frequest #bac { width:35px; }

#siteForm {width:500px; padding:10px}
#siteForm td {font-size:0.95em; vertical-align:middle; padding:2px 4px 2px 4px}
#siteForm .title {font-weight:bold; color:#000000;}
#siteForm .shade1 {background-color:#eeeeee}
input, select {font-size:0.75em}
.asterisk {color:#ee0000; font-weight:bold; font-size:1.2em}
.asterisk {font-weight: bold; color: #F96311; font-size: 1.5em;}

/* Meet Our Recruiters page layout */
.recruiter {float: left; width: 33%; text-align:center; margin: 10px 0;}
.photo {float:right; margin: 0 15px 15px 15px;}
.bio-title {border-bottom:1px solid #ccc; width: 370px;padding-bottom: 5px;}

/* Recruiter2 layout */
.recruiter2 {float: center; text-align:center; margin: 10px 0;}
.photo {float:right; margin: 0 15px 15px 15px;}
.bio-title {border-bottom:1px solid #ccc; width: 370px;padding-bottom: 5px;}


/* Misc. */

#borderfix {
	display: block;
	clear: both;
	}

.parlist {
	list-style-type: none;
	margin: 10px 0px 10px 25px;
	padding: 0px;
	}

.parlist li {
	margin-bottom: 5px;
	}

.grey {
	color: #666;
	}

.profile {margin: 15px 0px 0px 0px; font-size: 12px; width: 70%;}
.profile th {background-color:#5964B9; color: #fff; text-align:left}
.profiletd {background-color: #eee}
.profile td {vertical-align:top}

.no-bullets { list-style-type: none; }
.no-bullets li {margin-bottom:10px;}


.testimonial {margin-left:20px; margin-right:20px; font-style:italic;}
.small{font-size:.9em;}
.spacedout li {margin-bottom:8px;}

.listcol1 { width: 50%; float: left; padding-bottom:5px;}
.listcol2 { width: 50%; float: left; padding-bottom:5px;}
.nolist {clear:both; height:0;} /*clears float after second list column*/

.cssbutton{
background-color: #F96311;
border: 2px #666 outset;
padding: 1px 4px;
color: #fff;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 20px;
}

.cssbutton:hover{
border-style: inset;
background-color: #000;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}



/* div{ border:1px solid #666}

