a:hover {
background-color: #008;
color: #fff;
}


.impact {
font-weight: bold;
}

.indent {
text-indent: 20px
}

.link {
text-decoration: none;
}

h5 {
color: #000084;
font-weight: bold;
font-family: arial;
}


body {
background-color: #f9f9f9;

/*background-image: url('images/GreyGradient.jpg');*/
/*background-image: url('images/abstract_background_no_fill.gif');*/
background-attachment: fixed;
/* images/waves.gif, */
/* images/1280x1024.jpg */
/*background-image: url('images/waves.gif');*/
/*background-repeat: no-repeat;*/
/*background-attackment: inherit;*/
}






ul {
list-style-image: url(images/dot.gif);
}

#container {

}

#leftfloat {
float: left;
margin: 10px;
}

#rightfloat {
float: right;
margin-right: 7%;
}

/*
#logos {
position: absolute;
bottom: 0px;
}
*/

#footer {
	clear: both;
	color: #808080;
	background: #f9f9f9;
	font-size: 0.8em;
	text-align: right;
	padding: 9px 10px 9px 0;
	margin: 10px 5px 10px 5px;
	border: 1px solid #ccc;
	position: relative;
	bottom: 0px;
	right: 0px;
	
}

#leftbar {
/*changed next value from relative?*/
 position: absolute;
 top: 120px;
 left: 28px;
/*top:100px;
left:0px;*/

}

#busfront {
	background: url(images/busfront80feather10.jpg) no-repeat;
	width: 195px;
	height: 141px;
	position: relative;
	top: -200px;
	left: 150px;
}

#bg { 
	width: 100%;
	margin: 0 auto;
	padding: 6px 10px 0px 10px;
	position: relative;
}

h4 {
color: #800;
font-weight: bold;
font-family: verdana;
}

h3 {
color: #008;
font-weight: bold;
font-family: verdana;
}

h2 {
color: #008;
font-weight: bold;
font-family: verdana;
}

p {
color: #000;
font-weight: normal;
font-family: arial;
}


.maintext {
 text-align:left;
 top: 100px;
left: 140px;
 width: 60%;
position:absolute;
background-color: white;
/* chris added next line */
 padding: 30px;
/* chris added next line */
padding-top: 0px;
/* chris added next line */
text-decoration: none;
border-style: outset;
}

#logodiv {
left:20px;
top:20px;
position:relative;
}




/* next chris background gradient*/



<style type="text/css">
.grad img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.box {
  border: solid orange 2px;
  float: left;
  margin: 1px;
  position: relative;
  width: 165px;
  padding: 5px;
}
.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='grad_white.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
* html .box {
	position:static;
}
.blue { 
  background-color: #2382a1; 
}
.green { 
  background-color: #4be22d; 
}
.pink { 
  background-color: #ff009d;
}

</style>

<!--[if IE 7]>
<style type="text/css">
.box {
  border: solid red 2px;
  height:2.5em;
}
</style>
<![endif]-->


