/* Basic Sitewide Settings */

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F96311;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5c788e;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

img {
	border: 0px;
	margin: 0px;
	}

#box_home {
	width: 775px;
	margin: 0 auto auto auto;
	text-align: left;
	border: 1px solid #666;
	}

#box_section {
	width: 775px;
	margin: 0 auto auto auto;
	text-align: left;
	border: 1px solid #666;
	}

* html #box_section {
	width: 777px;
	}

#footer {
	font-size: 10px;
	}


/* Nav Bar */

#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
	}
#hometop #nav { position: relative; left: 15px; width: 483px; }
#top #nav { position: relative; left: 193px; width: 583px; }
/* 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: -3px 0px; }


#nav li {
	margin: 0;
	padding: 0px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
#hometop #nav li { height: 82px; width: 96px; 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: -1px 0 0 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: 82px; padding: 50px 0px 0px 0px; }
#top #nav li a { height: 43px; padding: 10px 0px 0px 0px; }

#nav li a:hover {
	color: #F96311;
	}

#nav_about { background: #999; }
#nav_cand { background: #a3a3a3; }
#nav_emp { background: #adadad; }
#nav_ind { background: #b8b8b8; }
#nav_cont { background: #c2c2c2; }


/* Home Subnav, Top Nav */

#navbox {
	width: 245px;
	background: #F96311;
	font-weight: bold;
	font-size: 10px;
	}

#navbox_sub {
	width: 245px;
	padding: 0px;
	}

#navbox_top {
	width: 769px;
	text-align: right;
	background: #F96311;
	padding: 3px;
	}

* 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 { display: block; }

/* Top */

#hometop {
	height: 92px;
	margin: 0px;
	}

#officename {
	float: left;
	}

#hometop #mri {
	margin: 30px 0px 0px 15px;
	}

#top #mri {
	margin: 10px 0px 0px 15px;
	}

#box_home #header { margin: 10px 0px 0px 15px; }
#box_section #header { margin: 10px 0px 0px 20px; }


/* Home Mid */

#homemid {
	position: relative;
	top: -1px;
	}


/* Bottom */

#bottom {
	clear: both;
	}

#bottomleft {
	display: block;
	}

#homebottom #content {
	padding: 10px 100px 0px 15px;
	text-align: justify;
	}

#homebottom #bottomleft {
	width: 245px;
}

#tagline {padding:1px; background-color: #999;}

#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_gray.gif) 0 0 no-repeat; padding-left: 13px;}

#companyBox {
	float: left;
	width: 190px;
	padding-left: 20px;
	}

#candidateBox {
	float: left;
	width: 190px;
	margin-left:20px;
	}

#bottom #content {
	padding: 10px 10px 0px 15px;
	width:450px;
	}

/* Section Top */

#topimage {
	float: right;
	width: 283px;
	height: 61px;
	}

/* 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:370px; margin-bottom:10px}
#frequest br {clear:left}

/* 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: 270px;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 15px;}
.profile th {background-color:#5964B9; color: white; font: bold 12px arial; text-align:left}
.profiletd {background-color: #eee}
.profile td {vertical-align:top}

.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*/
#staff table {width: auto;}