@charset "utf-8";
/* CSS Document */

#wrapper {
    position: relative;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	width: 675px;
		border-top: 0px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

#headerimg {
	background-image: url(header-images/aboutus-pics.jpg);
	overflow: visible;
	height: 139px;
	width: 675px;
	float: left;
	position: relative;
}
#headerimg h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #d41c3b;
	position: absolute;
	left: 327px;
	top: -18px;

}




.flash {
	position: absolute;
	top: 87px;
	left: 2px;
}

#navbar {
	background-image: url(tab-images/aboutus-tabs.jpg);
	float: left;
	width: 675px;
	height: 46px;
}

#navbar ul{
margin: 0;
padding: 0;
list-style: none;
}
#navbar ul li{
    float: left;
	padding: 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
#navbar ul a.about{
	margin-left: 38px;
	color: #d41c3b;
	text-decoration: none;
	display: inline-block;
	float: left;
	line-height: 1.6em;

}
#navbar ul a.employers{
	margin-left: 69px;
	color: #2B3480;
	text-decoration: none;
	display: inline-block;
	float: left;
	line-height: 1.6em;

}
#navbar ul a.cand{
	margin-left: 69px;
	color: #2B3480;
	text-decoration: none;
	display: inline-block;
	float: left;
	line-height: 1.6em;

}
#navbar ul a.contact {
    margin-left: 60px;
	color: #2b3480;
	text-decoration: none;
	display: inline-block;
	float: left;
	line-height: 1.6em;
}




#content {
	width: 675px;
	height: auto;

}

#content #leftcol {
	width: 189px;
	height: auto;
	position:relative;
	float: left;
	background-color: #FFFFFF;

}

#content #leftcol .recruitersbios  {
	font-size: 18px;
	font-weight: bold;
	color: #2B3480;
	display: block;
	height: 25px;
	width: 150px;
	top:9px;
	position:relative;
	float:left;
	background-image: url(images-shared/blue-nav-back-dark.jpg);
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	border-top: 1px solid #2B3480;
	border-right: 1px solid #2B3480;
	border-bottom: 1px solid #2B3480;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: # #d41c3b;
}

#content #rightcol {
	width: 478px;
	height: auto;
	position:relative;
	float: right;
	background-color: #FFFFFF;


}

/*recruiters bios nav tab*/


#content #rightcol p {
	width:450px;
	margin-bottom: 1.1em;
	font-size: 16px;
	color: #000000;
	line-height: 1.1em;
	position: relative;
	left: 7px;
	top:9px;
	

}
#content #rightcol ul {
	position: relative;
	left: 7px;
	width: 455px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 18px;
    margin-bottom: 8px;
}

#content #leftcol a.recruitersbios:link a.recruitersbios:visited {
	color: #2B3480;
	font-weight: bold;
}

#content #leftcol a.recruitersbios:hover {
	color: #d41c3b;
	font-weight: bold;
	background-color: #000066;
	text-decoration: underline;
}
#content #leftcol a.recruitersbios:active {
	color: #2B3480;
	font-weight: bold;
}	


