/*
|| NOTES ||
- Style Sheet for MSIE v6.0 SP1 and NN7.01 Browsers.
- Layout for BCC header global styles for pages across all organizations.
- 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.

|| NOTES ||
Revised: Earl Chassee, 06/26/2006.  Added #globalheaderbkgnd width rule to control fixed template width.
									Changed crumbs from font-size from 0.7em to 9pt.
Author: Earl Chassee, 03/28/2003. Validated W3C CSS2 compliant.
*/

/* -------------------------- Global Header Graphics Rules -------------------------- */
/* Control template fixed width and khaki background for header */
#globalheaderbkgnd {
	width : 800px;
	background-image :  url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
}

/* Khaki shadow bar for header */
#globalheadershdwbar {
	background-image : url(/looknfeel/images/headershdwbar.gif);  /* 30 x 6 */
	background-repeat : repeat-x;
	height : 6px;
}

/* -------------------------- Global Header Search Box Rules -------------------------- */
/* Override v6global.css form styles for the header search form */
form#bccsearchbox {
	padding : 0;
	margin : 0;
}

/* -------------------------- Upper Left Image Rules -------------------------- */
div#upperleftimage {
	background-image :   url(/looknfeel/images/agencylogos/brevardcountylogo.jpg);  /* 152 x 50 */
	background-repeat : no-repeat;
	width : 152px;
	height : 50px;
	z-index : 1;
}

/* -------------------------- Upper Center Image Rules -------------------------- */
/* Use div, the span tag does not work in NN7.01 */
div#globalheadertitle {
	background-image : url(/looknfeel/images/agencytitles/bcctitle.gif); /* 300 x 22 */
	background-repeat : no-repeat;  /* Needed for text size enlargement modes in MSIE 6.0SP1 */
	width : 300px;
	height : 22px;
	z-index : 1;
}
 
/* -------------------------- Upper Right Image Rules -------------------------- */
div#upperrightimage {
	background-image :  url(/looknfeel/images/people.jpg);  /* 152 x 50 */
	width : 152px;
	height : 50px;
	z-index : 1;
}

/* ------------------------------- Bread Crumb Trail Rules ------------------------------- */
/* Khaki shadow bar for header */
#globalcrumbsshdwbar {
	background-image : url(/looknfeel/images/headershdwbar.gif);  /* 30 x 6 */
	background-repeat : repeat-x;
	height : 6px;
}

#crumbs {
	background-image : url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
	font-size : 9pt;
	padding : 0 0 0 0.25em;
	margin : 0;
	text-align : left;
}
