
/* Table Layout */

body {
    background-color: #243345;
    margin: 0px;
    padding: 0px;
    color: black;
    text-align: center;
}

table.layout {
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    border: none;
    text-align: left;
}

td.layout {
    vertical-align: top;
    overfolow: hidden;
}


/* Header stuff */

#header {  
    width: 1000px;
    height: 79px; 
    padding: 0px;
    margin: 0px; 
    background: #426E7E url('/img/layout/banner_top.png') no-repeat;
    text-indent: -999em;
}

#header a {
    padding-left: 40px;
    display: block;
    overflow: hidden;
    height: 170px;
    width: 500px;
    text-indent: -999em;
}

#header_print_div { 
    visibility: hidden;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

#header_cell { 
    width: 1000px;
    overflow: hidden;
}

#header_cell img { 
    padding: 0px;
    margin: 0px;
}

#header_menu {
    width: 1000px;
    background-image: url('/img/layout/menu_bg.png');
    clear: left;
    height: 33px;
}

#header_row { 
    width: 1000px;
    background: #426E7E url('/images/header_cell_bg.png') repeat-x;
    overflow: hidden;
}

#search_box {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    height: 33px;
    background-image: url('/img/layout/menu_bg.png');
    line-height: 33px;
    vertical-align: middle;
    float: right;
}

#feature_box {
    background: white;
    padding: 10px 10px 10px 15px;
    margin: 20px 23px 20px 12px;
    border: solid #aaa 1px;
}

#news_box {
    width: 280px;
    float: left;
    background: white;
    margin: 10px 30px 10px 25px;
}

#event_box {
    width: 280px;
    float: right;
    background: white;
    margin: 10px 30px 10px 0px;
    padding: 0px 0px 0px 25px;
    border-left: solid #aaa 1px;

}


/*
 * bottom sidebar usually has search and a couple links, and maybe a logo.
 */ 
#sidebar h3 {
    margin-top: 40px;
    padding-left: 20px;
}
 
 

#side_menu,  #more_side_menu {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 223px;
}



#search_form { /* Sidebar search elements */
    margin-left: 20px;
}

#search_form h3 {/* Sidebar search elements */
    padding: 0px;
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

                                                                                 
#left_side {
    width: 282; 
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 10px;
    background: #A84636;
}
#left_side p { padding: 0px 10px 0px 10px; }

div.side_content { 
    color: #fff;
    padding: 10px; 
    border-bottom: solid #666 1px;
}

div.side_content a { 
    color: #fff;
    text-decoration: none;
}

div.side_content h4 { 
    padding: 0px;
    margin: 0px;
}

#main_content {
    width: 680px; 
    padding: 10px 15px 1em 15px;
    background-image: url('/img/content_background.png');
    background-position: left top;
    background-repeat: repeat-y;
}

/*
 * The little block of menus where things like *add doc, *add page are displayed.
 */

#editor_actions {
    position: relative;
    display: block;
    width: 160px;
    background: #fff;
}
/**********************************************************************************************
 * #content wraps the footer where the footer menu is usually displayed as a list of links plus
 * some static info.
 */

 /*  footer elements start here  */


#footer_cell {
    width: 650px;
    background: #fff;
    color: #000;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    text-align: center;
    font-size: 11px;
    padding: 10px 10px 12px 10px;
}
#footer_cell a {
    color: #000;
}





