/* This will style all of the things common to all of the pages on da site (banner, navbar, etc...   */

#page {
    width : 90%;
    margin: 0 auto;
    min-width : 1000;
    max-width : 1600;
}

/*   BANNER    */
#Banner {
    background : #01623B;
    height : 200px;
    position : relative;
    padding-left : 55px;
    
    border-style : outset;
    border-width : 1px;
    border-color : #01522B;
    border-radius: 15px 15px 5px 5px;
}

#svg_circuit {
    height : 100%;
    width : 100%;
}

#page_title {
    font-family : monospace;
    position : absolute;
    padding : 0;
    margin : 0;
    font-size : 35px;
    color : #DDDDDD;
    top : 80px;
    left : 95px;
    width : 335px;
    height : 40px;
    text-align : center;
    border-style : outset;
    border-width : 3px;
    border-color : #333333;
    background : #555555;
}



/*    NAVBAR    */
.navbar {
    background : #36D695;
    padding : 0;
    margin-top : 2px;

    border-radius: 5px 5px 10px 10px;
}

.navbar_table {
    cell-spacing : 0;
}


.navbar_entry a {
    display : inline-block;
    width : 150px;
    text-decoration : none;
    color : #040060;
    padding-top : 10px;
    padding-bottom : 10px;
     
}

.navbar_entry ul {
    display : none;
    list-style : none;
    position : absolute;
    background : #DDDDE5;
    padding : 0;
    margin : 0;
    width : 300px;
    border-width : 2px;
    border-bottom : 2px;
    border-left : 2px;
    border-right : 2px;
    
}

.submenu_item a{
    width : 300px;
    
}

.navbar_entry {
    height : 40px;
    width : 150px;
    text-align : center;
    font-size: 20px;
    vertical-align : middle;
    position : relative;
}



.navbar_entry a:hover {
    background : #006561;
    color : #FFFFFF;
}

.navbar_entry:hover > ul, .navbar_entry ul:hover {
    display : block;
}



.main_content {
    padding-top : 5px;
    padding-left : 10px;
    padding-right : 10px;
    min-height : 600px;
    border-color : #BBBBBB;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-style : solid;
    border-right-width : 1px;
    font-family : arial;
}

.main_content p {
    background : white;
}


#footer {
    width : 100%;
    height : auto;
    background : #CCCCCC;
    font-size : 12px;
    padding : 1px;
}


.construction {
    margin-top : 5px;
    margin-bottom : 5px;
    padding-top : 1px;
    height : 50px;
    background : #777777;
    color : #AA1111;
    font-family : ariel;
    font-size : 18px;
    text-align : center;
    font-weight : bold;
    width : auto;
}
