* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    color: #000;
    text-align: center;
    background: #848484 url(../../../images/bg_tile.gif) repeat top left;
    font-family: sans-serif;
    font-size: 10pt;
    height: 100%;
}

a {
    color: #A91428;
    font-weight: bold;
    text-decoration: none;
}

.clear {
    clear: both;
}

#container {
    margin: auto;
    text-align: left;
    width: 990px;
}

    #header ,#secondary-header {
        width: 990px;
        height: 392px;    
    }

    #header {  
        background: url(../../../images/header.jpg) no-repeat top center;
    }
    
    #secondary-header {
         /*background: url(../../../images/header_book.jpg) no-repeat top center;*/
    }
    
        #home-contact {
            position: relative;
            /*margin: 40px 0 0 863px;*/
            left: 863px;
            top: 40px;
            width:0;
            font-family: serif;
            font-size: 11pt;
            color: #FFF;
            font-weight: bold;
        }
        
            #home-contact a {
                color: #FFF;
            }
            
        #slogan {
            font-family: serif;
            font-weight: 700;
            font-size: 12pt;
            width: 30%;
            position: relative;
            left: 400px;
            top: 40px;
            color: #FFF;
        }
        
            .tab {
                padding-left: 30px;
            }
    
        #navigation {
            float: left;
            margin-top: 130px;
            margin-left: 4px;
            /*height: 180px;*/
            width: 196px;
        }
        
            #menu li {
                float: left;
                list-style-type: none;
            }

            #menu li a {
                top: 0;
                left:0;
                margin: 0;
                padding: 0;
                display: block;
                width: 197px;
                background: url('../../../images/menu.gif') no-repeat;
                text-indent: -9999px; /* to hide text */
                overflow: hidden;
                text-decoration:none;
                color: #FFF;
                font-weight: bold;   
            }


            li#n_sect1 a {
                left: 0px;
                height: 28px;
                background-position: 0 0px;    
            }

            li#n_sect2 a {
                left: 90px;
                height: 29px;
                background-position: 0 -30px;    
            }

            li#n_sect3 a {
                left: 90px;
                height: 29px;
                background-position: 0 -60px;    
            }

            li#n_sect4 a {
                left: 90px;
                height: 29px;
                background-position: 0 -90px;;    
            }

            li#n_sect5 a {
                left: 90px;
                height: 28px;
                background-position: 0 -120px;
            }

            li#n_sect6 a {
                left: 90px;
                height: 27px;
                background-position: 0 -150px;
            }

            /* Mouse over image changes for the navigation menu */
            li#n_sect1 a:hover { background-position: 0 -184px; }
            li#n_sect2 a:hover { background-position: 0 -214px; }
            li#n_sect3 a:hover { background-position: 0 -244px; }
            li#n_sect4 a:hover { background-position: 0 -274px; }
            li#n_sect5 a:hover { background-position: 0 -304px; }
            li#n_sect6 a:hover { background-position: 0 -334px; }

    #content-container{
        padding-top: 20px;
        min-height: 250px;
        height: auto !important;
        height: 250px;
        background: url(../../../images/content_bg.gif) repeat top center;
    }
    
    #secondary-content-container {
        background: url(../../../images/content_bg.gif) repeat top center;
        min-height: 400px;
        height: auto !important;
    }
    
    
        #sec-section-header {
            padding-left:4px;
        }
        
        #sec-content {
            float: right;
            width: 740px;
            padding-right: 10px;
            padding-bottom: 10px;
        }
        
    
    #left-content {
        background-color: #FFFFFF;
        margin-left: 4px;
        float: left;
        width: 540px;
    }
    
        .section-header {
            margin-bottom: 10px;
        }
        
        .section-body {
            font-size: 10pt;
            padding: 0 15px 40px 25px;
        }
        
            .section-body ul {
                padding: 15px 0 0 25px;
            }
    
    #right-content {
        margin-right: 8px;
        text-align: center;
        float: right;
        width: 421px;
    }
        
        .panel {
            text-align: left;
            width: 368px;
            margin: auto;
            margin-bottom: 10px;
            list-style-image: url(../../../images/bullet.gif);
            list-style-type: disc;
        }
        
        .panel ul, .panel p {
            padding: 56px 0 0 30px;
        }
        
        #events-panel {
            height: 184px;
            background: url(../../../images/panel_events.gif) no-repeat top left;
        }
        
        #hints-panel {
            height: 175px;
            background: url(../../../images/panel_hints.gif) no-repeat top left;
        }
    
    #contact-panel {
        float: left;
        margin-top: 25px;
        margin-left: 4px;
        padding: 40px 0 0 15px;
        width:196px;
        
        background: url(../../../images/panel_contact.gif) no-repeat top left;
    }
    
        
        #contact-panel table tr td {
            font-size: 10pt;
        }
    
    #content-body {
        font-size: 10pt;
        float: right;
        padding-bottom: 20px;
        margin-top: 25px;
        margin-right: 20px;
        width: 740px;
    }
    
    #contact-form {
        font-size: 10pt;
    }
    
    #contact-form td {
        padding-bottom:5px;
    }
    
    #contact-form label {
        font-weight: 700;
        color: #000;
    }
    
    #contact-form .input-field {
        border: 1px solid #353535;
        background: #DFD9D2;
        color: #A91428;
    }
    

    #footer {
        clear: both;
        height: 47px;
        background: url(../../../images/container_bottom.gif) no-repeat bottom center;
    }

#copyright {
    margin: auto;
    width: 990px;
    font-size: 9pt;
    text-align: right;
    color: #FFF;
    padding-right: 10px;
}