/* CSS Document */
.ppnav{
	margin:auto;
	background-color:#000;
	color:#6CF;
	}
.navs{
	display:inline-block;
	float:left;
	cursor:pointer;
	padding: 5px;
	color:#6CF;
	}
.hwrapper{
	width: 100%;
	height:auto;
	}
.himage{
	display:inline-block;
	float:left;
	width: 250px;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
}
.himage img{
	width: 100%;
	height:auto;
}
.hnumber{
	display:inline-block;
	float:left;
	width: 400px;
	height:auto;
	font-size:60px;
	color:#FFF;
	padding-bottom:20px;
	margin:0px;
	line-height:40px;
	}
.htitle{
	display: inline-block;
	float: left;
	width: 400px;
	height: auto;
	font-size: 30px;
	color: #FFF;
	border-bottom: 1px solid #074346;
	margin-bottom: 10px;
}
.htagline{
	display: inline-block;
	float: left;
	width: 400px;
	height: auto;
	margin-bottom: 5px;
	font-style:italic;
	font-size: 22px;
}
.hsubtext{
	display: inline-block;
	float: left;
	width: 400px;
	height: auto;
	margin-bottom: 10px;
	font-style:italic;
	font-size: 16px;
}