/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}

/* LAYOUT
*********************************************/
h3 {
    margin-bottom:0; letter-spacing: 0.1em;
}
p {
    margin-top: 0;
}
.c3 p {
    margin-top: 10px;
} 
.breadcrumb {
    padding:0; 
    color:#999;   
    font-size: 13px;
    font-weight:bold
}
.breadcrumb .divider {
    padding:0 5px; 
      
}
.breadcrumb .icon-location {
    display:none;
}
.dropdown-menu.actions {
    list-style: none;
    padding-bottom: 10px;
}
.dropdown-menu.actions li {
    float:right;
    margin: 0 5px;
}
.dropdown-menu.actions a {
    display:block;
    width:1px;height:1px; padding:6px 10px 3px 10px;
    overflow:hidden;
    margin: 0 5px;
}
.print-icon {
    background:url(../images/printButton.png) 0 0 no-repeat;
}
.email-icon {
    background:url(../images/emailButton.png) 0 0 no-repeat;
}
.email-icon span { display: none;

    
}
button.btn {
background: url(../images/grad1.gif) repeat-x top #084da1;
border: 1px solid #006cab;
color: #b8edff;
font-size: 85%;
padding: 10px 25px;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 21px; }
.inputbox {
background: #f3f9fd;
border: 1px solid #3FA0D5; }
.search  {
    padding:10px;
}
.search input  {
    padding:5px;
    width:130px;
    outline:0;
    border:none;
    margin-top:10px;
}
.search label  {
    font-size:14px;
   text-transform: uppercase;
   margin-bottom: 15px;
   color:#ffffff;
}

a {
    text-decoration: none;
    
}

.container {

    
}
.continner {
    width:1100px;
    margin:0 auto;
    height:100%;
    
}
#totop {
    padding-left:10px; background:  url(../images/arrow2.png) 0 3px no-repeat;
}
.c1 .right h3 {
    margin-top: 0;
}
.c2 .right {
    padding-top: 20px;
}
.left {
    float:left;
    width:180px;
    margin-right:30px;
}
.center {
    float:left;
    width:680px;
    margin-right:30px;
    
}
.right {
    float:left;
      width:180px;
}

.breadcrumb {
    list-style:none;
}
.breadcrumb li {
    float: left;
}
.c1 {
    height: 390px;overflow: hidden;
}
.c1 .left {
    height:100%;
    
}
#menu {
    padding:10px;width: 160px;
}
#logo {
    margin-top:40px;
    
}
#slideshow, #topright {
    margin-top:40px
}

/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}
#cookie-bar {background:#111111; height:24px; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; opacity: 0.8}
#cookie-bar.fixed {position:fixed;display:none; bottom:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#ccc;}
#cookie-bar .cb-policy:hover {background:#666;}
/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}