/* =========================================================================

    Harrisburg University - layout.css

    Controls the overall layout & positioning.  Minor elements (logo, etc) may
    be positioned in theme.css because they do not affect the structure.

    *** DO NOT EDIT THIS FILE ***

    Numerous patches are contained to support various browsers:

     - Internet Explorer 5.5
     - Internet Explorer 6.0
     - Mozilla Firefox 1.05
     - Apple Safari
     - Mac IE 5.2 (quirky)
     - Dreamweaver MX 2004

   ========================================================================= */


    /* === CORE LAYOUT === */

        body {
            margin:0; padding:0;
            text-align:center;
            width:100%;
        }

        .fixer  { clear:both; height:0px; overflow:hidden; font-size:1px; }

        #outer_container {
            margin:0 auto;
            max-width:1280px;
    	    background-color:white;
    	    text-align:left;
        }
        * html #outer_container { width:expression(document.body.clientWidth > 1260 ? "1260px": "auto" ); }

        #header {
            height:90px;
        	width: 100%;
    	    position: relative;
    	    z-index: 13;
        }

        #inner_container1 {
        	position: relative;
    	    border-left:233px solid white;
        	width: auto;
        }

        #inner_container2 {
        	position: relative;
            margin: 0;
            width: 100%;
        }

        #left_col {
        	width: 233px;
        	margin-left:-233px;
        	float: left;
        	position: relative;
        	z-index: 10;
        }

        #main_col {
            float: left;
            width: 100%;
            position: relative;
            z-index: 12;
        }

        /* === DREAMWEAVER PATCH === */

            /* \*/
            * html #inner_container1 {
                 border-left:0;
        	    _border-left:233px solid white;
            }
            * html #left_col {
                 margin-left:0;
                _margin-left:-233px;
            }
            * html #main_col {
                 width:auto;
                _width:100%;
            }
            /* */


    /* === TOP NAV === */

        ul#nav1 {
            margin:0;
            padding:0 14px 0 40px;
            height:26px;
            position:absolute;
            top:0; right:0;
            z-index:3;
            white-space:nowrap;
        }

        ul#nav1 li {
            display:inline;
            line-height:24px;
            padding:0 8px
        }

    /* === MAIN NAV === */

        #nav2 {
            height:33px;
        }

        #nav2 ul {
            margin:0;
            padding:0 0 0 12px;
            overflow:hidden;
            height:25px;
        }

        #nav2 li {
            float:left;
            list-style:none;
        }

        #nav2 a {
            display:block;
            padding:0 12px 1px 12px;
            white-space:nowrap;
        }
        /* Mac/IE needs width for floated LI's: */
             * html #nav2 a { width:75px; }
             * html #nav2 ul { width:100%; }
            /* \*/ * html #nav2 a, * html #nav2 ul { width:auto; } /* */

#movie {
	position: absolute;
	top: 175px;
	left: 215px;
	z-index: 1;
	visibility: visible;
}
