@charset "utf-8";
/* CSS Document */

/* ************* home page styles  ************ */

div#hbdHomeOuter{
	width: 780px;
	margin: 0 auto;
	background:url(images/bg_peas.gif) no-repeat bottom;
	height:603px;
}

div#hbdHome{
	margin: 0 0 80px 0;
	position:relative;
	background: url(images/home_bg.gif) no-repeat bottom;
	padding:0px;
	height: 514px;
}

div#hbdHomeHeader{
	margin: 0 auto;
	position:relative;
	padding:0 85px 0 45px;
	height: 165px;
}

#hbdHomeHeader .headerLogo {
	position: absolute;
	left: 18px;
	top: 35px;
}

#hbdHomeHeader .soundCtrl {
	position: absolute;
	right: 95px;
	top:0;
}

#hbdHomeHeader .navBlock {
	position: absolute;
	right: 95px;
	top:50px;
}

div#hbdHomeContent{
	position: relative;
	margin: 0;
	padding: 0 130px;
	height: 290px;
}

#hbdHomeContent .homeBlurb{
	position:relative;
	float:right;
	right:0;
	padding-top: 45px;
}

.homeBlurb .text1{
	width: 250px;
	font-size: 10pt;
	color: #000000;
	font-weight:bold;
	margin-bottom:2ex;
}

.homeBlurb .text2{
	width: 230px;
	padding-left: 20px;
	font-size: 10pt;
	color: #666666;
	margin-top:0;
	margin-bottom:1.5ex;
}

.homeBlurb .text3{
	width: 250px;
	font-size: 9pt;
	color: #666666;
	margin-top:0;
	margin-bottom:1.5ex;
}

.homeBlurb .text4{
	width: 250px;
}

.homeBlurb a{
	font-size: 10pt;
}


#hbdHomeFooter {
	position:relative;
	height: 144px;

}

#hbdHomeFooter .linkBlock {
	position:absolute;
	right: 90px;
	bottom: 60px;
}


#hbdHomeFooter .linkBlock img{
	vertical-align:text-top;
	padding-left:3px;

}

#hbdHomeFooter .hmLogo {
	position:absolute;
	left: 110px;
	bottom: 30px;

}

