﻿body {
    margin:0px 0px 0px 0px;
    background-color:white;
    background-image:url(../images/stretch-backround-1px.gif);
    background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    direction:ltr;
    text-align:left;
    font-size:15px;
    color:#777777;
}

img 
{
    border-width:0px;
}

.header 
{
    clear:both;
    float:left;
    top:0px;
    background-image:url(../images/header.gif); 
    width:789px; 
    height:319px;
}

#flashHeader
{
    margin-left:266px;
    margin-top:26px;
}
 
.Menu:hover {
    background-image:url(../images/hoverMenu.gif);
}

.Menu {
    color:#28b350;
    font-weight:bold;
    width:93px;
    height:28px;
    font-size:14px;
    cursor:pointer;
    background-image:url(../images/backMenu.gif);
    float:left;
    text-align:center;
}

.Menu.ThisPage {
    background-image:url(../images/hoverMenu.gif);
}

#leftCol {
    margin-left:8px;        
    margin-top:9px;
    float:left;
    overflow:hidden;
}

.leftMenuItem {
    margin-top:2px; 
    padding:10px 0px 0px 0px;
    color:#4a4a4a; 
    font-weight:900;
    width:187px; 
    height:20px; 
    background-color:#f1f6ee;
    vertical-align:middle;
    text-indent:20px;
    font-size:12px;
}

.leftMenuItemA {
    color:#4a4a4a;
    
}

.leftMenuItemA:hover {
    color:#e7be0c;
}

#searchStrip
{
    margin-top:10px;
}

#searchForm {
    background-image:url(../images/searchBack.gif);
    width:188px;
    height:79px;
}

#txtSrch {
    margin-left:23px;
    margin-top:15px;
}

#searchImg {
    margin-left:82px;
    margin-top:5px;
    cursor:pointer;
}

#branchesForm {
    margin-top:15px;
    background-image:url(../images/branches_backround.gif);
    width:188px;
    height:56px;
    text-align:center;
}

#branchesSelect {
    margin-top:18px;
    width:160px;
}

#footerMenu 
{

    clear:left;
    text-align:center;
    font-size:smaller;
    color:#4a4a4a; 
    padding:35px 0px 0px 0px;
}

#credits {
    font-size:12px;
    color:#4a4a4a;
    margin-left:270px;
    margin-top:8px;
}

a {
    text-decoration:none;
    color:#4a4a4a;
}

#PageContainer {
    text-align:left; 
    width:789px;
}

#leftBanner {
    margin-top:15px; 
    cursor:pointer;        
}

.footerMenuItem:hover 
{
    text-decoration:underline;
}