@import url(navigation.css);
@import url(layout.css);
@import url(typography.css);

* {
	margin: 0;
	padding: 0;
}

/* Header information --------------------
------------------------------------------ */

#header {
	height: 80px;
	color: #F0F0F0;
	background: #fff;
}


#header img{
	border: thin solid #000000;
}

#header h1 {
	float: left;
	background: url(../images/logo-midAmerican.gif) no-repeat;
	height: 80px;
	width: 253px;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

#header ul {
	list-style: none;
	float: right;
	position: relative;
	top: 40px;
	right: 20px;
}

#header li {
	display: inline;
	color: #999999;
}

#header a {
	font-size: .8em;
	font-weight: normal;
}




































