body {
    background-color:#FFFFFF;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

#header {
    height:77px;
    background: #fff url('images/lines-bkg.gif') no-repeat; 
}

#holder {
    position:relative;
    width: 800px;
    left: 50%;
    top: 10px;
    margin-left: -400px;
    border:1px solid gray;
}

#banner {
    position:relative;
    left:0px;
    top:0px;
    width:800px;
    height:77px;
    background: #fff url('images/lines-bkg.gif') no-repeat; 
}

#top-blue-bar {
    position:relative;
    left:0px;
    text-align:center;
    width:800px;
    height:26px;
    background: #003b9a;
}

#banner-logo {
    position:absolute;
    left:18px;
    top:6px;
    width:123px;
    height:63px;
}

#search-area {
    position:absolute;
    left:422px;
    top:18px;
    width:255px;
    height:59px;
}

#adjust-fonts {
    position:absolute;
    left:693px;
    top:18px;
    width:98px;
    height:41px;
}

input.google {
    width: 146px;
    height: 19px;
}

.push-right {
    float: left;
    width: 18px; 
    margin-right: 4px;
    border: 1px solid #666;
}

#home-sidenav {
    float:left;
    left:0px;
    top:0px;
    width:132px;
    /*height:472px;*/
    background-color:#639BEB;
}

#body-holder {
    float:left;
    height:452px;
    background: #003b9a;
}

#home-pic {
    float:left;
    top:0px;
    width:347px;
    height:452px;
}

#home-copy {
    float:left;
    top:0px;
    width:321px;
    min-height:500px;
    height:500px;
    background-color: #639BEB;
    background-image: url('images/body-bkg.gif'); 
}

html->body #home-copy {
    height: auto;
}

#home-blanky {
    clear: both;
    width:668px;
    height:20px;
    background-image: url('images/lines-bkg.gif'); 
}

#bottom-blue {
    width:800px;
    height:25px;
    background-color:#3364AF;
}

/* INTERIOR STUFF */

    #container-a {
        position:absolute;
        left: 50%;
        margin-left: -400px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: auto;
        border:1px solid gray;
    }
        
    html>body #container-a {
        height: auto;
    }
    

    #container-b {
        position:relative;
        width: 800px;
        background-color:#639BEB;
        min-height: 472px;
        height: 472px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: auto;
    }
        
    html>body #container-b {
        height: auto;
    }

#interior-copy {
    float:left;
    display: table-cell;
    top:0px;
    width:497px;
    min-height: 472px;
    height: 472px;
    padding-left: 6px;
    background-color: #fff;
    background-image: url('images/info-bkg.gif');
    background-repeat: no-repeat;
    z-index: 1;
}

    html>body #interior-copy {
        height: auto;
    }

/* reminder styles */
#csm_table_cell_header {
    background-color: #666;
}

#csm_table_cell {
    background-color: #000;
}

#csm_reminder_table td { 
    padding: 0px 3px 3px 0px; 
}

#csm_form td {
    padding-bottom:5px;
}

#csm_fieldset {
    margin: 2px 0px;
    width: 450px;
}

/* SIDENAV STUFF */
    #nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        float : left;
        clear:both;
        width : 132px;
        background-color:#639BEB;
        font-family: verdana, sans-serif;
        font-size: 12px; 
        font-weight: bold;
        line-height: 24px;
        color: #fff;
    }
    
    #nav li { /* all list items */
        position : relative;
        float : left;
        clear:both;
        /*line-height : 1.25em;*/
        margin-bottom : -1px;
        width: 132px;
    }
    
    #nav li ul {    
        /* second-level lists */
        position: absolute;
        clear:both;
        left: -999em;
        margin-left: 120px;/* THIS PLACES THE MENU */
        margin-top: -2em;
        border-color: #fff;
        border-width: 1px;
        border-style: solid;
        background-color : #3162A7;
        font-family: verdana, sans-serif;
        font-size: 10px; 
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
        width: 250px;
        z-index: 30;
    }

    #nav li ul li {    
        /* second-level lists */
        width: inherit;
        float: none;
    }
    
    /* third-and-above-level lists */
    #nav li ul ul { 
        margin-left: 0px;
        margin-top: -3px;
    }
    
   
    #nav li a {
        display : block;
        color : white;
        text-decoration : none;
        padding-left: 6px;
    }

    #nav li ul li a {
       border : 1px solid white;
       width: 250px;
    }

    #nav li ul li ul li a {
       padding-left: 60px;
       width: 250px;
    }
    
    html>body #nav li ul li a, #nav li ul li ul li a {
        width: auto;
    }
    
    #nav li a:hover {    
    	color: white;
    	background-color: black;
    }
    
/*
    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
    }
*/
    
    /* lists nested under hovered list items */
    #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
        left: -1px;
    }


.white-headline { /* Uppercase White Headline */
    font-family: verdana, sans-serif;
    font-size: 18px; 
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

.blue-headline { /* Blue Headline */
    font-family: verdana, sans-serif;
    font-size: 18px; 
    font-weight: bold;
    line-height: 30px;
    color: #3364AF;
}

.home-text {    /* White Text */
    font-family: times, times-roman, serif;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.text {    /* Text */
    font-family: times, times-roman, serif;
    font-size: 15px;
    line-height: 24px;
    color: #3364AF;
}

.small-text {    /* Small Text */
    font-family: times, times-roman, serif;
    font-weight: normal;
    color: #000;
    font-size: 100%;
    line-height: 12px;
}

