/*
	Navigator Multimedia Inc Master CSS
	======================================================================================
	(c)2008 Navigator Multimedia Inc
	======================================================================================
	Last Edited By:
	
	 Bree Emmerson June.25.2008
	======================================================================================
	Notes:
	  The Master.css combines all the css files used to render the website into one file.
	======================================================================================
*/

  @import url("reset.css");/*Removes the default browser styling. Makes the web site consistent across browsers. Includes Global Classes and Fixes*/
  @import url("structure.css");/*Builds the basic structure of the site*/
  @import url("navigation.css");/*Sets up the Navigation Links, Dropdowns, and Flyouts.*/
  @import url("styles.css");/*Sets the Backgrounds, Colors, Typography for the site */
  @import url("plugin.css");/*Includes All Plugin Styles*/
  @import url("basic.css");/*Contains Modal Styles*/

