	/* fix scrolling on list pages */
    #cod-bodyContainer {
        position: relative;
    }

    /* hide body scrolling (SharePoint will handle) */
    body {
        height: 100%;
        width: 100%;
    }

    /* popout breadcrumb menu needs background color for firefox */
    .s4-breadcrumb-menu {
        background: #F2F2F2;
    }

    /* if you want to change the left nav width, change this and the margin-left in .s4-ca */
    body #cod-leftpanel {
        /* width:155px; */
    }

    
body #cod-workspace {
	overflow-y: hidden !important;

}

    /* body area normally has a white background */
    .s4-ca {
        background: transparent none repeat scroll 0 0;
        /* margin-left:155px; */
    }

    div#s4-ribbonrow {
        display: none;
    }

    .s4-skipribbonshortcut {
        display: none;
    }

    .ctl00_PlaceHolderLeftActions_WebPartZoneBottomLeft_0 {
        border-color: Black;
        border-width: 1px;
        border-style: Solid;
    }

    .ctl00_PlaceHolderMain_WebPartZoneBottom_0 {
        border-color: Black;
        border-width: 1px;
        border-style: Solid;
    }

    .ctl00_wpz_0 {
        border-color: Black;
        border-width: 1px;
        border-style: Solid;
    }

    a.offscreen {
        position: absolute;
        left: -1000px;
        top: -1000px;
        width: 1px;
        height: 1px;
        text-align: left;
        overflow: hidden;
    }

    a.offscreen:focus,
    a.offscreen:active,
    a.offscreen:hover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        background-color: #FF3;
        color: #a30e22;
        border: 1px dotted #000;
        font-size: 1.2em;
        padding-left: 10px;

    }

    .style1 {
        margin-left: 80px;
        display: none;
    }

    #online-catalog {
    background: #a30e22;border-radius:10px;width:310px;height:200px;text-align:center;color:rgb(255, 255, 255);font-size:1.25em;margin-top:10px;margin-right:20px;float:right
}

#online-catalog  .p .span {
    background:#ffca38;padding:10px 0px;color:#000000;font-weight:bold;margin-bottom:15px;display:block
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700');

@font-face {
	font-family: "CondBold";
	src: url("/_resources/fonts/open_sans-condbold-webfont.woff") format('woff');
	font-weight: bold;
	font-style: oblique;
}
@font-face {
    font-family: 'power_symbols';
    src: url('/_resources/fonts/unicode_iec_symbol.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}

.comm-text-gold {
	color: #ffc423 !important;
	text-shadow: 1px 1px 0px #fff,
		-2px 2px 3px #000;
	font-size: 50pt;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
}

.comm-text-white {
	color: #fff !important;
	text-shadow: -2px 2px 3px #000;
	font-size: 1.75em;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
}

a:hover .comm-text-white,
a:focus .comm-text-white {
	color: #ffc423 !important;
}

a:hover .comm-text-gold,
a:focus .comm-text-gold {
	color: #fff !important;
	text-shadow: -2px -2px 0px #000;
}

.flex-banner-box {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	font-size: 1em;
	background-color: #a30e22;
	border-top: #ffc423 solid 10px;
}

.comm-box {
	margin: 0px auto 20px;
	position: relative;
	width: 685px;
	height: 200px;
	font-size: 1em;
	background-color: #a30e22;
	border-top: #ffc423 solid 10px;
}

.comm-text {
	font-family: "CondBold", "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
}

#boxLink {
	text-decoration: none !important;
}

.exhibition-tabs{
    width: 100%;
    padding: 0;
}

.cod-TopTable{
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse; 
    border: none;
}

.cod-cell-plain{
    width: 100%;
    padding: 0px;
    border-spacing: 0;
    letter-spacing: 0;
    border: none;
}

#top-menu-td{
    padding: 0;
}

.ms-sbtable ms-sbtable-ex s4-search{
    padding: 0;
}

#fs-banner{
    width: 100%;
    padding: 0px;
    border-spacing: 0;
    letter-spacing: 0;
    border: none;
}

.resources-tabs{
    width: 100%;
    padding: 0px;
    border-spacing: 0;
    letter-spacing: 0;
    border: none;
}

#hours-list-ul{
    list-style: none;
}
