﻿@import url(global_styles.css);


#HomeHeaderContainer
{
    width: 800px;
    color: #ffffff;
    text-align: right;
    margin: 20px auto auto auto;    
}

#HomeHeaderContainer img
{
    display: inline;    
}

#topContainer
{
    width: 100%;
    height: 330px;
    background: inherit;
    position: relative;
    float: left;
    overflow: hidden;
}

#topImg
{
    width: 100%;
    height: 300px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#nextBtn
{
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 760px;
    z-index: 3;
}

#globalHomeNavContainer
{
    width: 100%;
    height: 205px;
    position: absolute;
    top: 125px;
    left: 0px;
    z-index: 4;
}


#globalHomeNormal
{
    width: 100%;
    position: absolute; 
    top: 170px;
    left: 0px;
    padding: 7px 0px 7px 0px;
    border-top: solid 1px #ffffff;
    background: #d76524;
    z-index: 5;
    text-align: center;
    color: #ffffff;
}

#globalHomeNormal a:link, #globalHomeNormal a:hover, #globalHomeNormal a:visited
{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}


#introContainer
{
    width: 760px;
    height: 200px;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
}

#introContainer #imgContainer
{
    width: 270px;
    float: left;
    background: inherit;
}

#introContainer #txtContainer
{
    width: 435px;
    float: left;
    color: #6a93aa;
    background: inherit;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 30px;
    line-height: 16px;
    background: inherit;
}

#footerHome
{
    width: 100%;
    float: left;
    text-align: center;
}

#footerHome a
{
    color: #6a93aa;
}





/* Accordion */
.accordionHeader
{
    border-bottom: 1px solid #ffffff;
    color: white;
    background-color: #0f3968;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    padding: 5px 5px 5px 32px;
    position: relative;
}

.accordionHeader:hover
{
    background-color: #d76524;
}

.imgBtn
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.accordionHeaderSelected
{
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background-color: #d76524;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 5px 5px 32px;
}

.accordionContent
{
    background-color: #97adbf;
    border-bottom: 1px solid #ffffff;
    border-top: none;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

.prevContainer
{
    width: 260px;
    float: left;
    background-color: #0f3968;
    min-height: 430px;
    height: auto !important;
    height: 430px;
}

.prevImages
{
    width: 260px;
    height: 201px;
    border-bottom: solid 1px #ffffff;
    background-color: #97adbf;
    overflow: hidden;
    float: left;
}

.imgBorders
{
    display: block;
    margin: 3px 3px 3px 3px;
}


#midContainer
{
    width: 260px;
    overflow: hidden;
    float: left;
    background-color: #0f3968;
    border-left: solid 10px #ffffff;
    border-right: solid 10px #ffffff;
    min-height: 430px;
    height: auto !important;
    height: 430px;
}

.navContainer
{
    width: 260px;
    float: left;
    border-bottom: solid 1px #ffffff;
}


.titleLink
{
    display: block;
    font-size: 12px;
    background-color: #0f3968;
    padding: 5px 10px 5px 32px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.navLink
{
    display: block;
    background-color: #0f3968;
    padding: 5px 10px 5px 32px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.navLink:hover
{    
    background-color: #d76524;
}



.subLink
{
    display: block;
    background-color: #0f3968;
    padding: 5px 10px 5px 58px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.subLink:hover
{
    background-color: #d76524;
}


/* Text and links */
h1.title
{
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.prevContainer a, .prevContainer a:hover, #midContainer a, #midContainer a:hover
{   
    font-size: 12px;
    color: #ffffff;
}

/* Misc */
.prevContainer img
{
    display: block;
    float: left;
    border-width: 0px;
}

#midContainer img
{
    display: block;
    float: left;
    border-width: 0px;
}


.modal399
{
    width: 525px;
    height: 460px;
    text-align: center;
    z-index: 100;
}

.modal399 input, .modal399 a
{
    color: #ffffff;
    font-weight: bold;
}