@import url('../default_html_elements.css');
@import url('../default_forms.css');
@import url('../default_tables.css');
@import url('../default_custom_elements.css');
@import url('../default_page_elements.css');

#SiteSearch, #AnchorMenu, #MainMenu, #SubMenu, #PageFunctions-Top, #PageFunctions-Bottom, #LoginForm, #LatestRoadworks, #AnchorButtons {
	display: none;
}

#Header {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: #e1e2e3 1px solid;
    margin-bottom: 2em;
}

#Logo {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

#TrailNav {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    font-size: 100%;
}

#PageContent {
    clear: left;
    margin-top: 2em;
}

/* ########################################################
   FOOTER 
   ######################################################## */

	#Footer {
	    position: relative;
		float: left;
	    clear: both;
	    width: 780px;
	    
	    margin-top: 3em;
	    padding: 30px 0 20px;

        background: #ffffff url('../images/bar_colors.jpg') top center no-repeat;
	}
	#Footer-Inner {
	}
		
		#Footer #FooterMenu {
		    position: relative;
		    float: right;
		}
            
		#Footer #Rights {
		    color: #999B9E;
		    font-size: 87.5%;
		}
		
		    #Footer #Rights p {
		        margin: 0;
		    }

		#Footer #CreditsCMS {
		    display: none;
		}

		#Footer #CreditsDesign {
		    display: none;
		    
		    font-size: 87.5%;
		}
