﻿@charset "iso-8859-1";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different 
places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an 
identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content 
and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered 
container for the page content to display. */
body {
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    /*font-size: 1em;*/
    font-size: 1em;
    color: #2D2E2E;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
/* ========================
keeps linked images from having a hyperlink border
=========================== */
    body img {
    border: 0px;
    text-decoration: none;
    vertical-align: central;
}
/* ============================
Commonly used to style page titles. 
=============================== */
h1, h2, h3 {
    color: #1D2942;
    margin: 5px 0px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;*/
}
h1 {
    font-size: 1.7em;
    padding-bottom: .5em;
}
/* =======================
 Commonly used to style section titles. 
 ==================================== */
h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}
/* =========================
Sets the style for unvisited links. 
============================ */
a, a:link {
    color: #0000FF;
    font-weight: normal;
    text-decoration: underline;
}
/* ============================
Sets the style for visited links. 
=============================== */
a:visited {
    color: #4870AA;
    font-weight: bold;
    text-decoration: none;
}
/* ===============================
Sets the style for links on mouseover. 
=================================== */
a:hover {
    color: #2170BD;
    text-decoration: underline;
}
/* ===============================
Sets the style for a link that has focus. 
================================= */
a:focus {
    color: #2170BD;
}
/* ===================================
Sets the style for a link that is being activated/clicked. 
=======================================*/
a:active {
    color: #039;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal 
scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of 
text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. 
Top margin allows for placement of the masthead container. */
#outerWrapper {
    background-color: #FFFFFF;
    width: 1460px; /* 1620px */
    text-align: left; /* Redefines the text alignment defined by the body element. */
    margin: 2.2em auto 0em auto;
    padding: 2px;
    /*  box-shadow: 1px 2px 1px 1px #D9DDE6;  */
}

#outerWrapper #contentWrapper {
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    background: #FFFFFF url('../images/left-column-bg.jpg') repeat-y;
}
/* ----------------------------------
#outerWrapper #contentWrapper #leftColumn1 {
	width: 200px;
	padding: .5em .2em 0 .3em;
}
------------------------------------ */

/* Contains the main page content. The negative margin under the offset style should be the same as this number and is the width of the left column */
#outerWrapper #contentWrapper #content {
    margin-left: 0px;
    padding: 1em;
    background-color: #FFFFFF;
}


    /*----/* Move down content because we have a fixed navbar that is 50px tall */
    /*----body {
    /*----     padding-top: 50px; */
    /*----     padding-bottom: 20px; */
    /*---- } */


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 1000px;
}

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/
/* ==================================
styling for masthead container
==================================== */
#header {
    width: 100%;
    height: 158px;
    position: static;
    top: 0px;
    left: 0px;
    background: url('../images/blank_1620x158-202504241042.png') center no-repeat #222222;
    background-size: contain;
}

#banner {
    background-position: center;
    width: 100%;
    height: 158px;
}

/*#banner img {
	border: none;
	background-color: transparent;
}

/* =============================
Top masthead navigation
=============================== */
#topNavigation {
    color: #413232;
    text-align: center;
    height: 35px;
    background: #717171; /*--- url('../images/nav-bg-blue.jpg') repeat-x center ---*/
    background-repeat: repeat-x;
}

#topNavigation ul {
    list-style: none;
    margin-left: 5px;
    background-color: transparent;
}

#topNavigation li {
    background-position: left;
    display: inline;
    padding-left: 15px;
    padding-right: 3px;
    margin-right: 5px;
    line-height: 200%;
    background-image: url('../images/top-nav.gif');
    background-repeat: no-repeat;
}

#topNavigation p {
    padding-bottom: 10px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 0px;
    font-weight: 700;
    background-color: transparent;
}

#topNavigation a {
    text-decoration: none;
    color: #1D2942;
}

#topNavigation a:hover {
    text-decoration: none;
    color: #B21818;
}
/* =========================
Footer styles
======================== */
#footer {
    clear: both;
    /*background-color: #1D2942;*/
    background-color: none;
    /*border-top: solid 1px #1D2942;*/
    /*border-top: solid 1px #222222;*/
    /*padding: 10px;*/
    padding: 0px;
    /*position: absolute;*/
    /*color: #FFFFFF;*/
    /*color: #FFFFFF;*/
    /*letter-spacing: 1.5px;*/
    /*position: fixed;*/
    /*width: 100%;*/
    /*height: 62px;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*overflow: hidden;*/
}
/* =======================
removes the top and bottom margins
======================== */
    #footer p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: .85em;
}

#footer a {
    color: #ffffff;
}