
/* RTKL - override page layout for printing */

#innerPageWrapper {
    position: relative;
    margin: 0 auto; 
	padding: 0;
  	text-align:left;
    /* height: 100%; */
    min-height: 100%;
    height: auto;		
	/* min-width: 500px; */
	background: #FFFFFF;
}
#contentShell {
	z-index: 4;
	margin-left:0px;
	margin-right:0px;
}
#innerShell {
	z-index: 5;
	width: 1002px;
	position: relative;
}
/* * html #innerColumnContainer {
	position: relative;	 fix a render bug in IE under certain conditions 
} */
#bodyShell {
	margin: 0;	
	width: 1002px;
	/* border:1px solid #FF0000; */
}
#colLeft, #colRight, #bodyShell {
	/* float: left; */
	position: relative; top:0px;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}
#colRight {
	width: 1px; height:1px; visibility:hidden;
}
#colLeft {
	width: 1px; height:1px; visibility:hidden;
}
#clearFloats {			
  clear:both; 
}

#innerBodyShell {
	margin-top:0px;
	text-align:left;
	padding:18px 0px 60px 0px;	
}

#header {
	height: 12px; width: 1002px;
	margin:0;
	padding:0;
	/*padding:0px 18px 0px 18px;*/
	background-color:#FFFFFF; z-index:1;
}
#printHeader {
	position:absolute; top:28px; left:0px; width:999px;
	margin:0px 0px 0px 0px;
	font-size: 18pt; font-weight: bold; color: #5F5542; 	
	border-bottom: 6px solid #E2E2E2; z-index:4;
	visibility:visible;
}	


#tipOfDay {	float:right; }
#printFooter { 
	visibility:visible
	padding:28px 0px 28px 0px; 
}
#intFooter { visibility:hidden; }
#intFooterProj { visibility:hidden; }
#footerLinks { visibility:hidden; }	
#footLinkShell { visibility:hidden; }
#logoFooter { position:absolute; bottom:0; left:808px; 		
	height:40px; visibility:hidden;  }	

#rtklLogo {	width:71px; height:38px; position:absolute; top:0px; left:0px; }
#headerRight {	height:50px; width:300px; float:right; text-align:right; visibility:hidden; }
#langIcons { 
	position:relative; right:15px; top:-2px;
	width:300px; height:26px;
	visibility:hidden; 
	/* background-color:#CC0000; */
}
.oneLangIcon { float:right; padding-left:9px; }

#pageHeadImg { 
	/* these 2 allow the extra 3 px of the header image to hide under the side menu */
	position:relative; z-index:1; 
	right:0px; top:0px; 
	width:795px; height:145px;
}

#mainMenu {
	/* note: 3px removed from inner width to make header math add up */
	width: 999px; height:30px;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#464646;
	border-bottom: 10px solid #252525;
	position:relative;
	visibility:hidden; 
}

#mainMenuWrapper {
	/* this makes header divs line up properly in firefox and safari  (needs pos rel in containing div above) */
	position:absolute;
	left:0px; top:0px;	
	visibility:hidden; 
}	

#subMenu {
	width: 204px;
	margin:0;
	padding:0;
	padding:5px 0px 5px 0px;
	background-color:#252525;
	/* these 2 allow the submenu to cover the extra 3 pixels of the header image since we've narrowed the main col */
	z-index:2; position:relative;
	visibility:hidden; 
}
#subMenuPrintMask {
	position:absolute; z-index:2;
	left:0px; top:96px; height:30px;	
	height: 33px; width: 1002px; visibility:hidden;
	margin:0;
	padding:0;
	/*padding:0px 18px 0px 18px;*/
	background-color:#FFFFFF;
}

#flexPortfolio {
	position:absolute;
	left:-112px; top:36px;	
	width:820px; height:625px;
}	






