/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header, footer, section, nav {
	width: 100%;
	display: block;
	height: auto;
	background-image: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.left_content_container p, .justify_text {
	text-align: justify;
}

.blue_text {
	color: #003B5C;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
}

a {
	color: #005587;
}

.outer_container {
	width: 1020px;
	clear: both;
	position: relative;
}

.nav_container {
	line-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

.nav_container li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

.nav_container li a {
	width: 100%;
}

.img_link {
	text-indent: -9999px;
}
.outer_container {
	background-repeat: repeat-x;
	width: 100%;
}

#home_outer_container {
	min-height: 402px;
	background-image: url(../img/home_tile_v3.jpg);
}

#interior_outer_container {
	background-image: url(../img/interior_tile_v2a.png);
}

.full_width_container, #top_home_section {
	margin: 0 auto;
	width: 960px;
	padding: 0px;
	position: relative;
	clear: both;
}

#top_home_section {
	width: 1020px;
	height: 295px;
	margin-top: 0px;
}

#header {
	color: #003B5C;
	width: 1000px;
	height: 124px;
}

#labta_home_logo {
	display: block;
	width: 320px;
	height: 122px;
	background-image: url(../img/labta_logo_v2.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	position: relative;
/*	top: 9px; */
}
#main_navs_container {
	width: 660px;
	float: right;
	top: 47px;
	text-align: right;
}

#main_navs_container li {
	margin-left: 12px;
	padding-bottom: 14px;
	position: relative;
}


ul#main_navs_container li ul {
    background-color: #003B5C;
    border: 1px solid #cedbe2;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 200px;
    z-index: 51;
}

ul#main_navs_container li:hover ul,
ul#main_navs_container li ul:hover {
	display: block;
}

ul#main_navs_container li ul li {
    display: block;
    float: left;
    padding: 0px;
    width: 100%;
	margin: 0px;
	text-shadow: 0px;
	-moz-text-shadow: 0px;
}

#main_navs_container li ul a {
	text-shadow: none;
	-moz-text-shadow: none;
	color: #003B5C;
	display: block;
	width: 94%;
	padding-left: 4%;
    padding-right: 2%;
	padding-top: 4px;
	padding-bottom: 4px;
}


#main_navs_container li a {
	text-shadow: none;
	-moz-text-shadow: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#main_navs_container li a:hover {
	text-decoration: underline;
}

#home_welcome_section {
	text-align: center;
	height: 120px;
}

#home_welcome_section h1 {
	font-size: 34px;
	text-transform: capitalize;
	margin: 17px 0 10px;
	font-weight: normal;
}

#home_welcome_section p {
	color: #000000;
	font-size: 18px;
	margin: 0 110px;
}

#home_main_content_container {
	margin-top: 40px;
	margin-bottom: 35px;
}

#home_main_content_container p {
	margin-right: 6px;
}

#who_we_are_home, #our_goal_home, #what_we_do_home,
.right_content_container {
	margin: 0 0 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #a1b2c1;
}

.one_third_container, .two_thirds_container {
	width: 31%;
	margin-right: 3%;
	float: left;
}

.two_thirds_container { 
	width: 66%;
}

.one_half_container {
	width: 50%;
	float: left;
}

div .last_row {
	margin-right: 0px;
}

#footer_outer_container {
	background-image: url(../img/footer_tile.jpg);
	background-repeat: repeat-x;
	height: 324px;
	background-color: #003B5C;
	color: #fff;
	padding-top: 10px;
}

#footer_container {
	height: 262px;
}

#footer_container h4 {
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #005587;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-bottom: 14px;
	margin-right: 40px;
}

#footer_container li, #footer_container a, #footer_container p {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

#footer_contact_info p {
	margin: 0px 0px 18px 4px;
}

#contact_info_second_column {
	margin-left: 6%;
	width: 44%;
}

#footer_container a:hover {
	text-decoration: underline;
}

.content_nav_container {
	margin: 6px 0px;
	padding-left: 24px;
}

.content_nav_container li {
	clear: both;
	margin-bottom: 4px;
}

.more_info_sub {
	font-size: 16px;
	margin: 5px 0px;
}
#footer_main_navs ul {
	padding: 0px;
	padding-left: 4px;
}

#footer_main_navs li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

#copyright_container {
	margin-top: 12px;
}

#copyright_container p {
	font-size: 12px;
	color: #9fa8b0;
	margin-left: 6px;
}

hr.seperator_hr {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	margin-top: 35px;
	border-top: 1px solid #B3BEC8;
	padding-bottom: 25px;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#decisions_list h4 {
	margin: .5em 0;
	font-size: 16px;
}

#right_align_dollar_signs li {
	width: 90%;
}
.right_align_text {
	float: right;
	width: 115px;
}



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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}