



/* Global Styles */

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}

a img {
	border: 0px;	
}

/* Layout */

body {
	background: #141b3a;
	color: #333333;
	font-size: 11px;
	font-family: "Lucida Sans", serif;
	text-align: left;
}

/* This class sets the width and position for all rows */


a {
	color:#0000cc;
	text-decoration: none;
}

a:hover {
	color:#000099;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	color: #253471;
	letter-spacing: -2px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

p {
	line-height: 21px;
	font-size: 12px;
}

ul li{
	list-style-type: square;
	margin: 0.5em 0 0.5em 2em;
	font-size: 12px;
	line-height: 18px;
}

blockquote {
	color: #CCC;
}

/* Header */

#header {
	width: 100%;
	height: 101px;
	background: url(/_img/background-header.gif) repeat-x;
	color: #ffffff;
}

#headerContainer {
	width: 950px;
	position: relative;
	text-align: left;
}

#headerContainer .logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerContainer .search {
	position: absolute;
	top: 0px;
	right: 1px;
	height: 50px;
	background: url(/_img/background-search.jpg);
	padding: 35px 0px 7px 0px;
	width: 307px;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}

.searchGroup {
	padding-left: 10px;
}

#headerContainer .searchForm {
	font-size: 14px;
	width: 198px;
}

#headerContainer .navigation {
	position: absolute;
	top: 70px;
	right: 0px;
	width: 100%;
	border-left: 1px solid #333c35;
}

#headerContainer .navigation UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#headerContainer .navigation LI {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 14px 0px 14px;
	line-height: 30px;
	border-left: 1px solid #77897b;
	border-right: 1px solid #333c35;
	font-size: 12px;
}


#headerContainer .navigation LI A {
	color: #ffffff;
	text-decoration: none;
}


#header .navigation LI:hover {
	background: #395742;
	background: url(/_img/background-header_hover.gif) repeat-x;
}

#header .navigation .last {
	padding-right: 0px; 
	border-right: 0px;
}

#header .navigation .last:hover {
	background: none;
}


/* Section */

#section {
	width: 100%;
	background: #ffffff url(/_img/background-section.jpg) center top repeat-x;
	align: center;
}

#sectionContainer {
	width: 950px;
	text-align: left;
}

#sectionContainer H1 {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 3px;
	color: #ffffff;
	text-transform: uppercase;
}

/* Body */

#body {
	width: 100%;
	align: center;
	padding-top: 15px;
	border-bottom: 1px solid #406a48;
	background: #ffffff url(/_img/background-main.jpg) center top no-repeat;

}

#bodyContainer {
	width: 950px;
	text-align: left;
}

#bodyContainer H1 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -2px;
}

#bodyContainer H2 {
	line-height: 24px;
	font-size: 15px;
	color: #666666;
	letter-spacing: -1px;
}

#bodyContainer .contentPage {
	width: 950px;
	text-align: left;
}

#bodyContainer .contentInfo {
	width: 125px;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	font-size: 11px;
}

#bodyContainer .contentInfo P {
	font-size: 11px;
}

#bodyContainer .contentLeft {
	width: 485px;
	float: left;
	padding-top: 10px;
}

#bodyContainer .contentLeftWide {
	width: 620px;
	float: left;
}

#bodyContainer .contentSidebar {
	width: 307px;
	float: right;
	margin-left: 15px;
	text-align: left;
	padding-top: 10px;
}

.sidebarGroup {
	padding: 0px 15px 5px 15px;
	background: #d3dcde;
}

#bodyContainer .contentSidebar H1 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px;
}

.sidebarGroup H2 {
	padding: 10px 0px 0px 0px;
}

/* Home Page */

#home {
	width: 100%;
	background: #ffffff url(/_img/home-poster_long.jpg) center top no-repeat;
	align: center;
}

#homeContainer {
	width: 950px;
	text-align: left;
}

.homePoster {
	text-align: left;
	position: relative;
	width: 950px;
	height: 250px;
}

.homeTagline {
	position: absolute;
	bottom: 15px;
	left: 160px;
	width: 470px;
}

.homeTagline H1 {
	margin: 0px;
	padding: 0px;
	color: #253471;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -2px;
}

.homeTagline H2 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	padding-top: 5px;
	border: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}


.homeRecentJobs {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 265px;
	color: #ffffff;
}

.homeRecentJobs H2 {
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 15px;
}

.homeRecentJobs UL, .homeRecentJobs P {
	margin: 10px 0px 0px 0px;
}

.homeRecentJobs LI, .homeRecentJobs P {
	line-height: 15px;
}


.homeRecentJobs A {
	color: #ffffff;
	text-decoration: underline;
}

.homeRecentJobs A:hover {
	color: #e6b588;
	text-decoration: underline;
}

.homePanels {	
	text-align: left;
	padding-top: 15px;
	position: relative;
	height: 250px;
}

.homePanelLeft, .homePanelCenter, .homePanelRight {
	width: 306px;
	position: absolute;
}

.homePanelRight {
	padding-right: 0px;
}

.homePanelLeft H2, .homePanelCenter H2, .homePanelRight H2 {
	color: #666666;
	padding: 7px 0px 7px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px dotted #18381e;
	text-transform: uppercase;
}

.homePanelContent {
	margin-top: 10px;
	width: 150px;
	height: 220px;
}

.homePanels H2 {
	font-size: 18px;
	line-height: 16px;
	text-transform: none;
	background: none;
	letter-spacing: -1px;
	color: #253471;
	font-weight: bold;
}

.homePanelContent H3 {
	font-size: 13px;
	line-height: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #253471;
	letter-spacing: -1px;
	font-weight: bold;
}

.homePanelContent P {
	font-size: 11px;
	line-height: 15px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.homePanelLeft {
	background: url(/_img/home-employers.jpg) top no-repeat;
	background-position: 155px 40px;
	top: 0px;
	left: 0px;
}


.homePanelCenter {
	background: url(/_img/home-job_seekers.jpg) top no-repeat;
	background-position: 155px 40px;
	top: 0px;
	left: 321px;
}

.homePanelRight {
	background: url(/_img/home-about_us.jpg) top no-repeat;
	background-position: 155px 40px;
	top: 0px;
	left: 642px;
}

/* Footer */

#footer {
	width: 950px;
	color: #ffffff;
	padding-top: 10px;
}

#footer .navigation UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#footer .navigation LI {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	line-height: 15px;
	border-left: 1px solid #666666;
}

#footer .navigation LI A {
	color: #ffffff;
	text-decoration: none;
}

#footer .navigation LI A:hover {
	color: #dddddd;
	text-decoration: underline;
}

/* Icons */

.rssIcon {
	background: url(/_img/icon-rss.gif) no-repeat 0px 5px;
	padding-left: 25px;
	line-height: 30px;
	display: block;
}
