footer {
    height: 22px;
    background: black;
}
footer.home { 
    height: 172px; 
    background: none;
}
footer #site_info {
    height: 16px;
    color: white;
    padding-top: 6px;
    font-size: 10px;
    letter-spacing: 0.3px;
}
footer.home #site_info { background: url(../images/footer_bg.png) repeat-x transparent bottom center; }

footer #site_info a {
    color: white;
}
footer #site_info a:hover {
    color: #fdb913 !important;
}

footer #site_info a#site_url {
    float: left;
    color: white;
    margin-left: 30px;
}
footer #site_info #copyright {
    text-align: center;
    display: block;
}
footer #site_info nav {
    float: right;
    display: inline;
    margin-right: 30px;
}
footer #site_info nav a {
    padding-left: 15px;
}

/*------------------------------------------------------------------------------------------------------------------
                                      UPADTES (SHOW IN FOOTER ONLY ON HOMEPAGE)                    
------------------------------------------------------------------------------------------------------------------*/

footer.home #updates {
  background: url('../images/very_light_bg.png') ;
  padding:20px 0px 10px 0px;
  margin-top:-22px;
  z-index:-1000;
}

footer.home #updates_wrap h3 {
    text-indent: -9999px;
    background: url(../images/updates_text.png);
    width: 100px;
    height: 34px;
    margin: -5px 0 -29px 12px;
    z-index:100;
    position:relative;
}
footer.home #updates_wrap .jScrollPaneContainer {
    height: 142px !important;
    padding-top: 32px;
}
footer.home #updates_wrap .jScrollPaneTrack {
    top: 8px;
    margin-left: 53px;
}
footer.home #updates_wrap .jScrollPaneTrack .jScrollPaneDrag {
    top: -11px;
}
footer.home #updates_wrap #updates {
    width: 100%;
    overflow: auto;
    height: 142px !important;
    display: block;
    float: left;
}
footer.home #updates_wrap #updates ul {
    margin-left: 0;
}
footer.home #updates_wrap #updates a {
    color: #fdb913;
}
footer.home #updates_wrap #updates a:hover {
    color: white;
}
footer.home #updates_wrap #updates li {
    display: inline;
    width: 208px;
    height: 111px;
    background: url(../images/black_transparent_bg.png);
    overflow: hidden;
    float: left;
    margin: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 17px;
    position: relative;
}
footer.home #updates_wrap #updates .date {
    color: #fdb913;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 6px;
}
footer.home #updates_wrap #updates .excerpt p {
    color: white;
    font-size: 11.5px;
    text-indent:none;
}
footer.home #updates_wrap #updates a.read_more {
    color: #fdb913;
    font-size: 11.5px;
    display: block;
    float: right;
    padding: 0 16px 1px 0;
    background: url(../images/read_more_arrow.png) no-repeat center right;
    position: absolute;
    bottom: 7px;
    right: 10px;
}

footer.home #updates_wrap #updates ul li {
  text-indent:0px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                  STICKY FOOTER CODE                    
------------------------------------------------------------------------------------------------------------------*/
html, body {
    height: 100%;
}
#pagewrap { 
    min-height: 100%;
}

#content {
  overflow-x:hidden;
  overflow-y: hidden;
  padding-bottom: 22px; 
  margin:0px auto;
}  

body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;
}
.win.ie7 #content { display:table; height:100% }

/*------------------------------------------------------------------------------------------------------------------
                                              CONDITIONALS                    
------------------------------------------------------------------------------------------------------------------*/
footer.home #updates_wrap #updates li {
    background: url(../images/ie_updates_bg.png);
}




