@charset "utf-8";
/* CSS Document */
/* Author: Chad Wright */
/* http://www.goldleaf.com */
body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, img {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    list-style-type: none;
}
body {
    background-color: #FBE17F;
}
#wrapper {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FDF0BF;
    position: relative;
}
#swappableImage {
    float: right;
padding-right:1px;
    height: 496px;
    width: 483px;
background-color:#FBE17F;
}
#homeHeader {
    height: 538px;
    width: 800px;
    background-image: url(/2023/mirror/design/splashHeader-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#left    {
    height: 280px;
    width: 164px;
    background-image: url(/2023/mirror/design/leftNav-home-bg.jpg);
    background-position: center bottom;
    float: left;
    padding: 203px 20px 0px 20px;
    background-repeat: no-repeat;
    margin: 0px 0px 12px 0px;
}
#left  h1 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #5E3616;
    text-align: center;
    padding-top: 10px;
}
#left  h2 {
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    font-weight: bolder;
}
#left  #nav  {
    float: left;
    width: 164px;
}
.login {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 0px 20px 20px 20px;
}
.secondary {
    font-size: 10px;
    font-weight: bolder;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}
.login2 {
    padding-right: 5px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
}
.secondary2 {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
}

#nav     li   {
    float: left;
    position: relative;
}
#nav     ul   {
    height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav     a   {
    color: #5E3616;
    text-decoration: underline;
}
#nav  a:hover  {
    color: #5E3616;
    text-decoration: none;
}
#nav  a:visited  {
    color: #5E3616;
    text-decoration: underline;
}
.Menu {
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    width: 165px;
    margin: 0px 0px 0px 10px;
    padding: 8px 0px 0px 0px;
}
#nav  .Menu  a  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    text-decoration: none;
}
#nav  .Menu  a:hover  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}
/*#left  #nav  .Menu  a:visited  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    text-decoration: none;
}*/

/* --------------------- nav hover stuff --------------------- */
#nav ul li ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 156px; /* usually the width of the main button */
    border: 5px solid #EEEED6;
    padding: 0;
    margin: 0;
    height: auto;
}
#nav ul li ul li{
    width: 185px;
    background: #CECECE;
    padding: 3px;
    margin: 0;
    border: 1px solid #A2A2A2;
}
#nav ul li ul li ul {
    left: 192px;
    top: -6px;
}
#nav li:hover ul, #nav li:hover li:hover ul {visibility: visible;}
#nav li:hover li ul, #nav li:hover li:hover li ul {visibility: hidden;}
#nav li:hover>ul {display: block;visibility: visible;}
/* --------------------- end nav hover stuff --------------------- */

#home-topNav {
    float: right;
    width: 500px;
    padding: 15px 0px 0px 0px;
}
#home-topNav li {
    float: left;
    padding: 0px 10px 2px 10px;
}
#home-topNav  .search  {
    width: 195px;
    margin-top: 3px;
    margin-right: 3px;
}
#homeAds  {
    height: 186px;
    width: 800px;
}
#homeAds #ad1 {
    float: left;
    padding: 15px;
    height: 155px;
    width: 227px;
    background-image: url(/2023/mirror/design/ad-Phone-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#homeAds #ad2 {
    float: left;
    background-image: url(/2023/mirror/design/ad-ccard-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 155px;
    width: 282px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 1px;
}

#homeAds #ad2nt {
    float: left;
    background-image: url(/2023/mirror/images/ad2noimage.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 155px;
    width: 282px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 1px;
}

#homeAds #ad2nt p{
font-size: 11px;
line-height:100%;
padding-top: 6px;
padding-left: 5px;

}
#homeAds #ad2nt ul{
    list-style-position: outside;
    list-style-type: disc;
margin-left:20px;
padding-right:3px;

}

#homeAds #ad2nt li{
font-size:11px;
list-style-type: disc;

}


#homeAds #ad3 {
    float: left;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-image: url(/2023/mirror/design/ad-club-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    height: 155px;
    width: 227px;
}
#homeAds #ad3alternate {
    float: left;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-image: url(/2023/mirror/images/ad_bottom_right.gif);
    background-repeat: no-repeat;
    background-position: right center;
    height: 155px;
    width: 227px;
}
#homeAds h1 {
    font-size: 14px;
    font-weight: bolder;
    color: #5E3616;
    text-align: center;
    padding: 15px 0px 15px 0px;
}

#homeAds h2 {
    font-size: 17px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
    padding-bottom: 13px;
}
#homeAds h3 {
    font-size: 17px;
    font-style: italic;
    text-align: center;
    padding-bottom: 12px;
}

#homeAds h4 {
    font-size: 11px;
    font-weight: bold;
    color: #5E3616;
    text-align: justify;
    padding: 10px;
}

#homeAds    p  {
    font-size: 10px;
    padding-left: 8px;
    line-height: 1.1em;
}
#ad1 .ad1 {
    width: 126px;
    padding-bottom: 12px;
    height: 45px;
}
#ad2 .ad2 {
    width: 165px;
    padding-bottom: 12px;
    height: 45px;
}


#ad3 .ad3 {
    padding-top: 32px;
    width: 126px;
    padding-bottom: 12px;
    height: 45px;


}

#ad3alterate .ad3alternate {
    padding-top: 26px;
    width: 126px;
    padding-bottom: 12px;
    height: 145px;
font-size: 12px;
padding-left: 8px;
    line-height: 1.1em;

}

.learnMore  #ad2 a ,{
    color: 990000;
    text-decoration: underline;
    font-weight: bold;
}

#homeAds .learnMore {
    float: left;
    background-image: url(/2023/mirror/design/learnMore-arrow.jpg);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin-left: 8px;
}
#homeAds   a  {
    color: #990000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    padding: 0px 0px 0px 7px;
}
#homeAds    a:hover  {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}
#homeAds      a:visited   {
    color: #990000;
    text-decoration: underline;
    font-weight: bold;
}
.search  #search  {
    font-size: 11px;
    vertical-align: middle;
}
.search  label  {
    float: left;
}
.search  #search_btn  {
    float: right;
    margin-top: 2px;
}
#home-topNav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}
#home-topNav a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #FBE17F;
    text-decoration: none;
}
#home-topNav a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}
.search  {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}
#footer {
    height: 135px;
    width: 800px;
}
#bottomNav  {
    height: 45px;
    width: 800px;
    background-image: url(/2023/mirror/design/bottom-nav-bg.jpg);
    background-repeat: repeat-x;
}
#bottomNav ul {
    padding-left: 15px;
    padding-right: 15px;
}

#bottomNav .large {
    float: left;
    padding-right: 15px;
    padding-top: 12px;
}
#bottomNav .large a {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#bottomNav  .large  a:hover {
    font-size: 11px;
    color: #FBE17F;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
/*#bottomNav  .large  a:visited {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}*/
#bottomNav .small {
    float: right;
    padding-left: 15px;
    padding-top: 10px;
}
#bottomNav .small a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
#bottomNav  .small  a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FBE17F;
    text-decoration: none;
}
.powered_by a {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}
.powered_by a:hover {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
.powered_by a:visited {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}

/*#bottomNav  .small  a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}*/
#notices {
    width: 720px;
    height: 75px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    background-color: #F6F6E8;
}
#notices .notice {
    width: 684px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 3px;
}
#notices .copyright {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#logos {
    float: right;
    height: 75px;
    width: 80px;
    background-color: #F6F6E8;
}
 
 #fdic {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #666666;
    position: absolute;
    visibility: hidden;
    height: 200px;
    width: 320px;
    left: 250px;
    top: 400px;
    font-size: 10px;
    text-align: left;
    padding: 8px;
    background-color: #FFFFCC;
color:#000;
}