﻿body {
	background: #333333;
	margin: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
* {outline: none;}
h1, h2 {color: #fdbc00; font-size: 14px;}

.container {
	width: 850px;
	margin: 0 auto;
	background: #ffffff;
}

.logo {
	width: 325px;
	height: 115px;
	background: url(images/logo.jpg);
	float: left;
}

.top-right {
	width: 525px;
	height: 65px;
	background: url(images/top-right.jpg);
	float: right;
}

.navigation {
	width: 525px;
	height: 50px;
	background: url(images/nav-background.jpg);
	float: right;
}

.header {
	width: 850px;
	height: 200px;
	background: url(images/header2.jpg);
	clear: both;
}

.quote {
	width: 300px;
	height: 50px;
	background: url(images/quote-background.jpg);
	float: left;
	padding-left: 25px;
}

.calculator-header {
	width: 275px;
	height: 40px;
	background: url(images/price-indicator.jpg);
}
 
.content-top {
	width: 525px;
	height: 50px;
	background: url(images/content-top2.jpg) no-repeat;
	float: right;
}

.content {
	width: 800px;
	clear: both;
	padding: 0px 25px 0 25px;
}

.sidebar {
	width: 275px;
	float: left;
	background: #ffffff;
	padding: 15px 50px 30px 0;
}

.sidebar ul {
	margin: 0;
	list-style: none;
	display: block;
	padding: 0;
}

.news-header {
	width: 275px;
	height: 40px;
	margin: 0 auto;
	background: url(images/news.jpg) no-repeat;	
}

.sidebox-top {
	width: 255px;
	height: 10px;
	margin: 0 auto;
	background: url(images/sidebar-top.jpg) no-repeat;
}

.news {
	width: 253px;
	margin: 0 auto;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
}

.news li {
	list-style: none;
	margin-left: 10px;
	padding: 5px;
	display: block;
}

.news a {
	color: #333333;
	text-decoration: none;
}

.news a:hover {
	color: #cccccc;
}

.calculator {
	font-size: 12px;
	padding: 0 5px 0 5px;
	width: 243px;
	margin: 0 auto;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
}

.calculator p {
	text-align: center;
	padding: 0 10px 0 10px;
}

.contact-header {
	height: 40px;
	width: 275px;
	margin: 0 auto;
	background: url(images/contact-us.jpg) no-repeat;	
}	

.contact {
	width: 255px;
	margin: 0 auto;
	text-align: center;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
}

.sidebox-bottom {
	width: 255px;
	height: 10px;
	margin: 0 auto;
	background: url(images/sidebar-bottom.jpg) no-repeat;
}

.side-spacer {
	height: 15px;
}

.footer {
	width: 850px;
	height: 50px;
	background: url(images/page-bottom.jpg) no-repeat;
	background-position: bottom right;
	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-size: 14px;
font-weight: notmal;
  /*background: #565656;*/
  color: #ffffff;
  display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-right: 25px;
	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;
}

