/* CSS Document */

.reddot {
  color: red;
  font-size: 12px;
  font-style: Arial;
  z-index: 1000;
position: absolute;
}
.reddot_toolbar {
  width: 250px;
  background-color: white;
  border: 1px solid #3355ff;
  margin: 0px 0px 10px 0px;
  padding: 3px 0px 3px 0px;
  text-align: left;
z-index: 1000;
position: absolute;
  
}
/* GENERAL SETUP */
p {
    letter-spacing: normal;
    /*text-indent: 3px;*/
    word-spacing: normal;
    list-style-position: inside;
    list-style-type: circle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
}
ul.bullets {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body {
    background-color: #FFFFFF;
}
a {
    text-decoration: none;
    color: #cc9900;
}
a:hover {
    color: #666666;
    text-decoration: underline;
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 5px;
    margin: 0px;
}
h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
h3 {
    font-size: 14px;
    white-space: nowrap;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 10px;
}
.kidsheader {
    color: #000000;
    border-bottom: thin dotted #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.bold {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}
/*This is the Featured product area*/
#FeaturedProductBox {
    background-color: #EFDCA0;
    margin: 0px;
    padding: 0px;
    height: 243px;
    width: 255px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 186px;
    left: 580px;
}
/*This is the area we will add scrolling text to*/
#ScrollingTextBox {
    background-color: #EFDCA0;
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 4px 0 0 0;
    height: 25px;
    width: 830px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 159px;
    left: 5px;
}
/*This is the box where we put the HEADER IMAGE (gray-to-white gradient) NO TEXT CONTENT!*/
#HeaderBox {
    margin: 0px;
    padding: 0px;
    height: 112px;
    width: 834px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 1px;
    left: 1px;
    background: #ffffff;
    /*background-image: url(/2279/mirror/design/FooterGradientGrayBG.jpg)*/;
}
/*This is nothing more than the BANK LOGO - a transparent PNG - not text!*/
#HeaderBankLogoBox {
    margin: 0px;
    padding: 0px;
    height: 88px;
    width: 195px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 8px;
    left: 21px;
    }
/*This is the TEXT ONLY floating box where Home, Contact us, and About Us goes... */
#HeaderNavTextBox {
    margin: 0px;
    padding: 0px;
    height: 14px;
    width: 175px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 18px;
    left: 645px;
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
/*This is the TEXT ONLY floating box where bank INFO (address & info) goes... */
#HeaderBankInfoTextBox {
    margin: 0px;
    padding: 5px 0 0 0;
    height: 15px;
    width: 553px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 101px;
    left: 19px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
/*This is the box with ONLINE BANKING info, in a table, with a TAN-to-LIGHT TAN GRADIENT BG!*/
#OnlineBankingBox {
    margin: 0px;
    padding: 0px;
    /*height: 80px;*/
height:100px;
    width: 255px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    /*top: 52px;*/
top:32px;
    left: 580px;
    background-image: url(/2279/mirror/design/onlineBGGradient2.jpg);
    }
.login-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
#OnlineBanking {
    /*padding-left: 10px;*/
margin-left:  -15px;
}
#OnlineBanking h3 {
    margin: 0px 0px 0px 25px;
}
.fields {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

#OnlineBanking a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

#OnlineBanking a:hover {
    color: #666666;
    text-decoration: underline;
}
#OnlineBanking form {
    margin: 0px;
    padding: 0px;
}
#OnlineBanking select {
   width:174px;

}
#OnlineBanking #submit {
   margin-left:8px;

}


/*This is the NAVBAR Box- a holder that keep the navbar IMAGE in place, NO TEXT!*/
    #NavbarBox {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    height: 32px;
    width: 830px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 125px;
    left: 5px;
    background-image: url(/2279/mirror/design/NavbarGradient.jpg);
}
/*This is the NAVBAR TEXT Box- a holder that keep the navbar TEXT in place, NO IMAGES!!*/
    #NavbarText {
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 812px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 132px;
    left: 15px;
    z-index: 50;
    color: #FFFFFF;
}
/*----------------top nav functionality------------------*/

#nav{
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#nav ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav ul li {
    display: block;
    text-align: left;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#nav ul li a {
    PADDING-RIGHT: 0px;
    /*WIDTH: 138px;*/
    color: #efdca0;
    text-decoration: none;
    display: block;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 8px;
}
#nav ul li a:hover {
    color: #FFFFFF;
    text-decoration:underline;
}
#nav ul li ul{
    width: 138px;
        visibility: hidden;
        position: absolute;
        z-index: 10;
    margin-left: -15px;
    margin-top: -3px;
}
#nav ul li ul li{
    text-align:center;
    padding: 0;
    margin: 0;
}
#nav ul li ul li a {
    background: #222222;
    display: block;
    width: 138px;
    padding: 5px 1px 5px 1px;
}

/* hide drop downs until you hover over main button */
#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;
}
/* do the normal show, with increased specificity, for good browsers */
#nav li:hover>ul {
 display: block;
 visibility: visible;
}

/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #nav li ul {
 display: none;
}


/*This is the PICTURE Box- a holder that keep the picture in place on the HOME PAGE*/
    #HomePictureBox {
    margin: 0px;
    padding: 0px;
    height: 377px;
    width: 572px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 186px;
    left: 6px;
}
/*This is the WEATHER Box- a holder that keep the WEATHER STUFF in place*/
    #WeatherWatchBox {
    margin: 0px;
    padding: 0px;
    height: 167px;
    width: 253px;
    position: absolute;
    visibility: visible;
    top: 432px;
    left: 580px;
    border: 1px solid #CCCCCC;
}
/*This is the MARKET WATCH Box- a holder that keep the MARKET STUFF in place*/
    #MarketWatchBox {
    margin: 0px;
    padding: 0px;
    height: 167px;
    width: 253px;
    position: absolute;
    visibility: visible;
    top: 607px;
    left: 580px;
    border: 1px solid #CCCCCC;
}
/*This is the Welcome Text Home Box- a holder that keep the Welcome text in place on the HOME PAGE*/
    #WelcomeTextHomeBox {
    margin: 0px;
    padding: 0 15px 0 15px;
    height: 189px;
    width: 540px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 570px;
    left: 5px;
}
    #WelcomeTextHomeBox p{
    text-align:justify;
    }

/*This is the box where we put the FOOTER IMAGE (gray-to-white gradient) ON HOME PAGE ONLY!!!!*/
#FooterBox {
    margin: 0px;
    padding: 0px;
    height: 112px;
    width: 834px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 776px;
    left: 1px;
    background-image: url(/2279/mirror/design/FooterGradientGrayBG.jpg);
}
#FooterBox p, #FooterTextBox p {
    font-size: 9px;
}
/*This is the box where we put the FOOTER TEXT CONTENT on INTERIOR PAGES ONLY!!!!!*/
#FooterTextBox {
    margin: 0px;
    padding: 0px;
    height: 112px;
    width: 834px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    /*position: absolute;*/
    visibility: visible;
    /*top: auto;*/
    left: 1px;
    background-image: url(/2279/mirror/design/FooterGradientGrayBG.jpg);
}
/* THIS IS EXCLUSIVE INTERIOR HTML PAGE STUFF */
/*This is the INTERIOR HEADline Box- a holder that keeps the INTERIOR HEADLINE in place (with BG)*/
    #IntHeadlineBox {
    margin: 0px;
    padding: 0px;
    height: 31px;
    width: 830px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 162px;
    left: 5px;
    background-color: #cc9900;
    background-image: url(/2279/mirror/design/InteriorTitleBar1.jpg);
    background-repeat: repeat-x;
    text-indent: 12px;
}
/*This is the INTERIOR MAIN BODY Box- a holder that keeps the INTERIOR MAIN BODY in place (with content scroll)*/
    #IntMainBodyBox {
    margin: 0px;
    /*height: 245px;*/
    padding: 10px 15px 0 15px;
    width: 799px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    top: 202px;
    left: 5px;
    background-image: url(/2279/mirror/design/InteriorBodyBG1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    scrollbar-base-color: #FFFFFF;
    scrollbar-arrow-color: #cc9900;
    scrollbar-3dlight-color: #000000;
    scrollbar-track-color: #000000;
}
#IntMainBodyBox p {
    text-align: justify;
}
#IntMainBodyBox img {
    /*padding: 0 0 10px 10px;
    margin: 0;*/
    margin: 0 0 10px 10px;
    padding: 0;

    border: 2px solid #f3e4b7;
}
 
.breadcrumb {
    visibility: hidden;
}
 


#OnlineBanking {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
