/* CSS Document */

* {font-family: arial; font-size: 12px ;}


body {
	background-image: url("../images/HBFbannerBG.jpg");
	background-repeat: no-repeat;
	valign: left;
	align: top;
	padding-right: 40px;
	}

a {	
	color: #0348AD;
	}
	
#welcome {
	margin-top: 178px;
	background-image: url("../images/welcomeBG.gif");
	background-repeat: no-repeat;
	width: 100%;
	}

.logo {
	padding-top: 25px;
	padding-left: 33px;
	width: 10%;
	vertical-align: top;
}

.welcomeText {
	font-size: 18px;
	color: #0348AD;
	padding-left: 20px; 
	text-align: left;
	width: 90%;
	vertical-align: top;
	padding-top: 25px;
	}
	
.welcomeContent {
	color: black;
	padding-top: 5px;
	padding-bottom : 10px;
}

.welcomeOffer{
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	letter-spacing: 0.02em;
	
}

.welcomeOffer li {
	color: black; font-weight: normal;
	list-style-image: url("../images/checkOutBullet.gif");
	line-height: 1.3em;
	padding-left: 20px;
	list-style-position: outside;
	letter-spacing: 0em;
	
}

.mainTitle {
 	color: #0348AD; font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 20px;
	letter-spacing: 0.02em;
}

.content {
	color: black;
	font-weight: normal;
	letter-spacing: 0em;
}

.content li {
	color: black; font-weight: normal;
	list-style-image: url("../images/checkOutBullet.gif");
	padding-left: 20px;
	list-style-position: outside;
	letter-spacing: 0em;
	line-height: 1.3em;
}

.bold {
	color: #0348AD;
	display: inline; 
	font-size: 14px;
	font-weight: bold;
	}
	
.promo1 {
	width: 50%;
	background-image: url("../images/promo1.jpg");
	background-repeat: no-repeat;
	background-position: 30px 25px;
	height: 152px;
	padding-top: 25px;
	}
	
.promo2 {
	width: 50%;
	background-image: url("../images/promo2.jpg");
	background-repeat: no-repeat; 
	height: 152px;
	background-position: 30px 25px;
	padding-top: 25px;
	}
	
.promo3 {
	width: 50%;
	background-image: url("../images/promo3.jpg");
	background-repeat: no-repeat;
	background-position: 30px 25px;
	height: 152px;
	padding-top: 25px;
	}
	
.promo4 {

	background-image: url("../images/promo4.jpg");
	background-repeat: no-repeat;
	background-position: 30px 25px;
	height: 152px;
	padding-top: 25px;
	}	
	
.promoTitle1{
	color: #0348AD;
	font-size: 14px;
	font-weight: bold;
	padding-left: 130px;
	margin-top: 10px;
	}
	
.promoTitle2{
	color: #0348AD;
	font-size: 14px;
	font-weight: bold;
	padding-left: 130px;
	margin-top: -15px;
	}
	
#box {
	margin-top: 10px;
	width: 100%;
	}
	
	
.boxTitle{
	font-weight: bold;
	font-size: 14px;
	padding-top:20px;
	color: #0348AD;
	padding-left: 30px;
}

.boxTitle li {
	color: black; font-weight: normal;
	list-style-image: url("../images/checkOutBullet.gif");
	line-height: 1.3em;
	padding-left: 20px;
	list-style-position: outside;
	letter-spacing: 0em;
	line-height: 1.3em;
}
	
.disclaimer {
	font-size: 90%;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

hr {
 color: #0348AD;
  height: 10px; 
  margin-top: 40px;
}

