/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

@import url('/includes/css/page_global.css');
@import url('/includes/css/menu_main.css');
@import url('/includes/css/menu_sub.css');
	
@import url('/includes/css/global_html_elements.css');
@import url('/includes/css/global_forms.css');
@import url('/includes/css/global_tables.css');
@import url('/includes/css/global_custom_elements.css');

/* ####################################
   Developer Stuff
   ################################## */

/*
Use the following constructions to override styles for specific IE browser
versions, where [element] is the name of the element including a dot or has as
needed:
*/

*:first-child+html [element] {	/* IE7 only */
}

* html [element] {	/* IE6 only */
}

#CMSInfo {
	display: none;
}
