@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
}

body {
	overflow: hidden;
}

#page-container {
	zoom: 1; /* allows background to be visible */
}

#topbar-container {
    left: 0px;
} 

.sidebar-content-cycle-panel {
	left: -3px;
}

.banner-text-panel {
	margin-top: 65px;
/*	top: 50%; */
}

.banner-text {
/*	position: relative;
	top: -50%;*/
}

#footer-nav li{ /* allows nav list to be displayed horizontally */
	zoom: 1;
    *display:inline;
} 
