﻿body,
html 
{
    background: #000000 url('bg-greenblack.jpg') repeat-x;    
    color: #000;
    margin: 0;
    padding: 0;
}
body 
{
    min-width:800px;
}
a
{  
    text-decoration: none;
}
img
{
    
}
#wrap 
{
    /* have sidebarbg.gif so side bar backfround color can
        always have same height as content */
    background: url('sidebarbg.gif') repeat-y 0;
    font-family: Verdana, Arial;
    margin: 0 auto;
    width:800px;
}

#header
{
    height: 248px;
}
#header #logo
{
    background: #4f6228 url('bjlogo.jpg') no-repeat;
    background-position:center top;
    float:left;
    width: 163px;
    height:248px;
}
#header #title
{
    background:#75923c url('headertxt2.jpg') no-repeat;
    background-position: center center;
    float: right;
    width: 637px;
    height: 92px;
}
/*
#header #nav
{
    float:right;
    font-family: Arial;
    font-size:11pt;
    width:637px;
    height: 36px;
}
#header #nav ul
{
    list-style: none;
    margin: 0;
    padding: 10px;    
}
#header #nav li
{
    display: inline;
    margin:0;
    padding:8px;
    padding-right:5px;
}
#header #nav a
{
    color: #f1f1f1;
    font-weight: bold;
    
}
#header #nav a:hover
{
    color: #93b74e;
}
*/
#header #collage
{
    background-image: url('headercol.jpg');
    float:right;
    width: 637px;
    height: 120px;
}
#sidebar
{
    background-color: #4f6228;
    float: left;
    font-family: Arial;
    font-size:14px;
    font-weight:bold;
    padding-top:54px;
    width: 163px;
    
    
}
#sidebar ul
{
    list-style: none;
    margin:0;
    padding:0;
}
#sidebar li
{
    margin: 0;
    padding: 10px;
}
#sidebar a
{
    color: #f1f1f1;
}
#sidebar a:hover
{
    color: #93b74e;
}
#contentwrap
{
    background: #f1f1f1;
    color: #393939;
    font-size: 12px;
    float: left;     
    margin:0;
    padding: 0;
    width: 637px;
}

#pagetitle
{
    background: #2d2d2d;
    color: #75923c;
    float: right;
    font-family: Arial;
    font-size:24pt;    
    /*font-weight:bold;*/
    height: 34px;
    padding:10px;
    width: 617px;
}

#contentmain
{        
    float: left;
    padding: 20px 10px 10px 10px;
    width: 617px;
}
#contentmain a:hover
{
    text-decoration: underline;
}

#contentmain p,
#contentleft p
{
    line-height:18px;
}
#contentleft
{
    float: left;
    padding:10px;
    width: 359px;
}
#contentleftbox
{
    background-color: #e2e2e2;
    float: left;
    margin-top: 10px;
    margin-bottom:10px;
    margin-right:10px;
    margin-left:1px;
    padding:15px;
    width: 339px;
}
#contentright
{
    background-color: #e2e2e2;
    float: right;
    margin-top: 10px;
    margin-bottom:10px;
    margin-right:10px;
    padding:14px;
    width: 200px;
}
#contentcenter
{
    float: left;
    padding:30px;
    width: 577px;
    text-align: center;
}
.contentslideshow-home
{    
    background-image: url('slu.jpg');
    float: left;
    height: 446px;
    width: 637px;
}
.contentslideshow
{    
    background-image: url('slu.jpg');
    float: left;
    height: 520px;
    width: 637px;
}
.contentbox
{
    background-color: #e2e2e2;
    float: left;
    margin-top: 10px;
    margin-bottom:20px;
    margin-left: 15px;
    width: 589px;
    /* IE6 hack */
    display: inline;
}
.contentbox .img
{
    float:left;
    width: 179px;
}
.contentbox .text
{
    float: right;    
    padding: 7px;
    width: 390px;
}
.contentbox h3
{
    margin: 0;
    padding: 0;
}
.contentbox ul
{    
    margin: 0px 0px 0px 17px ;
    padding: 0;
}
.contentbox li
{
    margin: 0;
    padding: 0;
}
.content-video
{
    padding: 30px;
    text-align: center;
}
.directory-panel
{
    float:left;
    padding-right:10px;
    width: 270px;
    height: 500px;
    overflow: auto;
}
.file-panel
{
    float:left;
    width: 320px;
    height: 500px;
    overflow: auto;
}

#footer
{
    clear: both;
    color: #f1f1f1;
    font-size:12px;
    height:153px;
}
#footer #leftfooter
{
    background: #35411b;
    float: left;    
    height:153px;
    width: 163px;
}
#footer #rightfooter
{    
    background: #2d2d2d;
    float: right;
    height:103px;
    padding-left: 20px;
    padding-top:50px;
    width: 617px;    
}
#copyright
{
    float: left;
    width: 250px;
}
#address
{
    float: left; 
    width: 180px;
}
#contacts
{
    float: left;
    width: 180px;
}

/* Other decorative styling */

.motto
{
    color:#39471c;
    float: left;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 637px;
}
.commenttext
{
    font-style: italic;
    font-weight:bold;
}
.commentcustomer
{
    border-bottom: dashed 1px silver;
    padding-bottom: 15px;
}
/* form styling */    
.formtitle
{    
    font-size: 14px;
    font-weight: bold;
}
.formlabel
{
    font-weight:bold;
}

.formbox
{
    width: 348px;
    display: block;
}

.formerror
{
    /*background-color: #cdf8b3;
    border: solid 1px red;*/
    color: Red;    
    padding: 5px;
    font-weight: bold;
}

.formconfirm
{
    background-color: #cdf8b3;
    border: solid 1px darkgreen;
    padding: 5px;
    font-weight: bold;
}
.formvalidation
{
    border: solid 1px red;
    background-color: #fae8ca;
    padding: 5px;
}
fieldset
{
    border: 1px solid #BFBAB0;  
    padding: 5px;
}
legend
{
    font-weight: bold;
}

.links li
{
    margin-bottom: 10px;
}
.grid
{
    color:Black;
    background-color:White;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:None;
    width:320px;
    border-collapse:collapse;
}
.grid .alternaterow
{
    background-color:#e2e2e2;
}
.grid .gridheader
{
    Background-color:#333333;
    Font-weight: bold; 
    Color:#fff;
}