@charset "utf-8";
/* CSS Document */

#topBanner {
	height: 67px;
	width: 750px;
	clear: both;
}
#topLeft {
	float: left;
	height: 67px;
	width: 125px;
	background-color: #216F98;
}
#topMiddle {
	float: left;
	height: 67px;
	background-color: #2878A4;
	width: 27px;
}

#topContainer {
	background-color: #0080C2;
}
#leftColumn {
	float: left;
	height: 100%;
	width: 123px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0080C2;
	background-image: url(img/service-side.gif);
	background-repeat: no-repeat;
	background-color: #C7C7C7;
	display: block;
}


#about #topNav ul {
	float: right;
}
#services  #midBanner {
	background-image: url(img/spacer.gif);

}
#darkBit {
	background-color: #4F4F4F;
	height: 18px;
	width: 125px;
}

.backtotop {
	color: #80589A;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.backtotop:hover {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#services  h1 {
	font-weight: bold;
	color: #216F98;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#services h1 a {
	color: #216F98;
}
#services h1 a:hover {
	color: #999999;
}
