/* CSS Document for printing */
body, div#pgcontent{
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 2px;
	width: 100%;
}

/***********************************************/
/* Layout Divs */
/***********************************************/

/* Page header and top navigation */
div#pageheader{
	position: absolute;
	top:2px;
	left:2px;
	height: 72px;
	width: 100%;
	background-color: #CCCC99;    
}
img#wfhmlogo {
	position: absolute;
	left: 2px;
	top: 2px;
}

.topnavbar{
	position: absolute;
	top:72px;
	left:2px;
	height: 14px;
	width: 100%;
	background: transparent; 
}
.search_lookup {
	display: none;
}

div.hsnavlinks {
	display: none;
}

/*********** #Left hand column styles ***********/

div.leftnavbar {
	display:none;
}
#navcontainer { 
	display: none;
}

/*********** #middle column styles ***********/
div.middlecontent {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: 100%;
	height: 80%;
	min-width:100px;
	margin:85px 0px 0px 0px;
	padding:0px;
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */ 
}
div.middlecontent div.row1 {
	clear: both;
	width: 95%;
	margin:85px 0px 0px 0px;
}	
/*  box 1 styles **/
div.middlecontent div.row1 span.box1 {
	float: left;
/*	width: 100%;	/*Use this width when box 4 is NOT present */
	width: 75%;   /*Use this width when box 4 is present */
	padding: 2px 2px 2px 2px;
}
div.middlecontent div.row1 span.box4{
	float: right;
	border: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 2px 2px 0px 2px;
	width: 160px;
}

/************** Start jump page content ***************/
div.jumprightcolumn {
	display: none;
}
div.jumpmiddle {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	background: transparent;
	width:100%;
	margin:90px 5px 0px 5px;
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}	
div.jumpmiddle div.story {
	position:relative;
	width:100%;
	background: transparent;
	margin:90px 10px 0px 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}
div.jumpmiddle .breadcrumbs {
	display: none;
}

/************** Footer ***************/
div.footer {
	position: absolute;
	top: 800px;
	z-index: 2;
	color: #999999;
	left: 0px;
	width: 100%;
	font-size: xx-small;
}
