/* CSS Document */
body,html{height:100%;}
body{margin:0;padding:0}

#hbackground{
	display:block;
	background-color: #333333;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 360px;
	margin-top:-219px;
	overflow: visible;
	visibility: visible;

}

#vbackground{
	position:absolute;
	left:50%;
	margin-left:96px;
	width:370px;
	height:100%;	
	background-color:#EEEEEE;
	
}
#vbackgroundimage{
	position:absolute;
	left:50%;
	top: 50%;
	width:370px;
	height:109px;
	margin-top:-389px;
	margin-left:96px;
	background:url(../images/page_bg.gif) top left no-repeat #EEEEEE;
	
}
#taglinediv{
	position:absolute;
	/*left:-79px;
	top: 458px;
	margin-top:-392px;
	margin-left:200px;
	border:1px solid red;*/
	width:338px;
	right:10px;
	top:0px;
	margin-top:85px;
	text-align:right;
	
}

#taglinediv H2.tagline {
	font-size:11px;
	line-height:11px;
	display:none;
}

#content, #contentIntro{
	position:absolute;
	width:931px;
	height:576px;
	top: 50%;
	left: 50%;

	margin-left:-470px;
	margin-top:-288px;
	
}

#content{
	border-left:5px solid white;
	border-right:5px solid white;
	background-color:#FFFFFF;
		
}
#contentIntro{
	border-left:5px hidden #333;
	border-right:5px hidden #333;
}

/* /////////////////// */
/* POPUP WINDOW STYLES */
/* /////////////////// */

#popupOverlay{
	position:absolute;
	left:0px;
	top: 0px;
	width:100%;
	height:100%;

	background:url(../images/white.png);
	
	visibility:hidden;
	
	/*
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	*/
}

#popupContentFrame{
	position:relative;
	margin:0 auto;
	margin-top:-200px;
	
	top:50%;
	width:390px;
	height:400px;
	padding:5px;
	
	background:#FFF;
	
	border:1px solid #333;
	
	/*
	filter:alpha(opacity=99);
	-moz-opacity: 0.99999;
	opacity: 0.99999;
	*/
}
#popupOverlay #popupHeader{
	height:20px;
	padding:5px; 
	background:#666;
	color:white;
	font-weight:bold;
	
	text-align:right;
}
#popupOverlay #popupHeader a{
	color:white;
}

#popupOverlay #popupContent{
	background:#333;
	padding:10px 10px 10px 10px;
	margin:0;
	overflow:hidden;
	width:auto;

}

#blankFrame {
	
	padding:0;
	margin-right:-10px;
	overflow:auto;

} 
