/* CSS Document */

body {
background-color: #0099FF;
text-align: left;
font: Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
color: black;
}

table {
	width: 100%;
	height: 100%;
	
}

td {
	vertical-align: middle;
	text-align: center;

}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
letter-spacing: 3px;
}

a {
	color:#009900;
	text-decoration: none;
	font-weight: bold;
	
}
a:link a:active {
	color:#009900; 
	text-decoration: none;

}
a:visited {
	color: #0099FF;
	text-decoration: none;
	
}
a:hover {
	color: #0099FF;
	text-decoration: underline;

}

/*main container*/


#bigwhitebox {
width : 780px;
background-image: url(header.jpg);
background-color: white;
background-position: top center;
background-repeat:no-repeat;
position:relative;
margin: 0 auto;
text-align:left;
padding:0;
} 

#logolink
         {
 display: block;
 height: 120px;
 width: 700px;
 background-image: url(blank.gif);
 position:absolute;
 top:50px;
         }
   


#pagebottom {
width: 780px;
height:170px;
background-image: url(footer.jpg);
background-color:white;
background-position: bottom center;
background-repeat:no-repeat;
text-align: center;
font-size: .8em;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

#copyright {
position:relative;
top: 140px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing:4px;
}

/*first style*/
#center {
background-image: url(truck.jpg);
background-position: bottom right;
background-repeat: no-repeat;
color:black;
padding-left:10px;
padding-top:200px;
padding-left:30px;
padding-right:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #0099FF;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	z-index:2;

}

#nav a {
	display: block;
	width: 8em;
	w\idth: 8em;
	color: black;
	text-decoration: none;
	padding: 0.25em 0.25em;
	font-weight:bold;
}
#nav a.top {
	background: url(arrow.gif) center right no-repeat;
}
#nav a.side {
	background: url(arrowright.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 9em;
	font-weight:bold;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	w\idth: 9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
		font-weight:bold;
}

#nav li li {
	padding-right: 1em;
	width: 8em
}

#nav li ul a {
	width: 10em;
	w\idth: 8em;
}

#nav li ul ul {
	margin: -1.75em 0 0 9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #0099FF;
	}
	
	
#leftcontent {
position:relative;
/*position:fixed;*/

top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
width: 410px;
text-align:left;
}

/*Right bar*/
#rightcontentnohover {
position:absolute;
top:250px;
right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
width: 250px;
text-align: center;
}





#rightcontent {
position:absolute;
top:250px;
right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
width: 250px;
text-align: center;
}


#rightcontent ul {

	width: 10em;
	list-style: none;
	line-height: 1;
	background: transparent;
	font-size: 1.1em;
	padding-right:0px;
	text-align: center;
}

#rightcontent li a {
	display: block;
	width: 10em;
	w\idth: 10em;
	color: black;
	text-decoration: none;
	padding: 0.25em .25em;
	font-size:1.1em;
	text-align:right;
}

#rightcontent li a:hover {
	background-color:#009900;
	color:white;
	}
	
	#rightcontent li:hover {
	background-color:#009900;
	color:white;
	}