header { 
	margin: 0;
	padding: 0;
}

.brand {
	list-style: none;
	padding: 0;
	color: #FFF;
	font-size: 2em;
	background-color: #3B3956; 
	border-bottom: 1px #8A9 solid;	
	margin: 0;
}

.brand li {
	width: 33%;
	display: inline-block;
	text-align: center;
	padding: 0;
}

.band { 
	height: 15px;
	background: #364; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #364), color-stop(100%, #182));
    background-image: -webkit-linear-gradient(top, #364, #182);
    background-image: -moz-linear-gradient(top, #364, #182);
    background-image: -ms-linear-gradient(top, #364, #182);
    background-image: -o-linear-gradient(top, #364, #182);
    background-image: linear-gradient(top, #364, #182);
}

h1,h2, h3 {  color: #364;  }

#foot, .boxhead { 
	color: #FFF;
	background: #364; 
	border-bottom: 1px #8A9 solid;	
}

#foot a { 
	color: #BBB;
	background: #364; 
}

#services, #services li,  #services li a, th  { 
	color: #FFF;
	background: #364; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #364), color-stop(100%, #182));
    background-image: -webkit-linear-gradient(top, #364, #182);
    background-image: -moz-linear-gradient(top, #364, #182);
    background-image: -ms-linear-gradient(top, #364, #182);
    background-image: -o-linear-gradient(top, #364, #182);
    background-image: linear-gradient(top, #364, #182);
}

#services li a#selected  {
	color: #444;
	background: #ADB; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ADB), color-stop(100%, #BEC));
    background-image: -webkit-linear-gradient(top, #ADB, #BEC);
    background-image: -moz-linear-gradient(top, #ADB, #BEC);
    background-image: -ms-linear-gradient(top, #ADB, #BEC);
    background-image: -o-linear-gradient(top, #ADB, #BEC);
    background-image: linear-gradient(top, #ADB, #BEC);
 }

#letters, #letters li, #letters li a { /* For use with lettermenu(). */
	background-color: #364; 
	color: #FFF; 
}

