@charset "utf-8";
/* CSS Document */

#wrapper {
	background: transparent url("../images/home_content2_bg.gif") center top repeat-y;
}

.home #mainBody {
	padding-top: 15px;
}

.home #inner_wrapper {
	position: relative;
	background: transparent url("../images/home_billborad_bg.gif") left 0px repeat-x;
	min-height: 100%;	
}

#billboard {
	height: 206px;
	margin-bottom: 0px;
}

	#billboard .photo {
		float: left;
		width: 400px;
		margin-right: 30px;
	}
	
	#billboard .whatis {
		float: left;
		width: 440px;
		color: #fff;
		font-size: 12px;
		}
		
		#billboard .whatis h2 {
			text-indent: -99999px;
			background: transparent url("../images/what_is_btndap.gif") left top no-repeat;
			height: 30px;
			width: 300px;
			margin-top: 5px;
		}
		
		#billboard .whatis p {
			line-height: 20px;
		}
		
		#billboard .whatis a {
			float: right;
			text-indent: -99999px;
			background: transparent url("../images/bt_learnmore.gif") left top no-repeat;
			height: 18px;
			width: 101px;
		}
	
	#homeContent1 {
		float: left;
		width: 545px;
		padding-right: 60px;
		font-size: 14px;
		}
		
		#homeContent1 h3 {
			font-size: 20px;
			font-weight: bold;
			padding-top: .5em;
			}
	
	#homeContent2 {
		float: left;
		width: 235px;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		padding: 0 20px;
		}
		
		#homeContent2 a {
			color: #fff;
		}
		
		#homeContent2 h3 {
			background: transparent url(../images/lead_black.gif) left top no-repeat;
			padding: .8em 0 .5em;
			color: #fff;
			font-size: 16px;
			line-height: 16px;
			font-weight: bold;
		}
		
		#homeContent2 ul {
			margin-top: 5px;
			margin-left: 0;
		}
		
		#homeContent2 li {
			line-height: 14px;
			margin-bottom: 10px;
			background: none;
			padding-left: 0;
		}
	
	
