/*
|| NOTES ||
- Style Sheet for MSIE v6.0 SP1 and NN7.01 Browsers.
- Layout global styles for every page across an organization.
- This file contains the standard CSS code used across the Board of County Commissioners
  Web sites. This file is part of the "Look and Feel" Standard.
- Edit this file ONLY in text mode. DO NOT edit this file using Dreamweaver's style editor.
  It may introduce non-compliant and buggy CSS.
- Style sheets are case-sensitive.

|| HISTORY ||
Author: Earl Chassee, 03/15/2004.
*/

/* -------------------------- Organization Header Rules -------------------------- */
/* Change the dimensions for each title image size */
div#orgtitleimg {
	background-image :  url(/looknfeel/images/agencytitles/publicinforeleases.gif);  /* 280 x 26 */
	background-repeat : no-repeat;  /* Needed when browser text size enlarged */
	width : 280px;
	height : 26px;
	z-index : 1;
}

/* ------------------------ Organization Banner/Logo Area Rules ------------------------ */
div#orgbannerimg {
	background-image :  url(/looknfeel/images/agencylogos/bcofficialseal.gif);  /* 150 x 120 fixed */
	background-repeat : no-repeat;  /* Needed when browser text size enlarged */
	width : 150px;
	height : 120px;
	z-index : 1;
}

/* Khaki background for org title */
#orgheaderbkgnd {
	background-image :  url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
}

/* Khaki background for org spacer on right side of title */
#orgheaderright {
	background-image :  url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
	width : 20%;  /* Equals left nav column width to center title */
}