﻿body 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-color: White;
    font-size: small;
    color: Black;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    padding-top: 10px;
    margin: 0px;
}

#shlogo 
{
    background-image: url('images/shlogo.png');
    background-repeat: no-repeat;
    background-position: top left;
    width:800px;
    height:179px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 2px;
}

#bar 
{
    background-image: url('images/bar.png');
    background-repeat: repeat-x;
    background-position: top left;
    width: 100%;
    height:148px;
    position: absolute;
    top: 100px;
    left: 0px;
}

#barPrint
{
    width: 100%;
    height:148px;
    position: absolute;
    top: 100px;
    text-align: center;
    visibility: hidden;
}

#shlogoPrint
{
    width:800px;
    height:179px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -178px;
    visibility: hidden;
}

#menu1
{
    position: relative;
    top: -266px;
    text-align: right;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    color: #FFFFFF;
}

#menu1 a:link
{
    color: #FFFFFF; 
    text-decoration: none;
}

#menu1 a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu1 a:hover
{
    color: #F15A24;
    text-decoration: underline;
}

#menu1 a:active
{
    color: #8D8D8D;
    text-decoration: none;
}

#menu2
{
    position: relative;
    top: -160px;
    text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#menu2 a
{
    margin-left: 20px;
}

#menu2 a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu2 a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu2 a:hover
{
    color: #F15A24;
}

#menu2 a:active
{
    color: #FF9900;
    text-decoration: none;
}

.activePage
{
    margin-left:20px;
    color: #FF9900;
    display: inline;
}

#coastToCoast
{
    width: 300px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
    font-style:italic;
    color: #ffffff;
    text-align: center;
    top: -238px;
    left: 190px;
}

#lacbaContainer
{
    top:-418px;
    position:relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    display: block;
    clear: both;    
}

#lacbaLogo
{
    float: right;
    width: 212px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    text-align: center;
    font-size: smaller;
    color: Gray;
    display: block;
}

#contentArea
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -240px;
    clear: both;
}

h1 
{
    font-size: medium;
    font-weight:bold;
}

#serviceLinks a:link
{
    color: #243463;
    text-decoration: none;
}

#serviceLinks a:visited
{
    color: #243463;
    text-decoration: none;
}

#serviceLinks a:hover
{
    color: #FF9900;
}

#serviceLinks a:active
{
    color: #F15A24;
    text-decoration: none;
}

#footer
{
    font-size:smaller;
    text-align: center;
    clear: both;
    width: 100%;   
}

.header
{
    font-size:large;
    font-weight:bold;
    color: #0070C0;
}

.subheader
{
    font-size:larger;
    font-weight:bold;
}
