@charset "utf-8";

img{
    display:block;
}

div.header{
    background-image:url(../images/header2.png);
    background-color:#f58352;
    width:100%;
    height:73px;
    background-repeat:no-repeat;
}

a#home{
    display:block;
    width: 170px;
    height:45px;
    float:left;
    margin-left: 35px;
    margin-top: 20px;
}

.menubar ul{
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    height:33px;
    list-style:none;
    margin:0;
    border-right:solid #e5583e 1px;
    /*width:707px;*/
    padding-left:80px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
    font-weight:700;
}

.menubar li{
    border-left:solid #e5583e 1px;
    height:33px;
    float:right;
    width:100px;
    text-align:center;
}

li.menubar:hover{
    background:url(../images/lightbar.png) repeat-x;
}

div.menubar{
    height:72px;
    position:relative;
    display:block;
    width:800px;
    border-bottom:solid 1px #b5121b;
    /*background-image:url(../images/darkbar.png);
    background-repeat:repeat-x;*/
}

table{
    border-spacing:0;
}

a.menubar{
    display:block;
    color:#FFF;
    text-decoration:none;
    line-height:33px;
}

div.motto{
    height:33px;
    width:100%;
    /*display:block;*/
    display:none;
    background-color:#f58352;
}

.motto img{
    display:block;
    width:800px;
    height:33px;
}

.motto h1{
    display:block;
    line-height:33px;
    text-align:center;
    width:800px;
    color:#ffe6cb;
    margin:0;
    background-image:url(../images/darkbar.png);
    background-repeat:repeat-x;
    font-size:14px;
    font-weight:400;
}