﻿/* Montgomery Stylesheet
================================================================*/
* {
    padding: 0;
    margin: 0;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    z-index: 0;}

html
{
    height:100%;}    
    
body
{
    text-align:center;
    z-index: 0;
    height: 100%;
    }

body.home
{
    background: #004881 url(../images/bkg_homepage.jpg) no-repeat scroll top center;
    }

body.sub
{
    background: #004881 url(../images/bkg_subpage.jpg) no-repeat scroll top center;
    }

#page
{
    position: relative;
    width:585px;
    min-height: 80% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 89px;
    z-index: 1;}   

* html #nonFooter
{
    height:100%;}    

#content
{
    width: 387px;
    background-color:#DCB732;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    opacity:.86;
    filter: alpha(opacity=86); 
    -moz-opacity: 0.86;   
    padding-bottom: 25px; 
    margin-bottom: 30px;
    z-index:2;}        
    
h1
{
    font-size: 11pt;
    padding: 15px;}

#content p
{
    padding: .75em 15px;}  
    
/* Menu
=================================================================*/          
#menupad
{
    position:absolute;
    width:86px;
    height:227px;
    background-color: #fff;
    top: 114px;
    left: -86px !important;     
    left: -87px;    /* for IE */
    opacity:.20;
    filter: alpha(opacity=20); 
    -moz-opacity: 0.20;   
    z-index: 5;}

#menu
{
    position: absolute;
    width: 110px;
    height: 227px;
    background-color: Transparent;
    top: 140px;
    left: -86px !important;     
    left: -87px;    /* for IE */
    z-index: 6;    }
    
#nav
{
    position: absolute;
    width: 110px;
    top: 0;
    left: 0;
    list-style-type: none;
    text-align: right;
    z-index: 10;
} 
   
#nav li 
{
    width: 66px;
    height: 33px;
    padding-right: 44px;
    margin-bottom:15px;
    padding-right: 48px;
  }  

#nav li:hover, #nav li.over
{
    background: transparent url(../images/bkg_menuItem.gif) no-repeat;}

#nav li:hover a, #nav li.over a
{
    color: #1E5F94;}

#nav a
{
    display: block;
    width: 66px;
    height: 21px;
    padding-top: 12px;
    font-size: 7pt;
    color: #fff;
    text-decoration: none;    }        

/* Selected Item 
====================================================================*/    
#nav li.selected
{
        background: transparent url(../images/bkg_menuItem.gif) no-repeat;}    
    
#nav li.selected a
{
    color: #1E5F94;}  
    
/* Selected Item 
====================================================================*/    
#footer
{
    position:absolute;
    bottom: 15px;
    right: 0;
    text-align: right;
    padding-right: 10px;
    }    

#logo
{
    width: 207px;
    height:77px;
    background: transparent url(../images/logo.gif) no-repeat scroll;     
    margin-bottom: 23px;}
    
#contactinfo p
{
    line-height: 1.75em;
    color: #DCB732;}    