@charset "utf-8";
/* CSS Document */

	#bd {display:table;
/*		background-image: url(../images/bnr_aos_business.jpg);*/
		background-repeat: no-repeat;
		 margin: 0;
		 height: 1%;
		 background-position: top center;
	}
	
	#bnr { width: 930px; min-height: 400px;
		height: auto !important;
		height: 400px;
		 padding: 0;
		 margin: 0 auto;}


	#bd #bnr h1 {
		width: 659px; /* width of image */
		height: 0;
		overflow: hidden;
		padding-top: 202px; /* height of image here */
		position: relative;
		margin: 0;
		font-weight: normal;
	}

#bd #ulCTA {
	width: 271px;
	height: 183px;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}

#bd #ulCTA li a{
	display: block;
	width: 271px;
	height: 61px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: transparent;
}

.ctaRqstInfo {
	background-image: url(../images/btn_cta_RqstInfo_sm.png);
}

.ctaClickToCall {
	background-image: url(../images/btn_cta_Contact_sm.png);	
}

#ctaApply {
	background-image: url(../images/btn_cta_Apply_sm.png);	
}

#ctaCareer {
	background-image: url(/images/btn_cta_Career_sm.png);
}	

.ctaOnlineClassroomDemo
{
    background-image: url(../images/btn_cta_Demo_sm.png);
}

#bd #ulCTA li a.btnCTA:hover {
	background-position: top right;
}

