﻿body {
	background: url(images/background.jpg);
	font-family: arial;
	margin: 0;
	color: #ffffff;
	line-height: 1.6em/30px;
}

a {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #514437;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.container {
	width: 950px;
	margin: 0 auto;
	border: solid 1px #333333;
	background: #000000;
}

.page-top {
	width: 950px;
	height: 75px;
	padding: 25px 0 0 25px;
}

.logo {
	float: left;
	width: 567px;
	height: 50px;
	background: url(images/logo.jpg) no-repeat;
}

.search {
	float: right;
	width: 250px;
}

.header {
	width: 950px;
	height: 183px;
	background: url(images/header1.jpg);
}

.navigation {
	width: 950px;
	height: 40px;
	background: url(images/nav-background.jpg);
}




.content {
	float: left;
	width: 900px;
	margin: 10px 10px 0 25px;
}

.sidebar {
	width: 200px;
	float: right;
	border: solid 1px #333333;
	margin: 10px 10px 10px 0;
}

.news {
	background: url(images/news-header.jpg) no-repeat;
	width: 200px;
	float: right;
	padding-top: 35px;
}

.footer {
	width: 950px;
	height: 35px;
	clear: both;
	text-align: center;
	
}

.copyright {
	margin-left: 10px;
	padding: 5px 0 5px 0;
	width: 930px;
	font-size: 10px;
	color: #cccccc;
	border: solid 1px #333333;
	border-top: solid 3px #333333;
}


/* 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;
  position: relative;
}
.nCMSDDLHolder li a, .nCMSDDLHolder li a:link, .nCMSDDLHolder li a:active, .nCMSDDLHolder li a:visited {
  font-size: 14px;
font-weight: notmal;
  /*background: #565656;*/
  color: #ffffff;
  display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
  text-decoration: none;
}

.nCMSDDLHolder li a:hover {
  color: #000;	

}
#nCMSDDL li:hover a, 
#nCMSDDL li.nCMSHover a {
	color: #cccccc;
    background: url(images/nav-hover.jpg) no-repeat;
}
#nCMSDDL li:hover ul a, 
#nCMSDDL li.nCMSHover ul a {
  background: #191919;
  color: #ffffff;	
}
#nCMSDDL li:hover ul a:hover, 
#nCMSDDL li.nCMSHover ul a:hover {
color:#E7BA07;
}

.nCMSDDLHolder ul {
  list-style: none;
  margin: 0;
  width: 80px;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nCMSDDLHolder li:hover ul,
.nCMSDDLHolder li.nCMSHover ul {
  top: 39px;
}
.nCMSDDLHolder ul li {
  border: 0;
  float: none;
}
.nCMSDDLHolder ul a {
  border-bottom: 0;
  white-space: nowrap;
    padding-right: 0px;
  width: 100px;
}
.nCMSDDLHolder ul a:hover {
    color:#E7BA07;
}
