/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
body {
    background-color: #FFFFFF;
    margin: 0;
}
a:link, a:visited, a:active {
    color: #1A26EC;
    text-decoration: none;
}
a:hover {
    color: #6493EC;
    text-decoration: none;
}
a img {
border : 0 none;
}
hr {
    margin: 5px 0px 5px 0px;
    color: #00abb2;
    border: 0;
    border-top: 1px solid #603;
    height: 1px;
    width: 580px;
}
h1 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin: 8px 2px 8px 2px;
}
h2 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin: 8px 2px 8px 2px;
}
h3 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin: 8px 2px 8px 2px;
}
form {
    margin: 0;
}
.main {
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #FFF;
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    border: 1px solid #F8F8FF;
}
.banner, .search_box {
    width: 100%;
    height: 200x;
    background-image: url(images/header.jpg);
    background-repeat: repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 0px;
}

.banner {    
    padding-left: 0px;
    float: left;
    text-align: left;
    height: 192px;
    background-color: #EEEEEE;
    
}
.search_box {
    float: right;
    clear: right;
    width: 200px;
}
.search_string {
    width: 100px;
    height: 16px;
    font-size: 10px;
    vertical-align: middle;
}
.search_submit {
    width: 50px;
    height: 22px;
    font-size: 10px;
    vertical-align: middle;
}
.highlight {
    background-color: #D0D0D0;
}
.banner a {
    color: #FFF;
}
.banner span {
    color: #D0D0D0;
}

.menu {
    float: left;
    width: 240px;
    margin: 18px;
    margin-top: 23px;
    font-size: 160%;
}
.menu ul {
    border-top: 0px;
    border-bottom: 0px solid #999999;
    border-left: 0px solid #999999;
    border-right: 0px solid #999999;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu ul ul{
    border: 0px;
    padding: 0px;
    margin: 0px 10px;
    font-size: 80%;
}
.menu ul ul ul {
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 99%;
}
.menu li {
    border: 0px;
    border-top: 0px solid #999999;
} 
.menu li li{
    border: 0px;
    border-top: 0px solid #999999;
}
.menu li li li{
    border: 0px;
    border-top: 0px solid #999999;
}
span.menu-default > a.menu-parent {
    background: url("menu13a.jpg") no-repeat;
    color: #444444;
    text-decoration: none;
    background-position: 0% 50%;
    margin-left: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
    padding: 0px 10px 3px 5px;
    display: block;
    color: #cd3e3e;
    text-decoration: none;
}
span.menu-default > a:hover,
span.menu-default > a.menu-child:hover { 
    background: url("menu13a.jpg") no-repeat;
    color:#444444;
    text-decoration:none;background-position: 0% 50%;
    margin-left: 5px;
}

span.menu-default > a.menu-expand.menu-current,
span.menu-default > a.menu-current {
    background: url("menu13a.jpg") no-repeat;
    color: #444444;
    text-decoration: none;
    background-position: 0% 50%;
    margin-left: 0px;
}
span.menu-default > a:hover{
    margin-left: 0px;
}

span.menu-default > a.menu-child {
    background: url("menu13a.jpg") no-repeat;
    color: #cd3e3e;
    text-decoration: none;
    background-position: 0% 50%;
    margin-left: 5px;
}
.menu-expand .menu-parent{
}
.content {
    margin-left: 280px;
    padding: 14px 40px 14px 15px;
    text-align: justify;
    clear: right;
}

.footer {
    background-color: #FFF;
    clear: both;
    height: 32px;
    background-image: url(images/footer.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 22px;
    padding-left: 70px;
    padding-top: 12px;
}
.powered_by {
    text-align: left;
    font-size: 10px;
    padding-top: 1px;
}
