﻿/** BODY ELEMENTS **/
*
{
    margin: 0;
    padding: 0;
    line-height: normal;
}
body
{
    color: #333;
    background-color: #1c1411;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    text-align: center;
    background-image: url(  "/images/bg.jpg" );
    background-repeat: repeat-x;
}

/** MAIN CONTAINERS **/
#container
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#footer
{
    clear: both;
    background-image: url(  "/images/footer_bg.gif" );
    background-repeat: no-repeat;
    width: 850px;
    height: 25px;
    margin-top: 10px;
    padding-top: 10px;
    color: #FFF;
}
#content
{
    margin-top: 8px;
}
#top
{
    width: 850px;
    height: 11px;
    background-image: url( "/images/body_top.gif" );
    background-repeat: no-repeat;
}
#mid
{
    width: 850px;
    height: 355px;
    background-image: url( "/images/body_mid.gif" );
    background-repeat: repeat-y;
    margin-top: -2px;
}
#bottom
{
    background-image: url( "/images/body_btm.gif" );
    background-repeat: no-repeat;
    width: 850px;
    height: 10px;
}
#leftnav
{
    background-image: url( "/images/left_nav_bg.jpg" );
    background-repeat: repeat-y;
    margin: 0px 20px 0px 13px;
    width: 200px;
    position: absolute;
    top: 270px;
}
#leftnav ul li
{
    background-image: url( "/images/left_nav_li_bg.jpg" );
    background-repeat: no-repeat;
    width: 199px;
    height: 43px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    text-indent: 40px;
}
#leftnav ul li a
{
    color: #333333;
    text-decoration: none;
    position: relative;
    top: 14px;
}
#leftnav ul li a:hover
{
    text-decoration: underline;
}
.pagetitle
{
    width: 192px;
    height: 90px;
    float: left;
    padding: 10px 0px 20px 20px;
}
.pagebanner
{
    width: 610px;
    height: 90px;
}

/** CLIENT NAVIGATION MENU **/
#clientnav
{
    background-image: url(  "/images/top_nav_bg.gif" );
    background-repeat: no-repeat;
    width: 500px;
    height: 30px;
    position: relative;
    top: 20px;
    left: 355px;
}
#clientnav ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#clientnav li
{
    float: left;
    margin: 0px 2px;
}
#clientnav li a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 8px 13px 0px 13px;
}
#clientnav li a:hover
{
    display: block;
    color: #FFF;
    text-decoration: underline;
    text-align: center;
    margin: 8px 13px 0px 13px;
}

/** MAIN NAVIGATION MENU **/
#nav
{
    background-image: url(  "/images/nav_bg.gif" );
    background-repeat: no-repeat;
    width: 851px;
    height: 40px;
    margin-top: 20px;
}
#nav ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav li
{
    float: left;
    margin: 0 0.15em;
}
#nav li a
{
    height: 2em;
    line-height: 2em;
    float: left;
    width: 9em;
    display: block;
    border: 0.1em solid #dcdce9;
    color: #0d2474;
    text-decoration: none;
    text-align: center;
}
#header
{
    margin-top: 50px;
}
#logo
{
    position: absolute;
    top: 25px;
}
.divider
{
    background-image: url( "/images/bullet.gif" );
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}

/** BOTTOM NAV **/
#footer ul li
{
    margin: 5px 0px 5px 0px;
}
#container6
{
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
}
#container5
{
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
    right: 20%;
}
#container4
{
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 20%;
}
#container3
{
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 20%;
}
#container2
{
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 20%;
}
#container1
{
    float: left;
    width: 100%;
    position: relative;
    right: 20%;
}
#col1
{
    float: left;
    width: 13%;
    position: relative;
    left: 83%;
    overflow: hidden;
}
#col2
{
    float: left;
    width: 13%;
    position: relative;
    left: 80%;
    overflow: hidden;
}
#col3
{
    float: left;
    width: 15%;
    position: relative;
    left: 80%;
    overflow: hidden;
}
#col4
{
    float: left;
    width: 24%;
    position: relative;
    left: 85%;
    overflow: hidden;
}
#col5
{
    float: left;
    width: 15%;
    position: relative;
    left: 86%;
    overflow: hidden;
}
#col6
{
    float: left;
    width: 13%;
    position: relative;
    left: 86%;
    overflow: hidden;
}

/** TYPOGRAPHY **/
#footer h2
{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#nav ul li
{
    font-size: 14px;
    color: #FFF;
    margin: 10px 13px 0px 13px;
    position: relative;
    left: 250px;
}
#footer a
{
    color: #FFF;
    text-decoration: none;
}
#footer a:hover
{
    color: #FFF;
    text-decoration: underline;
}
#footer h2 a
{
    color: #FFF;
    text-decoration: none;
}
#footer h2 a:hover
{
    color: #FFF;
    text-decoration: underline;
}
.navtext
{
    position: relative;
    top: 8px;
    left: 280px;
}

.sidemenu
{
    padding-top: 50px;
}
.viewpost
{
    width: 430px;
    margin: 0px 20px 10px 1px;
}
.newcomment
{

}
#bodytext_container
{
    min-height: 500px;
    width: 610px;
    margin-left: 200px;
    padding-top: 10px;
    padding-left: 20px;
}
#bodytext
{
    margin: 0px 0px 0px 10px;
    padding-right: 10px;
        max-height: 350px;
         height: 338px;
    overflow: scroll;
    overflow-x:hidden;
}
#bodytext ul li
{
    list-style-type: disc;
    list-style-image: url(bullet.gif);
    list-style-position: inside;
    padding-bottom: 10px;
}
#bodytext ul
{
    margin-top: 10px;
}
#bodytext ul li a
{
    color: #333;
    text-decoration: none;
}
#bodytext ul li a:hover
{
    color: #1f1f1f;
    text-decoration: underline;
}
p
{
    padding: 10px 0px 10px 0px;
}
h1
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}
.h3kitchen
{
    display: inline;
}
h4
{
    font-size: 13px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 11px;
}
hr
{
    color: #aeaeae;
    background-color: #aeaeae;
    height: 1px;
}
.footertext
{
    color: #a39993;
    text-align: center;
    width: 850px;
}
.footertext a
{
    color: #a39993;
    text-decoration: none;
}
.footertext a:hover
{
    color: #a39993;
    text-decoration: underline;
}
.inline
{
    display: inline;
}
.eventsindent
{
    padding: 5px 0px 15px 5px;
}
.rule
{
    margin: 0;
    line-height: 0;
    padding: 0;
    display: block;
    
}
#cad
{
    width: 560px;
}
#cad img
{
    border: solid 1px #383838;
}
.cadthumbs
{
    background-color: #dedede;
    text-align: center;
    width: 100%;
    padding: 5px;
    border: solid 1px #383838;
}
.img_rt
{
    float: right;
    padding: 0px 0px 0px 10px;
}
.img_lft
{
    float: left;
}

.tdpadding
{
    padding-bottom:8px;
}