/* 
    Main Cascading Style Sheet
*/


* {padding: 0px; margin: 0px; border: 0px; font-family: Times New Roman,Serif; font-size: 16px; }
body {color: #000000; background-color: #EAC117;/*FDD017;/*DEAB44;*/ }
ul {list-style-position: outside; margin: 0px; margin-left: 25px; }
a {text-decoration: none; color: #0000A0; }
a:hover {text-decoration: underline; }

.left {float: left; }
.right {float: right; }
.pic_left {float: left; margin-right: 10px; margin-bottom: 10px; }
.pic_right {float: right; margin-left: 10px; margin-bottom: 10px; }
.small {font-size: 10px; }  
.hidden {display: none; }
.hr {margin-top: 5px; margin-bottom: 5px; height: 1px; width: 100%; clear: both; }
div.grayhr {height: 1px; clear: both; background-color: #707070; /*overflow: hidden;*/ }
.vr {margin-left: 5px; margin-right: 5px; width: 1px; float: left; }


/* Page Sections */
#PageWrap {float: left; }

  /* Drop Shadow */
  #shadow_l, #shadow_r, #shadow_b_l, #shadow_b, #shadow_b_r {float: left; overflow: hidden; }
  #shadow_l {background-image: url('../img/shadow/leftb.png'); width: 5px; }
  #shadow_r {background-image: url('../img/shadow/rightb.png'); width: 5px; }
  #shadow_b_l {background-image: url('../img/shadow/bottom_leftb.png'); height: 5px; width: 5px; }
  #shadow_b {background-image: url('../img/shadow/bottomb.png'); height: 5px; }
  #shadow_b_r {background-image: url('../img/shadow/bottom_rightb.png'); height: 5px; width: 5px; }
  
  
  #SiteHolder {width: 790px; float: left; background-color: #FFFFFF; }
    
    /* Page Components */
    #Header, #TopMenu, #Content, #RightSide, #Strip, #Footer {padding: 10px; overflow: hidden; display: block; background-color: transparent; }
    #Header,                                 #Strip, #Footer {clear: both; }
    
    #Header {text-align: center; border-bottom: 3px double #DEAB44; }
    
    #TopMenu {text-align: right; border-right: 1px dotted #DEAB44; background-color: #F8F8F8; }
    #TopMenu > ul {list-style-type: none; margin: 0px; }
    #TopMenu > ul > li {font-size: 22px; line-height: 22px; border-bottom: 0px dotted #F4B80E; /*padding-left: 5px; padding-right: 5px;*/ padding-top: 3px; padding-bottom: 3px; }
    /*#TopMenu > ul > li:hover {background-color: #F4B80E; border-bottom: 0px dotted #000000; }*/
    #TopMenu > ul > li > a {font-weight: bold; font-size: 22px; line-height: 22px; text-decoration: none; color: #000000; }
    #TopMenu > ul > li > a:hover, #TopMenu > ul > li > a:focus {color: #996600; border-bottom: 1px dotted #996600; }
    
    #TopMenu > ul > li > ul {list-style-type: none; margin: 0px; }
    #TopMenu > ul > li > ul > li {font-size: 16px; line-height: 16px; padding-top: 3px; padding-bottom: 3px; /*padding-left: 5px; padding-right: 5px;*/ border-top: dotted 0px #606060; }
    /*#TopMenu > ul > li > ul > li:hover {background-color: #000000; }*/
    #TopMenu > ul > li > ul > li > a {font-weight: bold; font-size: 16px; line-height: 16px; text-decoration: none; color: #996600; }
    #TopMenu > ul > li > ul > li > a:hover, #TopMenu > ul > li > ul > li > a:focus {border-bottom: 1px dotted #996600; }
    
    
    #Content {text-align: left; padding-left: 15px; padding-right: 15px; }
    #Content > h2 {font-size: 24px; line-height: 24px; margin-bottom: 15px; font-style: italic; color: #996600; }
    #Content > h3 {font-size: 18px; }
    
    /* IE will be an ongoing problem. All new parts will need to be added here. */
    #RightSide {font-size: 13px; text-align: center; background-color: #FFFFF0; border-left: 1px dotted #DEAB44; }
    #RightSide > *, #RightSide > .contacts, #RightSide > .contacts > *, #RightSide > .contacts * {font-size: 13px; }
    
    #Strip {text-align: center; padding-top: 30px; padding-bottom: 20px; vertical-align: middle; }
    
    #Footer {text-align: center; font-size: 13px; padding-top: 2px; padding-bottom: 2px; border-top: 3px double #DEAB44; }
    #Footer > * {font-size: 13px; }
    
    
#Bottom {clear: both; height: 30px; width: 100%; }
