@charset "iso-8859-1";
/*
-- Department of General Services Stylesheet --

Main stylesheet for the DGS section of the City's web site. All stylesheets are called 
with this.
*/

/*
-- Edit History --

04/25/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Created this style sheet. It is meant to be used for the new web site, post overhaul.
- Added "Table of Contents" section.

04/28/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Added "HTML Tags" section.
- Added "Page Template" section

04/29/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Added "Special Sections" section.

05/09/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Added pageBody to "Page Template" section.

05/12/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Added necessary items from old style_format.css file.
- Minor reformatting to this stylesheet to match others.
- Added reference to Master Stylesheet.
- Added navigation code.

05/14/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Added import of callout-boxes.css.

05/22/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Changed this stylesheet to all @import statements, so that CSS code is divided up
into manageable chunks.
*/

/*
Reset Stylesheet
Removes default browser formatting so that everything looks the same in most browers.
*/
@import url("reset.css");

/*
HTML Tags Stylesheet
Set default settings for various HTML tags.
*/
@import url("html-tags.css");

/*
Page Template Stylesheet
Classes and IDs associated with the basic framework of the page.
*/
@import url("page-regions.css");

/*
Navigation Stylesheet
Page navigation (currently on left, but will be moved to another location).
*/
@import url("navigation.css");

/*
-- Common Classes --
Boxes, special lists, that sort of thing.
*/
@import url("classes.css");

/*
Callout Boxes Stylesheet
CSS formatting for call-out boxes on various pages.
*/
@import url("callout-boxes.css");

/*
Table of Contents Stylesheet
Table of Contents that appears on every section homepage.
*/
@import url("table-of-contents.css");

