/* Basic */
body { 
	font: small Arial, Helvetica, sans-serif; 
	color: #000000; 
	background: #00004A;
	margin: 0px;
}

p { 
	font: small Arial, Helvetica, sans-serif; 
	text-align: left;
}

h1, h2, h3, h4 {
color: #FF0000;
}

img {
border: 0px;
}

/* Specific Divs */

#container {
	display: block;
	position: relative;
	width: 600px;
	margin: 0px auto;
	background: #FFFFFF no-repeat left bottom;
	padding-bottom: 10px;
}
#intro { 
	background: #FFFFFF url(../images/bgimage2.jpg) no-repeat 0 0;
	height: 367px;
}
#intro2 {
	background: #FFFFFF url(../images/services_image.jpg) no-repeat 0 0;
	height: 367px;
	}
#pallet {
background: #FFFFFF url(../images/pallet_image.jpg) no-repeat 0 0;
height: 365px;
}
#vehicles {
	background: #FFFFFF url(../images/vehicles_image.jpg) no-repeat 0 0;
	height: 367px;
	}
#about {
	background: #FFFFFF url(../images/aboutus_image.jpg) no-repeat 0 0;
	height: 367px;
	}
#contact {
	background: #FFFFFF url(../images/contact_us.jpg) no-repeat 0 0;
	height: 367px;
	}
#links {
background: #FFFFFF url(../images/links_image.jpg) no-repeat 0 0;
	height: 367px;
	}
#quickSummary a:link, #quickSummary a:visited {
	color: #B9E0FF;
	font-weight: bold;
	text-decoration: underline;
}
	
#quickSummary a:hover, #quickSummary a:active {
	color: #00004A;
	font-weight: bold;
	text-decoration: underline;
}

#quickSummary p.p1 {
	display: none;
}

#quickSummary p.p2 {
	font-size: 8pt;
	text-align: right;
	margin: 5px;
}

#preamble, .supportingText  {	
	width: 410px;
	text-align: left;
}

/* Header Images */

#preamble { 
	padding:60px 0px 5px 10px;		
}

.explanation {
	padding: 10px 10px 0px;
}

#participation { 
	background:url(participation.jpg) no-repeat left top;
	padding:44px 10px 0px;
}

#benefits { 
	background:url(benefits.jpg) no-repeat left top;
	padding:44px 10px 0px;
}

#requirements { 
	background:url(requirements.jpg) no-repeat left top;
	padding:44px 10px 10px 10px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}

#footer a:link, #footer a:visited { 
	margin-right: 15px;
	color: #C17535;
}

#footer a:hover { 
	margin-right: 15px;
	color: #00004A;
}

/* Navigation Images */

#linkList h3.select {
	background: url(select.gif) no-repeat left top; 
	height: 177px;
}

#linkList h3.archives {
	background: url(archives.gif) no-repeat left top;
}

#linkList h3.resources {
	background: url(resources.gif) no-repeat left top;
}

#linkList h3.favorites {
	background: url(favorites.gif) no-repeat left top;
}	

/* Spacer */

#lresources {
	padding-bottom: 176px;
}

/* Navigation Lists */

#linkList ul {
	margin: 0px 0px 0px 28px;
	padding: 0px;
	width: 135px;
}

#linkList li {
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2C598;
}

#linkList li a { 
	display: block;
	color: #FF0000;
}

#lselect li a:link, #lselect li a:visited, #lfavorites li a:link, #lfavorites li a:visited {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

#larchives li a:link, #larchives a:visited, #lresources li a:link, #lresources li a:visited {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#linkList li a:hover, #linkList li a:active { 
	color: #00004A;
}

#linkList li a.c:link, #linkList li a.c:visited {
	color: #C17535;
	font-weight: bold;
	display: inline;
	text-transform: none;
}

#linkList li a.c:hover, #linkList li a.c:active {
	color: #000000;
}

#linkList li:hover {
	color: #FFFFFF;
}

#linkList li:hover a.c:link, #linkList li:hover a.c:visited {
	color: #FFFFFF;
}

#linkList li:hover a:link, #linkList li:hover a:visited {
	color: #000000;
}
#rightdiv {
	float: right;
	margin-right: 10px;
	background-repeat:no-repeat;
	top: 545px;
	left: 440px;
	width: 150px;
	height: 230px;
}
.floatright {
float: right;
width: 220px;
padding-left: 5px; 
padding-right: 5px;
padding-top: 20px;
}
.floatimages {
float: right;
margin-right: 10px;
}
.imagedisplay {
margin-left: 40px;
}
.imagedisplay2 {
margin-left: 150px;
}
.imagedisplay3 {
margin-left: 20px;
}
.noborder {
border: 0px;}

.left {
float: left;
width: 110px;
}
.left2 {
float: left;
width: 50px;
padding: 30px;
}
.left3 {
float: left;
width: 100px;
height: 17px;
padding: 20px;
}
/* Staff Images */
.staffimage1 {
margin-left: 40px;
margin-bottom: 40px;
width: 420px;
height: 150px;
}
.staffimage2 {
float:right;
padding-left: 300px;
width: 200px;
height: 150px;
}

a {
	color:#999999;
	text-decoration:none;
}
a:link {
	color:#333366;
	text-decoration:none;
}
a:visited {
	color:#333366;
	text-decoration:none;
	}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a:active {
	color:#FF0000;
	text-decoration:none;
}
/* Footer Navigation */
.footer {
text-align:center;
font-size: 8pt;
}
.textonly {
margin-right: 60px;
font-color: white;
}
a.textonly:link {
color:white;
text-decoration:none;
}
a.textonly:visited {
color:white;
text-decoration:none;
}
a.textonly:hover {
color:#FF0000;
text-decoration:none;
}
a.textonly:active {
color:#FF0000;
text-decoration:none;
}