﻿body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
}
h1 {color: #844532; font-size: 15px;}
h2 {color: #844532; font-size: 12px;font-weight: normal;}

.page-top {
	background-image: url(images/page-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 852px;
	height: 25px;
	float: left;
}
.left-panel {
	float: left;
	width: 251px;
}
.right-panel {
	float: left;
	width: 601px;
	clear: right;
}
.container {
	width: 852px;
	margin: 0 auto;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 500px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 599px;
	height: 250px;
}
.logo {
	background-image: url(images/logo.jpg);
	height: 65px;
	width: 200px;
	margin: 0 auto;
}
.navigation-top {
	background-image: url(images/navigation-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 200px;
}
.navigation {
	margin: 25px auto;
	width: 200px;
}
.navigation-bg {
	background-image: url(images/navigation-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100px;
}
.navigation-bottom {
	background-image: url(images/navigation-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 200px;
}
.sidebar {
	text-align: center;
}
.content {
	padding-right: 25px;
	padding-top: 25px;
	min-height: 500px;
	color: #333333;
}
.content img {border: 0;}
.content a {color: #f19601;text-decoration: none;}
.content a:hover {color: #cccccc;}
.footer {
	height: 60px;
	width: 852px;
	background-image: url(images/page-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	text-align: center;
}
.copyright {width: 800px; border-top: solid 1px #cccccc; margin-top: 30px;padding: 5px;color: #cccccc;}
.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;
  position: relative;
}
.nCMSDDLHolder li a, .nCMSDDLHolder li a:link, .nCMSDDLHolder li a:active, .nCMSDDLHolder li a:visited {
  font: normal 14px Arial, Helvetica, sans-serif;
  /*background: #565656;*/
  color: #333333;
  display: block;
  padding: 0 9px;
  text-decoration: none;
  width: 165px;
	padding: 5px 0px 5px 10px;
	margin-left: 10px;
}

.nCMSDDLHolder li a:hover {
  color: #000;	

}
#nCMSDDL li:hover a, 
#nCMSDDL li.nCMSHover a {
    color: #ffffff;
	background: url(images/navigation-hover.jpg) no-repeat;
}
#nCMSDDL li:hover ul a, 
#nCMSDDL li.nCMSHover ul a {
  background: #ffffff;
  color: #565656;	
}
#nCMSDDL li:hover ul a:hover, 
#nCMSDDL li.nCMSHover ul a:hover {
color:#ffffff;
background: #f19601;
}

.nCMSDDLHolder ul {
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nCMSDDLHolder li:hover ul,
.nCMSDDLHolder li.nCMSHover ul {
  top: 0px;
	left: 180px;
background: url(images/navigation-hover.jpg) no-repeat;
}
.nCMSDDLHolder ul li {
  border: 0;
  float: none;
}
.nCMSDDLHolder ul a {
  border-bottom: 0;
  white-space: nowrap;
    padding-right: 20px;
  width: 80px;
}
.nCMSDDLHolder ul a:hover {
    color:#ffffff;
	
}
