/*
|| NOTES ||
- Style Sheet for MSIE v6.0 SP1 and NN7.01 Browsers.
- Layout for BCC portal header styles.
- This file contains the standard CSS code used for the Brevard County Portal page.
  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/28/2003. Validated W3C CSS2 compliant.
*/

/* -------------------------- Portal Header Graphics Rules -------------------------- */
/* Khaki background for header */
#globalheaderbkgnd {
	background-image :  url(/looknfeel/images/chameleonbkgnd.gif);  /* 30 x 30 */
	/* background-color : #D5DFE5; */  /* Consider true sand #E2D6CA */  /* Test alternative only, discard */
}

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

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

/* -------------------------- 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#portalheadertitle {
	background-image : url(/looknfeel/images/agencytitles/welcometobcgovtkhaki.gif); /* 430 x 26 */
	background-repeat : no-repeat;  /* Needed for text size enlargement modes in MSIE 6.0SP1 */
	width : 430px;
	height : 26px;
	z-index : 1;
}
 
/* -------------------------- Upper Right Image Rules -------------------------- */
div#upperrightimage {
	background-image :  url(/looknfeel/images/people.jpg);  /* 147 x 50 */
	width : 150px;
	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 : 0.7em;
	padding : 0em 0em 0em 0.25em;
	margin : 0em;
	text-align : left;
}
