/**
 * $Date: 2011/08/23 03:13:02 $
 * $Revision: 1.28 $
 * $Source: /home/cvs/easylifeprotection.com/local/etc/default.css,v $
 **/

@charset "utf-8";

body 
{
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: url(../bin/graphics/background.jpg) repeat-x #EBF3FA;
    margin: 0;
    padding: 0;
    color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

a img { 
    border: none;
}

a:link {
    color: #42413C;
    text-decoration: underline; 
}

a:visited {
    color: #6E6C64;
    text-decoration: underline;
}

a:hover, a:active, a:focus { 
    text-decoration: none;
}

.container {
    width: 960px;
    background: #FFF;
    margin: 0 auto; 
}

.header {
    background: url(../bin/graphics/banner.jpg) no-repeat;
    height: 300px;
}

.sidebar1 {
    background: url(../bin/graphics/callout.gif) no-repeat;
    float: right;
    width: 280px;
    margin: 0 10px 10px 0;
    padding-top: 70px;
    font-size: 0.8em;
}

.callout {
    width: 220px;
    margin-left: 38px;
    padding: 10px;
    background: #DAE9F4;
    border: 1px solid #4985AD;
}

.content {
    padding: 10px;
    width: 625px;
    float: left;
}

.content ul, .content ol { 
    padding: 0 15px 15px 40px; 
}

/* ~~ The footer ~~ */
.footer {
    padding: 10px 0;
    background: #0260A0;
    position: relative;
    color: #FFF;
    clear: both; 
}

.footer a:link {
    color: #FFF;
}

.footer a:visited {
    color: #FFF;
}

.footer a:hover, a:active, a:focus { 
    text-decoration: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
    float: right;
    margin-left: 8px;
}

.fltlft { 
    float: left;
    margin-right: 8px;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
