body {
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f4f4f;
	background: #292929;
}

a, a:link, a:visited, a:active {
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f4f4f;
	text-decoration: none;
}

a:hover {
	color: #951015;
}

.space1 { height: 1px; }
.space2 { height: 2px; }
.space3 { height: 3px; }
.space4 { height: 4px; }
.space5 { height: 5px; }
.space6 { height: 6px; }
.space7 { height: 7px; }
.space8 { height: 8px; }
.space9 { height: 9px; }
.space10 { height: 10px; }
.space11 { height: 11px; }
.space12 { height: 12px; }
.space13 { height: 13px; }
.space14 { height: 14px; }
.space15 { height: 15px; }
.space16 { height: 16px; }
.space17 { height: 17px; }
.space18 { height: 18px; }
.space19 { height: 19px; }
.space20 { height: 20px; }
.space21 { height: 21px; }
.space22 { height: 22px; }
.space23 { height: 23px; }
.space24 { height: 24px; }
.space25 { height: 25px; }
.space26 { height: 26px; }
.space27 { height: 27px; }
.space28 { height: 28px; }
.space29 { height: 29px; }
.space30 { height: 30px; }

.header {
	width: 100%;
	height: 425px;
}

.header h1 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	font-size: 6.5em;
}

.header .headerEffects {
	width: 100%;
	height: 425px;
	margin: 0 auto;
}
.header .headerEffects .logo {
	width: 887px;
	height: 150px;
	background: url(../images/afben-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	display: none;
}
.header .headerShadow {
	width: 100%;
	height: 3px;
	background: url(../img/header_shadow.png);
	background-repeat: repeat-x;
	position: relative;
	top: -3px;
	z-index: 10;
}
.header.blue {
	background-color: #0048a0;
	background-repeat: repeat;
}
.header.blue .headerEffects {
	background: url(../img/header_effects_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header.green {
	background-color: #4a9d00;
	background-repeat: repeat;
}
.header.green .headerEffects {
	background: url(../img/header_effects_green.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header.aurora {
	background-color: #2a7181;
	background-repeat: repeat;
}
.header.aurora .headerEffects {
	background: url(../img/header_effects_aurora.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header.red {
	background-color: #ab1b1b;
	background-repeat: repeat;
}
.header.red .headerEffects {
    background: url("../../images/afben-banner.jpg") no-repeat scroll top center transparent;
    background-size: 100%;
    
    display: none;
}

.header.orange {
	background-color: #da7b00;
	background-repeat: repeat;
}
.header.orange .headerEffects {
	background: url(../img/header_effects_orange.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header.purple {
	background-color: #632280;
	background-repeat: repeat;
}
.header.purple .headerEffects {
	background: url(../img/header_effects_purple.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header.gray {
	background-color: #848484;
	background-repeat: repeat;
}
.header.gray .headerEffects {
	background: url(../img/header_effects_gray.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.contentHeader {
	width: 100%;
	height: auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dadada;
	background: #f2f2f2;
	padding-top: 12px;
}
.contentHeader h1 {
	font-size: 38px;
	font-weight: bold;
	color: #8c99aa;
	letter-spacing: -2px;
	text-align: center;
	margin: 0;
}
.contentHeader .keyhole {
	width: 116px;
	height: 195px;
	background: url(../img/keyhole.png);
	background-repeat: no-repeat;
	margin: 31px auto 41px auto;
}
.contentMenu {
	position: relative;
	bottom: -2px;
	z-index: 10;
}
.contentMenu ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.contentMenu ul li {
	display: inline-block;
}
.contentMenu ul li a {
	width: 142px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #919191;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	background: transparent;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.contentMenu ul li a.active {
	background: #fff;
	color: #4c4c4c;
	font-weight: bold;
}
.ie7 .contentMenu {
	height: 41px !important;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	bottom: -1px;
	z-index: 10;
}
.ie7 .contentMenu ul {
	list-style: none;
}
.ie7 .contentMenu ul li {
	display: inline;
	float: left;
	padding-left: 4px;
}
.ie7 .contentMenu ul li a {
	width: 142px;
	height: 40px;
	line-height: 40px;
	float: left;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #919191;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	background: transparent;
}
.ie7 .contentMenu ul li a.active {
	background: #fff;
	color: #4c4c4c;
	font-weight: bold;
}
.mainContentWrap {
	background: #fff url(../img/content_footer_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainContent {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 32px 0 119px 0;
}
.mainContent h1 {
	font-size: 18px;
	color: #951015;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.mainContent h1.blue { color: #0048a0; }
.mainContent h1.green { color: #4a9d00; }
.mainContent h1.aurora { color: #2a7181; }
.mainContent h1.red { color: #ab1b1b; }
.mainContent h1.orange { color: #da7b00; }
.mainContent h1.purple { color: #632280; }
.mainContent h1.gray { color: #848484; }
.footer {
	width: 100%;
	height: 256px;
	position: relative;
	background: #292929 url(../img/footer_background.png);
	background-repeat: repeat-x;;
}
.footerShadow {
	width: 100%;
	height: 4px;
	background: url(../img/footer_shadow.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 10;
}
.footerSeperator {
	width: 850px;
	height: 22px;
	margin: 0 auto;
	background: url(../img/footer_seperator.png);
	background-repeat: no-repeat;
}
.countdownWrap {
	width: 760px;
	height: 217px;
	margin: 0 auto;
	background: #292929;
	position: relative;
	top: -2px;
	padding-top: 2px;
}
.countdownTitle {
	width: 240px;
	height: 17px;
	background: url(../img/footer_title.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.countdownCells {
	width: 592px;
	height: 156px;
	margin: 18px auto 0 auto;
	overflow: hidden;
}
.countdownCell {
	width: 123px;
	height: 156px;
	float: left;
	position: relative;
	overflow: hidden;
}
.countdownCell.double {
	width: 149px;
}
.countdownCellLeft {
	width: 26px;
	height: 141px;
	background: url(../img/countdown_cell_left.png);
	background-repeat: no-repeat;
	float: left;
}
.countdownCellRight {
	width: 26px;
	height: 141px;
	background: url(../img/countdown_cell_right.png);
	background-repeat: no-repeat;
	float: right;
}
.countdownCellMiddle {
	overflow: hidden;
	height: 141px;
	background: url(../img/countdown_cell_middle.png);
	background-repeat: repeat-x;
	text-align: center;
}
.countdownCellContent {
	width: 100%;
	height: 141px;
	position: absolute;
	text-align: center;
	top: 0;
}
.countdownCellContent h1 {
	font-size: 90px;
	font-weight: bold;
	color: #161616;
	text-shadow: #979797 0 1px 0;
	letter-spacing: -4px;
	margin: 0 0 -22px 0;
	padding-right: 6px;
}
.countdownCellContent h2 {
	font-size: 18px;
	color: #1e1e1e;
	text-shadow: #979797 0 1px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
}
.countdownCellShadow {
	height: 24px;
	overflow: hidden;
	position: relative;
	top: -4px;
}
.countdownCellShadowLeft {
	width: 56px;
	height: 24px;
	background: url(../img/countdown_cell_shadow_left.png);
	background-repeat: no-repeat;
	float: left;
}
.countdownCellShadowRight {
	width: 56px;
	height: 24px;
	background: url(../img/countdown_cell_shadow_right.png);
	background-repeat: no-repeat;
	float: right;
}
.countdownCellShadowMiddle {
	height: 24px;
	background: url(../img/countdown_cell_shadow_middle.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
.container {
	overflow: hidden;
}
.container .leftContent {
	width: 237px;
	height: auto;
	float: left;
}
.container .rightContent {
	overflow: hidden;
}
#progress, #about, #contact, #benotified {
	display: none;
}
#progress > h1 {
	text-align: center;
}
.progressBar {
	width: 676px;
	height: 33px;
	background: url(../img/progress_bar_background.png);
	background-repeat: no-repeat;
	margin: 45px auto 50px auto;
}
.progressBarFill {
	width: 40%;
	height: 33px;
	overflow: hidden;
}
.progressBarFillLeft {
	width: 16px;
	height: 33px;
	float: left;
}
.progressBarFillRight {
	width: 16px;
	height: 33px;
	float: right;
}
.progressBarFillMiddle {
	height: 33px;
	overflow: hidden;
}
.progressBar.blue .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_blue.png);
	background-repeat: no-repeat;
}
.progressBar.blue .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_blue.png);
	background-repeat: no-repeat;
}
.progressBar.blue .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_blue.png);
	background-repeat: repeat-x;
}
.progressBar.green .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_green.png);
	background-repeat: no-repeat;
}
.progressBar.green .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_green.png);
	background-repeat: no-repeat;
}
.progressBar.green .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_green.png);
	background-repeat: repeat-x;
}
.progressBar.aurora .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_aurora.png);
	background-repeat: no-repeat;
}
.progressBar.aurora .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_aurora.png);
	background-repeat: no-repeat;
}
.progressBar.aurora .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_aurora.png);
	background-repeat: repeat-x;
}
.progressBar.red .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_red.png);
	background-repeat: no-repeat;
}
.progressBar.red .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_red.png);
	background-repeat: no-repeat;
}
.progressBar.red .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_red.png);
	background-repeat: repeat-x;
}
.progressBar.orange .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_orange.png);
	background-repeat: no-repeat;
}
.progressBar.orange .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_orange.png);
	background-repeat: no-repeat;
}
.progressBar.orange .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_orange.png);
	background-repeat: repeat-x;
}
.progressBar.purple .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_purple.png);
	background-repeat: no-repeat;
}
.progressBar.purple .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_purple.png);
	background-repeat: no-repeat;
}
.progressBar.purple .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_purple.png);
	background-repeat: repeat-x;
}
.progressBar.gray .progressBarFillLeft {
	background: url(../img/progress_bar_fill_left_gray.png);
	background-repeat: no-repeat;
}
.progressBar.gray .progressBarFillRight {
	background: url(../img/progress_bar_fill_right_gray.png);
	background-repeat: no-repeat;
}
.progressBar.gray .progressBarFillMiddle {
	background: url(../img/progress_bar_fill_middle_gray.png);
	background-repeat: repeat-x;
}
.tripleCell .cell {
	width: 300px;
	height: auto;
	float: left;
}
.tripleCell .cell h1 {
	font-size: 20px;
	color: #4f4f4f;
	padding-bottom: 2px;
}
ul.green, ul.blue, ul.red {
	margin: 0;
}
ul.green {
	list-style-image: url(../img/list_item_green.png);
	padding-left: 22px;
}
ul.blue {
	list-style-image: url(../img/list_item_blue.png);
	padding-left: 22px;
}
ul.red {
	list-style-image: url(../img/list_item_red.png);
	padding-left: 22px;
}
ul.green li, ul.blue li, ul.red li {
	padding: 6px 0;
}
#about > h1 {
	text-align: center;
	padding-bottom: 5px;
}
.aboutImage {
	float: left;
	padding: 5px 15px 15px 0;
}
.aboutUsSignature {
	float: right;
}
#about p {
	color: #4f4f4f;
	font-size: 14px;
	line-height: 22px;
	display: block;
	padding-bottom: 20px;
}
#benotified h1 {
	text-align: center;
}
#benotified p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 60px;
	text-align: center;
}
#benotified input[type=text] {
	width: 408px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #4f4f4f;
	padding: 0 10px;
	border: 1px solid #a5a5a5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
}
.notification {
	width: 98.8%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
#benotified .notification {
	width: 588px;
	margin: 10px auto 0 auto;
}
#contactForm .notification {
	width: 320px;
}
.notification div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
}
.notification.success {
	border: 1px solid #54aa29;
	background: #d3f4c0;
	font-size: 14px;
	color: #477e2b;
}
.notification.success div {
	border: 1px solid #fff;
	background: url(../img/notification_success_icon.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.notification.error {
	border: 1px solid #aa2929;
	background: #f4c0c0;
	font-size: 14px;
	color: #7e2b2b;
}
.notification.error div {
	border: 1px solid #fae0e0;
	background: url(../img/notification_error_icon.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.contactForm {
	width: 100%;
	height: auto;
	float: left;
}
.contactInfo {
	width: 45%;
	height: 359px;
	overflow: hidden;
	background-color: #f5f5f5;
	padding-left: 40px;
	float: right;
}
.contactInfo h1 {
	padding-bottom: 8px;
	margin: 0;
}
.contactInfo h2 {
	font-size: 17px;
	font-weight: bold;
	color: #6c6c6c;
	margin: 28px 0 0 0;
}
.contactInfo h3 {
	font-size: 15px;
	font-weight: normal;
	color: #6c6c6c;
	margin: 2px 0 0 0;
}
.contactTwitter {
	width: 230px;
	height: auto;
	float: right;
	padding-left: 42px;
}
.twitter {
	width: 214px;
	height: 222px;
	background: url(../img/twitter_box.png);
	background-repeat: no-repeat;
	margin-top: 19px;
	padding: 13px;
	position: relative;
}
.twitterBirds {
	width: 128px;
	height: 70px;
	background: url(../img/twitter_birds.png);
	background-repeat: no-repeat;
	position: relative;
	top: -5px;
	left: 35px;
}
.tweetList {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tweetText {
	font-size: 14px;
	line-height: 22px;
	color: #6a8d9b;
}
.tweetTime {
	font-size: 13px;
	color: #a4c1cb;
	position: absolute;
	top: 122px;
}
.tweetLoading {
	font-size: 14px;
	color: #6a8d9b;
}
.followUs {
	position: absolute;
	bottom: 28px;
	left: 69px;
}
.contactForm h1 {
	padding-bottom: 10px;
	margin: 0;
}
.contactForm label {
	font-size: 14px;
	font-weight: bold;
	color: #646464;
	display: block;
	padding-bottom: 3px;
}
.contactForm input[type=text] {
	width: 202px;
	height: 15px;
	border: 1px solid #a7a7a7;
	background: #fff url(../img/input_background.png);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #646464;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-bottom: 20px;
}
.contactForm textarea {
	width: 300px;
	height: 120px;
	border: 1px solid #a7a7a7;
	background: #fff url(../img/input_background.png);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #646464;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-bottom: 20px;
	resize: none;
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
}
.contactForm input[type=text].error {
	border: 1px solid #b78585;
	background: #fff0f0 url(../img/input_background_error.png);
	background-repeat: repeat-x;
}
.contactForm textarea.error {
	border: 1px solid #b78585;
	background: #fff0f0 url(../img/input_background_error.png);
	background-repeat: repeat-x;
}