@charset "UTF-8";
/* CSS Document */


/* Container Styles */

body  {
	font: 100%/20px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
}
#gradientWrap {
	background: url(../images/border_bkgrd.jpg) repeat-y center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#blueBanner {
	background: url(../images/blue_bar_bkgrd.gif) repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#border {
	background: url(../images/bottom_bkgrd.jpg) no-repeat center bottom;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
}
#container {
	width: 780px; 
	margin: 0 auto; 
	text-align: left; 
	background-color: #FFF; 
	background: url(../images/compass_bkgrd.gif) no-repeat left bottom;
}
#header {
	margin: 0;
	padding: 15px 0 0 0;
} 
#navContainer {
	background: url(../images/nav_border_bkgrd.jpg) repeat-x left bottom;
	margin: 0;
	padding: 0 0 10px 0;
}
#nav {
	background-color: #CBDC8D;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 11px;
	color: #333;
	line-height: 17px;
	height: 30px;
	width: 780px;
	padding: 0;
	margin: 0;
}
#sidebar {
	float: left; 
	width: 320px; 
	padding: 0px 20px 20px 0; 
	margin: 0px 0px 0px 20px;
}
#sidebarSecond {
	width:160px;
	margin:0;
	padding: 7px 0 20px 0px;
	float: left;
	font-size: 10px;
}
#mainContent {
	margin: 0 360px 0 0;
	padding: 10px 20px 20px 20px;
	font-size: 12px;
	line-height: 20px;
} 
#mainContentSecond {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	font-size: 12px;
	line-height: 20px;     
} 
#footer {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
	margin: 0 20px 20px 20px;
} 
#footer p {
	margin: 0;
	padding: 0px; 
	font-size: 10px;
	line-height: 30px;
}
#footer img {
	margin: 5px 10px 5px 0;
	float: left;
}
#shadow {
	background: url(../images/footer_shadow_bkgrd.jpg) repeat-x left bottom;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 780px;
}


/* Main Navigation Styles */
ul#navlist {
	list-style-type: none;
	margin:0 20px;
	padding:0;
	width: 780px;
}
#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	list-style-type: none;
}
#navlist li a {
	color: #333333;
	text-decoration: none;
	display: block;
	border-top: 5px solid #CBDC8D;
	padding: 3px 15px;
}
#navlist li a:hover {
	color: #333333;
	cursor: pointer;
	border-top: 5px solid #94BC02;
	background-color: #DBE7AF;
}

#navlist li a.current {
	color: #000;
	cursor: default;
	border-top: 5px solid #94BC02;
}


/* Second Level Navigation Styles */
ul.secondNav{
	list-style: none;
	padding: 0;
	width:140px;
	color: #333;
	text-decoration: none;
	float: left;
	margin: 0;
}

ul.secondNav li {
	margin: 0 0 5px 0;
	padding: 0;
}

ul.secondNav li a{
	display: block;
	color: #333;
	text-decoration: none;
	width: 100%;
	border-left: 5px solid #2958C1;
	padding: 2px 5px;
	line-height: 12px;
}

ul.secondNav li a:hover {
	text-decoration: none;
	background: url(../images/link_hover_bkgrd.jpg) repeat-y;
	color: #333;
}



/* Text Styles */
h1 {
	font-size: 20px;
	line-height:30px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin: 0;
}
#buildingIntro {
	color: #FFFFFF; 
	background: url(../images/building_bkgrd.jpg) no-repeat left top; 
	margin: 0px; 
	height: 115px; 
	padding: 10px 10px 10px 115px;
}
.calloutClients, .calloutCandidates, .calloutNews {
	padding: 5px;
	font-size: 10px;
	margin: 0 0 10px 0;
	width: 330px;
}
.calloutClients {
	background-color: #EFF5D9;
}
.calloutCandidates {
	background-color: #DAECF5;
}
.calloutNews {
	background-color: #E0E7F6;
}
.calloutClients p,.calloutCandidates p, .calloutNews p {
	margin: 0;
}
.calloutClients img, .calloutCandidates img, .calloutNews img {
	padding: 0px;
	float: left;
	margin-right: 10px;
}
ul.calloutLinks{
	list-style: none;
	padding: 0;
	width: 195px;
	color: #333;
	text-decoration: none;
	float: left;
	margin: 0;
}
ul.calloutLinks li {
	margin: 0 0 5px 0;
	padding: 0;
}
ul.calloutLinks li a{
	display: block;
	color: #333;
	text-decoration: none;
	width: 100%;
	border-left: 5px solid #2958C1;
	line-height: 12px;
	padding: 2px 5px;
}
ul.calloutLinks li a:hover {
	text-decoration: none;
	background: url(../images/link_hover_bkgrd.jpg) repeat-y;
	color: #333;
}
ul.indentedList li {
	margin: 0px;
}
a.link {
	font-size: 10px;
	text-decoration: none;
	border-left: 5px solid #2958C1;
	padding: 2px 5px;
	line-height: 12px;
	color: #666;
	margin-left:20px;
}
a:hover.link {
	text-decoration: none;
	background: url(../images/link_hover_bkgrd.jpg) repeat-y;
	color: #666;
}
a {
	text-decoration:none;
	color:#2151BF;
}
a:hover {
	text-decoration:underline;
	color:#2151BF;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.news_date {
	font-size: 11px; 
	font-style: italics; 
	color: #d0d0d0;
}
div.news_one {
	float: left;  
	height: 25px; 
	width: 15px;
}
div.news_two {
	float: left;  
	height: 25px; 
	width: 15px;
}
.consultant_title {
	color: #d0d0d0; 
	font-size: 12px; 
	font-weight: normal;
}
.recruiter_location {
	color: #94BC02; 
	font-weight: bold;
}
.toll {
	color: #94BC02; 
}
tr.intranet_row {
	height: 30px;
}
.intranet_icon {
	padding: 2px 10px 0px 0px;
}