html {background: #A4C7DE url(../graphics/bg.png) repeat-x center top;}

/* BASIC LAYOUT */

#page {width:960px;height:auto;margin:0 auto;background-color: #E2E9E1; margin-top: 6px}

#header {height:438px; background: url(../graphics/header_image.png) no-repeat top left;}
#header-title {
    position:relative;
    top: 50px;
    left: 10px;
    width: 350px;
    height: 45px;
    padding: 2px 20px 5px 20px;
    color: #4C4C4C;
    overflow: hidden;
    font-size: 30pt;  
    font-weight: bold;
    text-shadow:              white 1px 1px 1px;
    -webkit-text-shadow: white 1px 1px 1px;
    -moz-text-shadow:     white 1px 1px 1px; 
    font-family: 'myriadpro_bold_webfont';
}
#header-moto{
    position:relative;
    top: 50px;
    left: 10px;
    padding: 2px 20px 5px 20px;
    width: 350px;
    height: 20px;
    overflow: hidden;
    color: white;
    font-size: 15pt;
}
#header a {text-decoration: none; color: black}


#menu {
    float:left;

    margin: 0 0 10px 30px;
}
#menu ul {padding:0;margin:0;}
#menu ul li {width:300px; height: 48px; padding:0;float: left;}
#menu ul li.last {border-bottom: black solid thin;}
#menu ul li a {
    display:block;
    height:37px;
    background: url(../graphics/menu_link_bg.png) repeat-x top left;
    text-decoration:none;
    padding-top:12px;
    padding-left: 20px;
    font-weight: bold;
    color: white;
    font-size: 12pt;
}
#menu ul li a:hover, #menu ul li a.selected {background: url(../graphics/menu_link_hover_bg.png) no-repeat top left; color: black}

#menu ul li a span {color:#fff;font-size:12px;font-weight:normal;display:block;}

#left-column {float:left;width:304px;}

#content{float: left; width: 100%; width: 938px; }

#right-column {float:right;width:560px;padding: 0 20px 10px 20px;}

#footer {float: left; width: 920px; background-color:#CFDDE6;height:18px;padding:18px 20px;color:#4C4C4C; border-top: 5px #DDDDDD solid}
#footer p {float:left;}
#footer img {float:right;}
#footer span {float: right}
#footer a {font-weight: bold; color: #177F7A}




/* OTHER STYLES */
p.float {float:left;margin-right:30px;margin-top:1em;}
.clear {clear:both;}
div.clear {height:0;overflow:hidden;}