﻿ul
{
    margin-left:20px;
    margin-bottom:10px;
    list-style-type:square;
}

ol
{
    margin-left:20px;
}

#header
{
    background:url(../images/header-back.png) repeat-x;
    height: 147px;
    width:100%;
}

#header-content
{
    width:950px;
    margin:auto;
    margin-top:30px;
}

#logo
{
    text-align:left;
}

.logo
{
    width:183px;
    border-right:2px solid #231f20;
    height:100%;
    float:left;
    margin-left:20px;
}

p.tagline
{
    font-size:18px;
    float:left;
    font-weight:bold;
    width:200px;
    margin:5px 0px 0px 10px;
}

.contact
{
    text-align:right;
}

.contactlogo
{
    margin-top:2px;
}

.contactlogo-top
{
    margin-bottom:5px;
}
 
.menu-left
{
    background:url(../images/menu-left.png) no-repeat;
    width:5px;
    height:38px;
    float:left;
} 

.menu-right
{
    background:url(../images/menu-right.png) no-repeat;
    width:5px;
    height:38px;
    float:left;
}   

#menu
{
    background:url(../images/menu-middle.png) repeat-x;
    height:38px;
    width:939px;
    float:left;
}

.menu
{
    list-style-type:none;
    margin:7px 0 0 0;
    padding:0;
    height:26px;
    font-size:13px;    
    display:inline-block;
}

.menu li
{
    display:block;
    float:left;
    width:80px;
    padding:3px 20px;
    text-align:center;
    font-weight:bold;
    border-right:1px solid white;
}

.menu li.menu-last
{
    border:0;
}

.menu li.language
{
    border:0;
    width:200px;
    text-align:right;
    padding:4px 0px 0px 0px;
}

.menu li.language a
{
    color:Black;
    display:inline;
}

.menu li.language a:hover
{
    text-decoration:underline;
}

.menu li a
{
    height:20px;
    color:white;
    display:block;

}

.menu li a:hover
{
    text-decoration:none;
    color:Black;
}

#twitter_div_left
{
    background:url(../images/news-left.png) no-repeat;
    width:5px;
    height:43px;
    float:left;
}

.twitter-news
{
    width:80px;
    border-right:1px solid black;
    padding:5px 0px;
    margin-top:8px;
    float:left;
    text-align:center;
}

.twitter-feed
{
    float:left;
    width:844px;
    margin-top:12px;
    margin-left:15px;
    
}

#twitter_div
{
    height:43px;
    background:url(../images/news-middle.png) repeat-x;
    color:black;
    font-size:12px;
    float:left;
    width:940px;
}

#twitter_div_right
{
    background:url(../images/news-right.png) no-repeat;
    width:5px;
    height:43px;
    float:left;
}

#twitter_div a
{
    color:black;
}

#twitter-link
{
    font-weight:bold;
    color:white;
}

#twitter_update_list
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#main-content
{
    background:url(../images/home-content-back.png) repeat-y;
    width:950px;
    margin:0 auto;
    padding:0;
}

#boxes
{
    width:900px;
    margin:auto;
    padding-top:30px;
}

#consumers
{
    width:270px;
    float:left;
    margin-right:42px;
}

.consumer-top
{
    background-color:#fcebeb;
    border:1px solid #fdadb0;    
}

.consumer-top-content
{
    width:240px;
    margin:auto;
    text-align:justify;
}

.consumer-top-content h2
{
    color:#b20f15;
    margin:0px 0px 5px 0px;
    padding:0;
    font-size:23px;
}

.consumer-bottom
{
    padding:8px 0px;
    text-align:center;
    width:270px;
    background-color:#b20f15;
    color:White;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}

#business
{
    width:270px;
    float:left;
    margin-right:42px;
}

.business-top
{
    background-color:#effef5;
    border:1px solid #97e69a;
}

.business-top-content
{
    width:240px;
    margin:auto;
    text-align:justify;
}

.business-top-content h2
{
    color:#09903c;
    margin:0px 0px 5px 0px;
    padding:0;
    font-size:23px;
}

.business-bottom
{
    padding:8px 0px;
    text-align:center;
    width:270px;
    background-color:#09903c;
    color:White;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}

#banks
{
    width:270px;
    float:left;
}

.banks-top
{
    background-color:#eff8fe;
    border:1px solid #9ed0fb;
}

.banks-top-content
{
    width:240px;
    margin:auto;
    text-align:justify;
}

.banks-top-content h2
{
    color:#00559f;
    margin:0px 0px 5px 0px;
    padding:0;
    font-size:23px;
}

.banks-bottom
{
    padding:8px 0px;
    text-align:center;
    width:270px;
    background-color:#00559f;
    color:White;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}


#consumers a, #business a, #banks a
{
    color:White;
}

#consumers img, #business img, #banks img
{
    margin:13px 0px;
}

p.inner
{
    width:175px;
}

a.find-out-more
{
    font-weight:bold;
    font-size:16px;
}

/* ---- Inner ---- */

#inner-content
{
    width:900px;
    margin:20px auto 0px auto;
    padding:0;
}

#inner-boxes
{
    margin-top:20px;
}

.inner-box
{
    width:213px;
    float:left;
    margin-right:15px;
}

.inner-box-right
{
    width:213px;
    float:left;
}

.inner-box-back
{
    background-color:#f1f1f2;
    width:213px;
}

.inner-box-content
{
    width:198px;
    margin:auto;
    text-align:center;
}

.inner-box-content img
{
    height:75px;
    margin:20px 0px 15px 0px; 
}

.inner-box-content p
{
    display:block;
    padding-bottom:10px;
    font-size:13px;
}

.inner-box-top-blue
{
    width:213px;
    padding:5px 0px;
    text-align:center;
    background-color:#00559f; 
}

.inner-box-top-green
{
    width:213px;
    padding:5px 0px;
    text-align:center;
    background-color:#09903c; 
}

.inner-box-top-red
{
    width:213px;
    padding:5px 0px;
    text-align:center;
    background-color:#b20f15; 
}

.inner-box-top-purple
{
    width:213px;
    padding:5px 0px;
    text-align:center;
    background-color:#60169f; 
}


.inner-box-top-blue a, .inner-box-top-green a, .inner-box-top-red a, .inner-box-top-purple a
{
    color:White;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
}


/* ---- Content ---- */

#content-left
{
    width:660px;
    margin:10px 60px 0px 0px;
    float:left;
}

#content-left h1
{
    font-weight:bold;
    font-size:23px;
    padding:0;
    margin:0px 0px 10px 0px;
    display:block;
    color:black;
}

#content-left h2
{
    color:#60169f;
    padding:0;
    font-size:18px;
    font-weight:normal;
    margin:0px 0px 20px 0px;
    display:block;
}

#content-left h3
{
    font-weight:bold;
    font-size:16px;
    color:#2c92ec;
    margin:0 0 10px 0;
    display:block;
    border-bottom:1px solid #2c92ec;
    padding:0;
}

#content-left h4
{
    font-weight:bold;
    font-size:14px;
    color:black;;
    margin:0;
    padding:0;
}

#content-left p
{
    font-size:12px;
    text-align:justify;
    margin:5px 0px 20px 0px;
}

#content-right
{
    width: 180px;
    float:left;
    margin-top:10px;
}

#content-boxes
{
    margin-bottom:20px;
}

.content-box
{
    width:180px;
    margin-bottom:15px;
}

.content-box-bottom
{
    width:180px;
}

.content-box-back
{
    background-color:#f1f1f2;
    width:180px;
}

.content-box-content
{
    width:170px;
    margin:auto;
    text-align:center;
}

.content-box-content img
{
    height:75px;
    margin:20px 0px 15px 0px; 
}

.content-box-content p
{
    display:block;
    padding-bottom:10px;
    font-size:13px;
}

.content-box-top-blue
{
    width:180px;
    padding:5px 0px;
    text-align:center;
    background-color:#00559f; 
}

.content-box-top-green
{
    width:180px;
    padding:5px 0px;
    text-align:center;
    background-color:#09903c; 
}

.content-box-top-red
{
    width:180px;
    padding:5px 0px;
    text-align:center;
    background-color:#b20f15; 
}

.content-box-top-purple
{
    width:180px;
    padding:5px 0px;
    text-align:center;
    background-color:#60169f; 
}


.content-box-top-blue a, .content-box-top-green a, .content-box-top-red a, .content-box-top-purple a
{
    color:White;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}


.client-boxes
{
    margin-top:30px;
}

.client-box
{
    width:200px;
    border:0px solid black;
    padding-bottom:10px;
    float:left;
    margin-right:30px;
    margin-bottom:50px;
}

.client-box-right
{
    width:200px;
    border:0px solid black;
    padding-bottom:10px;
    float:left;
    margin-bottom:50px;
}

.client-box-title
{
    height:27px;
    margin-bottom:15px;
    background-color:#310A91;
    padding-top:3px;
    text-align:center;
    font-size:16px;
    color:White;
    font-weight:bold;
}

.client-box-list
{
    width:160px;
    margin-left:10px;
}


#banners
{
    margin:30px 0px;
    text-align:center;
}


#footer
{
    font-size:11px;
    width:100%;
    margin:auto;
    text-align:left;
    background:url(../images/footer-back.png) repeat-x;
    height: 91px;
}

.footer-content
{
    width:930px;
    padding:30px 10px 0px 10px;
    margin:auto;
}

.footer-copyright
{
    float:left;
}

.footer-cards
{
    float:right;
}

#bottom
{
    background-color:#e8e6e0;
    height:100%;
    width:100%;
}
