﻿body 
{
    background:#fff;
    margin:0; padding:0;
    font-size:12px; font-family:Arial;
}
input, textarea, select {font-size:12px; font-family:Arial;}

#container
{
    width:780px;
    margin: 0 auto;
    border: 1px solid #ededed;
    border-width: 0px 1px 1px;
}

#topbanner
{
    background:url('../images/combanklogonew.jpg') no-repeat left;
    border-bottom: 1px solid #ededed;
    height:63px; margin-bottom:8px;    
    font-size:14px; color:#b4b2b1;
    text-align:right; padding: 10px 10px 0 0;
}
#topbanner a{color:#b4b2b1; text-decoration:none; font-size:14px;}
#topbanner a:hover{color:#000;}

a{color:#666766; text-decoration:none; font-size:12px;}
a.navbar{color:#666766; text-decoration:none; font-size:14px; margin:0 6px;}
a:hover{color:#000;}

#colorbar
{
    height:15px;
    background:url('../images/colorbar.gif') no-repeat left #ededed;    
    margin-top:3px; /* corresponds to topbanner's bottom margin */
}

/* Start Drop Navigation */

#dropmenu{
position:absolute;
border:2px solid #676767;
z-index:999999;
margin:20px 0 0 -4px;
padding-bottom:8px;
background:#fff;
}

#dropmenu a{
width: 140px;
display: block;
text-indent: 3px;
background:#fff;
padding-left:15px;
text-decoration: none;
font-weight: bold;
font-weight:bold;
line-height:18px;
z-index:999px;
}
#dropmenu a.blue{border-bottom: 1px dotted #0082a3; color:#79a3b2;}
#dropmenu a.blue:hover{color:#004658; background: #c6d7dd url('../images/PB/navbarhov.gif') left no-repeat;}

#dropmenu a.orange{border-bottom: 1px dotted #de8426; color:#efba00;}
#dropmenu a.orange:hover{color:#de8426; background: #ffefb9 url('../images/BB/navbarhov.gif') left no-repeat;}

#dropmenu a.red{border-bottom: 1px dotted #df4926; color:#df4926;}
#dropmenu a.red:hover{color:#a51f00; background: #ffe0d9 url('../images/morthome/navbarhov.gif') left no-repeat;}

#dropmenu a.yellow{border-bottom: 1px dotted #ffa200; color: #ea7e0f;}
#dropmenu a.yellow:hover{color:#ea7e0f; background: #ffe190 url('../images/bb/navbarhov.gif') left no-repeat;}


#dropmenu a.navy{border-bottom: 1px dotted #162263; color:#162263;}
#dropmenu a.navy:hover{color:#000; background: #d3daff url('../images/contact/navbarhov.gif') left no-repeat;}

/* End Drop Navigation */

/* Content - see individual page css*/
#content
{
    border-top: 1px solid #ededed;
    padding:4px 0px;
    margin-top:15px;
}

/* footer */

.addr
{
    color:#a99c8f;
    font-weight:bold;
    font-size:12px;
    margin:20px 0px 5px 0px;
    text-align:left;
    clear:both; 
    border-bottom: 15px solid #c4c4c4;   
    padding:0 0 5px 20px;
}

#footer{}
#footer a{font-size:11px;}

.imglinks{float:left; margin:0px 0 0 10px;}
.footerlinks
{
    float:right; 
    margin: 8px 10px 0 0;
    width: 630px;
    text-align: right;
}

.fleft{float:left;}
.fright{float:right;}
.fclear{clear:both;}

/* Originally from Morthome CSS */
h3
{
    display:block; width:343px; height:19px;
    background:#a3a3a3 url('../images/bb/harrow.gif') no-repeat left;
    color:#fff; font-size:13px; font-weight:bold;
    margin: 0 0 5px 0; padding:2px 0 0 30px;
}

h2{font-size:18px; color:#ed5836; margin:5px 5px 0 0; font-family:Arial; font-weight:normal;}

/* seemingly all*/
.graybar{background:#e0e5e8; height:10px;}

#onlineloginbutton
{
	background:url(../images/online/logonbutton.gif);
	width:198px; height:87px;
	float:left;
	margin-bottom:10px;
	padding:25px 0 0 75px;
}