@import "newsticker.css";  /* News Ticker */
@import "forms.css";

body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #b9b9b9 url('../images/bg.gif') repeat-x scroll 0 0;
	color: #717272;
}

a {
	text-decoration: underline;
	color: #717272;
}

a:focus {outline: none;}

h1 {
	margin: 0 0 15px 0;
	font: 26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3b91bb;
}

h2 {	
	margin: 7px 0;
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
}

h4 {
	margin-bottom: 10px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
}

p {margin: 0 0 10px 0;}

img {margin: 0; border: none;}

div.errors {color: #800000;}

span.arrow {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	background: url('../images/arrow.gif') no-repeat center left;
	color: #3b91bb;
	font-weight: bold;
}

ul.listing {
	margin: 40px 0 10px 25px;
	padding: 0;
}

ul.listing li {
	padding: 0 0 0 15px;
	line-height: 20px;
	list-style: none;
	background: url('../images/arrow.gif') no-repeat center left;
	color: #3b91bb;
	font-weight: bold;
	text-decoration: none;
}

ul.listing li a {
	color: #3b91bb;
}

#pagewrap {
	margin: 0 auto;
	width: 985px;
}

#container {
	margin: 20px 0 0 0;
	width: 985px;
	min-height: 340px;
	background: transparent url('../images/wrapper_bg.gif') repeat-y scroll 0 0;
	float: left;
	clear: both;
}

#top {
	margin: 0 0 0 4px;
	width: 977px;
	height: 4px;
	background: transparent url('../images/top.gif') repeat-x scroll 0 0;
}

*html div#container {
	height: expression( this.scrollHeight < 341 ? "340px" : "auto" ); /* sets min-height for IE */
	min-height: 340px; /* sets min-height value for all standards-compliant browsers */
}

#header {
	margin: 20px 0 0 24px;
	width: 937px;
	height: 181px;
	background: transparent url('../images/header.jpg') no-repeat;
	float: left;
	clear: both;
}

#navbar {
	margin: 10px 0 10px 24px;
	width: 937px;
	height: 36px;
	background: #fff url('../images/nav.gif') repeat-x scroll 0 0;
	float: left;
}

#navbar img {
	margin: 10px 75px 0 105px;
	vertical-align: top;
	float: left;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li {
	margin: 0;
	padding: 11px 40px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('../images/nav_border.jpg') repeat-y left;
	float: left;
}

#navbar ul li a {
	color: #fff;
	text-decoration: none;
}

#pagecontainer {
	margin: 0 0 0 24px;
	clear: both;
}

/*** Home Page *****/
#column_left {
	margin: 0;
	width: 698px;
	min-height: 359px;
	float: left;
}

*html div#column_left {
	height: expression( this.scrollHeight < 360 ? "359px" : "auto" ); /* sets min-height for IE */
	min-height: 359px; /* sets min-height value for all standards-compliant browsers */
}

#column_left .text {
	margin: 0 0 12px 0;
	padding: 15px;
	height: 204px;
	border: 1px solid #d5d8d8;
	line-height: 18px;
}

#column_left .text p.mt50 {
	margin: 50px 0 0 0;
}

#column_left .vacancies_listing {
	padding: 0 15px;
	height: 110px;
	background: url('../images/vacancies_bg.jpg') repeat-y; 
	border: 1px solid #d5d8d8;
}

#column_left .vacancies_ttl {
	padding: 2px 0 2px 15px;
	background-color: #8bbdd9;
	color: #fff;
	font-weight: bold;
}

.perColumnFirst {
	padding: 5px 0 7px 0;
	width: 220px;
	color: #D24806;
	font-weight: bold;
	float: left;
}

.perColumn {
	padding: 5px 0 0 15px;
	width: 205px;
	font-weight: bold;
	float: left;
}

.perColumnFirst a,.perColumn a {
	color: #D24806;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

.countJobs {
	color: #ACACAC;
}

/*** End Home Page ***/

/*** General Templates ***/

#content {
	margin: 0;
	padding: 15px;
	width: 666px;
	min-height: 451px;
	border: 1px solid #d5d8d8;
	line-height: 18px;
	float: left;
}

*html div#content {
	height: expression( this.scrollHeight < 452 ? "451px" : "auto" ); /* sets min-height for IE */
	min-height: 451px; /* sets min-height value for all standards-compliant browsers */
}

#sidebar {
	margin: 0 0 0 10px;
	width: 229px;
	float: left;
}
 
#sidebar ul#submenu {
	margin: 10px 0 30px 10px;
	padding: 0;
	list-style: none;
}

#sidebar ul#submenu li {
	margin: 0 0 10px 0;
	list-style: none;
}

#sidebar ul#submenu li a {
	padding: 0 0 0 15px;
	background: url('../images/arrow.gif') no-repeat center left;
	color: #3b91bb;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul#submenu li.active a {
	text-decoration: underline;
}

#sidebar .mailing {
	width: 227px;
	height: 155px;
	background: #fff url('../images/mailing_ttl.jpg') no-repeat top;
	border: 1px solid #d5d8d8;
	position: relative;
}

#sidebar .banners {
	margin: 12px 0;
	background-color: #7db5d4;
	float: left;
}

#sidebar .banners img {
	float: left;
}

#sidebar .banners .line {
	margin: 0 0 0 14px;
	width: 199px;
	height: 2px;
	background: url('../images/banners_bbottom.jpg') repeat-x scroll 0 0;
	float: left;
}

#sidebar .facebook_box {
	padding: 5px 0;
	width: 227px;
	border: 1px solid #d5d8d8;
	float: left;
}

#sidebar .facebook_box img {
	margin: 0 0 0 37px;
}


/*** Vacancies Templates ***/

.career_search {
	margin: 0 0 12px 0;
	height: 185px;
	background: #fff url('../images/career_search_ttl.jpg') no-repeat top;
	border: 1px solid #d5d8d8;
	position: relative;
}

.job_categories {
	margin: 0;
	padding: 10px 0;
	width: 227px;
	border: 1px solid #a5acb2;
}

.job_categories ul {
	margin: 0 0 0 25px;
	padding: 0;
	color: #4584b9;
	list-style: square;
	line-height: 18px;
}

.job_categories ul a {
	color: #8b8c8c;
	text-decoration: none;
}

.featured_jobs {
	margin: 12px 0;
	width: 227px;
	background: #fff url('../images/featured_jobs_ttl.jpg') no-repeat top;
	border: 1px solid #a5acb2;
	float: left;
	line-height: 18px;
}

.featured_jobs p {
	margin: 30px 20px 10px;
}

.featured_jobs a {
	color: #40aec8;
}

.our_links {
	width: 227px;
	height: 55px;
	background: #fff url('../images/our_links_ttl.jpg') no-repeat top;
	border: 1px solid #a5acb2;
	float: left;
}

/*** End Vacancies Templates ***/

#footer {
	margin: 0 0 0 4px;
	width: 977px;
	height: 70px;
	font-size: 10px;
	text-decoration: none;
	color: #40aec8;
	float: left;
	clear: both;
}

#footer .copyright {
	margin: 25px 0 0 0;
	padding: 0 0 0 35px;
	float: left;
}

#footer span.terms {
	margin: 25px 20px 0 145px;
	padding: 0 25px 0 0;
	border-right: 1px solid;
	float: left;
}

#footer span.policy {
	margin: 25px 0 0 0;
	padding: 0 0 0 5px;
	color: #397cb4;
	float: left;
}

#footer .terms a, #footer .policy a {
	color: #397cb4;
	text-decoration: underline;
}

#footer .credits {
	margin: 20px 0 0 0;
	padding: 0 35px 0 0;
	width: 70px;
	height: 20px;
	float: right;
}

#bottom {
	margin: 0 0 0 4px;
	width: 977px;
	height: 4px;
	background: transparent url('../images/bottom.jpg') repeat-x scroll 0 0;
	clear: both;
}

/*** ie6 ***/
*html #container {margin-bottom: -10px;}
*html #header {margin: 10px 0 0 12px;}
*html #navbar {margin-left: 12px;}
*html #column_left .text {height: 205px;}
*html #column_left .vacancies_listing {height: 95px;}
*html .tickercontainer {margin-left: 12px;}
*html form#mailing {margin-bottom: 10px;}
*html #sidebar .banners .line {margin-left: 7px;}
*html #sidebar .banners .line {margin-bottom: -10px;}
*html #footer {margin-left: 2px;}
