html, body {
    height: 100%;
}

/* NOTE: body, pageWrapper and pageFader styles have been moved to mym_modal_normal_3.css OR mym_modal_ie6.css files
 * so can be placed conditionally depending on browser.
 */

/* SZT 03/23/09: had to increase width of layout (from 980px) to 990px; else, layout was too tight and 
created scrollbars with the overflow:auto property set (necessary to prevent firefox from collapsing
this div). also decreased bottom padding. */
#innerPageWrapper {
    position: relative;
	z-index:1;
    margin: 0 auto; 
	/* padding:0 0 50px 0; */
	padding:0 0 20px 0; 
  	text-align:left;
    /* width: 980px; */
	width:990px;
    min-height: 100%;
    height: auto;	
	overflow:auto;	
	background-color: #FFFFFF; 
	/* background: #FFFFFF url(../../graphics/seasonal/spring/layout/back_content.gif) repeat-x bottom; */
	border:0px solid #cccccc;
}

/* Hack for IE */
* html #innerPageWrapper {
    height: 100%;
}
/* End IE Hack */ 
 
#header {
	width:980px; height:99px; 
	margin-bottom:-4px;
	padding:0;
	/*padding:0px 18px 0px 18px;*/
	background-color:#FFFFFF;
	border-bottom: 4px solid #F7A11A;
	position:relative;
	z-index:2;
	overflow:visible;
}

#topLogo {
	width:331px; height:103px;
	position:absolute;
	top:0; left:0;
	background: url(../../graphics/main/layout3/logo.gif) no-repeat left top;
	cursor:pointer;
}

#topMenuShell {
	width:559px; height:99px;
	position:absolute;
	top:0; left:421px;	
	background-color:#FFFFFF;
}

#innerTopMenuShell {
	position: relative;
	top:0; right:-6px;
	float:right;	
}

#mainMenuShell {
	width:980px; height:27px;
	background-color:#5C2D93;
	margin-top:4px;
	position:relative;
	/* z-index:2; */
}

.topnav {
	float:left;
}
.uppernav {
	float:left; 
}
.search {
	display: table-cell;
	vertical-align: bottom;
}

#contentShell {
	margin-left:228px;
	margin-right:204px;
	position:relative;
	/* z-index:2; */
}
#innerShell {
	/* z-index: 2; */
	width: 548px;
	position: relative;
	border: 0px #000000 solid;
}
/* * html #innerColumnContainer {
	position: relative;	 fix a render bug in IE under certain conditions 
} */
#bodyShell {
	margin: 0 -1px;	/* without this, boxes stop floating next to each other */
	width: 548px;
	background: url(../../graphics/main/layout3/curve.gif) no-repeat left top;
	overflow:hidden;
	border:0px #000000 solid;
}

#colLeft, #colRight, #bodyShell {
	float: left;
	position: relative;
	/* z-index: 10; */
	overflow: visible;	/* fix for IE italics bug */
}

/* SZT 03/24/09: reset margin-left to 0px (with 1px, layout breaks in ie6 due to float bug - doubles margin) */
#colRight {
	float: right;
	width: 204px;
	/* margin: 0 -204px 0 1px;	*/
	margin: 0 -204px 0 0px;	
}

/* SZT 03/23/09: moved commented out attributes to innerColLeft, making this more of a wrapper div. 
(because this div had a background image that must maintain a certain height, it could not expand
 naturally with the page without distorting the background image. now it can.) */
/* SZT 03/24/09: reset margin-right to 0px (with 1px, layout breaks in ie6 due to float bug - doubles margin). 
padding-right works just fine instead. */
#colLeft {
	width: 228px;
	/* margin: 0 1px 0 -228px;	*/	
	margin: 0px 0px 0px -228px;
	padding-right:1px;
	border:0px solid #cccccc; 
	/* 	min-height:450px;
	background: url(../../graphics/main/layout3/screen_nav.gif) repeat-x center top; 	*/
}

#clearFloats {			
  clear:both; 
}

/* SZT 03/23/09: this div now contains the background image and can maintain a specific height */
#innerColLeft {
	margin-top:0px;
	text-align:left;
	padding:25px 20px 40px 20px;	
	min-height:375px;
	background: url(../../graphics/main/layout3/screen_nav.gif) repeat-x center top;
	border:0px dashed #000000;
}

/* SZT 01/06/09: added style to position the random image quotes on each page */
/*
#innerColLeftBot {
	position:absolute;
	top:435px;
	padding-left:15px;
}
*/

/* SZT 03/23/09: switched to relative positioning to force colLeft to expand automatically with it */
#innerColLeftBot {
	position:relative;
	float:left;
	top:0px;
	padding-left:0px;
	border:0px solid #cccccc;
}

#innerBodyShell {
	margin-top:0px;
	text-align:left;
	padding:25px 40px 40px 48px;	
	border:0px solid #cccccc;
	/* background-color: #cccccc; */
	z-index:5;						/* DMS 4-8-09 add this to make body always above footer */
	position: relative;				/* for z-index to work */
}

/* SZT 01/29/09: decreased padding-left (was 20px) to prevent banner cut off on right edge */
#innerColRight {
	margin-top:0px;
	text-align:right;
	padding:25px 0px 40px 15px; 	
	overflow:hidden;				
}	

/* SZT 02/24/09: added footer style to anchor copyright to bottom of page */
#footer {
	position:absolute; 
	bottom:0px; 
	left:245px;
	padding:0px 0px 0px 35px;		/* DMS 4-8-09 removed 20px top pad */
	width:494px;					/* was 500 px */
	border:0px solid #FF0000;
	/* background-color: #FF0000; */
	z-index: 1;						/* since still covers bottom of body, put it behind */
}