html, body, a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #999;
}

body {
/*	background-image: url(images/bg.gif); */
	background-color:#990000;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

/*  ----------  BASIC TEXT STYLING --------------- */

p, ul {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 11px;
	line-height: 14px;
	color:#000;
}

ol, li {
	font-size: 11px;
	font-weight: normal;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
}

table #content {
	background-color: #fff;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	text-align: left;
}

.footer, .footer p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #f00;
	text-decoration: underline;
}

.border {
	height: 4px;
	margin: 0;
	padding: 0;
}

.date {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

/* ev3 studios - edits and additions */

body {
	background-image: url(/images/bg_subtle.gif);
	color:#000;
}

#wrapper {
width:780px;
margin:15px auto;
border: 2px solid #000;
background: url(/images/content_bg.gif) top left repeat-y;
}

#head {
	width:780px;
	height:140px;
	margin:0;
	padding:0;
	background: url(/images/header_btlimo.gif) top left no-repeat;
	position: relative;
}

#head-cls {
	width:780px;
	height:140px;
	margin:0;
	padding:0;
	background: url(/images/header_cls.gif) top left no-repeat;
	position: relative;
}

#head-content {
	position:absolute; 
	top:0px; 
	right:0px; 
	padding:5px; 
	text-align:right; 
	font-size: 0.8em; 
	color: #fff;
	line-height:1.6em;
}

#head-content a {
	color: #fff;
	text-decoration:none;
}

#head-content a:hover {
	color: #fff;
	text-decoration:underline;
}

/*** Head and Menu Wrapper Styles *************************************************/
#menuWrapper {
	width: 100%;
	position:relative;
	top:105px;
}
#menuWrapper {
	border-top: 2px solid #993300;
	border-bottom: 2px solid #993300;
	background-color: #000;
}


/*** Menu Styles *************************************************/
#menu ul {
	margin: 0;
	padding: 0;
	float:right;
}
#menu li {
	float: left;
	position: relative;
	width: 9.5em;
	width: 117px;
	background-color: #000;
	text-align: center;
	list-style-type: none;
	padding: 0;
	font-weight:700;
	border-right:1px solid #666;
}
#menu li li {
	width: 9.5em;
	width: 115px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	font-weight:500;
}
#menu li.wide {
	width: 200px;
}
#menu li.wide li {
	width: 198px;
}
#menu li a {
	text-decoration: none;
	color: #ccc;
	display: block;
	padding: 0;
	line-height: 2.3em;
}
#menu li a:hover {
	color: #666666;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #eaf1ed;
}
#menu li li a {
	line-height: 1.1em;
	padding: .5em;
}
#menu .bottom {
	border-bottom: 1px solid #999;
}
#menu li li a:hover {
	background-color: #eaf1ed;
	border-right: none;
	border-left: none;
}
#menu li ul {
	display: none;
	position: absolute; 
	top: 2.3em;
	left: 0;
}
/* For Opera */
li > ul {
	top: auto;
	left: auto;
}
#menu li:hover ul, #menu li.over ul { 
	display: block; 
}

/*  ----------  MAIN PAGE STYLING (SPLASH) --------------- */
#main-left {
float:left; 
width:375px;
margin:0px 5px 0 5px;
padding:0px;
}

#main-right {
	float:right;
	width:375px;
	margin:0px 5px 0 5px;
	padding:0px;
	font-size: 20px;
}

#main-left img, #main-right img {
border:1px solid #000;
}

#main-left a:hover img, #main-right a:hover img{
opacity:.80;
filter:alpha(opacity=80);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}

#main-left p, #main-right p {
padding:0;
margin:0;
}

#main-bottom {
clear:both;
}

#content {
	clear: both;
}

/*  ----------  CONTENT DIVISION STYLING (FOR ALL PAGES EXCEPT MAIN SPLASH) --------------- */
/* smaller, left oriented content div */
#content-left {
width:166px;
float: left;
text-align:left;
padding: 8px 2px 0 2px;
color:#fff;
}

#content-left h1 {
border-bottom: 1px solid #993300;
color:#993300;
font-size:1.0em;
letter-spacing:-0.05em;
margin: 3px 0 3px 0;
}

#content-left p {
line-height:1.4em;
font-size:.65em;
color:#999;
padding:0;
margin:0;
}

#content-left img {
padding:1px;
border: 1px solid #993300;
margin: 2px;
}

/* main content div */
#content-right {
width:588px;
float: right;
text-align:left;
color:#000;
padding: 0px 5px 10px 5px;
}

#content-right h1 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #993300;
}

#content-right h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: #000 1px solid;
}

#content-right h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: 1px solid #999;
}

#content-right h4 {
/* for use on fleet titles only */
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 8px;
	border-top: 1px solid #999;
}


#content-right p {
font-size:0.7em;
line-height:1.4em;
}

#content-right img {
padding: 3px;
}

#content-right img.border {
border: 1px solid #000;
padding:20px;
margin: 3px;
}

/*  ----------  SUBNAV (within content) STYLING --------------- */

.style2 {
	color: #333;
	font-weight: bold;
}
.style5 {
	font-weight: bold;
	color: #333;
}
.style7 {
	font-weight: bold;
	color: #333;
}

.style8 {color: #333;
}

.style9, .breadcrumb, .breadcrumb p, #breadcrumb {
	font-weight: bold;
	color: #993300;
	font-size: 0.55em;
	margin:0;
	padding:0;
}

.breadcrumb a, #breadcrumb a {
	color: #333;
}

.breadcrumb a:hover, #breadcrumb a:hover {
	color: #993300;
}


/*  ----------  FOOTER STYLING --------------- */

#foot {
width:780px;
height:90px;
clear:both;
width:100%;
background-color:#000000;
background:url(/images/footer_bg.gif) top left no-repeat;
font-size:0.6em;
color:#CCC;
}

#foot-left {
float:left; 
width:300px;
margin:10px 5px 0 5px;
}

#foot-left table {
float:left;
width:275px;
text-align:left;
}

#foot-right {
float:left;
width:450px;
margin:20px 5px 0 5px;
text-align:right;
}

#foot p {
color: #ccc;
}

#subfoot {
width:780px;
margin:2px auto;
color:fff;
font-size:0.6em;
text-align:right;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

