/**  Vitesse Compass Boilerplate - Boilerplate + Site Layout + Media - Compass/SASS - HTML5 Boilerplate - 960 GS @copyright Copyright (C) 2011 Vitesse Web Design @author Vitesse Web Design */
/* normalize.css 2011-10-24T11:29 UTC - http://github.com/necolas/normalize.css */
/* ============================================================================= HTML5 display definitions ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) { display: none; }

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 Known issue: no IE6 support */
[hidden] { display: none; }

/* ============================================================================= Base ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 2. Keeps page centred in all browsers regardless of content height 3. Prevents iOS text size adjust after orientation change, without disabling user zoom www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { font-size: 100%; /* 1 */ overflow-y: scroll; /* 2 */ -webkit-text-size-adjust: 100%; /* 3 */ -ms-text-size-adjust: 100%; /* 3 */ }

/* Addresses margins handled incorrectly in IE6/7 */
body { margin: 0; }

/*  Addresses font-family inconsistency between 'textarea' and other form elements. */
body, button, input, select, textarea { font-family: sans-serif; }

/* ============================================================================= Links ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
a:focus { outline: thin dotted; }

/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }

/* ============================================================================= Typography ========================================================================== */
/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* Addresses styling not present in S5, Chrome */
dfn { font-style: italic; }

/* Addresses styling not present in IE6/7/8/9 */
mark { background: #ff0; color: #000; }

/* Corrects font family set oddly in IE6, S4/5, Chrome en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: "courier new", monospace; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* 1. Addresses CSS quotes not supported in IE6/7 2. Addresses quote property not supported in S4 */
/* 1 */
q { quotes: none; }

/* 2 */
q:before, q:after { content: ''; content: none; }

small { font-size: 75%; }

/* Prevents sub and sup affecting line-height in all browsers gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ============================================================================= Lists ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }

dd { margin: 0 0 0 40px; }

nav ul, nav ol { list-style: none; list-style-image: none; }

/* ============================================================================= Embedded content ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 2. Improves image quality when scaled in IE7 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/* Corrects overflow displayed oddly in IE9  */
svg:not(:root) { overflow: hidden; }

/* ============================================================================= Figures ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure { margin: 0; }

/* ============================================================================= Forms ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
form { margin: 0; }

/* Define consistent border, margin, and padding */
fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE6/7/8/9 2. Corrects alignment displayed oddly in IE6/7 */
legend { border: 0; /* 1 */ *margin-left: -7px; /* 2 */ }

/* 1. Corrects font size not being inherited in all browsers 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome 3. Improves appearance and consistency in all browsers */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button, input { line-height: normal; /* 1 */ }

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others 2. Corrects inability to style clickable 'input' types in iOS 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs Known issue: inner spacing remains in IE6 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ *overflow: visible; /* 3 */ }

/* 1. Addresses box sizing set to content-box in IE8/9 2. Addresses excess padding in IE8/9 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/* 1. Addresses appearance set to searchfield in S5, Chrome 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE6/7/8/9 2. Improves readability and alignment in all browsers */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ============================================================================= Tables ========================================================================== */
/*  Remove most spacing between table cells */
table { border-collapse: collapse; border-spacing: 0; }

/* Mixins are slightly modified from Benjamin Doherty's first implementations: http://gist.github.com/377912 rgba-background mixin can now be passed an option $dir variable
*/
input:invalid, textarea:invalid { -webkit-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 0 5px 0 red; -moz-box-shadow: 0 0 5px 0 red; box-shadow: 0 0 5px 0 red; behavior: url(/PIE.htc); }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* ============================================================================= Site Layout ========================================================================== */
body { background-color: #f6f6f6; background-image: url('../images/bg-img.jpg?1324873813'); background-repeat: repeat-x; }

#container { @inclde reset-box-model; margin-left: auto; margin-right: auto; width: 960px; }

.hcardTypeWrapper { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.hcardTypeWrapper.focusable:active, .hcardTypeWrapper.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* --------------------------------- HEADER --------------------------------- */
header { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 954px; zoom: 1; height: 75px; padding-top: 10px; padding-bottom: 10px; }
header:before, header:after { content: ""; display: table; }
header:after { clear: both; }

div#headerLogoTaglineContainer { height: 75px; /*    @include grid(5); @include grid-push(7); @include alpha; @include omega;    */ }
div#headerLogoTaglineContainer h1 { margin: 0; padding: 0; border: 0; height: 75px; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('../images/abf-header-logo.png?1324955628'); background-repeat: no-repeat; background-position: left middle; text-align: left; }
div#headerLogoTaglineContainer p.subtitle { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
div#headerLogoTaglineContainer p.subtitle.focusable:active, div#headerLogoTaglineContainer p.subtitle.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

div#headerContactContainer { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
div#headerContactContainer.focusable:active, div#headerContactContainer.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

div#showcaseContainer { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 954px; zoom: 1; height: 300px; background-color: #000000; overflow: hidden; }
div#showcaseContainer:before, div#showcaseContainer:after { content: ""; display: table; }
div#showcaseContainer:after { clear: both; }

/* ----------------------------------- NAV ---------------------------------- */
nav#navMenuContainer { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 954px; zoom: 1; height: 2.7em; background-color: #aaaaaa; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAAAAAA', endColorstr='#FF353535'); background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjNjY2NjY2Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM1NTU1NTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(40%, #666666), color-stop(51%, #555555), color-stop(100%, #353535)); background-image: -webkit-linear-gradient(top, #aaaaaa 0%, #666666 40%, #555555 51%, #353535 100%); background-image: -moz-linear-gradient(top, #aaaaaa 0%, #666666 40%, #555555 51%, #353535 100%); background-image: -o-linear-gradient(top, #aaaaaa 0%, #666666 40%, #555555 51%, #353535 100%); background-image: linear-gradient(top, #aaaaaa 0%, #666666 40%, #555555 51%, #353535 100%); behavior: url(/PIE.htc); margin-bottom: 6px; /* submenu, it's hidden by default */ }
nav#navMenuContainer:before, nav#navMenuContainer:after { content: ""; display: table; }
nav#navMenuContainer:after { clear: both; }
nav#navMenuContainer .navHeader { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
nav#navMenuContainer .navHeader.focusable:active, nav#navMenuContainer .navHeader.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
nav#navMenuContainer ul.navMenu { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 954px; margin-left: 0; margin-right: 0; margin: 0; padding: 0; border: 0; overflow: hidden; *zoom: 1; overflow: visible; }
nav#navMenuContainer ul.navMenu > li { list-style-image: none; list-style-type: none; margin-left: 0; white-space: nowrap; display: inline; float: left; padding-left: 0; padding-right: 0; position: relative; }
nav#navMenuContainer ul.navMenu > li:first-child, nav#navMenuContainer ul.navMenu > li.first { padding-left: 0; }
nav#navMenuContainer ul.navMenu > li:last-child { padding-right: 0; }
nav#navMenuContainer ul.navMenu > li.last { padding-right: 0; }
nav#navMenuContainer ul.navMenu > li a { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display: block; height: 2.7em; }
nav#navMenuContainer ul.navMenu > li a.current span { padding-bottom: 3px; text-decoration: none; border-bottom: 1px dotted #888888; }
nav#navMenuContainer ul.navSubmenu { display: none; position: absolute; margin: 0; padding: 0; border: 0; padding: 0 20px 5px 20px; top: 2.7em; background: url('../images/rgbapng/353535cc.png?1326676424'); background: rgba(53, 53, 53, 0.8); z-index: 10; -webkit-box-shadow: 1px 1px 2px 1px #333333; -moz-box-shadow: 1px 1px 2px 1px #333333; box-shadow: 1px 1px 2px 1px #333333; }
nav#navMenuContainer ul.navSubmenu li { margin: 0; padding: 0; border: 0; float: none; /* to fix IE7 bug */ height: 2.5em; }
nav#navMenuContainer ul.navSubmenu li a { display: block; /* display block will make the link fill the whole area of LI */ }
nav#navMenuContainer ul.navSubmenu li a.current span { text-decoration: none; border-bottom: 1px dotted #888888; }

.js ul.navMenu a { opacity: 0.1; /*display: none;*/ }

/* --------------------------------- CONTENT -------------------------------- */
div#contentContainerWrapper { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 714px; zoom: 1; }
div#contentContainerWrapper:before, div#contentContainerWrapper:after { content: ""; display: table; }
div#contentContainerWrapper:after { clear: both; }

div#contentContainer { background-color: #f6f6f6; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #d8d8d8)); background: -webkit-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background: -moz-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background: -o-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background: linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); border: 5px solid #f6f6f6; behavior: url(/PIE.htc); padding: 10px 30px; }

.oldie div#contentContainer { background: url('../images/content-bg-gradient_1wx640h.jpg?1327282888') #d8d8d8 top repeat-x; }

.js div#contentContainer, .js div#rightSideContainer { opacity: 0.1; }

div#contentContainer h2.standardHeading { margin: 0; padding: 0; border: 0; margin-bottom: 0px; height: 2em; }

/* --------------------------- RHS ASIDE CONTAINER -------------------------- */
div#rightSideContainerWrapper { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 234px; zoom: 1; }
div#rightSideContainerWrapper:before, div#rightSideContainerWrapper:after { content: ""; display: table; }
div#rightSideContainerWrapper:after { clear: both; }

div#rightSideContainer { background-color: #f6f6f6; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #d8d8d8)); background: -webkit-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background: -moz-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background: -o-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background: linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); border: 5px solid #f6f6f6; behavior: url(/PIE.htc); zoom: 1; padding: 10px 10px; }
div#rightSideContainer:before, div#rightSideContainer:after { content: ""; display: table; }
div#rightSideContainer:after { clear: both; }
div#rightSideContainer h2 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
div#rightSideContainer h2.focusable:active, div#rightSideContainer h2.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
div#rightSideContainer div#rightSidePromoPanel h3 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
div#rightSideContainer div#rightSidePromoPanel h3.focusable:active, div#rightSideContainer div#rightSidePromoPanel h3.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
div#rightSideContainer div#rightSidePromoPanel h3 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
div#rightSideContainer div#rightSidePromoPanel h3.focusable:active, div#rightSideContainer div#rightSidePromoPanel h3.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
div#rightSideContainer div#rightSidePromoPanel h3 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
div#rightSideContainer div#rightSidePromoPanel h3.focusable:active, div#rightSideContainer div#rightSidePromoPanel h3.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.oldie div#rightSideContainer { background: url('../images/content-bg-gradient_1wx640h.jpg?1327282888') #d8d8d8 top repeat-x; }

/* ------------------------------ MEMBER LOGIN ------------------------------ */
body#Security div#contentBodyContainer { padding-top: 80px; }
body#Security div#contentBodyContainer > p, body#Security div#contentBodyContainer form#MemberLoginForm_LoginForm { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 314px; padding-left: 320px; padding-right: 320px; margin-left: 0; margin-right: 0; }

/* -------------------------------- GENERAL --------------------------------- */
abbr { cursor: help; }

div#contentContainer h3 { margin: 0; padding: 0; border: 0; margin-top: 2.0em; margin-bottom: 0.5em; }
div#contentContainer p { margin: 0; padding: 0; border: 0; margin-bottom: 1em; }

/*.left { float: left; }
.right { float: right; }*/
/* ---------------------------------- NAV ----------------------------------- */
nav#navMenuContainer ul.navMenu > li a.current span { color: #eca644; }

div#Breadcrumbs { opacity: 0.6; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
div#Breadcrumbs:hover { opacity: 1; }
div#Breadcrumbs p { margin: 0; padding: 0; border: 0; }
div#Breadcrumbs p a { border: none; }

/* ------------------------------- LANDING PAGE ----------------------------- */
div#landingIntroSection { zoom: 1; clear: both; padding: 15px 2%; border-bottom: 1px solid #bbbbbb; }
div#landingIntroSection:before, div#landingIntroSection:after { content: ""; display: table; }
div#landingIntroSection:after { clear: both; }

div#landingSnippets { padding: 10px 0px; zoom: 1; border-top: 1px solid #eeeeee; }
div#landingSnippets:before, div#landingSnippets:after { content: ""; display: table; }
div#landingSnippets:after { clear: both; }
div#landingSnippets h3 { margin-top: 0.5em; }
div#landingSnippets div.snippetRow { zoom: 1; }
div#landingSnippets div.snippetRow:before, div#landingSnippets div.snippetRow:after { content: ""; display: table; }
div#landingSnippets div.snippetRow:after { clear: both; }
div#landingSnippets div.snippetContainer { width: 44%; padding: 10px 3%; float: left; min-height: 18em; }

img.contentImage { border: 1px solid #dddddd; margin: 2px; }

img#landingPageProduct { float: left; margin: 0px 20px 10px 0px; }

/* -------------------------- SHOWCASE HOLDER PAGE -------------------------- */
ul.subpageList { list-style: none; }
ul.subpageList li { list-style-image: none; list-style-type: none; margin-left: 0; }
ul.subpageList li { zoom: 1; margin-bottom: 40px; }
ul.subpageList li:before, ul.subpageList li:after { content: ""; display: table; }
ul.subpageList li:after { clear: both; }
ul.subpageList div.subpageTitle { margin-bottom: 10px; }
ul.subpageList div.subpageThumbnail { float: left; margin-right: 20px; }
ul.subpageList div.subpageExcerpt p { margin: 0; padding: 0; border: 0; }

div#contentContainer ul.subpageList div.subpageThumbnail a { border: none; }

/* ------------------------- SHOWCASE GALLERY PAGE -------------------------- */
div#contentContainer div#showcaseGalleryContainer a { text-decoration: none; border-bottom: none; }
div#contentContainer div#showcaseGalleryContainer img { border: 1px #aaaaaa solid; background-color: white; padding: 5px; opacity: 0.7; -webkit-transition: "all" 1s elastic-in-out; -moz-transition: "all" 1s elastic-in-out; -o-transition: "all" 1s elastic-in-out; transition: "all" 1s elastic-in-out; }
div#contentContainer div#showcaseGalleryContainer img:hover { opacity: 1.0; }

/* ----------------------------- INDUSTRIES PAGE ---------------------------- */
/* -------------------------------- ABOUT US -------------------------------- */
/* -------------------------- QUALITY & MANAGEMENT -------------------------- */
div#qualityManagementCertificates { background-color: white; margin: 40px auto; padding: 10px 5px; width: 232px; position: relative; -webkit-box-shadow: 2px 2px 2px 0 #888888; -moz-box-shadow: 2px 2px 2px 0 #888888; box-shadow: 2px 2px 2px 0 #888888; behavior: url(/PIE.htc); }
div#qualityManagementCertificates img { padding-left: 5px; padding-right: 5px; }

/* --------------------------- QUALITY STATEMENT ---------------------------- */
div.policyStatement { margin: 20px 40px; padding: 3em 4em; position: relative; background: url('../images/thumbs_paper_texture_thumb07-3.jpg?1326846982'); background-color: #fafafa; -webkit-box-shadow: 4px 4px 4px 0 #888888; -moz-box-shadow: 4px 4px 4px 0 #888888; box-shadow: 4px 4px 4px 0 #888888; behavior: url(/PIE.htc); }
div.policyStatement p.policySignature { margin-bottom: 0.1em; }
div.policyStatement p.policyTitle { margin-top: 0.1em; }
div.policyStatement div.letterhead { zoom: 1; margin: 0px 0px 1.5em 0px; padding: 0px 0px 1.5em 0px; border-bottom: 1px solid #dddddd; background: url('../images/abf-logo.png?1324948114') no-repeat right top; }
div.policyStatement div.letterhead:before, div.policyStatement div.letterhead:after { content: ""; display: table; }
div.policyStatement div.letterhead:after { clear: both; }
div.policyStatement div.letterhead div#letterheadAddress { float: left; }
div.policyStatement div.letterhead div#letterheadAddress p { margin: 0; padding: 0; border: 0; }

/* ------------------------------- CONTACT US ------------------------------- */
body#contact-us div.contentBodyContainer { /*.ie8, .ie7, .ie6 { div#hcard-contactPage {  box-shadow: none;     @include css3pie; } }*/ }
body#contact-us div.contentBodyContainer div#contactFormContainer { width: 45%; padding-right: 5%; display: block; clear: none; float: left; }
body#contact-us div.contentBodyContainer div#googleMapsContainer { margin-bottom: 20px; }
body#contact-us div.contentBodyContainer div#googleMapsContainer a { border: none; }
body#contact-us div.contentBodyContainer div#googleMapsContainer img { position: relative; border: 10px solid white; -webkit-box-shadow: 4px 4px 4px 0 #888888; -moz-box-shadow: 4px 4px 4px 0 #888888; box-shadow: 4px 4px 4px 0 #888888; behavior: url(/PIE.htc); }
body#contact-us div.contentBodyContainer div#businessCardContainer div#businessCardWrapper { width: 280px; position: relative; background-color: #fafafa; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; -webkit-box-shadow: 4px 4px 4px 0 #888888; -moz-box-shadow: 4px 4px 4px 0 #888888; box-shadow: 4px 4px 4px 0 #888888; behavior: url(/PIE.htc); }
body#contact-us div.contentBodyContainer div#businessCardContainer div#businessCardWrapper:hover { cursor: pointer; -webkit-transform:  scale(1.1, 1.1) rotateZ(2deg); -moz-transform:  scale(1.1, 1.1) rotateZ(2deg); -ms-transform:  scale(1.1, 1.1) rotateZ(2deg); -o-transform:  scale(1.1, 1.1) rotateZ(2deg); transform:  scale(1.1, 1.1) rotateZ(2deg); }
body#contact-us div.contentBodyContainer div#businessCardContainer div#hcard-contactPage { width: 240px; border: 10px solid #fafafa; padding: 10px; background: url('../images/abf-logo_48wx40h.png?1327022714') #fafafa top center no-repeat; cursor: pointer; }
body#contact-us div.contentBodyContainer div#businessCardContainer div#hcard-contactPage div.fn.org { margin-top: 30px; margin-bottom: 2em; }
body#contact-us div.contentBodyContainer div#businessCardContainer div#hcard-contactPage div#workTel-contactPage, body#contact-us div.contentBodyContainer div#businessCardContainer div#hcard-contactPage div#faxTel-contactPage { display: inline; }
body#contact-us div.contentBodyContainer div#businessCardContainer div#hcard-contactPage div#workTel-contactPage { clear: left; padding-right: 0.2em; }
body#contact-us div.contentBodyContainer div#businessCardContainer div#hcard-contactPage div#faxTel-contactPage { clear: right; padding-left: 0.2em; }
body#contact-us div.contentBodyContainer div#googleMapsContainer, body#contact-us div.contentBodyContainer div#businessCardContainer { padding-left: 5%; width: 45%; display: block; float: right; }
body#contact-us div.contentBodyContainer h3 { margin: 0; padding: 0; border: 0; margin-bottom: 1em; }

/* ------------------------------ ASIDE SECTION ----------------------------- */
div.rightSideInfoPanel { margin-bottom: 30px; }
div.rightSideInfoPanel h2 { margin-top: 0px; }
div.rightSideInfoPanel h3 { margin: 0; padding: 0; border: 0; margin-bottom: 0.5em; }

div#hcard-sidebarContactHCard div.fn.org { margin-left: 10px; }
div#hcard-sidebarContactHCard div.adr, div#hcard-sidebarContactHCard div.tel, div#hcard-sidebarContactHCard div.emailAddress { margin-bottom: 3px; margin-left: 10px; padding-left: 20px; background-position: left top; background-repeat: no-repeat; }
div#hcard-sidebarContactHCard div.adr { background-image: url('../images/address.png?1322586021'); }
div#hcard-sidebarContactHCard div#workTel-sidebarContactHCard { background-image: url('../images/landline.png?1326168820'); }
div#hcard-sidebarContactHCard div#faxTel-sidebarContactHCard { background-image: url('../images/fax.png?1326171946'); }
div#hcard-sidebarContactHCard div.emailAddress { background-image: url('../images/email.png?1322586005'); }

div#rightSideContactDetailsPanel p.vcardLink { margin-top: 5px; margin-bottom: 3px; margin-left: 10px; padding-left: 20px; background-position: left top; background-repeat: no-repeat; background-image: url('../images/vcard.png?1326172710'); }

ul#promoList { margin-top: 20px; display: block; height: 90px; width: 200px; overflow: hidden; margin: 0; padding: 0; border: 0; list-style: none; background: url('../images/promo-bg-white-border-least-gradient.png?1326239422'); }
ul#promoList li { list-style-image: none; list-style-type: none; margin-left: 0; }
ul#promoList li { display: block; height: 60px; width: 180px; padding: 15px 10px; }

ul#qualityAccreditationList { list-style: none; margin: 0; padding: 0; border: 0; }
ul#qualityAccreditationList li { list-style-image: none; list-style-type: none; margin-left: 0; }
ul#qualityAccreditationList h4 { margin-left: 10px; }
ul#qualityAccreditationList p { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
ul#qualityAccreditationList p.focusable:active, ul#qualityAccreditationList p.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
ul#qualityAccreditationList img { display: block; position: relative; margin: 5px auto; border: 5px white solid; -webkit-box-shadow: 2px 2px 2px 0 #888888; -moz-box-shadow: 2px 2px 2px 0 #888888; box-shadow: 2px 2px 2px 0 #888888; behavior: url(/PIE.htc); }

/* --------------------------------- FOOTER -------------------------------- */
footer { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 954px; zoom: 1; height: 2.5em; margin-top: 15px; padding-bottom: 5px; border-top: 1px dotted #cccccc; }
footer:before, footer:after { content: ""; display: table; }
footer:after { clear: both; }
footer h1 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
footer h1.focusable:active, footer h1.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
footer div.footerDetailContainer h2 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
footer div.footerDetailContainer h2.focusable:active, footer div.footerDetailContainer h2.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
footer .footerDetailContainer p { padding-left: 5px; padding-right: 5px; }
footer div#footerContactDetails { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 314px; margin-left: 0; }
footer div#footerCopyrightDetails { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 394px; }
footer div#footerDisclaimerDetails { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 74px; }
footer div#footerDisclaimerDetails div#disclaimerDialog { display: none; }
footer div#footerWebDesigner { display: inline; float: left; margin-left: 3px; margin-right: 3px; width: 154px; margin-right: 0; }

/* ============================================================================= Media Queries ========================================================================== */
/*/mediaquery*/
/*/mediaquery*/
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  /*@page { margin: 0.5cm; }*/
  /* Conflict with ie7.js (2.1 beta4) where hrefs are displayed in ie6 & ie7.  http://code.google.com/p/ie7-js/issues/detail?id=314*/
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
