@charset "UTF-8";
/* CSS Document */

/* undohtml.css */ 
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */ /* http://creativecommons.org/licenses/by/2.0 */ 
/* This style sheet is licensed under a Creative Commons License. */ /* Purpose: undo some of the default styling of common (X)HTML browsers */ 
/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */ 

:link,:visited { text-decoration:none } /* no list-markers by default, since lists are used more often for semantics */ 

ul,ol { list-style:none } /* avoid browser default inconsistent heading font-sizes */ /* and pre/code too */ 

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } /* remove the inconsistent (among browsers) default ul,ol padding or margin */ /* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */ /* zero out the spacing around pre, form, body, html, p, blockquote as well */ /* form elements are oddly inconsistent, and not quite CSS emulatable. */ /* nonetheless strip their margin and padding as well */ 

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } /* whoever thought blue linked image borders were a good idea? */ a img,:link img,:visited img { border:none } /* de-italicize address */ 

address { font-style:normal } /* more varnish stripping as necessary... */ 

body  {
	font: small Georgia, "Times New Roman", Times, serif;
	color: #777;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
}

table.mainContent { 
	background: #FFFFFF;
	background-image:url(images/bodyBkgnd.gif);
	width:100%;
	overflow:hidden;
	position:relative;	
}


/* ------ header styles ------- */

table.header { 
	background: #fff; 
	padding: 0;
	margin:0;
	height:154px;
	max-height:174px; 
} 

body.template1 table.header, body.template4 table.header {
	background: #0099CC url(images/East_Bay_Indicators.jpg) 0 0 no-repeat;

}

.header h1 {
	margin: 71px 0 0 27px; 
	padding: 0;
	font: 190% Arial, Helvetica, sans-serif;
	color: #25408f;
	letter-spacing: .1em;
	text-indent: -9999px;
}

.header h1 span {
	color: #FF9900;
}

td.header1 {
	background-image:url(images/IndexHeader.jpg);
	overflow:hidden;
}

td.header2 {
	background-image:url(images/subSectionHeader.jpg);
	overflow:hidden;
}
	
div#pgTitle {
	width:600px;
	min-width:600px;
	height:160px;
	overflow:hidden;
}

.header #pgTitle #pullQuote {
	padding: 45px 25px 25px 30px;
}



div#pgTitle p{
	font: 125%/1.6em Arial, Helvetica, sans-serif;
	color:#999999;
	margin:-15px 0 -5px;
	text-align: justify;/*
	letter-spacing:.09em;*/
	clear:both;
}



/* ------ Title Styles ------- */

.dropEnviron {
	display:block;
	float:left;
	margin:5px 0 0;
	padding:0;
	width:342px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.environ {
	background:transparent url(images/pgTitle-environment.jpg) 0 0 no-repeat;
}

.dropDemo {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:260px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.demo {
	background:transparent url(images/pgTitle-demographics.jpg) 0 0 no-repeat;
}

.dropConst {
	display:block;
	float:left;
	margin:-5px 0 0;
	padding:0;
	width:440px;
	height:69px;
	text-indent:-9999px;
	border:none;
}

.const {
	background:transparent url(images/pgTitle-constr-CommerREstate.jpg) 0 0 no-repeat;
}

.dropEcon {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:385px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.econ {
	background:transparent url(images/pgTitle-econ-industry.jpg) 0 0 no-repeat;
}

.dropEdu {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:195px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.edu {
	background:transparent url(images/pgTitle-education.jpg) 0 0 no-repeat;
}

.dropHealth {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:128px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.health {
	background:transparent url(images/pgTitle-health.jpg) 0 0 no-repeat;
}

.dropHouse {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:160px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.house {
	background:transparent url(images/pgTitle-housing.jpg) 0 0 no-repeat;
}

.dropSponsor {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:258px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.sponsor {
	background:transparent url(images/pgTitle-sponsors.jpg) 0 0 no-repeat;
}

.dropTrade {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:431px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.trade {
	background:transparent url(images/pgTitle-trade-tranport.jpg) 0 0 no-repeat;
}

.dropWork {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:192px;
	height:39px;
	text-indent:-9999px;
	border:none;
}

.work {
	background:transparent url(images/pgTitle-workers.jpg) 0 0 no-repeat;
}



/* ------ Navigation Bar Styles ------- */

#sidebar1 div.navBar {
	height:26px;
	background-color:rgb(37,64,153);
	width:306px;
}

#mainCol div.navBar {
	height:26px;
	background-color:rgb(37,64,153);
	padding-left:12px;
	min-width:687px;
}


/* ------ Sidebar Styles ------- */

#sidebar1 {
	float: left; 
	width: 306px;
	padding: 0;

}

#sidebar1 img{
	margin:31px 27px 15px;
}

.mainContent #sidebar1 p{
	margin:0px 27px 15px;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: rgb(0,168,229);
	border: 0;
	background-image: none;
	background-color: transparent;
}

body.template1 div#sidebar1 img{
	margin:20px 27px 15px;
	border: 0;
	background-image: none;
	background-color: transparent;
}

h2 a{
	font: 300 120% Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	margin:4px 0 0 37px;
	float:left;
	letter-spacing: .12em;
	text-decoration: none;
}

/* ------ Main Content Styles ------- */

#mainCol { 
	margin: 0 ; 
	text-align:left;
	width:100%;
	overflow:hidden;
} 

div#mainCol h2{
	font: bold 140% Arial, Helvetica, sans-serif;
	color: rgb(37,64,153);
	text-transform: capitalize;
	padding:50px 26px 5px 46px;
	margin:3px;
	float:none;
}

div#mainCol h2 span{ 
	color:rgb(247,147,30);

}

h3 {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: rgb(0,168,229);
	text-transform: capitalize;
	padding:10px 29px 0;
	margin:3px;
	
}

.mainContent #mainCol .first {
	padding-top:28px;
}

.mainContent #mainCol p {
	padding:0 47px 15px 31px;
	margin:0;
	color:#777;
	font:110%/1.6em Arial, Helvetica, sans-serif;
}

.template3 .mainContent #mainCol p, .template1 .mainContent #mainCol p {
	padding:0 48px 5px 48px;
	font:110%/2.7em Arial, Helvetica, sans-serif !important;
	color:#777;
}

.mainContent #mainCol a{
color:rgb(37,64,153);
text-decoration:none;

}

.mainContent #mainCol a:hover{
color:rgb(247,147,30);
text-decoration:none;

}

.mainContent #mainCol img{
	float:right;
	padding: 5px 48px 25px 0;
	border: 0;
	background-image: none;
	background-color: transparent;
	
}

.mainContent #mainCol .contactBlock {
	line-height:1.3em;
	margin:7px 0;
	padding:0;
}

.mainContent #mainCol .contactBlock p{
	line-height:1.3em;
}

.mainContent #mainCol .contactBlock h3{
	margin:0;
	padding:0;
	padding-left:30px;
}

.mainContent #mainCol .contactHeader {
	font: bolder 115% Arial, Helvetica, sans-serif;
	color: rgb(83,48,144);
	text-transform: capitalize;
	padding:28px 26px 0;
	margin:3px;
}

.mainContent #mainCol .contactInfo {
	margin-top:-12px;
}

.mainContent #mainCol .edaLink, .mainContent #mainCol .uwbaLink {
	color:#666666;
}

.mainContent #mainCol .edaLink:hover, .mainContent #mainCol .contactBlock .edaLink:hover {
	color: rgb(83,48,144);
}

.mainContent #mainCol .uwbaLink {
	color:#666666;
}

table.logoGrid {
	margin: 30px auto;
}

.mainContent #mainCol .logoGrid img{
	padding:0;
	margin:0;
}

.mainContent #mainCol .logoGrid a{
	font:110%/2.7em Arial, Helvetica, sans-serif !important;
	color:#777;
	text-decoration:none;
}

.mainContent #mainCol .logoGrid a:hover{
	color:rgb(37,64,153);
}

.mainContent #mainCol .signiture p{
	padding:0 27px 15px 27px;
}

.mainContent #mainCol .firstP {
	margin-top:30px;
}


/* ------ Breadcrumb Styles ------- */

.mainContent #breadcrumb {
	width:100%;
	min-width:696px;
}

.mainContent #breadcrumb p{
	margin:0 40px 15px;
	font: bolder 80% Arial, Helvetica, sans-serif !important;

}

#breadcrumb a{
color:#777;
text-decoration:none;

}

#breadcrumb a:hover{
color:rgb(247,147,30);
text-decoration:none;

}

#breadcrumb span{
color:#0099CC;

}

.mainContent #breadcrumb .currentSection {
	color:rgb(247,147,30);
}


/* ------ Foot Note Styles ------- */
.footNote {
	vertical-align: super;
	font-size:80%;
	font-weight:bold;
	line-height:.8em;
	color: rgb(0,168,229);
}



/* ------ Footer Styles ------- */

#footer { 
	padding: 0; 
	font: bold 80% Arial, Helvetica, sans-serif;
	color: rgb(83,48,144);
	border-top: 1px solid #000000;
	height:44px;
	min-width:995px;
	background: #fff;
}

#footer p {
	margin: 2px 0 0 20px; 
	padding: 6px 0; 
	float:left;
}

#footer p span a{
	color:rgb(247,147,30);
}

#footer #sponsLinks a{
	margin:0;
	padding:0;
	text-decoration:none;
	font: bolder 100% Arial, Helvetica, sans-serif !important;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}