﻿body {
	background: #cdcdcd;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.container {
	width: 850px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: url(/assets/images/background.gif) repeat-y;
}

.header {
	height: 130px;
	width: 850px;
}

.logo {
	float: left;
	position: relative;
	top: 10px;
	left: 25px;
}

.topLinks {
	width: 410px;
	height: 50px;
	background: url(/assets/images/topLinksBackground.gif) no-repeat;
	position: relative;
	left: 440px;
}

.navigation {
	width: 816px;
	height: 30px;
	margin: 0 auto;
	background: url(/assets/images/navigationBackground.gif) no-repeat;
}

.content {
	padding: 20px;
	line-height: 1.3;

}

.content a {
	color: #606060;
}

.content p {
	margin-bottom: 12px;
}

.footer {
	width: 890px;
	height: 70px;
	background: url(/assets/images/footerBackground.gif) no-repeat;
	margin: 0 auto;
	clear: both;
}

.disclaimer {
	color: #ffffff;
	font-size: 10px;
	position: relative;
	top: 20px;
	line-height: 1.2;
	width: 400px;
	left: 35px;
}

a {
	color: #b8b8d5;
}

a:hover {
	color: #282865;
}

h4 {
	border-bottom: solid 1px #ff9900;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.topLinksButtons {
	position: relative;
	top: 9px;
	right: 15px;
}
#contactButton {
	right: 50px;
}

.sidebar {
	float: right;
	height: 100%;
	background: #ffffff;
	margin-left: 20px;
	padding-left: 20px;
clear: both;
}
.sidebar h2 {
	color: #ffffff;
	font-weight: normal;
}
.sidebarHeader {
	width: 171px;
	height: 18px;
	background: url(/assets/images/sidebarHeaderBackground.gif) no-repeat;
	padding: 3px 0 0 20px;
}
.sidebarFooter {
	width: 171px;
	height: 18px;
	background: url(/assets/images/sidebarFooterBackground.gif) no-repeat;
	padding: 3px 0 0 20px;
}
.news {
	width: 178px;
	padding: 10px 5px 10px 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	height: 100%;
}

.clear {
	clear: both;
}

/* ncms stuff */
.jobTitle {font-size: 17px;padding: 5px;font-weight:bold;font-size: 16px;color:#544b49;letter-spacing: -1px;}
.JobText {padding: 5px;}
.jobSection {padding: 5px;width: 50%;font-weight:bold;font-size: 11px;color:#c3c3c3;text-align:right;}
.jobStatus {padding: 5px;width: 50%;font-weight:bold;font-size: 11px;color:#c3c3c3;text-align:left;}
.jobSpacer {padding:5px;}
.jobSpacer hr {border: 1px solid #544b49}

/* nCMS Drop Down Menu*/
.nCMSDDLHolder, .nCMSDDLHolder ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nCMSDDLHolder {
  z-index: 100;
  position: relative;
}
.nCMSDDLHolder li {
  float: left;
  margin: 0;
  padding: 0;
	width: 116px;
height: 30px;
	text-align: center;
  position: relative;
}
.nCMSDDLHolder li a, .nCMSDDLHolder li a:link, .nCMSDDLHolder li a:active, .nCMSDDLHolder li a:visited {
  font: normal 1.22em/25px Arial, Helvetica, sans-serif;
  /*background: #565656;*/
  color: #ffffff;
  display: block;
  padding: 0 0px;
height: 30px;
  text-decoration: none;
}

.nCMSDDLHolder li a:hover {
  color: #000;	

}
#nCMSDDL li:hover a, 
#nCMSDDL li.nCMSHover a {
    color: #E7BA07;
}
#nCMSDDL li:hover ul a, 
#nCMSDDL li.nCMSHover ul a {
  background: #2a2a68;
  color: #ffffff;	
width: 116px;
}
#nCMSDDL li:hover ul a:hover, 
#nCMSDDL li.nCMSHover ul a:hover {
color:#dadada;
}

.nCMSDDLHolder ul {
  list-style: none;
  margin: 0;
  width: 120px;
height: 30px;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nCMSDDLHolder li:hover ul,
.nCMSDDLHolder li.nCMSHover ul {
  top: 28px;
}
.nCMSDDLHolder ul li {
  border: 0;
  float: none;
font-size: 10px;
}
.nCMSDDLHolder ul a {
  border-bottom: 0;
  white-space: nowrap;
    padding-right: 20px;
  width: 80px;
}
.nCMSDDLHolder ul a:hover {
    color:#E7BA07;
}

