html, body{
        padding: 0px;
        margin: 0px;
		background-color: #cfcfcf;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#fbFooter {
	display:none;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-left: 15px;
}

#fbMenu {
	float: right;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}

#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

#header {
	width:870px;
	margin:0 auto;
	padding-top:25px;
	position:relative;
}

#containerHeader{
	width:100%;
	height:89px;
	background:#f8f8f8;	
}

#logo {
	width:149px;
	height:39px;
	background:url("../img/logo.jpg");
	float:left;
	margin:0 50px 0 0;
}

a.btMenu{
	float:left;
	text-indent:-10000px;
	height:29px;
	margin-top:10px;
	outline:none;
}

#btGetToKnow:hover, #btCulture:hover, #btStories:hover, #btDifference:hover, #btBenefits:hover{
	background-position:bottom left;
	outline:none;
}

#btGetToKnow{
	background:url("../img/btKnow.jpg") top left;
	width:122px;
}

#btCulture{
	background:url("../img/btCulture.jpg") top left;
	width:179px;
}

#btStories{
	background:url("../img/btStories.jpg") top left;
	width:131px;
}

#btDifference {
	background:url("../img/btDifference.jpg") top left;
	width:148px;
}

#btBenefits {
	background:url("../img/btBenefits.jpg") top left;
	width:85px;
}

#buildFutureContainer {
	width:100%;
	height:100px;
	background-color:#cfcfcf;
}

#buildFuture{
	width:777px;
	margin:0 auto;
}

#btApplyToday {
	width:164px;
	height:35px;
	background:url("../img/btApply.gif");
	text-indent:-10000px;
	float:left;
}

#txtBuild {
	margin:7px 75px 0 0;
	width:538px;
	height:33px;
	background:url("../img/txtBuild.gif");
	float:left;
	text-indent:-10000px;
}

#fbContainer {
	height:615px !important;
}

#leftArrow {
	width:72px;
	height:93px;
	background:url("../img/arrowLeft.png");
	cursor:pointer;
	position:absolute;
	top:340px;
	left:-51px;
	text-indent:-10000px;
	display:none;
	outline:none;
	z-index:200;
}

#rightArrow {
	width:72px;
	height:93px;
	background:url("../img/arrowRight.png");
	cursor:pointer;
	position:absolute;
	top:349px;
	left:642px;
	text-indent:-10000px;
	outline:none;
	z-index:200;
}
