/* CSS Document */
#linksmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 183px;

}

#linksmenu ul li div {
    width: 183px;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ABC578;
    border-bottom:solid 1px #FFFFFF;
}


#linksmenu ul li ul {
    display: none;
}

#linksmenu ul li ul li ul {
    display: none;
}


#linksmenu .current_page_ancestor > ul {
    display: block;
}

#linksmenu ul li a {
    margin:  0;
    padding: 0;
    width: 173px;
    padding-left: 10px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-bottom:solid 1px #FFFFFF;
}

#linksmenu ul li ul li a {
    padding-left: 25px;
    width: 158px;
}

#linksmenu ul li ul li ul li a {
    padding-left: 40px;
    width: 143px;
}

#linksmenu a img {
    border: 1px solid #FF9900;
}

#linksmenu .current_page_item {
    background-color: #514F1C;
}

#linksmenu .current_page_item div {
    background-color: #514F1C;
}

#linksmenu .current_page_item a {
    background-color: #514F1C;
}

/*PAGE LAYOUT*/
body#main-layout {
    background-image: url("/theme/img/bg_body.jpg");
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#toppage{
    width:800px;
}
#date{
    float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
    float:left;
    width:608px;
    height:40px;
    background-color:#FF9933;
    background-repeat:repeat-x;
    border-right:solid 1px #999999;
}
#header{
    width:800px; background: #F7F7F7; position:relative; display:block;
}
#content{
    width:800px;
}
#contenttext{
    float:left; width:608px;
    background-color:#F7F7F7;
    border-left:solid 1px #999999; border-right:solid 1px #999999;
    border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC;
    min-height:360px;
}
#logo{
    float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
    position:relative; float:right; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999999; margin-left:-20px;
}
#title{
    position:absolute; right:10px; bottom:0px; width:600px; height: 84px;
}
#menu{
    float:left; width:190px; margin:0px;
}
#footer{
    width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panel{
    padding:12px;
    border:solid 1px #E4E4E4;
    background-color:#EEEEEE;
    margin:10px;
    padding:10px;
    width:550px;
    height:160px;
}

/*TEXT STYLES*/
.bodytext {
    font: 0.7em Tahoma, sans-serif;
    font-size: 13px;
    color: #000000;
}
.smalltext {
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    color: #666666;
}
.smallwhitetext {
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
}
.smallwhitetext a{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration:none;
}
.smallwhitetext a:hover{
    text-decoration:underline;
}
.smallgraytext {
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#CCCCCC;
}
.smallgraytext a{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#CCCCCC;
    text-decoration:none;
}
.smallgraytext a:hover{
    text-decoration:underline;
}
.titletext {
    font: 0.7em Tahoma, sans-serif;
    font-size:36px;
    font-weight:bold;
    color: #000000;
}
.logotext {
    font: 0.7em Pristina, sans-serif;
    font-size:40px;
    color: #000000;
    height: 35px;
}
.orangelogotext {
    font: 0.7em Tahoma, sans-serif;
    font-size:36px;
    font-weight:bold;
    color:#FF9900;
}
.orangetitle {
    font: 0.7em Tahoma, sans-serif;
    font-size:24px;
    font-weight:bold;
    color:#FF9900;
}
#linksmenu a{
    float: left;
    background-color:#ABC578;
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration:none;
    padding-top:5px;
}

h1 {
    font-size: 17px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
}