/**   Styles for "Screen" Media
*     File: _styles.css
*     Theme: 0005 - blue
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-08-23
* --------------------------------------------------------------
**/
html { 
   color: #666;
   background-color: #0E1514;
}

a { color: #0151A6; }
   a:visited { color: #6E7204; }

h1, h2, h3, h4, h5, h6,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #006699; }

div.hr { background-color: #ECECEC; }

#wrapper { 
   background-color: #FFF;
   border-color: #FFF;
}

#header { background: #1B2121 url('bg_header.gif') left top repeat-x; }

#header #masthead a, 
#header #masthead a:visited {
   width: 251px;
   height: 176px;
   background: url("logo.png") 0 0 no-repeat;
   top: -1px;
   left: 20px;
}

#contentSlot {
   border-top: 1px solid #FFF;
   background: transparent url('bg_contentSlot.jpg') left top repeat-x; 
}

#sideBar { 
   background: #1B2121 url('bg_sideBar.gif') left bottom repeat-x;
   color: #999;
}
    .has_zero_opts #sideBar { background: transparent none left bottom repeat-x; } 

#sideBar div.title { color: #0099FF; }
#sideBar input,
#formContent input.input, 
#formContent textarea.textarea {
   background-color:#FFF;
   border-color:#006699;
   color: #333;
}
#sideBar button,
#formContent input.submit { 
   background: #00528A url('bg_btn.jpg') left top repeat-x;
   border-color: #00528A;
   color: #FFF;
}

/** @group superfish */
#topNavigation ul.sf-menu li { background-color: transparent; }
   #topNavigation ul.sf-menu li a { 
      color: #FFF;
      background: transparent url('bg_topNavDivider.gif') right top repeat-y;
   }
      #topNavigation ul.sf-menu li.selected a,
      #topNavigation ul.sf-menu li.selected a:hover { color: #FFF; background-color: #006699; }
         #topNavigation ul.sf-menu li.last a { background-image: none; }

      #topNavigation ul.sf-menu li a:hover,
      #topNavigation ul.sf-menu li a:focus,
      #topNavigation ul.sf-menu li a:active { color: #006699; }

      #topNavigation ul.sf-menu li li a,
      #topNavigation ul.sf-menu li.selected li a,
      #topNavigation ul.sf-menu li.selected li a:hover { 
         color: #FFF;
         background-color: transparent;
      }
         #topNavigation ul.sf-menu li.selected ul { 
            border: 1px solid #333;
            border-bottom: 0;
         }
         #topNavigation ul.sf-menu li li { 
            background-color: #000;
            border-bottom: 1px solid #333;
         }
            #topNavigation ul.sf-menu li.sfHover li:hover,
            #topNavigation ul.sf-menu li li a:hover,
            #topNavigation ul.sf-menu li.selected li a:hover { 
               color: #FFF;
               background-color: #006699;
            }
               #topNavigation ul.sf-menu li.selected li a,
               #topNavigation ul.sf-menu li.selected li a { background-image: none; }
/* @end superfish **/


#footer { background-color: #E0E5E9; }
   #footer, #footer a { color: #666; }

