/* reset.css */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tr, th, td 

{
  margin:0;
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
}

ul.nobullet {
  margin-left: 0;
  padding-left: 1;
  list-style-type: none;
  list-style-position: outside;
}

.breadcrumbs { 
  padding-top: 10pt;
  padding-bottom: 10pt;
  font-size: .875em;
}

.searchresults {
  margin-bottom: 10pt;
  font-size: 12px;
}

.searchresultsurl {
  color: #028002;
  font-size: 10px;
}

/* global styles */

body {
  background-color: #E6E6E6;
  font-family: Helvetica, Arial, sans-serif;
  color:  #666666;
  font-size: 100%;
	}

a img {border:none;}

h1{font-size: 1em;}

h2 {font-size: 1em;}

p {font-size: .875em;}

a {
  font-size: inherit;
  color: #54A5C6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}

.clearfix { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

/*container styles*/

#container {
  width: 980px;

*width: 979px; /*this fixes header problem in ie7* - there was one extra pixel of space, changed the width of the container for IE7*/
height: auto;
margin: 0 auto;

padding: 0 10px; /*padding is there so that the shading will show from the background image*/
  background-image:url(/images/shading.png);
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;/* needs to be set to fixed, IE7 will shift it */
	
position: relative;
}

/*header styles*/

#header {
  width: 980px;
  height: 238px;
  background-image: url(/images/IMFH_header.jpg);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: left top;
}

.headerText {
  text-indent: -9999px;
  display: none; /*removes element from the flow*/
}


#infoBox {
  width: 331px;
  height: 234px;
  background-image: url(/images/infoBoxbg.png);
  background-repeat: no-repeat;
  float: right;
  margin-right: 15px;
}

/*IE6 fix */
* html #infoBox {

	background-image: none;
	background-repeat: no-repeat;
	
	height: 1%;
	
	position: relative;
	left: 15px;
	top: 0px;	
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/infoBoxbg.png')
	/*filter for IE6 pngs, filtered image replaces the original background image*/
}

#infoBox p {
  margin: 0 1em .2em 2.25em;
}


#dot {
  margin: 0 0 1em 2em;
  border-bottom: 2px dotted #FFFFFF;
  width: 280px;
  height: 3px;
}

* html #dot {
  margin: -1em 0 1em 2em;
  border-bottom: 2px dotted #FFFFFF;
}

.infoBoxNav {
  margin: 1em 1em 1em 1.25em;
  width: 400px;	
}

.infoBoxNav a {
  color: #006699;
}

.infoBoxNav li a:hover {
  text-decoration: underline;
}

.infoBoxNav li {
  display: inline;
  line-height: 1em;
  list-style-type: none;		
  color: #006699;
  border-right: 2px solid #006699;
  padding: 0 .75em;
  font-size: .875em;
  font-weight: bold;
}

.infoBoxNav .last {
  border-right-style: none;
}

/*-- form styles --*/

form {
	margin: -.25em 0 1em 2em;
}

form #search_input {
height: 21px;
float: left;
}

form #search_button {
float: left;
padding-left: 1em;
}

.searchresults { margin-bottom: 10pt; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.searchresultsurl { color: #search_input; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

/*-- top navigation styles --*/

#topNav {
  float: left;
  margin: 0;
  padding: 0;
  width: 980px;
  height: 47px;
  background-image: url(/images/navBg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1px 0;
}

#nav {
  margin-top: 1em;
  width: inherit;
  text-align: center;
}

#nav li {
  display: inline;
  list-style-type: none;
  color: #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding-top: 0;
  padding-right: 1.5em;
  padding-bottom: 0;
  padding-left: 1.5em;
}

ul#nav, ul#subMenu, ul#menu {
  font-size: .9375em; 
  line-height: 1.2em; 
  list-style: none;
}

#nav a {
  color: #FFFFFF;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
}

#nav .last {
  border-right-style: none;
}

/*-- ContentWrap styles--*/

#contentWrap {
  width: 980px;
  height: 100%;
}

/*-- sideBar styles, nested in contentWrap --*/


#sidebar {
  float: left; /* since this element is floated, a width must be given */
  width: 260px;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  display: inline; /*fixes the double margin bug in IE6*/

  background-image: url(/images/sidebar_bg_3.gif);
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px solid #CCCCCC;
  height: 100%;
}

#sidebar h1, #sidebar p {
  margin-left: 16px;
  margin-right: 15px;
}

#sidebar h1 {
  font-size: 0.8125em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 2em;/*--apply padding not margin so that the bg img shows, margin (pushing from the top) will create white space*/
}

#sidebar .topHdr {
  padding-top: 1em;
}

#sidebar p {
  font-size: .75em;
  padding-bottom: 1.5em;
}
 
#sidebar a {
  text-decoration: underline;
  color: #54A5C6;
  font-weight: bold; 
}
 
#sidebar .readMore {
border-bottom: 1px dotted #CCCCCC;
text-align: right; 
}
 
#sidebar .readMore a {
text-decoration: none; 
}
 
#sidebar .readMore a:hover {
text-decoration: underline;
}
 
#sidebar .readMore img {
padding-right: 5px;
}
 
#sidebar .readMoreLast {
text-align: right;
}

#sidebar .readMoreLast a {
text-decoration: none;
}

#sidebar .readMoreLast a:hover {
text-decoration: underline;
}

#sidebar .readMoreLast img {
padding-right: 5px;
}

/*--main div styles--*/

#main {
margin: 0 16px 0 304px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

/*width: 650px;  -- had to clear the width to debug in IE6!!!*/
}

#main h1 {
padding-top: 1em;
padding-bottom: .5em;
border-bottom: 2px dotted #CCCCCC;
}

#main p {
margin-top: .75em;
}

#main ul {
  list-style: disc;
  margin-left: 35px;
  padding-top: .75em;
  list-style-position: outside;
  font-size: .875em;
}

#main ol {
  list-style: lower-alpha;
  margin-left: 35px;
  padding-top: .75em;
  list-style-position: outside;
  font-size: .875em;
}

/*--feature box styles--*/

#FeatureBox {
background-image: url(/images/boxTop.gif);
background-repeat: no-repeat;
background-position: left top;
margin-top: 20px;
padding-top: 10px;
} /*this holds the rounded corner top */

.boxContentWrap {
background-image:url(/images/boxFeatureBg.gif);
background-repeat: repeat-y;
background-position: bottom left;
padding-bottom: 10px;
}/* for the rounded corner bottom*/

.boxContentWrap img {
float: left;
display: inline;
width: 180px;
margin: 0px;
padding-left: 10px;
}

.boxRight {
margin: 0 10px 0px 190px;
height: 174px;
background-color:#FFFFFF;
}

.boxRight h2 {
background-color: #CCCCCC;
border: 1px solid #CCCCCC;

background-image: url(/images/boxCntHdrBg.gif);
background-repeat: repeat-x;

font-size: 1.125em;
/*height: 1.5em;*/

/*padding: 9px 0 8px 15px;*/
padding: .2em 0 .2em 15px;
margin: 0;
}

/*-- for ie6 change height to 1.5em, padding 1px top 0 0 15px; --*/

.boxRight p {
padding: 10px 10px 0 15px;
}

#FeatureBox p.readMore {
text-align: right;
padding-top: 20px;
*padding-top: 15px;
}
 
#FeatureBox p.readMore a {
text-decoration: none;
color: #54A5C6;
font-weight: bold;
}
 
#FeatureBox p.readMore a:hover {
text-decoration: underline;
}
 
#FeatureBox p.readMore img {
padding-right: 5px;
width: 11px;
float: none;
}
 
/*footer styles*/
 
#footer {
border-top: 1px solid #999999;
margin-left: 20px;
margin-right: 16px;
margin-top: 20px; 
}
 
#footerLogos {
width: 700px;
margin-left: auto;
margin-right: auto; }

#footerLogos img {
padding: 30px 40px;
}
 
/*bottom Border styles for shading*/
 
#bottomBorder {
width: 998px; 
margin: 0 auto; 
}
 
/*bottom border style changes for IE7 only*/

:first-child+html #bottomBorder {
width: 998px;
margin: 0 auto;
} 

:first-child+html #bottomBorder img {
 
padding-left: 1px;
}

/*subfooter styles*/

#subFooter {
width: 980px;
margin: 0 auto;
}


 
 #subFooter p {
font-size: .8125em;
margin-bottom: 20px;


}
 
 #subFooter p.ctr {
 float: left;
 padding-left: 100px;
 }
 
 /* menu styles for internal pages */
 
#menuContainer {
  background-color:#CCCCCC;
 }
 

#menu li{
 background-color: #AF9393;
 color: #FFFFFF;
 border-bottom: 1px dotted #FFFFFF;
 padding: 8px 0px 8px 14px;
 
 }
 
 #menu a {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: normal;
 }
 
#menu a:hover {
 text-decoration: underline;
 }
  
/* subMenu styles, nested in #menu */
		
#menu #subMenu li{
background-color:#E6E6E6;
padding: 7px 0 7px 35px;
margin-left: -14px;
border: none;
}

#menu #subMenu li a {
color:#666666;
}
	
#menu .last {
border-bottom-style: none;

}