@charset "utf-8";
/* CSS Document */

body{
    background: url('../img/bodyline.png') repeat-x;
    background-color: #87453d;
}

#header{
    background: url('../img/header.png') no-repeat;
    width: 800px;
    height: 105px;
    margin-bottom: 70px;
}

#container{
    width: 800px;
    margin: auto;
}

#content-container{
    float: right;
    width: 800px;
    background-color: #c45230;
    background: url('../img/line.png');
    border: 1px #000000 solid;
    margin-bottom: 30px;
    margin-top: 30px;
}

#content{
    clear: left;
    float: right;
    width: 570px;
    margin: 0 0 0 0px;
    margin-left: 10px;
    margin-right: 5px;
    display: inline;

    /*color: #dfae5f;*/
    color: #000000;
    font-size: 14px;
    font-family:Tahoma, Verdana, Perpetua;
}

#content .post{
    background: url('../img/tpcline.png');
    color: #000000;
}

#content .post .pheader {
    padding: 5px 5px 5px 5px;
    background: url('../img/tcpheader.png') no-repeat;
    width: 580px;
    height: 170px;
    margin: 0 0 0 0px;
}

#content .post .pfooter {
    background: url('../img/tcpfooter.png') no-repeat;
    width: 580px;
    height: 20px;
    clear: both;
}

#content .post h1 {padding: 5px 5px 5px 5px;font-size: 20px;}
#content .post h2 {padding: 5px 5px 5px 5px;font-size: 18px;}
#content .post h3 {padding: 5px 5px 5px 5px;font-size: 16px;}


#content .post input {
    height: 25px;
    width: 350px;
    font-size: 18px;
    vertical-align: middle;
    color: #800000;
}

#content .post select{
    height: 30px;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    color: #800000;
}

#content .post .selectlist{
    height: auto;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    color: #800000;
}

#content .post p {
    padding: 10px 10px 10px 10px;
}

/*#content .post a{color: #ef724c;}
#content .post a:hover{color: #f34500; font-weight: bold;}*/
/*#content .post a{color: #1b5e00;}
#content .post a:hover{color: #6a0000; font-weight: bold;}*/

#content .post #ptitle {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    color: #6a0000;
}

#content .post #ptitle h1{ font-size: 20px;}
#content .post #ptitle h2{ font-size: 18px;}
#content .post #ptitle h3{ font-size: 16px;}

#content .post #ptitle table{ font-size: 12px;text-align: right; padding: 3px 3px 3px 3px;}

#content .post #ptitle a{color: #1b5e00;}
#content .post #ptitle a:hover{color: #6a0000; font-weight: bold;}

#content .post #ptag{
    text-align: right;
    font-style: italic;
    font-size: 12px;
    padding-right: 5px;
}

#aside{
    font-family:Tahoma, Verdana, Perpetua;
    float: right;
    width: 210px;
    margin: 0 0 0 0;
    display: inline;
}

#footer{
    clear:both;
    height: 100px;
}

#navbar{
    width: 210px;

    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;

    font-family:Tahoma, Verdana, Perpetua;
}

#navbar .navaccordion{
    width: 200px;
    margin-bottom: 5px;
}

#navbar .navaccordion ul{
    display: inline;
}

#navbar .navaccordion li{
    list-style: none;
    border-bottom: 1px #64340d solid;
    text-align: left;
}

#navbar .navaccordion li a{
    display: block;

    padding-left: 3px;
    padding-bottom: 9px;
    padding-top: 9px;

    font-size: 14px;
    text-decoration: none;
}

#navbar .navaccordion li a:link {color: #280300; font-weight: bolder; }
#navbar .navaccordion li a:visited { color: #280300; font-weight: bolder; }

#navbar .navaccordion li a:hover{
    font-weight:bold;
    border-left: 3px #800000 solid;
    background-color: #e0c471;
}
