@charset "UTF-8";
body {
	font: 100% "Times New Roman", Times, serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.main #outercontainer {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 50px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #containerL, .main #containerR, .main #containerHome, .main #containerHomeNew {
	position: relative;
	width: 936px;
	background-repeat: no-repeat;
	min-height: 535px;
}
.main #containerL {
	background-image: url('../images/L_gradient.jpg');
}
.main #containerR {
	background-image: url('../images/R_gradient.jpg');
	background-position: right;
}
.main #containerHome {
	background-image: url('../images/home.jpg');
}
.main #containerHomeNew {
	background-image: url('../images/home_rev.jpg');
}
.main #innercontainerR {
	position: absolute;
	top: 0px;
	left: 288px;
}

/********************
 ***** HOME NAV *****
 ********************/

.main #homeNav1, .main #homeNav2 {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 427px;
	height: 44px;
}

.main #homeNav1 {
	top: 276px;
    left: 485px;
}

.main #homeNav2 {
	top: 327px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    left: 560px;
}

.homeNav a {
    border-right: 1px solid #805C20;
    border-left: 1px solid #805C20;
    float: left;
    width: 30%;
    height: 44px;
    display: inline-block;
}
.homeNav a:first-child {
    border-left: none;
}
.homeNav a:last-child {
    border-right: none;
}

#company {
    background: url("../images/homeNav_company.png") no-repeat;
}

#faq {
    background: url("../images/homeNav_faq.png") no-repeat;
    width: 28%;
}

#bonds {
    background: url("../images/homeNav_bonds.png") no-repeat;
}

#payment {
    background: url("../images/homeNav_payment.png") no-repeat;
    width: 27%;
}

#contact {
    background: url("../images/homeNav_contact.png") no-repeat;
}

#company:hover, #faq:hover, #bonds:hover, #payment:hover, #wanted:hover, #contact:hover { 
    background-position: 0 -44px;
}

#company span, #faq span, #bonds span, #payment span, #wanted span, #contact span {
  position: absolute;
  top: -999em;
}

#homePhone {
    color: #FDFDFD;
    position: relative;
    top: 396px;
    left: 555px;
}

/******************
 ***** HEADER *****
 ******************/

.main #header { 
	position: relative;
	height: 67px;
	width: 648px;
}

/***************
 ***** NAV *****
 ***************/

/*.main #nav {
	postion: relative;
	padding: 0 0 1px 24px;
	margin: 5px 0 5px 0;
	vertical-align: top;
	height: 10px;
	overflow:hidden;
}
.main #nav p {
	color: orange;
	font-size: 12px;
	vertical-align:top;
}
.main #nav a {
	font-size: 12px;
	text-decoration: none;	
}
.main #nav a:link, .main #nav a:visited {
	text-decoration: none;
	border: none;
}
.main #nav a:hover {
	text-decoration: none;
	margin-top:-10px;
	padding-top:-10px;
}

.main #nav img:hover {
	text-decoration:none;
	padding-top:-10px;
	margin-top:-10px;
}

.main #nav a:active {	
	text-decoration: none;
}*/


/*******************
 ***** CONTENT *****
 *******************/

.main div#content {
	position: relative;
	width: 577px;
	height: 428px;
	padding: 0 35px 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: visible;
}
.main #content h1 {
	color: #fed773;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: -5px;
	font-weight: bold;
}
.main #content h2 {
	color: #fed773;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: -10px;
	margin-top: 20px;
}
.main #content h3 {
	color: #fed773;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: -10px;
}
.main #content p, ul, li, a {
	color: #FFFFFF;
	font-size: 13px;
}
.main #content p {
	margin-bottom: -5px;
}
.main #content li {
	list-style: disc;
	color: orange;
}
.textfix {
	color: white;
}
.main #content a:link, .main #content a:visited {
	text-decoration: underline;
	color: #f9961e;
	font-weight: normal;
}
.main #content a:hover {
	color: #666666;	
}
.main #content table {
	width: 100%;
	margin-top: -15px;
	margin-bottom: 0px;
}
.main #content table p {
	font-size: 12px;
}

/******************
 ***** IMAGES *****
 ******************/

.main #ImageR {
	position: absolute;
	top: 0px;
	left: 648px;
	width: 288px;
	height: 535px;
}
.main #ImageL {
	position: relative;
}
div.Posting
{
	margin-bottom: 35px;
	height: 10em;
	position: relative;
	padding: 0;
	border-bottom: 2px solid #717262;
	padding-bottom: 35px;
}
div.Posting h1
{
	margin-left: 14em;
}
div.Posting p
{
	margin-left: 15em;
}
div.Posting img
{
	max-height: 10em;
	position: absolute;
	left: 0;
	top: 0;
}
div#WantedList
{
	width: 100%;
	height: 395px;
	padding: 1em;
	overflow: visible;
}

