@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url(../micro/body-bg.gif) repeat-y;
	margin: 0;
	padding: 0;
}
#leftBar {
	background: url(../micro/bg-sidebar.jpg) no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 600px;
}
#container { 
	margin: 0;
	padding: 0;
}
#mainContent {
	margin: 0 0 0 130px;
	height: 601px;
	width: 842px;
}
.houston { 
	background-image: url(../micro/houston-bg.jpg); 
	background-repeat: no-repeat;
} 
.huntsville { 
	background-image: url(../micro/huntsville-bg.jpg);
	background-repeat: no-repeat;
} 
.birmingham { 
	background-image: url(../micro/birmingham-bg.jpg);  
	background-repeat: no-repeat;
} 
.atlanta { 
	background-image: url(../micro/atlanta-bg.jpg); 
	background-repeat: no-repeat;
}

#menuBar {
	position: absolute;
	background: url(../micro/menu-bar.png) no-repeat;
	top: 55px;
	margin: 0 0 0 880px;
	padding: 0;
	height: 337px;
	width: 55px;
}
#menuItems {
	position: absolute;
	top: 115px;
	margin: 0 0 0 765px;
	padding: 0;
	text-align: right;
	width: 130px;
}
#menuItems li {
	list-style-type: none;
	margin: 0 0 20px 0;	
}
#menuItems a {
	color: #636466;
	text-decoration: none;	
}
#address {
	position: absolute;
	top: 560px;
	margin: 0 0 0 300px;
	text-align: right;
}
#address p.top {
	margin: 0 0 6px 0;
	color: #636466;
	font-size: 1em;
}
#address p {
	margin: 0;
	padding: 0;
	color: #26377C;
	font-size: .8em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}