.green { color: #aba95d; }
.grey { color: #58585a; }

html,
button,
input,
select,
textarea {
    color: #58585a;
}

#FS_btm_bg {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}

#FS_top_bg {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ================================================== */

body {
    background: #dddbc0; /*light green background */
	font: 16px/26px 'open_sanscondensed_light', Helvetica, Helvetica Neue, Arial;
	letter-spacing: 0.4px;	
}

.wrapper {
    width: 100%;
    margin: 0;
}



/* ==============
    MOBILE: Menu
   ============== */


nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align:center;
    width:100%;
}
nav ul li{
    background: none;
}
nav a {
    display: inline-block;
	margin-bottom: 0px;
    padding: 2px 0;
	
    text-align: center;
    text-decoration: none;

	text-transform:uppercase;
    color: #fff;
	font-size: 14px;
	
}

.menuBtn { background:url(../img/ablco_logo.png) center center no-repeat; }
/*.menuBtn:hover { background:url(../img/ablco_logo_hl.png) center center no-repeat; }*/

nav a:hover {
    color: #ccc;
}

.curr {
	color: #aba95d;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
	b__ackground: #aba95d; /* temp */
}

.main header, .main section {
    padding: 0 5px;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

h1, h2, h4 { text-transform: uppercase; color: #163e5f; }

/*h4:first-child { padding-top: 0; } need on faq page*/

.biline { font-size: 16px; color: #aba95d; padding-top: 30px; }
		
#home { display: block; height:2000px; background: #FFF url(../img/bg768.jpg) top center repeat-x; }

.header-container nav { width:100%; }
.header-container header { background: #163e5f; }

.main-container header { margin: 35px 0 25px 0; }
.twoCol, .threeCol, .threeColDouble { display:inline-block; width: 100%; }

.resize { width:100%; height:auto; max-width:1026px; }
.uc { text-transform:uppercase; }

.main a { font-family: 'open_sans_condensedbold'; color:#58585a; text-decoration:underline; }
.main a:hover { color:#000; text-decoration:underline; }


 
.cen { text-align: center; }
.tdBottom { display:table-cell; vertical-align:bottom; }
.tdMid { display:table-cell; vertical-align:middle; }

td p { margin:0; padding: 0 !important; }
table { margin: 1em 2.5% 0 2.5% ; padding:0; border:none; }
td, tr { margin: 0; padding:0; }

.box { border: 0px solid #58585a; border-bottom-width:1px; }
.boxL { border: 0px solid #aba95d; border-bottom-width:1px; }

.minBox { min-height: 315px; }
.note { font-size: 12px; text-align:center; padding-bottom:0; margin-bottom:0; line-height:normal; }
.noPad { margin:0; padding:0; }
.noPadT { margin-top:0; padding-top:0; }

/*make bullets small*/
ul { padding-left: 1px; }
ul li { font-size: 16px; list-style:none; background: url("../img/bullet.png") left 11px no-repeat; }

.main ul li { padding-left: 40px; }
ul:nth-child(1) > ul:nth-child(2) { padding-left: 42px; margin:0; }
ul:nth-child(1) > ul:nth-child(2) li { padding-left: 14px; }


#SP_BTM { display: block; background:url(../img/star_payments_logo_large.png) bottom center no-repeat; width: 300px; height: 68px; background-size: 300px 136px;  float: left; margin-bottom: 20px; }
#ablcoBTM { display: block; background:url(../img/ablco_logo_large.png) bottom center no-repeat; width: 279px; height: 60px; margin-bottom: 20px; }
#WC_BTM { display: block; background:url(../img/working_capital_logo_large.png) bottom center no-repeat; width: 300px; height: 45.4px; background-size: 300px 91px; float: left; margin-bottom: 20px; }

.rollover:hover { background-position: bottom center !important; }

/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	
	.main header, .main section {
		padding: 0 20px;
	}

    nav a {
    
         /* width: 18.99%; for 1 less; was width: 13.28%;*/
		height: 62px;
        margin: 0 0%;
		margin-bottom: 0px;
        overflow:hidden;
		line-height: 51px;


    }
	
	
	
   nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

	
	
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
       display:inline-block;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (max-width: 768px) {
	.center4Small { text-align:center; float:none !important; }
    nav ul li{
        display:inline-block;
        margin:0 0.5em;
    }
}

@media only screen and (min-width: 768px) {

	.main a { font-family: 'open_sans_condensedbold'; color:#aba95d; text-decoration:none; }
	
	.cenBox650 { width: 650px; position:absolute; left: -325px; margin-left: 50%; }
	

	.twoCol { display:inline-block; width: 50%; }
	.threeCol { display:inline-block; width: 33%; }
	.threeColDouble { display:inline-block; width: 65%; margin-right:1%; }
	
/* ====================
    WIDE: CSS3 Effects
   ==================== */

   

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: left;
    }
	
	
	
	nav a {
		font-size: 16px;
        padding: 12px 3em 1px 3em;
    }
	
	
	
	

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
	

}

@media only screen and (min-height: 800px) {
	.main-container header { margin: 70px 0 50px 0; }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	
	
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	.main header, .main section {
		padding: 0;
	}
	
	nav a {
       /*
        width: 13.28%;
        margin: 0 0%;
        padding: 25px .5%;
        margin-bottom: 0;*/
    }
	
	
	
	#bldg { margin-left:-470px; left:50%; }
	
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}