
/******************************************************************************
 *                         General Web Site Styles
 ******************************************************************************/
/**
 *******************************************************************************
 * Section I: Page Layout
 *******************************************************************************
*/
body {
    margin: 0px;
}

a, a:active, a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #003333;
}

.page-container {
    padding: 12px;
    margin: 10px;
    width: 760px;
    background-color: #FF9933;
    border-top: solid 1px #AF8686;
    border-right: solid 1px #280000;
    border-bottom: solid 1px #280000;
    border-left: solid 1px #7F3D3D;
}

.content-outline {
    font-family: Bitstream Vera Sans, tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px;
}

.hours {
    font-family: Bitstream Vera Sans, tahoma, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px;
}

.tmNavSep {
    font-family: Bitstream Vera Sans, tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #003333;
}


/**
 *******************************************************************************
 * Section II: Menu Styles
 *******************************************************************************
*/

#navcontainer {
    padding: 0px;
    padding-bottom: 5px;
    margin:0px;
}
#navcontainer ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Bitstream Vera Sans, tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
#navcontainer ul li {
    font-family: Bitstream Vera Sans, tahoma, Verdana, Helvetica, sans-serif;
    display:inline;
    font-size: 11px;
}
#navcontainer a
{
    margin: 0px;
    display: block;
    padding: 4px 0px 4px 6px;
    font-size: 11px;
    text-decoration: none;    
}
#navcontainer #l1 a {
    margin: 0px;
    font-weight: bold;
    color: #003333; 
    padding: 4px 0px 4px 10px;
    background-color: transparent;
}
#navcontainer #l1a a {
    font-weight: bold;
    padding: 4px 0px 4px 10px;
    background-color: transparent;
    color: #003333;
}
#navcontainer #l1 a:hover {
    font-weight: bold;
    color: #003333;
    text-decoration: underline;
    padding: 4px 0px 4px 10px;
    background-color: transparent;
}
#navcontainer #l2 a {
    font-weight: normal;
    font-size: 10px;
    color: #003333;
    padding: 2px 0px 2px 15px;
    background-color: transparent;
}
#navcontainer #l2 a:hover {
    font-weight: normal;
    font-size: 10px;
    color: #fff9f2;
    padding: 2px 0px 2px 15px;
    background-color: transparent;
    text-decoration: underline;
}
#navcontainer #l2a a {
    font-weight: bold;
    font-size: 10px;
    color: #003333;
    padding: 2px 0px 2px 15px;
    background-color: transparent;
}
#navcontainer #l3 a:hover {
    font-weight: normal;
    padding: 2px 0px 2px 16px;
    background-color: transparent;
}
#navcontainer #l3a a {
    font-weight: normal;
    color: #444444;
    font-size: 10px;
    padding: 2px 0px 2px 16px;
    background-color: #ffffff;
    background: url('images/navarrow3.gif');
    background-repeat: no-repeat;
    background-position: center left;    
    border-top: solid 0px #f5f5f5;
    border-bottom: solid 0px #f5f5f5; 
}
#navcontainer #l3 a {
    font-weight: normal;
    color: #444444;
    font-size: 10px;
    padding: 2px 0px 2px 16px;
    background-color: #f5f5f5;
    border-top: solid 0px #f5f5f5;
    border-bottom: solid 0px #f5f5f5;    
}
#navcontainer #l3 a:hover {
    font-weight: normal;
    padding: 2px 0px 2px 16px;
    background-color: #ffffff;
    border-top: solid 0px #f5f5f5;
    border-bottom: solid 0px #f5f5f5;}
}
#navcontainer #l4 a:hover {
    font-weight: normal;
    padding: 2px 0px 2px 20px;
    background-color: #425c77;
    background: url('images/navarrow3.gif');
    background-repeat: no-repeat;
    background-position: center left;   
    border-top: solid 1px #415b76;
    border-bottom: solid 1px #314559;    
}
#navcontainer #l4a a {
    font-weight: normal;
    color: #666666;
    font-size: 9px;
    padding: 2px 0px 2px 20px;
    background-color: #ffffff;
    border-top: solid 0px #f5f5f5;
    border-bottom: solid 0px #f5f5f5; 
}
#navcontainer #l4 a {
    font-weight: normal;
    color: #666666;
    font-size: 9px;
    padding: 2px 0px 2px 20px;
    background-color: #f5f5f5;
    border-top: solid 0px #f5f5f5;
    border-bottom: solid 0px #f5f5f5;    
}
#navcontainer #l4 a:hover {
    font-weight: normal;
    padding: 2px 0px 2px 20px;
    background-color: #000000;
    border-top: solid 0px #f5f5f5;
    border-bottom: solid 0px #f5f5f5;
}



/**
 *******************************************************************************
 * Section III: Other Styles
 *******************************************************************************
*/
