@charset "utf-8";
/* CSS Document */

body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(graphics/bk02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.5em;
	background-color: #B4B4B4;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}

.photocaption {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	line-height: 12px;
}

.photoborder {
	border:1px solid #999999;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.isolatedphotoborder {
	border:1px solid #999999;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #666666;
}

#topbar {
	color: #FFFFFF;
	background-color: #333333;
	text-align: right;
	height: 25px;
	padding-right: 10px;
	font-size: 10px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(graphics/buttonBK01.gif);
}

#topbar a:link, #topbar a:visited {
	color:#FFFFFF;
	text-decoration: none;
	text-align: right;
}

#header {
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.headerNavbar {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
	background-image: url(graphics/buttonBK01.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navbarMenu {
	text-decoration: none;
	color: white;
	font-size: 100%;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 35px;
}

.navbarMenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}


#content {
	background-color: #96B8DE;
}

#left {
	float: left;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#navcontainer {
	width: 225px;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	width: 210px;
	background-color: #000000;
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #0760AA;
	color: #fff;
}

	


#singlecolumn {
	background-color: #FFFFFF;
	margin-left: 225px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#footer {
	background-color: #1B6EB3;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	clear:both;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Header Slideshow */
#slideshow {
	position:relative;
	height:225px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 225px;
	background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 225px;
	display: block;
	margin-bottom: 10px;
}

.numbers {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #FFFFFF;
	background-image: url(graphics/odometer.gif);
	background-repeat: no-repeat;
	letter-spacing: 4px;
	font-weight: bold;
	background-position: left top;
	background-color: #000000;
	line-height: 26px;
	padding-left: 3px;
}

#cars, #tankers, #carbon, #acres, #rrcars {
	color:#FF0000;
	font-weight:bold;
}