/*******************************
 *
 *	NOSCRIPT.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Dan Nisbet / Mike Harris / Paul Lewis
 *
 *  Description:
 *
 *	This CSS allows critical elements 
 *	controlled by JAVASCRIPT to degrade gracefully.
 *
 */
 
html .home #masthead #nav #nav_home #sub_nav_home,
html .aboutus #masthead #nav #nav_aboutus #sub_nav_aboutus,
html .locations #nav #nav_locations #sub_nav_locations,
html .news #nav #nav_news #sub_nav_news,
html .links #nav #nav_links #sub_nav_links,
html .mailinglist #nav #nav_mailinglist #sub_nav_mailinglist,
html .contactus #nav #nav_contactus #sub_nav_contactus
{
	visibility:		visible;
	display:		block;
}

#accessibility_ctrl
{
		visibility:		visible;
		display:		block;
		
}