html, body {
    height: 100%;
}

body {
	background: #475987;	
	margin: 0;
    padding: 0;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; 
	font-size: 12px; 	
	color: #333333;		
}

.middle {
	vertical-align: middle;
}
.shadow {
	background: url(../../graphics/index/layout3/back_index.gif) repeat-y center;
	width: 1225px;
	position:relative;
}

#idxShell {
	width:979px; 
	position:relative; top:0px; right:0px;
	border:0px solid #FF0000;
	z-index:1;
}
#header {
	width:979px; height:99px; 
	margin-bottom:-4px;
	padding:0;
	/*padding:0px 18px 0px 18px;*/
	background-color:#FFFFFF;
	border-bottom: 4px solid #F7A11A;
	position:relative;
}

#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:499px; height:99px;
	position:absolute;
	top:0; right:0;
	/* left:392px;	*/
	background-color:#FFFFFF;
}

#innerTopMenuShell {
	position: relative;
	top:0; right:-6px;
	float:right;	
}

#mainMenuShell {
	width:979px; height:27px;
	background-color:#5C2D93;
	margin-top:4px;
}

#idxFlashShell {
	z-index:1;
	position:relative;
}

.topnav {
	float:left;
	z-index:10;		/*place aboeve closer and other menus to avoid flashing at edge of button mouseover */
	position:relative;	
}
.uppernav {
	float:left; 
}
.search {
	display: table-cell;
	vertical-align: bottom;
}

#newsBannerShell {
	width:984px;
	background-color:#FFFFFF;
	left:-4px;
	position:relative;
}



#idxFooterShell {
	position:relative;
	padding:22px 0px 0px 22px; 
	font-size: 10px; color: #5B1AA7; text-align: left; 
	border:0px solid #666666;
}

#it_logo {
	 float:right; 
	 position:relative; 
	 top:-20px;
	 padding-right:15px;
}


.popMenuShell {
	width:248px;
}
.popMenuInnerShell {
	width:228px;
	background: url(../../graphics/index/layout3/screen.gif) repeat-x center top;	
	float:left;
}
.popMenuCurve {
	width:20px; height:28px;
	background: url(../../graphics/index/layout3/curve.png) no-repeat left top;	
	float:right;
}
.popMenuCurveIE6 {
	width:20px; height:28px;
	float:right;	
	position:relative; 
}

.popMenuText {
	padding: 20px 20px 20px 20px;
}
#popMenuCloser {
	position:absolute;
	width:1092px; height:600px;
	top:0; left:-56px;
	z-index:2;
	visibility: hidden;
	border:0px solid #666666;
}
#popMenu_aboutus {
	position:absolute;
	z-index:3;
	top:130px; left:68px;
	visibility:hidden;
}
#popMenu_basics {
	position:absolute;
	z-index:4;
	top:130px; left:153px;
	visibility: hidden;
}

/* SZT 01/22/09: added new style for Donate pop-up menu */
#popMenu_donate {
	position:absolute;
	z-index:5;
	top:130px; left:331px;
	visibility: hidden;
}

#popMenu_resources {
	position:absolute;
	z-index:6;
	top:130px; left:448px;
	visibility: hidden;
}
.popMenuDummy {
	position:absolute;
	width:1px; height:1px;
	top:0; left:0;
	z-index:1;
}






