

/* standard elements */

#marqueecontainer{
position: relative;
width: 500px; /*marquee width */
height: 100px; /*marquee height */
background-color: transparent;
overflow: hidden;
border: 3px solid #ffff33;
padding: 2px;
padding-left: 4px;
}

a {
	text-decoration: none;
}
body {
 	
	background:#fff url(img/bg-214940.jpg) repeat-y fixed 0 0;
	color: #fff;
	font: normal 63% "Lucida Sans Unicode",Verdana,sans-serif;
	
	
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}


h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #000;
}
/* misc */
.clearer {
	clear: both;
}


/* header */
.header03 {
	position:absolute;
	top:10px;
	left:25px;
	width:280px;
	height: 70px;
	color:#ffff33;
	text-align:center;
	font-size:150%;
	padding:12px;	
}
.header03 a:link, .header03 a:visited{color:#ff3;text-decoration:none;}
.header03 a:hover {color:#ffc; text-decoration:underline;}
.header {
	position:absolute;
	top:10px;
	left:300px;
   	height: 105px;
	margin-bottom: 14px;
	width:300px;
	text-align: center;
	padding-left:2%;
	padding-right:2%;
	}
	


/* left side (main content) */
.col1 {
	position:absolute;
	top: 150px;
	left:25px;
	width:580px;
	padding-left:1%;
	padding-right:1%;
}




.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
	text-align:center;
	color:#ffff33;
}

.content h2 {
 	font-size:1.6em;
	color:#ffff00;
	}
.content a,.footer a {
	color: #ffff33;
	text-decoration: underline;
}
.content a:hover,.footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ff0000;
}

.vehicle {float:left; padding-right:20px;border:none;}

ul.c9 {display:block;text-align:center;padding-right:4%;}

/* nav & subnavigation */
.col2 {
	position:absolute;
	width:150px;
	top:0px;
	left:610px;
	padding-left:1%;
	padding-right:2%;
	text-align: center;
}	

/* navigation */

.col2 .logo {
	background:#214940;
	width:125px;
	height:125px;
	text-align:center;
	padding-left:7%;
	
}

.col2 h1,h2, h3 h4{
	color: #003;
	margin: 12px 0;
}



.col2 a:link, .col2 a:visited {color:#000; text-decoration:none;}
.col2 a:hover {color:#ff0;text-decoration:underline;}

.col2 ul {
 text-align:center;
 padding-left:5px;
}
.col2 li {
	border-bottom: 1px solid #ffc;
	width:100px;
	line-height:2.1em;
	text-align:right;
	
}
.col2 li a:link, .col2 li a:visited {
    display:block;
    width:100px;
	color: #ccc;
	font: normal 1.4em serif;
	padding: 8px 0 5px 15px;
	line-height:2.1em;
	text-align:center;
	
}
.col2 li a:hover {
    background:url(img/hover.gif);background-repeat:  no-repeat;z-index:0;
	background-position:0px 10px;
	color: #ffff00;
	
}

#footer {
	position:relative;
	bottom:0px;
	width:800px;
	height:20px;
	background:transparent;
	text-align:left;
	color:#000000;
	}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}

