


/* --------------- LAYOUT ------------- */

}

#slider-wrap { width:970px; height:348px; position:relative; margin:0 auto; overflow:hidden; }
#slider { position:relative; background:url(../images/blue/ajax-loader2.gif) no-repeat 50% 50%; width:100%; height:100%;}
#slider img { position:absolute; top:0px; left:0px; }

#content .wrap960 { padding-top:10px; }
#hire-panel { width:100%; text-align:center; position:relative; margin-top:16px; margin-bottom:1.6667em; }
#hire-panel #hire-top { width:100%; height:16px; margin-bottom:-16px; position:relative; z-index:2; }
#hire-panel #hire-bottom { width:100%; height:16px; margin-top:-16px; position:relative; z-index:2; }
#hire-panel #hire-content { padding:14px 0; margin:6px 0; position:relative; z-index:1; }
#hire-button { display:block; width:160px; height:41px; position:relative; margin:13px auto 10px; line-height:41px; }
#hire-button-over { display:block; width:160px; height:41px; position:absolute; top:0; left:0; line-height:41px; }





/* --------- NIVO SLIDER CSS ---------*/
/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:40px;
	height:40px;
	border:0;
	padding:0;
	margin:0;
	
	display:none;
	background:transparent url(../images/blue/slider-controls.png) no-repeat -78px 0;
}
.nivo-slice {
	display:block;
	position:absolute;
	
	height:100%;
}
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:transparent url(../images/blue/slider-control-bar.png) repeat-x left top;
	color:#262626;
	width:0px;
	z-index:89;
	height:38px;
	padding-top:6px;
	padding-left:79px;
	font-weight:bold;
	line-height:38px;
	font-size:15px;
}
.nivo-caption p {
	padding:0;
	margin:0;
	font-size:15px;
	line-height:38px;
	font-weight:bold;
}
.nivo-directionNav {
	position:absolute;
	bottom:0;
	display:block;
	z-index:98;
}
.nivo-directionNav a {
	position:absolute;
	z-index:99;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
}
.nivo-prevNav {
	left:922px;
	bottom:-1px;
	width:25px;
	height:25px;
	background:transparent url(../images/blue/slider-controls.png) no-repeat 0 0;
}
.nivo-nextNav {
	left:946px;
	bottom:-1px;
	width:25px;
	height:25px;
	background:transparent url(../images/blue/slider-controls.png) no-repeat -25px 0; 
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
