﻿/*-------------------------------------------
   LAYOUT
--------------------------------------------*/

html, body
{
    height: 100%;
}


/*-------------------------------------------
	Site Structure
--------------------------------------------*/

#wrap
{
    margin-left: auto;
    margin-right: auto;
    width: 952px;
    text-align: left;
    height: auto !important;
}

#topheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    background: url(../images/login.png) no-repeat;
    width: 952px;
    height: 28px;
    background-position: right top;
    vertical-align: top;
    text-align: right;
    margin: auto auto auto auto;
}

#header
{
    position: relative;
    width: 952px;
    height: 153px;
    background: url(../images/header.png) no-repeat;
    color: #fff;
    margin-top: 20px;
}
 

#WPALink
{
	 position:absolute;
	top:0px;
	left:0px;
	width:300px;
}
#WPANav
{
   position:absolute;
   top:30px;
	right:50px;
	

}

#WPANav2
{
    width: 255px;
    height: 130px;
    padding: 10px 0 0 667px;
}

.internal-wrap
{
    background: url(../images/wrap.gif) repeat-y center top;
}

/* Navigation */
#nav
{
    padding: 0;
    width: 952px;
    background: url(../images/nav2.png) no-repeat;
    vertical-align: top;
}
.navLinks
{
    margin: 0px 23px 0px 23px;
    padding: 0px 0px 0px 0px;
	height: 100px;
}

/* top-menu */
#top-menu
{
    position: absolute;
    padding: 30px 15px 8px 15px;
    background: url(../images/menu_top.png) repeat-x;
    font-family: 'Trebuchet MS' , Arial, Sans-serif;
    color: #FFF;
    top: 30px;
    right: 178px;
    width: 169px;
    height: 1px;
}

/* footer */
.footer
{
    width: 952px;
    background: url(../images/footer.png) no-repeat bottom;
    font-family: 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
    font-size: 0.95em;
    color: #5a5852;
    text-align: center;
    letter-spacing: .2px;
    height: 28px;
    margin: 0px;
}

.LoginMenu
{
    padding: 0px 4px 0px 0px;
}

.content
{
    float: left;
    width: 952px;
    text-align: left;
    padding: auto 40px auto 40px;
}

.Overflow
{
    overflow: scroll;
    width: 906px;
}

.Div
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

/*-------------------------------------------
	Old Structure
--------------------------------------------*/
#IFrame
{
    border-style: none;
    border-width: 0px;
    width: 906px;
    margin: auto 23px auto 23px;
    height: 500px;
}

#UFrame
{
    border-style: none;
    border-width: 0px;
    width: 906px;
    margin: auto 23px auto 23px;
}

/*-------------------------------------------
	Menu Links
--------------------------------------------*/
#navbar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .6em;
    font-weight: bold;
    height: 100px;
}
#navbar li
{
    list-style: none;
    display: inline;
    padding: 10px 0px 10px 0px;
}

#navbar input.button
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    background: #cf0b01;
}


#navbar span
{
    padding: 0px 0px 0px 0px;
    width: 105px;
    color: #fff;
    text-decoration: none;
    background: url(../images/Menu/menu3.png) 0 0 no-repeat;
    float: left;
}
#navbar span:hover
{
    padding: 0px 0px 0px 0px;
    background-position: 0 -100px;
    color: #fff;
}
#navbar span:active
{
    padding: 0px 0px 0px 0px;
    background-position: 0 -100px;
    color: #fff;
}

#navbar current
{
    background-position: 0 -100px;
    color: #fff;
}

.navbarSelected
{
    background: url(../images/Menu/menu3.png);
    background-position: 0 -100px;
}
