﻿body 
{
	margin:0px;
	font: 8pt verdana;
	text-align: justify;
	background-color: #9F8586;
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-x;
	
}
a
{
	color:#A11B1D;
	font-weight: bold;
}



#header
{
	position: absolute;
	top: 60px;
	left: 220px;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	margin:0px;
	width: 641px;
	height:40px;
	
}

#bottom-level-container
{
	position: absolute;
	left: 20px;
	top: 102px;
	width: 820px;
	background-color: #A3A2A2;
	border: solid 2px #A11B1D;
	padding: 30px 15px 20px 20px;
	z-index: 100;
	min-height: 490px;
}

#body-banner
{
	position: relative;
	width: 643px;
	height: 158px;
	float: right;
	background-image: url(images/body-banner.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

#body-text-area
{
	background-image: url(images/body-text-bg.jpg);
	background-repeat: repeat-y;
	width: 593px;
	float:right;
	border: 0px;
	padding: 0px 25px 20px 25px;
	min-height: 300px;
}

.content-bg
{
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:Transparent;
	min-height: 400px;
}

#body-footer
{
	background-image: url(images/body-footer-bg.jpg);
	background-repeat: no-repeat;
	width: 643px;
	height: 32px;
	float:right;
	border: 0px;
}

#nav-container
{
	position:absolute;
	top: 0px;
	left: 37px;
	width: 167px;
	height: 700px;
	background-color: Transparent;
	z-index: 200;
}

#nav-top
{
	background-image: url(images/nav-top-bg.png);
	background-repeat: no-repeat;
	height: 430px;
	width: 167px;
	margin-top: 70px;
	text-align: right;
}

.navigation
{
	margin: 100px 25px 0px 0px;
	color: #A11B1D;
	text-align: right;
}

.nav-item-border
{
	border-bottom: solid 1px #9F9E9E;
	line-height: 15px;
}

#nav-bottom
{
	background-image: url(images/nav-bottom-bg.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 149px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color:#9F9E9E;
	vertical-align: middle;
	padding: 26px 0px 0px 8px;
}

#logo
{
	position:absolute;
	top: 1px;
	left: 50px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 140px;
	z-index: 300;
}


#footer {
	text-align:right;
	color:#000000;
	font: 7pt Georgia bold italic;
	float:right;
	width: 633px;
	height: 10px;
	padding-right: 10px;
	
}

#title
{
	margin-left: 100px;
	padding-top:20px;
	font-weight: bold;
	font-size: 2.5em;
	color: #FFFFFF;
	font-family: Arial,Helvetica;
	display:none;
}
#title a
{
	color: #FFFFFF;
	text-decoration:none;
	display:none;
}
#subtitle
{
	margin-top: 0px;
	margin-left: 100px;
	color: #c5c5c5;
	font-size: 1.3em;
	font-family: Arial,Helvetica;
	display:none;

}
#loginbox
{
	padding:40px;
}
#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}
#leftbox
{
	float:left;
	margin:15px;
	display:none;
}
th
{
    vertical-align:top;
    
}
td
{
    vertical-align:top;
}
h1
{
	color: #A11B1D;
	font-size: 14pt;
	font-family: Georgia;
	margin-bottom: 0px;
	/*border-bottom: solid 1px gainsboro;*/
	padding: 0px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 1.25em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h3 {
	color: #996600;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}


img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
.codeblock 
{
	color: #73880A; 
	font: 100% "Courier New", Courier, monospace; 
	padding:20px;
	margin:20px;
	border-left:1px solid #666666; 
}
form { margin: 0px; padding: 0px; }
input, select 
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    
    }
textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
}



.pagesummary
{
	font-size: 0.9em;
	color: #000000;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:15px;
}

.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.headlinks
{
	color:White;
	font-weight:bold;
	font-size:small;
}

#engine153
{
	background-image: url(images/153-side.jpg);
	background-repeat: no-repeat;
	width: 575px;
	height: 168px;
}

#engine153-pass
{
	background-image: url(images/153-pass-side.jpg);
	background-repeat: no-repeat;
	width: 575px;
	height: 164px;
}

#engine155-driver
{
	background-image: url(images/155_driver_side.jpg);
	background-repeat: no-repeat;
	width: 575px;
}

#engine155-passenger
{
	background-image: url(images/155_pass_side.jpg);
	background-repeat: no-repeat;
	width: 575px;
}
#engine151-driver
{
	background-image: url(images/151_driver_side.jpg);
	background-repeat: no-repeat;
	width: 575px;
}

#engine151-passenger
{
	background-image: url(images/151_pass_side.jpg);
	background-repeat: no-repeat;
	width: 575px;
}