﻿/*Most of these were from in.gov's file, 2216.css, with some tweaks made by the IBRC. Used on all pages with the sidebar navigation*/
#leftnav {
	text-align: left;
	font-weight: bold;
	font-size:11px;
	float: left;
	clear: both;
	width: 210px; /* previous three style attributes required by IE6 */
}
#leftnav ul {
	margin: 0px 3px 0px 3px;
}
#leftnavul {
	padding: 0;
	margin: 0px 3px 0px 3px;
	list-style: none;
	border-bottom: 1px dotted #ddd;
}
#leftnav ul li {
	float: left;
	clear: both;
	width: 210px; /* previous three style attributes required by IE6 */
	color: #011B36;
	border-top: 1px dotted #ddd;
	margin: 0;
	padding: 0;
	margin-right:8px; /*supplies the margin between leftnav and maincontent*/
}
#leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #011B36;
	padding: 2px 1px 2px 12px;
	margin: 0;
}
#leftnav ul li a:hover {
	text-decoration: none;
	color: #011B36;
	background-color: #eee;
}
#leftnav ul li.navMore {
	background-image: url(/images/navMore.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftnav ul li.navMore a:hover {
	background-color: #eee;
	background-image: url(/images/navMore.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftnav ul li.navMore ul li a:hover {
	background-color: #eee;
	background-image: none;
}
#leftnav .linkhdr {
	color: #fff;
	background-image: url(/images/link_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: none;
}
#leftnav .linkhdr a {
	color: #fff;
	text-decoration: none;
}
#leftnav .linkhdr a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
#leftnav ul li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav ul li ul li {
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	margin-left: 10px;
	width: 180px;
}
/*#leftnav ul li ul li a {
margin-left: 10px;
}*/
#leftnav ul li.navClick ul {
	display: block !important;
}
/*END OF IN.GOV STYLES*/
#googleSearch {
	float:left;
	width: 220px;/*This width is necessary so it doesn't push down the main content in IE*/
	margin: 0px;
}


/*
US Map CSS Rollover Image Map
Developed by: Stan Naspinski -  2006 (mrstan@gmail.com)
Feel free to use this code, recognition would be appreciated!
*/

#imap
{
    display:block;
    width:179px;
    height:274px;
    position:relative;
}

/* the hack for IE pre IE6 */
* html #imap a#in {
  height:274px;
  he\ight:0;
  }

#imap a#in 
{
    display:block;
    width:0px;
    height:0px;
    padding-top:0px;
    overflow:hidden;
    background:transparent url(http://www.hoosierdata.in.gov/images/nav_imagemap-full.gif) 179 274 no-repeat;
    position:absolute;
    left:0;
    top:0;
}

#imap a#in:hover 
{
    background-position:0 0;
    z-index:10;
}

#imap li 
{
    position:absolute;
    padding:0;
    margin:0;
}

#imap a
{
    display:block;
    text-decoration:none;
    z-index:20;
}

/*Molly says these imaps for the subregions may not be necessary anymore since we took off the rollover effects*/

/*EGR 1*/
#imap #img1 
{
    left:33px;
    top:2px;
    z-index:20;
	border: none;
	margin-left: 0;	
}
#imap a#m1:hover 
{
    background: url(http://www.hoosierdata.in.gov/images/nav_imagemap-1.gif) -33px -2px no-repeat;

}
#imap a#m1
{
    width:55px;
    height:70px;
}
/*EGR 2*/
#imap #img2 
{
    left:84px;
    top:2px;
    z-index:20;
	border: none;
	margin-left: 0;
}
#imap a#m2:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-2.gif) -84px -2px;
}
#imap a#m2
{
    width:45px;
    height:58px;
}
/*EGR 3*/
#imap #img3 
{
    left:114px;
    top:1px;
    z-index:20;
	border: none;	
	margin-left: 0;
}
#imap a#m3:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-3.gif) -114px -1px;
}
#imap a#m3
{
    width:60px;
    height:95px;
}
/*EGR 4*/
#imap #img4 
{
    left:32px;
    top:54px;
    z-index:20;
	border: none;
	margin-left: 0;	
}
#imap a#m4:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-4.gif) -32px -54px;
}
#imap a#m4
{
    width:87px;
    height:77px;
}
/*EGR 5*/
#imap #img5 
{
    left:76px;
    top:96px;
    z-index:50;
	border: none;
	margin-left: 0;	
	
}
#imap a#m5:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-5.gif) -76px -96px;
}
#imap a#m5
{
    width:59px;
    height:71px;
}
/*EGR 6*/
#imap #img6 
{
    left:131px;
    top:82px;
    z-index:50;
	border: none;
	margin-left: 0;	
	
}
#imap a#m6:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-6.gif) -131px -82px;
}
#imap a#m6
{
    width:43px;
    height:77px;
}
/*EGR 7*/
#imap #img7
{
    left:25px;
    top:112px;
    z-index:20;
	border: none;
	margin-left: 0;	
	
}
#imap a#m7:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-7.gif) -25px -112px;
}
#imap a#m7
{
    width:54px;
    height:85px;
}
/*EGR 8*/
#imap #img8 
{
    left:45px;
    top:158px;
    z-index:20;
	border: none;
	margin-left: 0;	
	
}
#imap a#m8:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-8.gif) -45px -158px;
}
#imap a#m8
{
    width:64px;
    height:73px;
}
/*EGR 9*/
#imap #img9 
{
    left:96px;
    top:153px;
    z-index:20;
	border: none;
	margin-left: 0;	
	
}
#imap a#m9:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-9.gif) -96px -153px;
}
#imap a#m9
{
    width:82px;
    height:64px;
}
/*EGR 10*/
#imap #img10 
{
    left:77px;
    top:201px;
    z-index:50;
	border: none;
	margin-left: 0;	
	
}
#imap a#m10:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-10.gif) -77px -201px;
}
#imap a#m10
{
    width:67px;
    height:60px;
}
/*EGR 11*/
#imap #img11 
{
    left:0px;
    top:196px;
    z-index:20;
	border: none;
	margin-left: 0;	
	
}
#imap a#m11:hover 
{
    background:url(http://www.hoosierdata.in.gov/images/nav_imagemap-11.gif) 0px -196px;
}
#imap a#m11
{
    width:90px;
    height:77px;
}




#imap a span, #imap a:visited span 
{
    display:none;
}

