 @charset "UTF-8";

body {
    background: #000000;
    margin: 10 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: left;
}

a:link {
    text-decoration: none;
    color: #AED011;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #AED011;
}

a:active {
    text-decoration: none;
    color: #AED011;
}

#logo {
    margin: 0px 0px 10px;
    padding: 0px;
    width: 240px;
    position: relative;
    visibility: visible;
    height: 90px;
}

#footer {
    position: relative;
    visibility: visible;
    left: 0px;
    bottom: 0px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

#menu_container {
    margin: 0px 0px 7px;
    padding: 0px 0px 10px;
    width: 240px;
    position: relative;
    visibility: visible;
    height: auto;
}

#folio_pics {
    margin: 0px;
    padding: 0px;
    width: 640px;
    position: relative;
    visibility: visible;
    height: auto;
    float: none;
}

#folio_menu {
    float: left;
    width: 170px;
    position: relative;
    visibility: visible;
    list-style-type: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
    padding-right: 10px;
    padding-bottom: 10px;
}

#folio_menu ul {
    list-style: url(none) none;
    margin: 0px;
    padding: 0px;
}

#folio_menu li {
    padding: 0px;
    list-style-type: none;
    position: relative;
    margin: 0px;
}

#folio_menu li a:link {
    text-decoration: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    list-style-type: none;
    padding: 0px;
    font-size: 11px;
    line-height: 15px;
    display: block;
    margin: 0px;
    text-transform: uppercase;
    color: #666666;
}

#folio_menu li a:hover {
    text-decoration: none;
    color: #AED011;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

#folio_menu li a:visited {
    text-decoration: none;
    display: block;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #666666;
}

#folio_menu li a:active {
    text-decoration: none;
    display: block;
    color: #666666;
}

#folio_content {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 410px;
    position: relative;
    visibility: visible;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: #666666;
}
#folio_content a:link {
    text-decoration: underline;
    color: #330066;
}

#folio_content a:visited {
    text-decoration: underline;
    color: #000099;
}

#folio_content a:hover {
    text-decoration: underline;
    color: #330066;
}

#folio_content a:active {
    text-decoration: underline;
    color: #330066;
}

#maincontent_white {
    margin: 0px;
    padding: 20px 15px;
    width: 610px;
    position: relative;
    visibility: visible;
    background-color: #FFFFFF;
    height: auto;
    float: left;
}

#maincontent_folio {
    margin: 0px;
    padding: 20px 15px;
    width: 610px;
    position: relative;
    visibility: visible;
    background-color: #000000;
    height: auto;
    float: left;
}

.twoColFixLt #container {
    width: 955px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #000000;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #333333;
    text-align: left; /* this overrides the text-align: center on the body element. */
    padding-top: 40px;
    padding-bottom: 5px;
}

.twoColFixLt #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 20px;
    background-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333333;
}

.twoColFixLt #mainContent {
    padding: 0px 15px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 280px;
}
.twoColFixLt #mainContent a:link {
    text-decoration: none;
    color: #AED011;
}

.twoColFixLt #mainContent a:visited {
    text-decoration: none;
    color: #999999;
}

.twoColFixLt #mainContent a:hover {
    text-decoration: none;
    color: #AED011;
}

.twoColFixLt #mainContent a:active {
    text-decoration: none;
    color: #AED011;
}

.thrColFix #container {
    width: 955px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #000000;
    margin: 0 auto;
    text-align: left;
    padding-top: 40px;
    border: 1px solid #333333;
    padding-bottom: 5px;
}

.thrColFix #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 20px; /* padding keeps the content of the div away from the edges */
    background-color: #000000;
}

.thrColFix #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 30px 10px 15px; /* padding keeps the content of the div away from the edges */
    background-color: #000000;
}

.thrColFix #mainContent {
    margin: 0 285px 0 280px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 0px 0px 0px 15px;
    background-color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333333;
}
.thrColFix #mainContent a:link {
    text-decoration: none;
    color: #AED011;
}

.thrColFix #mainContent a:visited {
    text-decoration: none;
    color: #999999;
}

.thrColFix #mainContent a:hover {
    text-decoration: none;
    color: #AED011;
}

.thrColFix #mainContent a:active {
    text-decoration: none;
    color: #AED011;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.separator_line_white {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

#sidebar1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar li {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2px;
}

#sidebar1 li a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    list-style-type: none;
    padding: 0px;
}

#sidebar1 li a:hover {
    text-decoration: none;
    color: #AED011;
}

#sidebar1 li a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

#sidebar1 li a:active {
    text-decoration: none;
    color: #FFFFFF;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    color: #AED011;
    font-weight: lighter;
    text-transform: uppercase;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: normal;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    color: #AED011;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #999999;
}

h5 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: normal;
    text-decoration: none;
    color: #AED011;
}

h6 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    color: #999999;
    font-weight: bold;
}

.text18_yellow {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #AED011;
    text-decoration: none;
    font-weight: normal;
}

.text12_revcaps {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.text11_revcaps {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: lighter;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.text11_rev {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.text11_black {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.text11_revbold {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.text11_yellowcaps {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: normal;
    color: #AED011;
    text-decoration: none;
    text-transform: uppercase;
}

.text10_rev {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: normal;
    color: #666666;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.textlinks {
    color: #AED011;
}

.textlinks_grey {
    color: #666666;
}
 /* NAV */
.nav, .nav ul {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 22px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    list-style-image: none;
    list-style-type: none;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.nav {
    z-index: 95;
    position: relative;
}

.nav li {
    margin: 0;
    padding: 0;
    position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
    display: block;
    text-decoration: none;
}

.nav li a:hover {
    color: #AED011;
}

#nav-one .nav>li:hover a, #nav-one .nav>li.sfHover a {
    color: #AED011;
}

.nav ul {
    list-style: none;
    margin: 0;
    position: relative;
    display: none;
}

.nav ul li {
    border: 0;
    float: none;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    list-style-image: none;
    list-style-type: none;
}
.nav ul li a{
    color: #FFFFFF;
}
.nav ul a {
    border: 0;
    white-space: nowrap;
}

.nav ul li a:hover {
    color: #AED011;
}

.subnav {
    display: block;
    font-weight: normal;
}
#sidebar1 li a.currentPage{
  color: #AED011;
}