﻿body
{
    background-color: #232420;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans' , sans-serif;
    overflow-x:hidden;
    min-width:1030px;
    -webkit-text-size-adjust:none;
}
img
{
    border: 0px;
}
a
{
    text-decoration: none;
}
div
{
    margin: 0;
    padding: 0;
}
/* Header ---------------------------------- */
#header
{
    margin-left: auto;
    margin-right: auto;
    min-width:1000px;
    overflow-x:hidden;
    overflow-y:hidden;
    background-color:#323232;
    background-image:url('images/headerGradient.png');
    background-repeat:repeat-y;
    border-bottom:3px solid #f78f1e;
    height:113px;
}
#headerGradient
{
    position: absolute;
    z-index: -100;
}
#headerLogo
{
    position: absolute;
    top: 20px;
    left: 75px;
}
#headerText
{
    position:relative;
    right:0px;
    z-index:20;
    padding:20px 40px 0px 0px;
    text-align:right;
    font-size:12px;
    line-height:13px;
    color:Silver;
}
#headerMenu
{
    width: 570px;
    margin-right: 30px;
    margin-left: auto;
    margin-top:5px;
    padding: 0px;
    background: url('images/triangle.png') no-repeat;
    background-position: 16px 33px;
    height: 40px;
    text-align:left;
    -webkit-text-size-adjust:none;
}
#header a, #headerHome
{
    margin-left: 10px;
    margin-right: 10px;
    color: #f79020;
    font-size: 14px;
    padding:0px;
    -webkit-text-size-adjust:auto;
}
#header a:hover
{
    color: #9a9a9a;
}
.headerCurrent
{
    color: #9a9a9a !important;
}

#footerwrapper
{
    clear: both;
    background: url('images/footerGradient.png');
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 7px;
}

#footer
{
    width: 1030px;
    height: 164px;
    margin-left: auto;
    margin-right: auto;
}

#footerOn-01_
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 178px;
    height: 164px;
}

#footerOn-02_
{
    position: relative;
    left: 178px;
    top: 0px;
    width: 180px;
    height: 164px;
}

#footerOn-03_
{
    position: relative;
    left: 358px;
    top: 0px;
    width: 178px;
    height: 164px;
}

#footerOn-04_
{
    position: relative;
    left: 536px;
    top: 0px;
    width: 175px;
    height: 164px;
}

#footerOn-05_
{
    position: relative;
    left: 711px;
    top: 0px;
    width: 167px;
    height: 164px;
}

#footerOn-06_
{
    position: relative;
    left: 878px;
    top: 0px;
    width: 152px;
    height: 164px;
}

#footerbottom
{
    margin: 10px;
    font-size: 12px;
    color: Silver;
}
#footerbottomleft
{
    float: left;
    margin-left: 20px;
}
#footerbottomright
{
    float: right;
    margin-right: 20px;
}
#footerbottomright img
{
    vertical-align: middle;
}

/* Home page */
/*--Main Container--*/
.main_view
{
    float: left;
    position: relative;
}
/*--Window/Masking Styles--*/
.window
{
    height: 575px;
    width: 1920px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
}
.image_reel
{
    position: absolute;
    top: 0;
    left: 0;
}
.image_reel img
{
    float: left;
}
.image_reel a
{
    display: block;
    cursor:default;
}

/*--Paging Styles--*/
.paging
{
    position: absolute;
    bottom: 40px;
    left: 27px;
    width: 250px;
    height: 47px;
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    text-align: center;
    line-height: 40px;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a
{
    padding: 5px;
    text-decoration: none;
    color: #fff;
    border: 1px solid silver;
    font-size: 5px;
    background-color: White;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: .5;
}
.paging a.active
{
    padding: 5px;
    font-weight: bold;
    background: #f78f1e;
    border: 1px solid #610000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: White;
    border: 0px solid white;
}
.paging a:hover
{
    opacity: 1;
}
.paging a.active:hover
{
    opacity: 1;
}

.text
{
    width: 400px;
    font-size: 14px;
    color: White; /*font-family: sans-serif;*/
    position: absolute;
    top: 50px;
}
.text H1
{
    font-size: 20px;
}
#slide1text
{
    left: 970px;
}
#slide2text
{
    left: 2980px;
}
#slide3text
{
    left: 4810px;
}
#slide4text
{
    left: 6800px;
}
#slide5text
{
    left: 8650px;
}
/* End home page */



#orangeBackground
{
    background: url('images/orangeBackground.png');
}
#mainContentWrapper
{
    background-position: center top;
    background-repeat: no-repeat;
    height: 575px;
    max-height:575px;
    overflow:hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#mainContent
{
    width: 900px;
    margin: 0px auto;
}
#rightBody
{
    margin-top: 50px;
    width: 400px;
    float: right;
}
#rightBody h1
{
    font-size: 24px;
    color: White;
}
#rightBody p
{
    color: Black;
    font-size: 14px;
}

.plainLink
{
    text-decoration: none;
    color: Black;
}

dl, dd, dt, ul, li
{
    font-size: 14px;
}
dt
{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid brown;
    font-weight: bold;
}
dd
{
    margin-left: 0;
    padding-left: 0;
}
.green
{
    width:470px !important;
}
h1
{
    font-family: 'Terminal Dosis Light', sans-serif;
    font-size:36px !important;
}

#logobar
{
    width:600px;
    text-align:center;
    position:relative;
    margin-top:-70px;
    padding-top:0px;
    margin-left:auto;
    margin-right:auto;
    background-color:White;
}
