@charset "utf-8";
/* CSS Document */
/*Colors
Gray - #787878
Green - #1BDDD8
darg gree - #029EA7
/*

/**********************************Setup****************************************/
*{margin:0;padding:0;}
html{height:100%; overflow:hidden;}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	color:#000;
	background:#000;
	font-size:1em;
}

a img{border:none;}
a{color:#1BDDD8; text-decoration:none;}
a:hover{color:#028EA7; text-decoration:underline;}
h1{font-size:130%;color:#029EA7;}
h2{font-size:110%;color:#1BDDD8;}
h3{font-size:100%;color:black;}
ul{display:block;margin-left:15px;font-size 65%;}
ul li{ list-style-position:outside; list-style-type:circle;}
/***********************************Global Layout********************************/
#bground img{
	text-align:center
}
#container{
	position:absolute;
	width:100%;
	height:100%;
}
#wrapper{
	position:absolute;
	width:1000px;
	height:100%;
	margin-left:50%;
	left:-500px;
}
#wrappertop{
	position:absolute;
	top:43px;
	width:692px;
	margin-left:50%;
	left:-311px;
	height:30px;
	background:white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#wrapperlogo{
	position:absolute;
	top:73px;
	width:1007px;
	height:338px;
	background:url(../hplusf_biglogo.png);
	background-position:center;
	background-repeat:no-repeat
}
#wrapperworklogo{
	position:absolute;
	top:73px;
	width:1007px;
	height:338px;
	margin-left:50%;
	left:-504px;
	background-image:url(../hplusfLogoWork.png);
	background-position:center;
	background-repeat:no-repeat
}
#wrapperbottom{
	position:absolute;
	top:411px;
	width:692px;
	margin-left:50%;
	left:-311px;
	height:100%;
	background:white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
#wrapperfullContent{
 	position:absolute;
	width:100%;
	height:100%;
	margin-top:43px;
	background:white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#bgImg{
	position:fixed;
	}
	
/*************************************Header*******************************/
#header{
	position:absolute;
	top:0px;
	width:100%;
	height:43px;
	background:#787878;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#gnav{
	position:absolute;
	color:#fff;
	z-index:100;
	border-top:3px solid #1BDDD8;
}
#gnav ul{
	height:24px;
}
#gnavBar{position: absolute; top:0px;  width:290px;}

#gnav ul li{
	display:inline;
	list-style:none;
	font-size:16px;
	line-height:24px;
	float:left;
}
#gnav ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:3px 10px;
}
#gnav ul li a:hover{
	color:#787878;
	background:#1BDDD8;
}
#gnav .active{
	color:#787878;
	background:#1BDDD8;
}
#topLogo{
	position:absolute;
	float:right;
	top:-2px;
	width:100%;
	z-index:1;
	text-align:right;
	}
/************************************************************************/
#fullContent{
	position:relative;
	height:100%;
	height:100%;
	margin-top:43px;
}
#flashObject{
	position:relative;
	text-align:center;
	height:100%;
}
#centerContent{
	position:absolute;
	top:43px;
	width:652px;
	margin-left:50%;
	left:-311px;
	height:100%;
	padding:10px 20px;
}
#centerUnderLogo{	
	position:relative;
	top:361px;
	text-align:justify;
	}
#textContent{
	position:relative;
	font-size:80%;
	overflow:auto;
}
.classPadRight{padding-right:10px;}
.dGreenDescription{
	font-size:14px;
	color:#029EA7;
	text-align:justify;
	line-height:18px;
	letter-spacing:.1em;
	}
.center{margin:0 auto;}
.ie .dGreenDescription{
	font-size:16px;
	line-height:20px;
}