ft@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html {	_height: 100%; min-height: 100%; *height: 100%;}
body {
	background-color:#1c1b1b;
	color:#CCC;
	font-family: 'Helvetica Neue',Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	font-size: 1em;
	_height: 100%;
	*height: 100%;
	min-height: 100%;
	background-image: url(../images/page_bg.png);
	background-repeat: no-repeat;
	background-position:left bottom;
	background-attachment: fixed;	
}

#wrapper {

	_height: 100%; min-height: 100%; *height: 100%;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position:top center;
	margin: 0px; padding: 0px;
	width: 100%;
	min-width: 960px;
	margin: auto;
}

#right_col {
/*	background-image: url(../images/right_col.png);
	background-repeat: no-repeat;
	background-position:top center;*/
	float: left; 
/*	opacity: 50%;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/

}

#left_col {
	background-image: url(../images/left_col_bg.png);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 0px; padding: 0px;
	float: left;
}

#logo {
	margin-bottom: 50px;	
	margin-top: 85px;
	width: 300px;
}

#content {
	line-height: 200%;
}

.callout {
/*	background-image: url(../images/callout_box_bg.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left: 10px; */
	color: #3399cc;
	height: 48px;
	padding-top: 28px;
	width: 550px;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}

#footer {
	width: 560px;
	padding-top: 40px;
	margin-top: 10px;
	padding-bottom: 30px;
	float: left;
	line-height: 120%;
	background-image: url(../images/footer_tagline.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer #footer_border { width: 550px; 	border-top: 1px solid #fff; padding-bottom: 20px;}

#footer div {width: 200px; float: left; font-weight: bold; font-size: 10px; text-decoration: none; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #3291c0;}

#copyright {
	width: 200px; float: left; margin-top: 75px; margin-left: 80px; color: #fff; font-size: 10px; line-height: 130%;
}

/* Top Nav Area
------------------------------------------------------------------*/
#nav {
	margin-bottom: 14px;
	background-image: url(../images/right_col_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 225px 20px 0px 20px;
	min-height: 520px;
}

	#nav div.menu1, #nav div.menu2, #nav div.menu3, #nav div.menu4 {width: 258px; padding: 0px; margin: 0px;}
	#nav div.menu1 .link1  {background:url(../images/right_col_nav_search.png) no-repeat top left; padding: 0px; margin: 0px;}
	#nav div.menu2 .link2  {background:url(../images/right_col_nav_recruit.png) no-repeat top left; padding: 0px; margin: 0px;}
	#nav div.menu3 .link3  {background:url(../images/right_col_nav_hire.png) no-repeat top left; padding: 0px; margin: 0px;}
	#nav div.menu4 .link4  {background:url(../images/right_col_nav_firm.png) no-repeat top left; padding: 0px; margin: 0px;}	
	#nav div.menu1 .link1, #nav div.menu2 .link2, #nav div.menu3 .link3, #nav div.menu4 .link4 {display: block; height: 48px; text-decoration: none;}


	#nav div.menu1 .link1 { width: 258px; background-position: 0px 0px; }
	#nav div.menu2 .link2 { width: 258px; background-position: 0px 0px; }
	#nav div.menu3 .link3 { width: 258px; background-position: 0px 0px; }
	#nav div.menu4 .link4 { width: 258px; background-position: 0px 0px; }
	
	#nav div.menu1 a:hover, #nav div.menu1 a:focus, #nav div.menu1 a:active { background-position: -264px 0px; }
	#nav div.menu2 a:hover, #nav div.menu2 a:focus, #nav div.menu2 a:active{ background-position: -264px 0px; }
	#nav div.menu3 a:hover, #nav div.menu3 a:focus, #nav div.menu3 a:active { background-position: -264px 0px; }
	#nav div.menu4 a:hover, #nav div.menu4 a:focus, #nav div.menu4 a:active { background-position: -264px 0px; }


/* Text
------------------------------------------------------------------*/
h1 {
	letter-spacing: -.05em;
	font-variant:small-caps;
	font-size:12pt;
	font-weight: bold;
}



h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #707070;
}

#left_col p {
	margin: 15px 0px;	
	font-size: .90em;
}


.basic {}

.basic div {
	color: #fff;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding: 10px 2px;
}

.basic strong {
	font-size: 12px;
	font-weight: bold;
}

.basic a {
	cursor:pointer;
	display:block;
}
.basic a:hover {
}
.basic a.selected {
}

@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}


/* LINKS
------------------------------------------------------------------*/
#footer a:link, #footer a:visited {color: #3291c0; font-weight: bold; font-size: 10px; text-decoration: none; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;}
#footer a:hover, #footer a:active {color: #ebedb5; text-decoration: underline;}

a:link, a:visited {color: #3399cc;}
a:hover {color: #ebedb5;} 
a:active {color: #fff;}


/* MISC
------------------------------------------------------------------*/

.clearer, .clear {
	float:none;	
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	visibility: hidden;
}
