﻿body {
}

div#maincontainer 
{    
    width: 790px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;    
    height: 800px;    
}

div#banner 
{
    position: relative; 
    top: 44px;
    width: 690px;
    height: 161px;
    margin-left: auto;
    margin-right: auto;        
}

div.logo 
{
    position: absolute;
    left: 30px;
    top: 25px;
}

div.bannernav 
{
    position: relative;
    left: 200px;
    top: 15px;
    width: 490px;
    height: 144px;    
}

div#content 
{
    position: relative;
    top: 46px;
    left: 50px;
    width: 690px;
    height: 494px;    
}

div.contentleft 
{
    position: absolute;
    top: 5px;
    left: 0px;
    width: 211px;
    height: 485px;    
}

div.contentright 
{
    position: relative;
    top: 5px;
    left: 215px;
    width: 470px;
    height: 485px;    
}

div.mybank 
{
    position: relative;
    top: 14px;
    left: 14px;  
    width: 164px;  
}

div.bankwise 
{
    position: relative;
    top: 8px;
    left: 26px;
    width: 137px;    
}

div.e-logo 
{
    position: relative; top: 0px; padding-left: 70px;    
    width: 50px;
    height: 50px;
}

div.ecbnews 
{
    position: relative;
    top: 8px;
    left: 38px;
    width: 112px;
}

div.infolinks 
{
    position: relative;
    top: 0px;
    left: 24px;
    width: 144px;
}

div.toolbox 
{
    position: relative;
    top: 0px;
    left: 2px;
    width: 471px;
}

div.maintext 
{
    position: absolute;
    /*top: 235px;  When using text */
    top: 230px; /*  When using image */
    left: 26px;
    width: 275px;    
}

div.subtext 
{
    position: absolute;
    top: 15px; 
    left: 25px;
    width: 445px;
    height: 460px;
    overflow: auto; 
}

div.ecbspecials 
{
    position: relative;
    top: 4px;
    left: 312px;
    width: 161px;
    height: 266px;    
}

div#footer 
{
    position: relative;
    top: 10px;
    left: 0px;
    width: 690px;
    height: 90px;    
}

div.footerlink 
{
    text-align: center;
    padding-top: 15px;
}

div.fdic 
{
    position: relative;
    /*top: 15px;*/
}

div.privaccept 
{
    margin-left: 10px;
    margin-right: 10px;
    width: 400px;
    /*height: 400px;
    overflow: scroll;*/
}

div.formrow 
{
    position: relative; top: 10px; left: 0px; 
    width: 400px; 
    min-height: 25px;     
}
div.formleft 
{
    display: inline; 
    float: left; 
    width: 160px; 
    text-align: right;     
}
div.formright 
{
    margin-left: 175px;     
}

/*  Calculators  */
div.calccontainer 
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.calccontent 
{
    font-family: Trebuchet MS; 
    font-size: 12px; 
    color: #333333;
}

div.proprow 
{
    position: relative;
    top: 10px; 
    width: 375px;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #333333;
}

div.label 
{    
    position: absolute;       
    width: 150px;
    text-align: right;
}

div.input 
{
    position: relative;    
    left: 160px;
    width: 425px;
    text-align: left;
}

/*  Text    */

.bannerlinks 
{    
    font-family: Franklin Gothic Medium, Arial;
    font-size: 12px;
    color: #000000;
}
a.bannerlinks:link, a.bannerlinks:visited { text-decoration: none; }
a.bannerlinks:hover { text-decoration: underline; color: #666666; }

.maintext 
{
    font-family: Franklin Gothic Medium, Arial;
    font-size: 12px;
    color: #000000;
    line-height: 1.3em;
}
a.maintext:link, a.maintext:visited { text-decoration: underline; color: #666666; }
a.maintext:hover { text-decoration: underline; color: #660000; }

.subtext 
{
    font-family: Franklin Gothic Medium, Arial;
    font-size: 12px;
    color: #000000;
    line-height: 1.3em;
}
a.subtext:link, a.subtext:visited { text-decoration: underline; color: #666666; }
a.subtext:hover { text-decoration: underline; color: #660000; }

.contentleft 
{
    font-family: Franklin Gothic Medium, Arial;
    font-size: 12px;
    color: #000000;
    line-height: 1.3em;
}
a.contentleft:link, a.contentleft:visited { text-decoration: underline; color: #666666; }
a.contentleft:hover { text-decoration: underline; color: #660000; }

.ecbspecials 
{
    font-family: Franklin Gothic Medium, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;    
}
a.ecbspecials:link, a.ecbspecials:visited { text-decoration: none; }
a.ecbspecials:hover { text-decoration: underline; color: #e0e0e0; }

.footerlink 
{
    font-family: Franklin Gothic Medium, Arial;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
}
a.footerlink:link, a.footerlink:visited { text-decoration: none; }
a.footerlink:hover { text-decoration: underline; color: #e0e0e0; }

.contenttitle 
{
    font-family: Franklin Gothic Medium, Arial;
    font-size: 16px;
    font-weight: 800;
    color: #d7b340;
    padding-bottom: 14px;
}

.privaccept 
{
    font-family: Trebuchet MS;
    font-size: 10px;
    color: #000000;
}
.homelinks 
{
    font-family: Trebuchet MS;
    font-size: 9px;
    color: #000000;
}
a.homelinks:link, a.homelinks:visited { text-decoration: none; }
a.homelinks:hover { text-decoration: underline; }

.errortext 
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}