@charset "utf-8";
body {
  line-height: 1;
  color: black;
  background: #f1f1f1;
}

#wrapper {
  width:980px;
  background:#fff;
  margin:0 auto;
  border:0;
  position:relative;
}

#logo {
  padding:30px 20px 0 20px;  
}
#header-wrapper {
  margin:0;

}

#site-title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin:0;
  display:block;
  text-decoration:none;
  color:#000;
  font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-weight:bold;
  /* background: url(../images/logo.png) 0 6px no-repeat; */
  /* padding-left:77px; */
}

#site-description {
    font-style: italic;
    margin: 15px 0 18px;
  color:#666666;
  float:left;
  clear:left;
}

#premium {
  position:absolute;
  top:15px;
  right:15px;
}

#premium .tx-imagecycle-pi1, .tx-rgsmoothgallery-pi1, .csc-textpic {margin-bottom:0;}

#header-wrapper {
  border-bottom: 1px solid #000000;
    border-top: 4px solid #000000;
  clear:both;
}

#premiumpartners DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {margin-bottom:0;}
#premiumpartners .csc-textpic-imagewrap {width:100% !important;}
#premiumpartners {width:980px !important; overflow:hidden; }
#access {
    background: none repeat scroll 0 0 #000000;
    display: block;
    float: left;
    margin: 0 auto;
  padding-left:15px;
  width:965px;
}
#access .menu-header {
    font-size: 13px;
    margin-left: 12px;
}
#access ul {
    list-style: none outside none;
    margin: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
    color: #AAAAAA;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}
#access ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 38px;
    width: 180px;
    z-index: 99999;
}
#access ul ul li {
    min-width: 180px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: none repeat scroll 0 0 #333333;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 160px;
}
#access li:hover > a, #access ul ul *:hover > a {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
    color: #FFFFFF;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
    color: #FFFFFF;
}

#leftbar{
  float:left;
  width:225px;
  margin:20px;  
}
#rightbar {
  float:right;
  width:225px;
  margin:20px;  

}

#content {
  float:left;
  margin:20px 0;  
  width:695px;
  color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.withRightbar {
  width:440px !important;  
}

#footer {
     border-top: 4px solid #000000;    
     padding:15px;
}

#footer a {
  color:#000000;
  text-decoration:none; 
  font-weight:bold;
  font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

@media print {
  #access {
    display:none;  
  }
  #content { margin-left:0;width:60%;position:absolute;right:0;top:0;}
  #leftbar {margin-left:0; width:35%;}
  
   #footer, #wrapper, #main-wrapper {width:100% !important;margin:0;padding:0;position:relative;}
}