/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #7d110c;
	color: #fff;
	font-size: 0.625em; /* 10px */
	height: 44px;
	line-height: 1em; /* 10px */
	width: auto;
}
#identity a {
	color: #fff;
	text-decoration: underline;
}
#identity hr {
	display: none;
}
#identity #signature {
	height: 44px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 968px;
}
#identity #signature a.iu {
	background: url(../img/iu_crimson.gif) no-repeat 20px 0;
	display: block;
	height: 44px;
	left: -20px;
	position: relative;
	top: 0;
	width: 250px;
}
#identity #signature a.iu img {
	display: none;
}


/****************************************
 * Footer
 ****************************************/

#iu-footer {
	margin: 15px auto 0 auto ;
	width: 425px;
}
#iu-footer hr {
	display: none;
}
#iu-footer #copyright {
	font-size: 0.688em; /* 11px */
	line-height: 1.364em; /* 15px */
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 968px;
}
#iu-footer #copyright a {
	color: #900;
	text-decoration: none;
}
#iu-footer #copyright a:hover {
	text-decoration: underline;
}
#iu-footer #copyright p {
	margin: 0;
	padding: 7px 0 0 8px;
}
#iu-footer #copyright #blockiu {
	background: url(../img/blockiu_gronge.gif) no-repeat;
	display: block;
	float: left;
	height: 28px;
	left: -8px;
	position: relative;
	top: -7px;
	width: 22px;
}
#iu-footer #copyright #blockiu img {
	display: none;
}	

