/*  
Homepage
*/

/*************************************
 +Containers
 *************************************/
.bkgrd-1024{
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: inherit;
	background-image: url(images/page-cont-bkgrd1024.jpg);
	background-color: #000;
}
#hmpg-wrap{
	margin:0 auto;
	text-align:left;
	width:1024px;
}
/*************************************
 +Headers
 *************************************/
#hmpg-header{
	position:relative;
	background:#000 url(./images/page-hdr-bkgrd-hmpg.jpg) no-repeat;
	height:190px;
	width:1024px;
	/*border: #999999 solid 1px;*/
	margin-top:0px;
	margin-bottom:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hmpg-headertopimg{
	position: static;
	text-align: left;
	padding-left:0px;
	padding-bottom: 10px;
}

/*************************************
 +Drop Down menu
 *************************************/
#hmpg-content{
	background:#000;
	padding:0px;
	width:1024px;
	height:295px;
	vertical-align:top;
	z-index:1;
	margin-bottom:25px;
}
/*************************************
 +HomePage Boxes
 *************************************/
#hmpg-box{
	position:relative;
	padding:0px;
	width:1024px;
	height:292px;
	margin-bottom:25px;
	font-size:11px;
}
#hmpg-box01{
	position:absolute;
	top:0px;
	left:0px;
	background:url(./images/cont-bkgrd-hmpg-box01.png) no-repeat;
	padding:0px;
	width:345px;
	height:292px;
}
#hmpg-box02{
	position:absolute;
	top:0px;
	left:350px;
	background:url(./images/cont-bkgrd-hmpg-box02.png) no-repeat;
	padding:0px;
	width:322px;
	height:292px;
}
#hmpg-box03{
	position:absolute;
	top:0px;
	left:678px;
	background:url(./images/cont-bkgrd-hmpg-box03.png) no-repeat;
	padding:0px;
	width:345px;
	height:292px;
}
#hmpg-box h2{
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:20px;
	font-size:12px;
	font-weight:bold;
	padding:0px;
}
#hmpg-box h3{
	font-size:12px;
	font-weight:bold;
	padding:0px;
}
.hmpg-box-txt {
	margin-top:20px;
	margin-left:20px;
	margin-right:10px;
}
.hmpg-box-txt2 {
	margin-top:25px;
	margin-left:-8px;
	margin-right:5px;
}