/**
 * AWD Layout CSS
 * @browsers All
 **/

    /* HTML Elements */

        body {
            font-size: 100%;
            font-family: Tahoma, Verdana, Arial, Sans-Serif;
            margin: 0;
            height: 100%;
            background-color: #342C27;
            color: #ACA7A4;
        }       
        
            body.noscript {
                margin: 25px;
            }

        a {
            color: #D4AB69;
            text-decoration: none;
        }

            a:hover,
            #navigationBar a:hover {
                cursor: pointer !important;
                color: #EFC899;
            }
            
            a.noHover:hover {
                color: #D4AB69 !important;
                cursor: default !important;
            }
            
        h2 {
            font-size: 13px;
            font-weight: normal;
            margin: 0;
        }

    /* Layout */

        #container {
            background-color: #191514;
        }

        /* Banner */

            #banner {
                height: 115px;
            }

                #banner .content {
                    padding: 0;
                }

                #banner #logo {
                    margin: 55px 50px 0 0;
                }

        /* Primary Grid */

            .content {
                width: 956px;
                padding: 5px 0px;
                font-size: 0.70em;
            }

            .leftFrame {
                width: 712px;
                padding: 0 5px 0 0;
            }

            .rightFrame {
                padding: 20px 15px;
                width: 209px;
                line-height: 26px;
            }

        /* View Container */

            #viewContainer {
                overflow: hidden;
            }

        /* Navigation Bar */

            #navigationBar {
                height: 120px;
            }

                #navigationBar a {
                    color: #D4AB69;
                    letter-spacing: 3px;
                }

        /* Main Navigation */

            #mainNavigation {
                position: relative;
            }

                #mainNavigation .navBox {
                    background-color: #15100D;
                }

                #mainNavigation .navBox:hover {
                    cursor: pointer;
                }

                #mainNavigation .navBox.middle {
                    margin: 0 5px;
                }

                #mainNavigation .navBox .link {
                    position: absolute;
                    width: 234px;
                    height: 120px;
                    line-height: 120px;
                    z-index: 2;
                }

                #mainNavigation .navBox.active img {
                    opacity: 0 !important;
                }

                #mainNavigation .navBox.active .link {
                    opacity: 1 !important;
                }


        /* Side Navigation */

            #sideNavigation {
                background-color: #402708;
                height: 80px;
            }
            
            #sideNavigation,
            #sideNavigation div,
            #sideNavigation div a {
                white-space: nowrap;
                overflow: visible !important;
            }

        /* Project Navigation */

            #projectNavigation a:hover {
                color: #615C57;
            }
            
            #projectNavContainer {
                padding-bottom: 0px;
                position: relative;
                height: 382px;
                overflow: hidden;
            }

        /* Main Content */

            #mainContent {
                padding-top: 5px;
                font-size: 1em;
                line-height: 20px;
            }

                #homeSplash {
                    margin: 7px 0;
                    line-height: 25px;
                }

            #mainContent,
            #footer {
                letter-spacing: 0.5px;
            }

            #stage,
            #loading {
                width: 712px;
                height: 427px;
                overflow: hidden;
            }
            
                #contentStage {
                    padding: 49px;
                }
                
                    #contentStage #scrollPane {
                        width: 614px;
                        height: 299px;
                        overflow: hidden;
                    }

                #loading img {
                    margin: 197px 341px 198px 342px;
                }
                
            #architectNameContainer {
                position: absolute;
                bottom: 0px;
                line-height: 20px;
            }

        /* Footer */

            #footer {
                font-size: 0.7em;
                padding: 15px 0;
            }

                #footer a {
                    margin: 0 33px;
                }

        /* Modal */
        
            .modal {
                width: 474px !important;
                /*height: 326px !important;*/
                background-color: #342C27;
                position: absolute;
                z-index: 10;
            }
            
            .modalContent {
                font-size: 0.7em;
                margin: 10px;
            }
            
            .modalOverlay {
                background-color: #000;
                z-index: 9;
                position: absolute;
            }
            
            .modalClose {
                line-height: 9px;
                height: 9px;
                overflow: hidden;
                padding-right: 16px; /* 9 + 7 */
                background: transparent url(/_media/images/buttons/closeX.gif) scroll no-repeat top right;
            }
            
                .modalClose:hover {
                    cursor: pointer;
                    background-image: url(/_media/images/buttons/closeXHover.gif);
                }
                
            .modalContentRegion {
                padding: 30px 39px 39px;
            }
            

        /* Utility Classes */

            .column {
                width: 190px;
            }

            .blue,
            .blueHover a:hover,
            #mainNavigation .navBox.active a,
            #sideNavigation a.active,
            .button:hover a,
            .button.active a,
            #architectNameContainer {
                color: #AAA5A1 !important;
            }

            .button {
                background-color: #373332;
                line-height: 18px;
                width: 18px;
                height: 18px;
                margin: 0 3px;
            }
            
                .button.arrowUp {
                    background-image: url(/_media/images/buttons/arrowUp.gif);
                }
                
                    .button.arrowUp:hover {
                        background-image: url(/_media/images/buttons/arrowUpHover.gif);
                    }
                
                .button.arrowDown {
                    background-image: url(/_media/images/buttons/arrowDown.gif);
                }
                
                    .button.arrowDown:hover {
                        background-image: url(/_media/images/buttons/arrowDownHover.gif);
                    }

                .button.active {
                    background-color: #181818;
                }

                .button:hover {
                    cursor: pointer;
                }

            .buttonBox {
                margin-top: 5px;
            }
