/* Minification failed. Returning unminified contents.
(614,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
/*======= css resets =======*/
html, body, div, form, img, h1, h2, h3, h4, h5, h6, iframe, p, span, ul, ol, li, fieldset, legend {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

ul {
    text-indent: 0px;
    list-style-type: none;
}
/*===== general styles =======*/
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

/*---------------- Styles --------------------------*/
.ErrorMsg {
    color: Red;
}

.ApplicationDefaultPageHeight {
    min-height: 400px;
}

.gridBorder {
    border: solid 1px #919191;
}

.gridheader {
    background-color: #919191;
    color: White;
    font-weight: bold;
}

.SmallDescription {
    font-size: smaller;
    font-weight: bold;
}

.standardHeader {
    background-color: #ffffff;
}

.shadow {
    padding-right: 5px;
    width: 860px;
}

#main {
    padding-bottom: 10px;
}

.bottomLine {
    background-color: #026BA9;
}

.footerImage {
    height: 40px;
    width: 88px;
    border-width: 0px;
}

.leftBackground {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #99B5C9;
}

.leftNavTitle {
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 5px;
    background-color: #026BA9;
}

    .leftNavTitle a:link {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #026BA9;
    }

    .leftNavTitle a:visited {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #026BA9;
    }


.leftNavTitleAlt {
    background-color: #99B5C9;
}

.leftNavBody td {
    margin-left: 5px;
    padding-left: 5px;
}

.leftNavBody {
    color: #666666;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #EDEDED;
    font-weight: bold;
}

    .leftNavBody a:link {
        color: #666666;
        line-height: 150%;
        text-decoration: underline;
    }

    .leftNavBody a:visited {
        color: #666666;
        line-height: 150%;
        text-decoration: underline;
    }


.leftNavLinkButton a:link {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.leftNavLinkButton a:visited {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.leftNavLinkButton a:hover:active {
    color: #026BA9;
    font-weight: bold;
    text-decoration: underline;
}

.leftNavBodySmall {
    font-size: 10px;
    color: #666666;
}

    .leftNavBodySmall a:link {
        color: #666666;
        text-decoration: underline;
    }

    .leftNavBodySmall a:visited {
        color: #666666;
        text-decoration: underline;
    }

.PrintTitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.webName {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

.contentTitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.TableTitle {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
}

.contentBody li {
    padding-top: 4px;
}

.contentBody a:link {
    color: #026BA9;
}

.contentBody a:visited {
    color: #026BA9;
}

.rightTitle {
    color: #ffffff;
    padding: 2px 5px;
    font-weight: bold;
    background-color: #B8B8B8;
}

    .rightTitle a:link {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    .rightTitle a:visited {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    .rightTitle a:hover:active {
        color: #ffffff;
        font-weight: bold;
        text-decoration: underline;
    }

.rightBody {
    padding-top: 5px;
    font-weight: normal;
}

    .rightBody li {
        padding-top: 4px;
    }

    .rightBody a:link {
        color: #026BA9;
        padding-top: 5px;
    }

    .rightBody a:visited {
        color: #026BA9;
        padding-top: 5px;
    }

.rightBodySmall {
    font-size: 10px;
    padding-top: 5px;
    font-weight: normal;
}

    .rightBodySmall a:link {
        color: #026BA9;
        padding-top: 5px;
    }

    .rightBodySmall a:visited {
        color: #026BA9;
        padding-top: 5px;
    }

.search {
    font-size: 10px;
    color: #026BA9;
}

.adobeSmall {
    font-size: 10px;
    padding-top: 5px;
}

    .adobeSmall a:link {
        color: #026BA9;
        padding-top: 5px;
    }

    .adobeSmall a:visited {
        color: #026BA9;
        padding-top: 5px;
    }

.topBackground {
    background-color: #EDEDED;
}


.leftNav {
    color: #666666;
    padding: 5px;
    line-height: 150%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    background-image: url(../images/navBg_v3-grey.jpg);
    background-repeat: repeat-y;
}

    .leftNav a:link {
        color: #666666;
        text-decoration: underline;
        line-height: 150%;
    }

    .leftNav a:visited {
        color: #666666;
        text-decoration: underline;
        line-height: 150%;
    }

    .leftNav a:hover:active {
        color: #026BA9;
        text-decoration: underline;
        line-height: 150%;
    }


.topNav {
    color: #666666;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

    .topNav a {
        padding-left: .5em;
        padding-right: .5em;
    }

        .topNav a:link {
            color: #666666;
            text-decoration: none;
            font-weight: bold;
        }

        .topNav a:visited {
            color: #666666;
            text-decoration: none;
            font-weight: bold;
        }

        .topNav a:hover:active {
            color: #026BA9;
            font-weight: bold;
            text-decoration: underline;
        }

.topNavLinkButton a:link {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.DirectDepositeTopMenuLink {
    width: 100%;
    text-align: center;
    color: #666666;
    background-color: #FFFFCA;
    text-decoration: none;
}


.topNavLinkButton a:visited {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.topNavLinkButton a:hover:active {
    color: #026BA9;
    font-weight: bold;
    text-decoration: underline;
}


.globalTools {
    color: #026BA9;
    padding: 5px;
    line-height: 150%;
}

    .globalTools a:link {
        color: #026BA9;
        line-height: 150%;
        text-decoration: underline;
    }

    .globalTools a:visited {
        color: #026BA9;
        line-height: 150%;
        text-decoration: underline;
    }

.sizingTools {
    color: #FFFFFF;
    padding-right: 5px;
    padding-bottom: 5px;
}

    .sizingTools a:link {
        color: #ffffff;
        text-decoration: none;
    }

    .sizingTools a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.FAQLink {
    margin-right: 10px;
}

/*
	ALERT STYLE
*/

.AlertBalloon {
    border: thick solid #FF0000;
    /*
	position: relative;
	height: 100px; 
	top: 100%;
	margin-top: -100px;*/
}

.RadEditor {
    width: auto !important;
}

.RadImageGallery .rigThumbnailsBox, .RadImageGallery{
    background-color:transparent;
}

.plotDiv {
    width: 100%;
    height: 400px;
}

select {
    max-width: 150px;
}

.vLine {
    width: 10px;
}

.alertDiv{
    background-color:#fff;
    border:solid 1px #5baec0;
}

#center_wrapper #sidebar_left{
    float:left;
    overflow:hidden;
}
#center_wrapper #main {
    overflow: hidden;
    width: auto;
}
#center_wrapper #sidebar_right {
    float: left;
    overflow: hidden;
}
.simpleTooltip {
    font-weight: bold;
    font-size: 16px;
    color: blue;
    padding: 5px;
    cursor: help;
}
/****** layout **********/
html {
    background-color: #ffffff;
    background: url("../Customizations/Images/blue-swoosh-reverse.png") repeat-x top center;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    text-align:left;
}
/*div{
	border:1px solid red;
}*/

/*---------Main Body-----------*/

#wrapper{
	text-align:left;
}
#top{
	text-align:left;
	margin-top:0px;
}
#inner_top{
	height:inherit;
}
#banner{
    padding-right:5px;   
}
#banner{
    bottom: 263px;
    float: right;
    padding: 0px;
    position: relative;
    width: 650px;
    z-index: 999;
    background-color:transparent;
    border-bottom: white 1px solid;
    padding-top:14px;
    padding-bottom:14px;
}
#inner_footer{

}
#center_wrapper{
    overflow:hidden;
    clear:both;
    margin-top:0px;
    padding-right:10px;
    position: relative;
    bottom:40px;
}
#center_wrapper #sidebar_left
{
    float:left;
    overflow:hidden;
    /*width:150px;*/
    min-height:150px;
}
#sidebar_left table{
    width:150px !important;
}
#center_wrapper #sidebar_right{
    width:10px;
    float: left;
}
#center_wrapper #main
{
    overflow: hidden;
    width: auto;
    min-height:400px;
    text-align:left;
}

/*---------------------Header------------------------*/
#header_wrapper
{
    min-height:111px;
    position:relative;
}
#header_wrapper #header_upperRow
{
   
    text-align:right;
    vertical-align:top;
    padding-right:15px;
}
#header_wrapper #header_lowerRow
{
    position:absolute;
    left:0px;
    bottom:0px;
    text-align:left;
    vertical-align:text-bottom;
    padding-right:15px;
}

.topMenuLink
{
    max-width:250px;
}
.standardHeader {
    height: 284px;
    width: 865px;
    background: transparent;
}

#homeMap {
    padding: 100px 9px 32px 0;
    width: 40%;
    height: 120px;
    left: 715px;
}
.primaryBack {
    background: #0f4775;
    background: var(--primary);
}
.relative {
    position: relative !important;
}
/*---------------------Footer------------------------*/
#footer_wrapper {
    overflow: hidden;
    clear: both;
    width: 100%;
    position: relative;
    border-top: 3px #C0C0C0 solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topBackground{
    background-color:transparent;
}
A.SkinObject:visited
{
  text-decoration: none;
  color: #003366;
}
A.SkinObject:link {
  text-decoration: none;
  color: #003366;
}
#footer_shadow{
    width:100%;
    text-align:center;
}
.shadow{
    width:865px;
    margin:0 auto;
    padding-right: 0px;
}

#dnn_ctr410_ModuleContent{
    font-family: Arial,sans-serif;
  font-size: x-small;
    padding: 0px 20px 0px 20px;
  width: 95%;
}
A.SkinObject:visited {
  text-decoration: none;
  color: #003366;
}
A.SkinObject:link {
  text-decoration: none;
  color: #003366;
}
A:visited {
  text-decoration: none;
  color: #003366;
}
A:link {
  text-decoration: none;
  color: #003366;
}
.SkinObject {
  font-weight: bold;
  font-size: 8.5pt;
  color: #003366;
  font-family: Tahoma, Arial, Helvetica;
  text-decoration: none;
}
div.hometitlearea {
  position: absolute;
  top: 120px;
  width: 245px;
}
div.hometitlearea2 {
    position: absolute;
    top: 120px;
    width: 245px;
    left:340px;
}

.webName{
    color:#000;
}
.topNav a:link {
    padding: 14px 7px 14px 7px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    text-decoration:none;
}
.topNav{
    width:auto;
}
.logo {
    position: relative;
    bottom: 40px;
    margin: 0px 0px 0px 0px;
}
.leftNavTitle, .leftNavTitleAlt {
    background-color:transparent;
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #262626;
    text-align: left;
}

.leftNav, .leftBackground{
    background:none;
}
    .leftNav a:link {
        text-decoration: none;
        color: #003366;
    }
    .leftNav a:link:hover {
        text-decoration: underline;
        color: #ff0000;
    }
.standarFooter {
    border-bottom: none;
}
