@charset "utf-8";
/* CSS Document */
/* Author: Chad Wright */
/* http://www.goldleaf.com */
body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
body {
    background-color: #FDF0BF;
}
#wrapper {
    background-color: #FDF0BF;
    width: 800px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#header {
    height: 216px;
    width: 800px;
    background-image: url(/2023/mirror/design/header-bg2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.logo {
    float: left;
    padding: 0px 0px 15px 0px;
    border: 0;
}
.swap {
    float: right;
}
#home-topNav {
    float: right;
    width: 500px;
    padding: 5px 0px 0px 0px;

}
#home-topNav li {
    float: left;
    padding: 0px 10px 2px 10px;
    list-style-type: none;
}
#home-topNav  .search  {
    width: 195px;
    margin-right: 3px;
}
 .search  #search  {
    font-size: 11px;
    vertical-align: middle;
}
.search  label  {
    float: left;
}
.search  #search_btn  {
    float: right;
    margin-top: 2px;
}
#home-topNav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #FDF0BF;
    text-decoration: none;
}
#home-topNav a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #FBE17F;
    text-decoration: none;
}
/*#home-topNav a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}*/
.search  {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}
#main {
    background-color: #B0DBCC;
    background-image: url(/2023/mirror/design/contnet-bg2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 800px;
    float: left;
    padding-bottom: 30px;
}
#left {
    width: 215px;
    float: left;
    padding-bottom: 40px;
}
#navCont    {
    height: 280px;
    width: 164px;
    background-image: url(/2023/mirror/design/leftNav-bg2.jpg);
    background-position: center top;
    float: left;
    padding: 0px 25px 0px 25px;
    background-repeat: no-repeat;
    margin: 0px 0px 12px 0px;
}
#navCont    h1 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #5E3616;
    text-align: center;
    padding-top: 5px;
}
#navCont    h2 {
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    font-weight: bolder;
}
#nav    {
    float: left;
    width: 164px;
    margin: 0;
}
.login {
    padding-left: 20px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 0px 20px 20px 20px;
}
.secondary {
    font-size: 10px;
    font-weight: bolder;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}
.login2 {
    padding-right: 5px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
}
.secondary2 {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
}

#nav     li   {
    float: left;
    position: relative;
}
#nav     ul   {
    height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
}
#nav     a   {
    color: #5E3616;
    text-decoration: underline;
}
#nav  a:hover  {
    color: #5E3616;
    text-decoration: none;
}
/*#nav  a:visited  {
    color: #5E3616;
    text-decoration: underline;
}*/
.Menu    {
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    width: 154px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 0px 10px;
}

#nav   .Menu   a    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    text-decoration: none;
}
#nav   .Menu   a:hover    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}
/*#nav   .Menu   a:visited    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    text-decoration: none;
}*/

/* --------------------- nav hover stuff --------------------- */
#nav ul li ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 166px; /* usually the width of the main button */
    border: 5px solid #EEEED6;
    padding: 0;
    margin: 0;
    height: auto;
}
#nav ul li ul li{
    width: 185px;
    background: #CECECE;
    padding: 3px;
    margin: 0;
    border: 1px solid #A2A2A2;
}
#nav ul li ul li ul {
    left: 192px;
    top: -6px;
}
#nav li:hover ul, #nav li:hover li:hover ul {visibility: visible;}
#nav li:hover li ul, #nav li:hover li:hover li ul {visibility: hidden;}
#nav li:hover>ul {display: block;visibility: visible;}
/* --------------------- end nav hover stuff --------------------- */

#featured {
    float: left;
    height: auto;
    width: 180px;
    padding: 0px;
    background-image: url(/2023/mirror/design/featured-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
margin-left:18px;
border-bottom: 1px solid;
}
.spacer {
    padding: 8px 0px 0px 10px;
}
#featured h1 {
    font-size: 13px;
    color: #3C4E4E;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 6px;
}
#featured p {
    font-size: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    padding-top: 8px;
}
#featured ul {
    padding: 6px 0px 0px 25px;
    list-style-type: none;
}


#featured  li {
    font-size: 9px;
    text-align: left;
    background-image: url(/2023/mirror/design/circle.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 1px;
    line-height: 1.2em;
}
.learn_button {
    background-image: url(/2023/mirror/design/learn-more.jpg);
    background-position: center 4px;
    background-repeat: no-repeat;
    padding: 8px 0px 10px 0px;
}
.learn_button a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bolder;
    font-size: 11px;
}
.learn_button a:hover {
    color: #FBE17F;
    text-decoration: none;
    font-weight: bolder;
    font-size: 11px;
}
.learn_button a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bolder;
    font-size: 11px;
}
#content {
    float: left;
    width: 536px;
    height: auto;
    padding: 15px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #666;
}
#content h1 {
    font-size: 22px;
    color: #61361D;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contentIMG {
    float: right;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
}
#content h2 {
    font-size: 18px;
    color: #333;
}
#content h3 {
    font-size: 16px;
    color: #508A8B;
}
#content p {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 12px;
}
#content ul, ol {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 12px;
    padding-left: 12px;
    margin-left: 25px;
}

#footer {
    height: 135px;
    width: 800px;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #FDF0BF;
    float: left;
}
#footer img {
    border: 0;
}
#bottomNav ul {
    padding-left: 15px;
    padding-right: 15px;
    list-style-type: none;
}

#bottomNav .large {
    float: left;
    padding-right: 15px;
    padding-top: 12px;
}
#bottomNav .large a {
    font-size: 11px;
    color: #3E6788;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#bottomNav  .large  a:hover {
    font-size: 11px;
    color: #FBE17F;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
/*#bottomNav  .large  a:visited {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}*/
#bottomNav .small {
    float: right;
    padding-left: 15px;
    padding-top: 10px;
}
#bottomNav .small a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #3E6788;
    text-decoration: none;
}
#bottomNav  .small  a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FBE17F;
    text-decoration: none;
}
.notice a {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}
.notice a:hover {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
.powered_by a {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}
.powered_by a:hover {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
.powered_by a:visited {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}

/*#bottomNav  .small  a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}*/
#notices {
    width: 720px;
    height: 75px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    background-color: #FDF0BF;
}
#notices .notice {
    width: 684px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 3px;
}
#notices .copyright {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#bottomNav  {
    height: 45px;
    width: 800px;
background-color: #B0DBCC;
   /* background-image: url(/2023/mirror/design/bottom-nav-bg.jpg);
    background-repeat: repeat-x; */
}
#logos {
    float: right;
    height: 75px;
    width: 80px;
    background-color: #FDF0BF;
}
