/* * */
/* sticky footer + footer stuff */
body, html { height:100%; padding:0; margin:0; }
body { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
h1,h2,h3,h4,h5,h6,h7 { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight:800; }
/* root wrap for document */
#stickywrap {min-height:100%; padding-bottom:72px; }
/* wrap header and default, displace bottom for footer height */
#default, #home {	padding:18px 4px 72px; width:1020px; margin:0px auto; }
/* all that work for this guy */
#footer {	position:relative; margin-top: -72px; height:72px; clear:both; } 
/* rewrap our divs with content as class container with new width, auto center, and let header and footer bleed over as a percent */
.container {
	width:1024px;
	margin:0px auto;
}
/* everything else */

#header {
	background: url('/images/BannerTop.png') repeat-x;
	margin:0px auto;
	height:91px;
}

/* test comment */

#footer {
	background: url('/images/BannerBottom.png') #c60308 repeat-x;
	width:100%;
}
#logo {
	width:91px;
	height:91px;
	float:left;
	background: url('/images/weareindiana.gif') no-repeat;
}
#title {
	float:left;
}

#title h1 {
	font-family:"Arial Black",Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#fff;
	margin-top:42px;
	margin-left:4px;
	float:left;
}
#navigation {
	width:1200px;
	clear:left;
}
/* work around for wrapping lis */
.sep {
	width:100%;

	border-bottom:1px #656565 solid;
	height:1px;
	clear:left;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	width:auto;
	margin-top:30px;
}
#navigation ul li a {
	display:inline-block;
	background:url('/images/off_btn.png') no-repeat;
	height:28px;
	padding:4px 24px;
	margin-top:4px;
	line-height:34px;
	font:800 10pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#afafaf;
	text-decoration:none;
}

#navigation ul li.activeElement a,
#navigation ul li.activeElement a:hover, #navigation ul li a:hover,
#navigation ul li.activeElement a:active, #navigation ul li a:active {
	background:url('/images/on_btn.png') no-repeat;
	color:#000;

}
/*
#navigation ul li.inactiveElement a,
#navigation ul li.inactiveElement a:link,
#navigation ul li.inactiveElement a:visited {

}

#navigation ul li.activeSubMenu {

}
*/

/*
	<!--[if !IE 7]>
		#stickywrap {display:table; height:100%;}
	<![endif]-->
*/
/* home layout and elements */
#homeTop { width:100%; }
#homeTop .imageMask {
	width:461px;
	height:273px;
	background: url('/images/INBCTC_border.png') no-repeat;
	position:relative;
	float:left;
	margin-right:10px;
}
.imageMask div {
	width:401px;
	height:258px;
	position:absolute;
	top:8px;
	right:8px;
	overflow:hidden;
	z-index:-1;
	float:left;
}
#homeTop p {

}
#homeTopWelcome { min-height: 273px; padding-bottom:20px; }
#homeTopWelcome h1 { color:#000; font-family:Arial, Helvetica, sans-serif; font-size:36px; letter-spacing:-0.8px; font-weight:800; }

#homeBottomContactLeft,
#homeBottomWageMiddle,
#homeBottomClipsRight { float:left; width:310px; padding-right:10px; overflow:auto; }

#homeBottomContactLeft p,
#homeBottomWageMiddle p,
#homeBottomClipsRight p { overflow:auto;  }

#homeBottomContactLeft h1, 
#homeBottomContactLeft h2, 
#homeBottomContactLeft h3, 
#homeBottomWageMiddle h1,
#homeBottomWageMiddle h2, 
#homeBottomWageMiddle h3, 
#homeBottomClipsRight h1,
#homeBottomClipsRight h2,
#homeBottomClipsRight h3 { color:#05498e; font-size:24px; font-family:Arial, Helvetica, sans-serif; }

#footer .container p, #footer .container p a {
	color:#fff;
}
#footer .container p {
	margin-top:15px;
}
#footer .container p a:hover {
	text-decoration:none;
}
#homeBottomClipsRight {
	width:425px;
}
#homeBottomWageMiddle {
	width:250px;
}
#sub-head {
	background: url('/images/banner_sub_head.png') no-repeat;
	width:479px;
	height:23px;
	position:relative;
	top:51px;
	left:332px;
}