﻿/*Custom Section*/

/*Homepage*/

.homepageContents 
{
	font-size:16px;
	font-weight:normal;
}

	.homepageBullets 
	{
		margin-top:10px;	
		margin-left:30px;
	}

	.homepageGraphic 
	{
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		right:0px;
		margin-top:0px;
		margin-right:20px;
		background-image:url('images/homepageHIP.jpg');
		background-repeat:no-repeat;
		background-position: top right;
		z-index:-100;
	}

	.homepageFooterGraphic
	{
		position:absolute;
		width:100%;
		height:100%;
		bottom:0px;
		right:0px;
		margin-bottom:0px;
		margin-right:25px;
		background-image:url('../../style/images/hipcode1.png');
		background-repeat:no-repeat;
		background-position: bottom right;
		z-index:-100;
	}
	
.EPCHomepageGraphic 
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	right:0px;
	margin-top:20px;
	margin-right:20px;
	background-image:url('../../style/images/homepageEPC.gif');
	background-repeat:no-repeat;
	background-position: top right;
	z-index:-100;
}

.EPCHomepageFooterGraphic
{

	position:absolute;
	width:100%;
	height:100%;
	bottom:0px;
	right:0px;
	margin-bottom:25px;
	margin-right:25px;
	background-image:url('../../style/images/hipcode1.png');
	background-repeat:no-repeat;
	background-position: bottom right;
	z-index:-100;
}

.backgroundgraphic 
{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0px;
	right:0px;
	z-index:-100;
	background-image: url('images/backgroundHIP_trans.jpg');
	background-repeat:no-repeat;
	background-position: center right;
}
.awardsGraphic
{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0px;
	right:0px;
	margin-right:45px;
	margin-bottom:-15px;
	z-index:-100;
	background-image: url('../../style/images/awards.png');
	background-repeat:no-repeat;
	background-position: bottom right;
}
