body {
    background: #eaeaea url(../images/body-bg.jpg) repeat-x top left;
    color: #2a2a2a;
    font-family: "Myriad Pro", sans-serif;
    font-size: 15px;
}



#navigation a,
#sidebar a, 
#secondary a{
    text-decoration: none;
    color: #2a2a2a;
}

/* CONTAINER */

#container {
    width: 897px;
    margin: 15px auto;
    background-color: #fff;
}

/* HEADER */

#header {
    height: 169px;
    background: #fff url(../images/header-bg.gif) no-repeat top left;
    padding: 11px 17px 0 13px;
    width: 867px;
    overflow: hidden;
}

/* NAVIGATION */

#navigation {
    background: url(../images/nav-bg.jpg) no-repeat top left;
    height: 28px;
    margin-left: 13px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

    #navigation li {
        float: left;
        display: inline;
        margin-left: 18px;
    }

    #navigation li.first {
        margin-left: 11px;
    }

        #navigation li a {
            color: #fff;
            display: block;
        }

/* CONTENT */

#content {
    margin-top: 6px;
    padding: 0 17px 0 13px;
    overflow: hidden;
    position: relative;
}

/* SIDEBAR */

#sidebar {
    position: relative;
    width: 200px;
    overflow: hidden;
    float: left;
}

    #content div.unstyle {
        position: static;
    }

    #sidebar ul {
    width: 179px;
    margin-right: 15px;
    overflow: hidden;
    border: 3px solid #e3e4e5;
    background-color: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 130px;
    margin-right: 15px;
    }

    #sidebar ul li{
        border-bottom: 2px solid #e3e4e5;
    }

    #sidebar ul li.selected {
        background: url(../images/sidebar-selected.gif) no-repeat top left;
    }


        #sidebar ul li a {
            color: #514e4f;
            display: block;
            padding: 5px 5px 5px 8px;
        }

        #sidebar ul li.selected a {
            color: #fff;
        }
        
        #sidebar ul li a:hover {
            background: url(../images/sidebar-selected.gif) no-repeat top left;
            color: #fff;
        }

        #sidebar a.facebook {
            position: absolute;
            bottom: 8px;
            left: 8px;
        }


/* MAIN */

#main {
    width: 475px;
    float: left;
    margin-right: 12px;
    padding-top: 10px;
    overflow: hidden;
}

    #main ul {
        list-style: disc;
        padding-left: 14px;
    }
    
    #main form ul {
        list-style: none;
    }
    

    #main table.tblImages img {
        border: 3px solid #e3e4e5;
    }
    
    #main table.tbl {
        border: 3px solid #E3E4E5;
    }
    
    #main table.tbl tr {
        
        background-color: #F5F5F5;
        
    }
    
    #main table.tbl a {
        color: #2A2A2A;
    }

    #main h4 a{
        color: #385792;
        margin-bottom: 5px;
        display: block;
        margin-top: 10px;
    }


    #main p {
        line-height: 130%;
        margin-bottom: 15px;
    }

    
        #main strong {
            color: #2a2a2a;
            font-weight: bold;
        }
        
        #main h1 {
            font-size: 20px;
        }
        
        #main h2 {
            font-size: 15px;
        }
        
        #main h3 {
            font-size: 14px;
        }
        
        

    #main div.groove {
        border-top: 2px solid #e3e4e5;
        border-bottom: 2px solid #e3e4e5;
        padding: 10px 0;
    }

    #main div.groove img {
        float: left;
        margin-right: 15px;
        padding-top: 5px;
    }

    #main div.groove p {
        margin: 0;
    }



/* SECONDARY */

#secondary {
    width: 180px;
    float: left;
}

#secondary div.box {
    padding-bottom: 5px;
}

    #secondary div.box h3 {
        color: #fff;
        font-size: 15px;
        padding-left: 10px;
        height: 22px;
        line-height: 22px;
        font-weight: normal;
    }
    
    #secondary div.box h4 a {
        color: #514E4F;
    }

    #secondary div.box h3.search {
        background: url(../images/h3-search.gif) no-repeat top left;
    }

    #secondary div.box h3.news {
        background: url(../images/h3-news.gif) no-repeat top left;
    }

    #secondary div.box h3.events {
        background: url(../images/h3-events.gif) no-repeat top left;
    }

    #secondary div.box h4 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
        color: #514e4f;
        padding-left: 10px;
        padding-top: 8px;
    }

    #secondary div.box small {
        color: #90d041;
        display: block;
        margin-top: 5px;
        margin-left: 10px;
    }

    #secondary div.box span {
        padding-left: 10px;
        display: block;
    }

    #secondary div.box input {
        background-color: #d7d7d7;
        width: 155px;
        height: 17px;
        line-height: 17px;
        border: 0;
        margin: 5px 0 5px 10px;
        font-size: 10px;
        font-style: italic;
    }

* html #secondary {
    width: 177px;
}

#secondary div.box {
    border: 3px solid #e3e4e5;
    background-color: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

/* FOOTER */

#footer {
    background: #fff url(../images/footer-bg.gif) no-repeat bottom left;
    text-align: left;
    padding: 15px 0;
    overflow: hidden;
}

#footer div.innerFooter {
    background: url(../images/footer-rounded.gif) no-repeat center;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-indent: 30px;
}

#login {
    width: 400px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -200px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    
}

    #login h2 {
        color: #514e4f;
        font-size: 16px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    
    .classic label {
        width: 125px;
        float: left;
        line-height: 20px;
        margin-right: 20px;
    }
    
    h6 {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        color: #555;
        margin-bottom: 25px;
        font-size: 14px;
    }
    
    .classic #btnCancel {
        margin-left: 5px;
    }
    
    .classic input {
        width: 192px;
        float: left;
        padding: 3px;
        border: 1px solid #cccccc;
        color: #979797;
        font-size: 12px;
    }
    
    .classic #msg {
        border: 1px solid #cccccc;
        width: 400px;
        padding: 3px;
        color: #979797;
        font-size: 12px;
        width: 280px;
        height: 160px;
    }
    
    .classic select {
        border: 1px solid #cccccc;
        width: 200px;
    }
    
    .classic button {
        margin-left: 145px;
        background-color: #eaeaea;
        border: 1px solid #ccc;
        font-size: 12px;
        cursor: pointer;
        padding: 2px 2px;
    }
    
    .classic li {
        overflow: hidden;
        margin-bottom: 10px;
        zoom: 1;
    }
    
    
    div.frmMsg {
        background-color: #ffe0e0;
        border: 1px solid #ff8c8c;
        padding: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    div.frmMsgOk {
        background-color: #cce3bc;
        border: 1px solid #a3c38e;
        padding: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .classic #default {
        width: auto;
    }
    
    .classic .reduced label{
        line-height: 17px
    }
    
    div.add img {
        vertical-align: middle;
    }
    
    div.add {
        margin-bottom: 15px;
        font-size: 13px;
    }
    
    div.add a:hover {
        text-decoration: underline;
    }
    
    table.content {
        width: 100%;
        border: 1px solid #ccc;
        color: #3f3f3f;
        font-size: 12px;
        font-family: Tahoma;
    }
    
    
        table.content th {
            height: 35px;
            padding:0 5px;
            text-align: left;
            background-color: #e3e4e5;
            vertical-align: middle;
            border-bottom: 1px solid #ddd;
        }
        
        table.content th.center {
            text-align: center;
        }
        
        table.content td {
            padding: 5px 5px;
            vertical-align: middle;
        }
        
        table.content td.center {
            text-align: center;
        }
        
        table.content td.alternate {
            background-color: #fff;
        }
        
        table.content th.title {
            width: 30%;
        }
        
        table a.aSpacing {
            margin-right: 10px;
        }
    
        
        h5.filter {
            float: left;
            margin-right: 15px;
        }
        
        div.filterContainer {
            overflow: hidden;
            margin-top: 35px;
            margin-bottom: -15px;
        }
        
        #main h5 {
            color: #514E4F;
        }
        
        hr {
            border: 1px solid #E3E4E5;
        }
        
        
        .green {
            color: green;
        }
        
        .red {
            color: red;
        }
