/* Cascading Style Sheet Document */

/*  YOLO NATURAL HERITAGE PROGRAM  */
/*  Author: Technology Associates - www.taic.net  */
/*  Last Modified:5/23/2008  */

/******************************************************************************/
/*Page sections are as follows:*/

  /*LAYOUT CONTROLS*/
  @import url("yolo_style_main_stylesheet.css");/*

  PRINT MEDIA*/
  @import url("yolo_style_print.css") print;/* 

/******************************************************************************/
/* Colors In Use*/
/* These colors match the artwork created for the program*/ 
/* #9ABDDD Mountain Blue */
/* #9A7652 Old Mountain Brown*/
/* #C8B17B Foot Hills Brown */
/* #868245 Foliage Dark Green-Brown */
/* #A3B094 Foliage Olive */ 
/* #859A79 Agriculture Green */  
/* These are additional colors that compliment those in the artwork*/ 
/* #868245 light greenish brown*/
/* #5A591B dark brownish green*/
/* #F2E1A6 sandy color*/

/******************************************************************************/ 
/*Use this expression in the text editor's find and replace function to find styles that may need a box model hack.*/
/*This will match any style that contains both a width and padding declaration*/
/*Will also match a style with two width or two padding declarations*/
/*It will not find everything but it is a good start*/

/*       {([^}wp]*(width|padding)){2}[^}]*}       */

/*This site is a fixed width(786px) 2 column layout, that is designed to work 
with W3C compliant browsers, internet explorer versions 5 - 7 and screen readers.  
It is also designed to degrade gracefully should the browser fail to interpret 
correctly or if the user wishes it.  At this time we are not providing specific 
support for mobile or handheld devices.*/

