/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/



body {

}

.navFloatFirst {
    width: 16.25%;
    margin: 0 0 0 0;
    float: left;
}

.navFloat {
    width: 16.25%;
    margin: 0 0 0 0.5%;
    float: left;
}

.navFloatLast{
    width: 16.25%;
    margin: 0 0 0 0.5%;
    float: left;
}

.topHeader img {
    max-width:100%;
    height: auto;
}

.headerFloaterTwo {
    float: left;
    width: 33%;
    margin: 0;
}

.headerFloaterOne {
    float: left;
    width: 16.25%;
    margin: 0 0 0 0.5%;
}

.headerFloaterTwoLast {
    float: left;
    width: 33%;
    margin: 0 0 0 0.5%;
}

#bigWrapper {
    margin: 0 auto; 
    max-width: 960px;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.26);
}

.desktop-navigation {display:block;}

.mobile-navigation {display:none;}


#mainWrapper {}

#wrapper {margin: 0 auto; background: none;}

#bottomWrapper {height: 30px; background-image: url(http://amsterlit.com/img/bottomMain.png); background-repeat: no-repeat; background-position: top;}

#header {

}
#branding {
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    margin:0 auto;
}
#main {
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
   
}
#content {
    margin:0;
    overflow:hidden;
}

.sidebarOuter {padding-top: 15px; float: right;}

.sidebarInner {padding:0px 7px 7px 15px; border-left: 1px dotted #330000;}

.main-aside {
    position:relative;

}
#secondary {
    clear:right;
	background: none;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    margin:0 auto;
}
