﻿body
{
    /*font-family: 'lucida grande' ,tahoma,verdana,arial,sans-serif;*/
    font-family: Arial,Verdana,sans-serif;
    /*font-size:large;*/
    background-color: white; /*#e9e9e9*/
}

.clear{clear:both;}
h1{font-size:1.64em; font-style:normal; color:#6a3328; }
h2{font-size:1.27em; font-style:normal; color:#6a3328; }
h3{font-size:1.18em; font-style:normal; color:#6a3328; }

#page-wrap							{ width: 1024px; height:27px; margin: 0px auto; background-color:#ccc; } 
ul									{ list-style: none; }


body p
{
    font-size: 0.9em;
    line-height: 1.28;
}

#wrapper
{
    width: 1024px;
    background-color: white;
    margin: 0 auto;
    padding: 10px;
    border: 0px solid #dedede;    
}

#banner
{
    background-image: url('../Images/che_header.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
    height: 240px;
    width:auto;
    border: 0px solid #E3E3E3;
}

#content_area
{
    /*float: left;*/
    width: 1024px;
    /*margin: 20px 0px 20px 0px;*/
    /*padding: 10px;*/
}

#sidebar
{
    float: right;
    width: 250px;
    height: 400px;
    margin: 20px 10px 20px 10px;
    padding: 10px;
    border: 2px solid #E3E3E3;
}

#footer
{
    clear: both;
    width: auto;
    height: 40px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    /*text-align: center;*/
    font:11px Arial,Verdana,sans-serif;
    letter-spacing:0.1em;
    text-decoration:none;
    color: #fff;
    /*text-shadow: 0.1em 0.1em #333;*/
    background-image: url(../Images/bar_background.png);
}
.footerBlockL
{
    background-image: url('../Images/jec footer.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    color:#505050;
    width:400px;
    float:left;
    padding-right: 30px;
    padding: 10px 10px 15px 10px ;
}
.footerBlockR
{
    width:400px;
    float:right;
    padding-right: 30px;
    padding: 10px 10px 10px 10px ;
    text-align:right;
}

.imgLeft
{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
}

.imgRight
{
    float: Right;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
}

.MapRight
{
    float: RIGHT;
    width: 500px;
    height: 500px;
    margin: 0px 20px 10px 10px;
    /*padding: 10px;*/
}

.TextLeft
{
    float: left;
    /*padding: 10px;*/

}

.TextRight
{
    float: right;
    padding: 10px;
}

.linktext {
    text-decoration: none;
    color: #505050;
}

.URLlinktext {
    text-decoration: none;
    color: #0059A7;
}

a:hover, a:active, a:focus {
    color: #2298D4;
    text-decoration: none;

}


