/* CSS Document */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
a {
	color: #0191c8;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;	
}
h2 {
	font-size: 135%;
	margin: 0 0 10px 0;	
}
h2 span {
	color: #ea9808;
}
#header_container {
	background: #0c96ca url('../img/bg.gif') top right no-repeat;
	height: 160px;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 980px;	
}
#top_nav {
	position: absolute;
	right: 0;	
}
#top_nav li{
	display: inline;
}
#top_nav li a{
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	background: url('../img/topnav_bg.png') top left;
}
#top_nav li a:hover{
	text-decoration: underline;
}
#top_nav li ul{
	margin: 0 0 0 0;
	display: none;
	left: 0;
	position: absolute;
	top: 25px;
}
#top_nav li:hover ul{
	display: block;
	width: 556px;
	background: url('../img/topnav_bg2.png') top left;
}
#top_nav li:hover ul li a{
	float: left;
	color: #fff;
	border-right: 1px solid #444;
	text-decoration: none;
	padding: 5px 10px;
	background: none;
}
#top_nav li:hover ul li a:hover{
	text-decoration: underline;
}
#top_nav li ul li{
	display: inline;
	float: left;
}
#header #logo h1{
	display: none;
}
#header #logo{
	position: absolute;
	left: 0;
	top: 5px;
	background: url('../img/logo.png') left top no-repeat;
	width: 337px;
	height: 155px;
}
#header #logo h2{
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 200%;
}
#header #logo h2 a{
	padding: 0 12px 0 0;
	color: #fff;
	font-size: 50%;
	text-decoration: underline;
	background: url('../img/change_arrow.png') right 5px no-repeat;
}
#header #logo h2 a:hover{
	text-decoration: none;
}
#search {
	position: absolute;
	right: 0;
	top: 60px;
}
#search input.searchbox{
	float: left;
	border: none;
	padding: 8px 10px 9px;
	width: 250px;
	color: #aaa;
	font-size: 140%;
	background: url('../img/search_bg.gif') bottom left repeat-x;
}
#search input.submitbox{
	float: right;
	border: 0;
	width: 38px;
	height: 37px;
	background: url('../img/search_button.png') center left no-repeat;
}
#tabs {
	position: absolute;
	right: 0;
	top: 132px;
	color: #000;
}
#tabs a{
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	margin: 0 0 0 5px;
	display: block;
	float: left;
	padding: 8px 26px 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #fff url('../img/tabs_bg.gif') top left repeat-x;
	font-size: 120%;
}
#tabs a:hover{
	text-decoration: underline;
}
#tabs a.advertise{
	color: #9b01c6;
}
#tabs a.recruiters {
	color: #ea9808;	
}
#content_container {
	background: #ffffff;
}
#content_holder {
	margin: 0 auto;
	padding: 10px 0;
	width: 980px;
}
.content_left {
	float: left;
	padding: 0 20px 0 0;
	width: 730px;
}
.content_right {
	float: right;
	width: 230px;
}
#banners {
	margin: 0 0 10px 0;	
}
ul.footer-nav  {
	width: 100px;
	float: left;
}
ul.footer-nav  li:first-child a{
	color: #333;
}
ul.footer-nav  li{
	margin: 0 0 2px 0;
}
#footer_container {
	background: #f6f6f2;
	border-top: 1px solid #eee;
}
#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 980px;	
}
#footer #social {
	margin: 0 auto 10px;
	width: 230px;
}
#footer #social img{
	padding: 0 5px 0;
}
#footer p#copyright{
	margin: 5px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #aaa;
	text-align: center;
}
div.clear {
	clear: both;	
}
