/* DOCUMENT INFORMATION ----------------------------------

TITLE:			connect_roads.css
PURPOSE:		Master style sheet index


NOTES:
Default CSS for resetting styles and setting basic 
typography utilises the Blueprint CSS framework v0.6
http://code.google.com/p/blueprintcss

Structure and layout files use custom CSS with no
reference to a framework.

COMPATIBILITY:

CSS styles have been tested as follows:

IE7/Vista

IE7/WinXP
IE6/WinXP
Firefox 2.0/WinXP

Firefox 2.0/OS X
Safari 2.0/OS X

--------------------------------------------------------*/


/* RESET -------------------------------------------------
Reset all pre-defined browser styles using reset.css from
Blueprint 0.6 based on Eric Meyer CSS reset work.
--------------------------------------------------------*/
@import url("reset.css");


/* TYPOGRAPHY --------------------------------------------
Import default typography stylesheet from Blueprint 0.6
Sets some basic styles for type which can be enhanced
or replaced from the project specific styles
--------------------------------------------------------*/
@import url("typography.css");


/* LAYOUT ------------------------------------------------
Import main project structure and style
--------------------------------------------------------*/
@import url("layout.css");



/* NEWS ------------------------------------------------
News pages - 
--------------------------------------------------------*/
@import url("news.css");


/* IE BUGS -----------------------------------------------
Pre IE7 bug fixes are stored in ie.css and are imported to 
the page using conditional comments - don't forget to 
check there if the files above don't hold the answer :-)
--------------------------------------------------------*/



