html, body {background:url('/files/graphics/bg.png') repeat-y center;
min-width: 1400px;
padding-bottom: 50px;}

/* BASIC LAYOUT */
#top-edge{position:absolute; top:0; background: url('/files/graphics/header_bg.png') no-repeat top center; margin: 0 auto; width: 100%; min-width: 1400px; height: 346px; z-index: 5;}

#page {width:960px;height:auto;margin:0 auto;position: relative; min-height: 850px; }

#header {height:320px;}
#header-title {
    position:relative;
    top: 200px;
    left: 50px;
    width: 500px;
    height: 45px;
    padding: 2px 20px 5px 20px;
    color: black;
    overflow: hidden;
    font-size: 30pt;  
    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';
    z-index: 10;
}
#header-moto{
    position:relative;
    top: 200px;
    left: 50px;
    padding: 2px 20px 5px 20px;
    width: 500px;
    height: 20px;
    overflow: hidden;
    color: black;
    font-size: 15pt;
    z-index: 10;
}
#header a {text-decoration: none; color: black}

#menu {
    position: relative;
    z-index: 10;
    float:left;
    width:877px;
    height: 49px;
    background: url('/files/graphics/menu_bg.png') repeat-x;
    border-left: black solid thin;
    border-right: black solid thin;
    padding: 0 40px;
    margin-bottom: 10px;
    font-family: 'myriadpro_bold_webfont';
    font-size: 12pt;
}
#menu ul {padding:0;margin:0;}
#menu ul li {width:auto; height: 49px; padding:0;float: left;}
#menu ul li.first{border-left: black solid thin}
#menu ul li a {
    display:block;
    height:36px;
    background: url('/files/graphics/menu_link.png') no-repeat top right;
    text-decoration:none;
    padding: 13px 20px 0 20px;;
    text-align: center;
    color: white;
    overflow: hidden;
}
#menu ul li a:hover, #menu ul li a.selected {background: url('/files/graphics/menu_link.png') no-repeat bottom right;}
#menu ul li a span {color:#fff;font-size:12px;font-weight:normal;display:block;}

#left-column {float:left;width:304px;}
#left-column-content {padding-top:30px;}
#left-column-content .sidepanel-content {padding-left:20px;}
#left-column-content .news h3 {font-size:12px;margin:0 0 0.5em 0;}
#left-column-content .news a {font-weight:bold;}
#left-column-content .news p {margin-bottom:1.75em;}
#left-column-content .news p span {font-style:italic;font-weight:bold;}


#content{float: left; width: 100%; padding: 10px 30px 80px 30px; width: 900px; }
#content h1{color: #1C6FA1}

#right-column {float:right;width:672px;}
#right-column-content {padding:30px;}
#teaser {float:left;width:672px;background:#fff url(../files/graphics/teaser.jpg) no-repeat left top;height:329px;}
#teaser p {font-size:24px;color:#fff;padding:276px 15px 0 15px;}

#footer {
width: 100%;
color: #4C4C4C;
background: url('/files/graphics/footer_bg.png') no-repeat top center;
height:50px;
position: fixed;
min-width: 1400px;
bottom: 0;
text-align: center;
z-index: 100;
padding-top: 100px}
#footer a {font-weight: bold; color: #4C4C4C}




/* OTHER STYLES */
p.float {float:left;margin-right:30px;margin-top:1em;}
.clear {clear:both;}
div.clear {overflow:hidden;}