﻿/* CSS Document */

body
{
    margin: 0px;
    color: #53565A;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 14px;
    line-height: 130%;
    background-color: #FFFFFF;
}

h1
{
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    line-height: 110%;
    color: #FFF;
}
h2
{
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    line-height: 110%;
    color: #003594;
    margin-top: 0.5em;
}

h3
{
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    color: #003594;
    margin-top: 30px;
    margin-bottom: 0px;
}

h4
{
    /* use for headings on guidelink-white */
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #003594;
    margin-top: 0px;
    margin-bottom: 0px;
}

#wrapper
{
    margin-left: 25px;
    margin-right: 25px;
    clear: both;
}

#uppercontent
{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    clear: both;
    z-index: 0;
    background-color: #003594;
    margin-top: 81px;
}
/*
#uppertextbox
{
    background-color: #003594;
    width: 48%; 
    line-height: 32.15px;
    padding: 20px 15px;
  float:left;
}

#upperimagebox
{
    background-color:Fuchsia;
    height: 100%;
    width:48%;
   float:right;
   display:inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}*/


#uppertextbox
{
    padding: 20px 15px;
    float: left;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 15px;
    line-height: 21.4333px;
    min-height: 1px;
    padding: 0px;
    position: relative;
    right: 66.6%;
    width: 33.3%;
    height: 100%;
}
#upperimagebox
{
    float: left;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 15px;
    left: 33.3%;
    line-height: 21.4333px;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width: 66.6%;
    height: 100%;
    overflow: hidden;
}
#uppertextcontent
{
    padding: 15px;
    color: #FFF;
}
.menuImage
{
    min-width: 45em;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    font-size: 15px;
    color: #53565A;
    font-family: "Poppins-Light" , Sans-serif, Arial;
}

#main
{
    width: 45%;
    right: auto;
    float: left;
    margin-left: 0%;
    margin-top: 10px;
}

#sidebar
{
    width: 45%;
    float: left;
    margin-left: 10%;
    margin-top: 10px;
}

#main-white
{
    width: 45%;
    right: auto;
    float: left;
    margin-left: 0%;
    margin-top: 10px;
    background-color: #fff;
}

#sidebar-white
{
    width: 45%;
    float: left;
    margin-left: 10%;
    margin-top: 10px;
    background-color: #fff;
}

#list
{
    color: #003594;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 14px;
    line-height: 170%;
}

#list-white
{
    color: #003594;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 14px;
    background-color: #fff;
    line-height: 170%;
}

#list-blacktext
{
    color: #53565A;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    font-size: 14px;
    background-color: #fff;
    line-height: 170%;
}


p.white
{
    color: #FFF;
}
/*
#nav a
{
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

#nav a:link
{
    color: #003594;
    text-decoration: none;
}

#nav a:visited
{
    color: #003594;
    text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus
{
    color: #FFFFFF;
    text-decoration: underline;
}

a.text:link
{
    color: #003594;
    text-decoration: none;
}

a.text:visited
{
    color: #0099FF;
    text-decoration: none;
}

a.text:hover
{
    text-decoration: underline;
    color: #E4002B;
}

a.text:active
{
    color: #003594;
    text-decoration: none;
}
*/
#imageright
{
    /*floats the image on the right side in a paragraph*/
    float: right;
    margin: 5px;
}


#clear
{
    /* clears the imageright float above*/
    clear: both;
}


img.displaycenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}



.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#framecenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.linkButtonShell
{
    background-color: #003594; /* Safari 4-5, Chrome 1-9 */ /* Safari 5.1, Chrome 10+ */ /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */ /* fallback */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003594', EndColorStr='#000000');";
    zoom: 1;
    color: #FFF;
    border: 1px solid #003594;
    width: 143px;
    margin: 1px;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #003594, #000000); /* IE */ /* IE */
}

.linkButton
{
    color: white;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 2px;
    text-align: center;
}

.linkButtonShell2
{
    background-color: #003594; /* Safari 4-5, Chrome 1-9 */ /* Safari 5.1, Chrome 10+ */ /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */ /* fallback */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003594', EndColorStr='#D9D9D6');";
    zoom: 1;
    color: #FFF;
    width: 143px;
    margin: 10px 1px 20px;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #003594, #D9D9D6); /* IE */ /* IE */
}

.linkButton2
{
    color: white;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 2px;
    text-align: center;
}

#spacer
{
    margin-top: 5px;
    margin-bottom: 25px;
}

.linkButtonShell3 /* button expands relative to the text  */
{
    background-color: #003594; /* Safari 4-5, Chrome 1-9 */ /* Safari 5.1, Chrome 10+ */ /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */ /* fallback */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003594', EndColorStr='#D9D9D6');";
    zoom: 1;
    color: #FFF;
    margin: 10px 1px 20px;
    border-radius: 5px;
    padding: 6px 20px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-image: linear-gradient(to bottom, #003594, #D9D9D6); /* IE */ /* IE */
}

.linkButton3
{
    color: white;
    text-decoration: none;
    width: 100%;
    padding: 2px;
    text-align: center;
}

#topMenu
{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1560px;
    height: 80px;
    background-color: #FFFFFF;
    z-index: 99;
    border-bottom: 1px solid #d9d9d7;
    left: 0;
}
#topMenu .home-link
{
    display: block;
    width: 200px;
    position: absolute;
    top: 5px;
    left: 0px;
    padding: 22px;
}

#topMenu img, video
{
    max-width: 100%;
    height: auto;
}

#topMenu .main-navigation
{
    line-height: 80px;
    font-family: "Poppins-Light" , Sans-serif, Arial;
    color: #53565A;
}
#topMenu .main-navigation ul
{
    list-style: none;
}
#topMenu .main-navigation li
{
    display: inline-block;
    padding: 0 10px;
}

#topMenu .main-navigation a, #topMenu .main-navigation a:visited
{
    color: #53565A;
    text-decoration: none;
}
#topMenu .main-navigation a:hover, #topMenu .main-navigation a:active, #topMenu .main-navigation a:focus
{
    color: #999;
}
.linkButtonShell2 a:hover
{
    color: #FFF;
}
