/* CSS Document */
html{
	margin: 0px;
	padding: 0px;}
body {
	background-color:#FFFFFF;
	background-image:url(images/bknd.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #EF8201;
	text-decoration: underline;}

.copyright {
	font-size: 11px;
	font-weight: bold;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: right;
	color: #cccccc;
		margin-top: 8px;
}


#logo {
	padding-left:3px;
	padding-top: 12px;
	width: 545px;
	float: right;
	margin-right: 25px;
}

#top_menu {
	font-family: "Trebuchet MS", Arial, Verdana;
	background-repeat:repeat-x;
	position:relative;
	z-index:100;
	margin-left: 5px;
	width: 961px;
	background-color: #FFFFFF;
}

#top_menu ul {
	margin:0px;
	padding:0px 0px;
	list-style-type:none;
}

#top_menu li{
float:left;
position:relative;
}

#top_menu li li a:link{
display: block;
float:left;
position:relative;
}

#top_menu a:link, #top_menu a:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	color:#909581;
	font-size: 14px;
}

/* style the top level hover */
#top_menu a:hover {
color:#FFFFFF;
text-decoration:none;
background-color:#333333;
}

#top_menu ul ul {
	width:170px;
	visibility:hidden;
	position:absolute;
	height:0;
	top:38px;
	left:0;
	z-index: 900;
}

#top_menu ul ul ul{
visibility:hidden;
position:absolute;
left:175px;
top:0;
width:130px;
z-index: 900;

}

/* style the table so that it takes no part in the layout - required for IE to work */
#top_menu table {}

/* style the second level links */
#top_menu ul ul a:link, #top_menu ul ul a:visited {
	background-image:none;
	font-size:12px;
	color:#FFFFFF;
	height:auto;
	padding:5px 10px;
	width:155px;
	border-bottom:1px solid #ffffff;
	background-color: #1F6AAD;
	z-index: 900;
	display: block;
}

/* style the second level hover */
#top_menu ul ul a:hover{
background-image:none;
background-color:#184470;
color:#FFFFFF;
text-decoration:none;
}


/* style the third level link */
#top_menu ul ul ul a:link, #top_menu ul ul ul a:visited{
background-image:none;
background-color:#333333;
color:#FFFFFF;
text-decoration:none;
}

/* style the third level hover */
#top_menu ul ul ul a:hover{
background-image:none;
background-color:#3D3D3D;
color:#FFFFFF;
text-decoration:none;
}

#top_menu :hover > a {
color:#fff;
}

#top_menu ul ul :hover > a {
color:#fff;
background-color:#184470;
}

/* make the second level visible when hover on first level list OR link */
#top_menu ul li:hover ul,
#top_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#top_menu ul li:hover ul ul,
#top_menu ul a:hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#top_menu ul li:hover ul li:hover ul,
#top_menu ul a:hover ul li:hover ul,
#top_menu ul li:hover ul a:hover ul,
#top_menu ul a:hover ul a:hover ul{ 
visibility:visible;
}

.note {
	font-size: 10px;
	font-weight: bold;
}
.newstory {
	margin-right: 10px;
	padding-right: 20px;

}

.news {
	width: 200px;
	background-image: url(images/newsbknd.jpg);
	background-repeat: repeat-y;
	
}
.maincontent {
	width: 964px;
	float: left;
	font-size: 14px;
	color: #BFBAB9;
	background-image: url(images/pagebknd.jpg);
	background-repeat: repeat-y;
	padding-top: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.maincontentfull{
	width: 828px;
	float: left;
	font-size: 14px;
	color: #BFBAB9;
	margin-top: 17px;
}
.maincontent h1, .maincontentfull h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #184470;
	background-image: url(images/h1bknd.gif);
	background-position: left center;
	padding-left: 18px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE05A;
	}
.maincontent h1 a:link, .maincontent h1 a {
	color: #C4BF86;
}

.maincontent .bodyjustify {
	text-align: justify;
	line-height: 20px;
}
.maincontent .leftsidecontent {
	width: 203px;
	float: left;
	margin-left: 20px;
	margin-bottom: 35px;
}
.leftsidecontentfull {
	width: 800px;
}
.news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-transform: uppercase;
	background-image: url(images/newsheaderbknd.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.featurette {
	width: 205px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	float: left;
	font-size: 11px;
}
.feature .featurette .featurehdr {
	background-color: #253C59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	letter-spacing: -.5px;
}


.footer {
	background-image: url(images/footerbknd.jpg);
	height: 34px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer .footerarea {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.footerlink {
	display: block;
		float: left;
	padding-right: 2px;
	padding-left: 2px;
}
.footer .footerarea .footerlinks {
	padding-top: 6px;
	display: block;
	background-image: url(images/footermenubknd.jpg);
	background-repeat: repeat-x;
	height: 39px;
	float: left;
}
.footerlinks a:link, .footerlinks a:visited,  .footerlinks a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	
}
.footer .footerarea .footeraddress {
	text-align: right;
	float: right;
	width: 375px;
	color: #cccccc;
	font-size: 10px;
	padding-top: 8px;
	font-weight: normal;
}
.copyright a {
	color: #CCCCCC;
}

.copyright .copyrighttext {
	float: left;

	font-weight: normal;
	color: #cccccc;
}
.maincontent .leftsidecontent .newsstory {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}

.publisheddate {
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
.date {
	font-size: 12px;
	font-weight: bold;
	color: #D58000;
}

.breadcrumbs {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
}
.breadcrumbs a {
	font-weight: normal;
	text-decoration: underline;
}

.header {
	background-image: url(images/headerbknd.png);
	background-repeat: no-repeat;
	height: 144px;
}
.ihstext {
	width: 720px;
	padding-right: 0px;
	padding-left: 10px;
	margin-left: 220px;
}
a.bttntax {
display: block;
width: 200px;
height: 50px;
background: transparent url(images/bttn_taxcredits.jpg) no-repeat;
margin-bottom: 9px;
}

a.bttntax:hover {
background-position: -200px 0;
margin-bottom: 9px;
} 
a.bttn_email {
display: block;
width: 200px;
height: 70px;
background: transparent url(images/bttn_emailpage.jpg) no-repeat;
margin-bottom: 9px;
}

a.bttn_email:hover {
background-position: -200px 0;
margin-bottom: 9px;
} 
a.bttn_give {
display: block;
width: 200px;
height: 70px;
background: transparent url(images/bttn_givenew.jpg) no-repeat;
margin-bottom: 9px;
}

a.bttn_give:hover {
background-position: -200px 0;
margin-bottom: 9px;
} .emailsignup {
	background-image: url(images/emailnewsletterbknd.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	margin-bottom: 9px;
	padding-top: 30px;
}
#emailsignup {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
}
.Submit {
	font-size: 9px;
}
#email {
	font-size: 11px;
	color: #666666;
}
.connect {
	background-image: url(images/connectwithus_bknd.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 200px;
	padding-top: 80px;
	margin-bottom: 9px;
}
.twitter {
	float: left;
	margin-left: 12px;
	height: 48px;
	width: 49px;
}
.facebook {
	float: left;
	margin-left: 12px;
	height: 48px;
	width: 49px;
}
.youtube {
	float: left;
	margin-left: 12px;
	height: 48px;
	width: 49px;
}
.maincontent .leftsidecontent .news .newsbody {
	background-image: url(images/newsgradient_bknd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 160px;
	padding-right: 23px;
	padding-left: 23px;
}
.newsdate {
	color: #FFFF33;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
.newsheadline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 5px;
	font-weight:bold;
}
.newsheadline a {
	color:#18456f;
}
.newstext {
	color: #18456f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}
.newstext a{
	color: #FFFFFF;
}
.pictureswap-sub {
position: relative;

}
.pan_wrap-sub {
	background: url(images/pan_checks.gif) repeat;
	position: relative;
	width: 700px;
	height: 250px;
	margin: 0px;
}
.pan_wrap-sub img {
	position: relative;
		width: 493px;
	height: 250px;
}
.pan_frame-sub {
	background: url(images/featureoverlay.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0px;
		z-index: 10;
	left: 0px;
	width: 700px;
	height: 250px;
	background-image: url(images/featureoverlay.png);
}
* html .pan_frame-sub {
background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/featureoverlay.png', sizingMethod='crop');
}
.featuretext {
	position: absolute;
	z-index: 5;
	display: block;
	text-align:left;
	width: 210px;
	right: 0px;
	margin-right: 5px;
	top: 3px;
	height: 228px;
	background-color: #184470;
	font-size: 12px;
	color: #FFFFD7;
	font-family: "Trebuchet MS", Arial, Verdana;
	padding-top: 15px;
	padding-left: 10px; padding-right: 10px;
}

.featuretext .headline {
	font-size: 16px;
	font-weight: bold;
	color: #A8DBFF;
	background-image: url(images/featureheadlinebknd.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 18px;
}
.featurelink {
	z-index: 500;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: -25px;
	float: right;
	right: 45px;
}
.featurelink a:link, .featurelink a:visited, featurelink a {
	color: #D58000;
}
.homebody {
	color: #184470;
	font-family: "Trebuchet MS", Arial, Verdana;
	margin-top: 20px;
	width: 692px;
	padding-right: 8px;
	padding-left: 8px;
}
.pagebody {
	color: #184470;
	font-family: "Trebuchet MS", Arial, Verdana;

	width: 692px;
	padding-right: 8px;
	padding-left: 8px;
}
#top_menu .menubknd {
	background-image: url(images/menu_bknd.jpg);
	background-repeat: repeat-x;
}
.contactus {
	width: 234px;
	z-index: 500;
	margin-right: 8px;
	position: relative;
	top: 80px;
	left: 708px;
}
.redhead {
	color: #990000;
	font-weight:bold;
	font-size:15px;
}
.maincontent .ihstext .map{
	margin-left: 10px;
	position: relative;
}
.maincontent .ihstext .map img {
}
.maincontent .ihstext .map .mapbknd {
	background-image: url(images/mapbknd.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 700px;
	position: relative;
}
.mapheader {
	background-image: url(images/ihsmapheader.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 700px;
}
.maincontent .ihstext .map .mapheader .maptext {
	float: right;
	width: 400px;
	text-align: left;
	color: #333333;
	margin-top: 20px;
}
.mapbknd #Map {
	position: relative;
}
#mapclass {
	background-image: url(images/mapnew.jpg);
	background-repeat: no-repeat;
	height: 365px;
	width: 700px;
}
#mapclass .cheyenne {
	position: absolute;
	height: 60px;
	width: 85px;
}
#mapclass .rawlins {
	position: absolute;
	height: 60px;
	width: 52px;
	left: 60px;
	top: 2px;
}
#mapclass .decatur {
	position: absolute;
	left: 141px;
	top: 13px;
	width: 47px;
	height: 60px;
}
#mapclass .norton {
	position: absolute;
	left: 193px;
	top: 13px;
	width: 47px;
	height: 60px;
}
#mapclass .phillips {
	position: absolute;
	left: 239px;
	top: 13px;
	width: 47px;
	height: 60px;
}
#mapclass .smith {
	position: absolute;
	left: 291px;
	top: 13px;
	width: 47px;
	height: 49px;
}
#mapclass .jewell {
	position: absolute;
	left: 336px;
	top: 13px;
	width: 47px;
	height: 60px;
}
#mapclass .republic {
	position: absolute;
	left: 388px;
	top: 13px;
	width: 47px;
	height: 49px;
}

#mapclass .washington {
	position: absolute;
	left: 433px;
	top: 13px;
	width: 47px;
	height: 60px;
}

#mapclass .marshall {
	position: absolute;
	left: 487px;
	top: 13px;
	width: 47px;
	height: 60px;
}
#mapclass .nemaha {
	position: absolute;
	left: 533px;
	top: 13px;
	width: 47px;
	height: 60px;
}
#mapclass .brown {
	position: absolute;
	left: 576px;
	top: 13px;
	width: 47px;
	height: 50px;
}
#mapclass .doniphan {
	position: absolute;
	left: 615px;
	top: 13px;
	width: 47px;
	height: 50px;
}
.pan_frame {
	z-index:1;
	background: url(images/overlayer.png) no-repeat;
	overflow: hidden;
	margin-left:11px;
	position:absolute;
	top:205px;
	width: 700px;
	height: 260px;
	background-image: url(images/overlayer.png);
	display:none;
}
