/* @override http://prod.dimwit.kronosconsulting.com/App_Themes/default/bottombox.css 

@charset "UTF-8";*/

#boxads
{
    display: block;
    width: 1020px;
    height: 170px;
}

#boxads .bottombox
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 80%;
    background: #e5e6e7 url(images/footerbox-bg.png) repeat-x top;
    text-align: left;
    width: 235px;
    min-height: 130px;
    max-height: inherit; /*margin: 20px 5px 20px 15px;*/
    margin: 20px 20px 20px 0px;
    display: block;
    float: left;
}
#boxads .bottombox-r
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:80%;
background: #e5e6e7 url(images/footerbox-bg.png) repeat-x top;
text-align: left;
width: 235px;
min-height: 130px;
max-height: inherit;
/*margin: 20px 5px 20px 15px;*/
margin: 20px 0px 20px 0px;
display: block;
float:left;
/*float: left; try with and without this to see the difference when enlarging font size*/
}
.bottombox h4
{
    font-weight: bold;
    color: #264882;
    font-size: 14px;
    margin: 10px 10px 5px 0px;
    line-height: 120%;
}
.bottombox-r h4
{
    font-weight: bold;
    color: #264882;
    font-size: 14px;
    margin: 10px 10px 5px 0px;
    line-height: 120%;
}

.bottombox h4 a, .bottombox h4 a:visited
{
    font-weight: bold;
    color: #264882;
    text-decoration: none;
}
.bottombox-r h4 a, .bottombox-r h4 a:visited
{
    font-weight: bold;
    color: #264882;
    text-decoration: none;
}
.bottombox h4 a:hover, .bottombox h4 a:active
{
    text-decoration: underline;
}
.bottombox-r h4 a:hover, .bottombox-r h4 a:active
{
    text-decoration: underline;
}
.bottombox p
{    
    font-size: 12px;
    margin: 0px 10px 10px 5px;
    line-height: 120%;
}
.bottombox-r p
{    
    font-size: 12px;
    margin: 0px 10px 10px 5px;
    line-height: 120%;
}
.bottombox img
{
    float: left;
    margin: 10px 5px 10px 7px;
}
.bottombox-r img
{
    float: left;
    margin: 10px 5px 10px 7px;
}
/********FOOTER**************/

#footer
{
    display: block;
    width: 1000px;
    margin: 0px 0px 20px 20px;
    font-size: .95em;
    line-height: 23px; /* added tags*/
    background: white;
    margin: 0;
    padding: 0px 20px 20px 20px;
    width: auto;
    color: #373636;
}

#footer a, #footer a:visited
{
    color: #264882;
    text-decoration: none;
    font-weight: normal;
}

#footer a:hover, #footer a:active
{
    text-decoration: underline;
}

.footerleft
{
    text-align: left;
    float: left;
    width: 600px;
    font-size: 90%;
}

.footerright
{
    width: 400px;
    display: inline;
    font-size: 90%;
    text-align: right;
}

.footerright img
{
    margin-left: 10px;
    border: 0px;
}

.footerright img a, .footerright img a:hover
{
    border: 0px;
}

