/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
    background-color: #FFFFFF;
    background-image: url("/images/bg.jpg");
    background-size: 100% auto;
    font-size:12px;
}
#component a{ color:#004B93}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

#animation.row div.custom  img {
    border: 2px solid #FFFFFF;
    width: 100%;
}

#animation.row div.custom p{ margin:0px; padding:0px;}

#navigation.pull-right ul.nav li a {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#navigation.pull-right ul.nav li {
    float: left;
    margin-left: 35px;
}

#navigation ul.nav {
    margin-top: 68px;
}

#component .page-header h2{
    border-bottom: 1px dotted #000000;
    color: #004B93;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    margin-top:0px
}       
#component.row {
    background-color: #FFFFFF;
    padding: 25px;
    min-height:240px ;
}

#sub-navigation li {
    float: left;
}

#sub-navigation li a {
    margin: 0;
    padding: 0;
}

#sub-navigation a:hover {
    background-image: url("/images/hoover_button.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sub-navigation li.current{
    background-image: url("/images/hoover_button.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#footer {
    color: #949498;
    font-size: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

#footer p {
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
}

#footer p:nth-child(13) {
    float: left;
    margin: 0;
    padding: 0;
}

 
#footer p:nth-child(1) {
    float: left;
    margin: 0 7px 0 0px;
}

 

#logo img{ width:100%}



#component ul{ padding-left:0px}

