/* Minification failed. Returning unminified contents.
(61,268): run-time error CSS1054: JavaScript error in expression property: Variable 'footer' has not been declared: footer
(61,268): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
html, body {
    margin: 0;
    padding: 0;

}


/* Header ---------------------------------------------------------*/
.header {
        background-image: url('../Images/headerbackground.png');
}

.info {
    /*min-width: 320px;*/
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 25px;
}

/* Nav -----------------------------------------------------------*/
.navbar .nav > li > a {
    color: #FFFFFF;  
}

div.navbar div.navbar-inner ul.nav a:hover {
    color: #FFCC00;
}

div.navbar div.navbar-inner ul.nav a:active {
    color: #CC3300;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #CC3300;
    background-image: none;
    filter: none;
}

/*.navbar .nav {
     overflow: visible;
 }*/



.navbar-inverse .navbar-inner {
    background-image: url('../Images/Ninject.png');
}

/* Bread Crumbs -----------------------------------------------------------*/
.breadcrumbnav {
    position: fixed;
    left: 0px;
    bottom: 35px;
    height: 15px;
    width: 100%;

}
/* IE 6 */
* html #footer {
  position:absolute;
  top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}



/* Footer -----------------------------------------------------------*/
.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 15px;
    width: 100%;
    background-color: white;
    background: url(../Images/footerbackground.png) repeat-x;
    padding-left: 5px;
    padding-bottom: 5px;
}

.copyright {
    clear: left;
    padding-right: 10px;
}

.bottmSpacer {
      height: 15px;
         width: 100%;
}


/* Content ------------------------------------------------------- */

.hide {
    visibility: hidden;
}

.content {

    padding: 5px;  
}

.spacer {
    padding-right: 5px;
    padding-left: 5px;
}

.link {
    color: #000000;
}

.contentTitle {
    font-size: large;
    color: #333333;
    font-weight: bold;
    padding-left: 5px;
}


.backgroundtheme {
        background: url(../Images/footerbackground.png) repeat-x;
        padding-left: 5px;
}

.bgLightBlue {
    background-color: #33CCFF;
    padding-left: 5px;
}

.bgOrange {
    background-color: #CC3300;
    padding-left: 5px;
}

.bgLime {
    background-color: #99CC00;
    padding-left: 5px;
}

/* Desktop ----------- */
.imageRotator {
     width:100%;
    height: 380px;
     overflow:hidden;
     border:none;
     padding:0;
    margin: 0;

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 480px) {

.imageRotator {
     width:100%;
    height: 160px;
     overflow:hidden;
     border:none;
     padding:0;
    margin: 0;

}
}




