@charset "utf-8";

/* Body / Background */
body {
  background-color: #A1925B;
  background-image: url(../images/bg_overlay.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFF;
  font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
}

/* Font */
h1, h2, h3, h4{
  font-family: 'Droid Sans', arial, serif;
  -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
}


/* Primary BACKGROUND */
.primary-bgcolor,
a.ui-btn-big,
.newsbox .feedList h4 a:hover,
#slider #imageSliderNav a.activeSlide
{
  background-color: #A1925B;
  color: #FFF;
}



/* Secondary COLOR */
/* Secondary BACKGROUND */
#header #mainmenu ul,
#header #mainmenu ul li
{
  background-color: #49432A;
}





a.ui-btn-big {
  background-image: url(../images/ui-btn-big-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
  color: white !important;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 50px 12px 19px;
  text-decoration: none;
}


a {
  outline: none;
}

#page {
  width:950px;
  margin:0px auto;
  text-align:left;
  padding:0px 15px 1px 15px;
  padding-bottom: 0px;
  background: #FFF;
}

/* Header #49432A */

#header {
  margin-bottom: 0px; 
  
}
  #header a,#header a img{
    border: none;
  }
  #header #sitedescription{
    float: right;
    text-align: right;
    margin: 7px;
  }
    #header #sitedescription h1 {
      font-weight: normal;
      position: relative;
      font-size: 16px;
      line-height: 0.5em;
    }  
  #header #mainmenu{
    margin: 0px;
    padding: 0px;
  }
    #header .mainmenucorner{
      margin: 0px;
      padding: 0px;
      background: url(../images/mainmenu_corner.gif) top left no-repeat;
      height: 20px;
      clear: both;
      position: relative;
      top: -15px;
      left: -25px;
      width: 20px;
      margin-bottom: -40px;
    }
  
  
    #header #mainmenu ul{
      width: 975px;
      float: left;
      margin-bottom: 15px; 
      margin-top: 0px; 
      padding: 0px;
      margin-left: -25px;
    }
      #header #mainmenu ul li{
        list-style: none;
        background-image: url(../images/icons/mainmenu_itembg.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        float: left;
        font-size: 14px;
      }
        #header #mainmenu ul li a{
          padding: 15px 20px;
          display: block;
          color: #fff;
          text-decoration: none;
          background: url(../images/mainmenu_item_bottomshadow.jpg) bottom left no-repeat;
          margin-bottom: -13px;
          padding-bottom: 28px;
        }

           #header #mainmenu ul li.current{
               background-color: #a9a4a3;
          }

          #header #mainmenu ul li.home a{
         
            background-image: url(../images/icons/home_dark.png);
            background-position: 16px 16px;
            background-repeat: no-repeat;
            padding-left: 35px;  
          }
          
          
          
        #header #mainmenu ul li:hover{
          color: #FFF;
          text-decoration: none;
          background-color: #a9a4a3;
        }
        




#content {
  padding: 0px;
  color: #666;
  -background: url(../images/divider_left_top.png) top left no-repeat;
  margin-top: 15px;
  min-height: 200px;
}

#centercontent
{
  width:950px;
  background:none;
  clear:both;
 
}
  #leftcontent {
    float: left;
    width: 550px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../images/divider_left_top.jpg) top left no-repeat;
    margin-bottom: 20px;
  }

    #leftcontent h2{
      font-weight: normal;
      font-size: 28px;
    }
    #leftcontent h3{
      font-weight: normal;
      font-size: 22px;
    }
    #leftcontent h4{
      font-weight: normal;
      font-size: 16px;
    }
  
  
  
  

  #rightcontent {
    float: right;
    width: 345px;
    min-height: 200px;
    
  }
    #rightcontent .hotspot {
      margin-bottom: 20px;
      padding: 20px;
      overflow: auto;
      background: url(../images/divider_right_top.jpg) top left no-repeat;
      font-size: 12px;
    }
      #rightcontent .hotspot a {
        float: right;
      }
    
    #rightcontent h4 {
      margin-top: 0px;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px;
    }
    #rightcontent img {
      float: left;
      margin-right: 15px;
      margin-bottom: 0px;
      margin-top: 8px;
    }
    
    
#footer {
  clear: both;
  font-size: 12px;
  color: #fff;
  background-color: #49432A;
  padding: 15px;
  overflow: auto;
  text-align:center;
}
  #footer a{
    font-size: 12px;
    color: #555;
    text-decoration: none;
  }
    #footer a:hover{
      color: #FFF;
    }

    
   #sitetitle
   {
       margin:0;
       padding:0;
       color:#000;
       width:0px;
       height:0px;
   }
    


.whitebox {
  background-color: #dee4e4;  
  height: 150px;
}

#coverstrip
{
    
    height:65px;
    width:637px;
    float:left;
    padding:0px;
    margin:0px;
    padding-left:20px;
}
#sitetitle
{
    padding-top:0px;
    height:78px;
    width:637px;
    float:left;
    padding:0px;
    margin:0px;
    padding-left:20px;
    font-size:46px;
    color:#49432A;
}


#record
{
    width:263px;
    height:148px;
    float:left;
    padding:0px;
    margin:0px;
    
}
#recordImages
{
    width:950px;
    height:148px;
    padding:0px;
    margin:0px;
}
