html{ font-size:100%; }/*needed for IE6 to scale correctly*/

div, h1, h2, h3, h4, h5, h6, p, pre, ul, li, img {
	margin: 0;
	padding:0;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #036;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00558E;
}
body a {
	text-decoration: none;
}
body a:hover {
	color: #000;
	text-decoration: underline;	
}

h1 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
h2 {
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 2px;
	margin-top: 0px;
	text-align: center;
}
h3 {
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-top: .5em;
}
h4 {
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	color:#000;
}
h4 a{
	color:#0071b8;
}
.indented {
	margin-left: 1.5em;
	color: #000;
}
.indent-more {
	margin-left: 6em;
	text-indent: 0px;
}
.button {
	font-size: 0.7em;
	letter-spacing: 0.2em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #FFF;
	border-top: solid #CCC 2px;
	border-right: solid #888 2px;
	border-bottom: solid #888 2px;
	border-left: solid #AAA 2px;
	font-weight: bold;
}
.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;
}
#footer { /* 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;
    font-size: .7em;
	color:#AAA;
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #fff8e5;
	text-align: left;
	clear:both;
	background-image: url(../images/columns.jpg);	
}
#containerNoSidebars {
	color:#000;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #fff8e5;
	background-image: url(../images/banner/static-banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* BANNER =================*/

#banner {
	background-color: #065775;
	position:relative;
	margin: 0;
	background-image: url(../images/banner/banner-left.jpg);
	background-repeat: no-repeat;
}
#static-banner {
	position:relative;
	margin: 0;
	background-image: url(../images/banner/static-banner.jpg);
	background-repeat: no-repeat;
}
#slideshow {
	z-index:1;
}

#slideshow IMG {
	margin: 0;
	position: absolute;
	top:0px;
	left:684px;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

.underlinemenu{
	position:relative;
	font-weight: bold;
	font-size: 70%;
	padding: 65px 0px 0px 0px;
	width: 960px;
	z-index:12;
	height: 28px;
}

.underlinemenu ul{
	margin:0;
	padding: 0px 0 3px 0; 
	text-align: center;
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #F4D37F;
	padding: 3px 3px 3px 20px; 
	margin-left: 7px; /*spacing between each menu link*/
	text-decoration: none;
	border: 0 none;
	background: url(../images/banner/lights.gif) 0px -2px no-repeat;
}
.underlinemenu ul li a:visited{
	border: 0 none;
	background: url(../images/banner/lights.gif) 0px -2px no-repeat;
}
.underlinemenu ul li a.facebook{
	color: #F4D37F;
	padding: 3px 3px 3px 23px; 
	margin-left: 7px; /*spacing between each menu link*/
	text-decoration: none;
	border: 0 none;
	background: url(../images/Facebook_Icon_tiny.gif) 0px -2px no-repeat;
}
.underlinemenu ul li a:visited.facebook{
	border: 0 none;
	background: url(../images/Facebook_Icon_tiny.gif) 0px -2px no-repeat;
}
.facebook{
	background: url(../images/Facebook_Icon_tiny.gif) 0px -2px no-repeat;
}
.underlinemenu ul li a:hover {
	color: #FCEDC9;
	background-position: 0 -22px;
	text-decoration: none;
	border: 0 none;
}
/*  =================*/
/*  =======SIDEBARS==========*/

#sidebar1 {
	margin: 0;
	padding: 0px 12px 15px 12px;
	float: left; 
	width: 140px; /* since this element is floated, a width must be given */
	background-color: #065674;/* the background color will be displayed for the length of the content in the column, but no further */
	
}
#sidebar2 {
	margin: 0;	
	padding: 0px 12px 15px 12px; /* padding keeps the content of the div away from the edges */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #065674;
	float: right;
}

#searchbtn {
	display: block;
	width: 140px;
	height: 60px;
	background: url(../images/sidebar-images/search-buttons.gif) no-repeat 0 0;
}
#searchbtn:hover { 
  background-position: 0 -57px;
}
#searchbtn span {
  display: none;
}

#left-sidebar-links li {
	font-size: 0.9em;
	background-color:#8E6030;
	padding: 5px;
	list-style-type: none;
	border: solid #6f5121 2px;
	border-top: solid #9f7141 2px;
}
#left-sidebar-links a:link {
	color: #FEE7B7;
}
#left-sidebar-links a:visited {
	color: #EACE99;
}
#left-sidebar-links a:hover {
	color: #FFF;
	text-decoration: underline;
}
#numbers-section {
	background-color: #fff8e4;
	width: 140px;
	margin-bottom: 10px;
}
.sidebarTitle {
	font-size: 0.9em;
	color: #FFF;
	font-weight: 100;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 20px 0 10px 0;
}
.sidebarText {
	font-size: 0.8em;
	color: #F4D37F;
	font-weight: 100;
	text-align: center;
	margin: 5px 0 5px 0;
	list-style-type: none;
}
.sidebarText a{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: .1em;
}
.sidebarText a:hover{
	text-decoration:underline;
}
.sidebarList {
	font-size: 0.8em;
	color: #F4D37F;
	font-weight: 100;
	text-align: left;
	margin: 0 0 15px 0;
	list-style-type: none;
}
.sidebarList li {
	font-size: 0.9em;
	text-align: left;
	margin: 0 0 8px 0;
	list-style-type: none;
}

.sidebarList a{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}
.sidebarList a:visited{
	color: #8192B2;
}
.sidebarList a:hover{
	text-decoration:underline;
}
.sidebarButton {
	font-size: 0.7em;
	background-color: #F4D37F;
	font-weight: bold;
	text-align: center;
	margin: 6px 16px 15px 16px;
	border: solid #000 2px;
	padding: 2px 4px;
	list-style-type: none;
}
.sidebarButton a{
	color: #0068A7;
	font-weight:bold;
	text-decoration:none;
}
.sidebarButton a:hover{
	color: #234;
	text-decoration:underline;
}
#sidebar1 .newsNumber {
	color: #C93;
	font-size: 1em;
	padding: 3px 0 0 3px;
	line-height: 1.2;
	letter-spacing: 0.3em;
	font-weight: bolder;
}
#sidebar1 .numberNews {
	color: #000;
	font-size: 0.7em;
	padding: 4px;
	line-height: 1.2;
	text-align: left;
	border-bottom: solid #000 1px;
	hyphens: auto;
}
#sidebar1 .numberNews a {
	color: #234;
	text-decoration: none;
	font-weight: normal;
	hyphens: auto;
}

#sidebar1 .numberNews a:hover {
	color: #345;
	text-decoration: underline;
}
#sidebar1 .numberNews strong {
	color: #0071b8;
	font-size: 1 em;
	font-weight: bolder;
}
.nopadding {
	margin: 5px 0 0 -18px;
	padding: 0px;
}
.boxedText {
	font-size: 0.6em;
	letter-spacing: 0.2em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #f4d37f;
	border: solid #a87b35 2px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0;
	background-color: #666;
}
/*  =================*/
/*  ======= MAIN CONTENT ==========*/
#mainContent {
	margin: 0px 170px 5px 170px; 
	padding: 10px 10px 0px 10px;	
	text-align: left;
	font-size: 0.9em;
} 
#mainContent img {
	border: double #999 3px; 
}
#mainContent a:hover {
	text-decoration:underline;
}
#mainContent-noSidebars {
	margin: 0px;
	padding: 0px 30px;	
	text-align: left;
	font-size: 0.9em;
} 
#mainContent-noSidebars img {
	border: double #999 3px; 
}
#mainContent-noSidebars a:hover {
	text-decoration:underline;
}
#noSidebars-leftCol {
	float:left; 
	width:440px;
	padding-right:10px; 
	text-align:center;
}
#noSidebars-rightCol {
	float:left; 
	width:440px;
	padding-left:10px; 
	text-align:center;
}
.date {
	font-size: 0.8em;
	color: #999;
	white-space: nowrap;
}
.photowithcaption {
	width: 140px;
	border: thin double #999;
	float: right;
	margin-left:8px;
}

.localfeaturephotos {
	width: 290px;
	float: right;
	padding-bottom: 4px;
}
#LocalNewsRight {
	float: right;
	width: 290px;
	position: relative;
}
#LocalNewsLeft {
	width: 290px;
}
#news-groups-right { 
	float:right;
	width: 290px;
	position: relative;
}
#news-groups-left {
	float:left;
	width: 290px;
}
#leftColumn {
	width: 190px;
	float: left;
	padding-left: 5px;
	text-indent: -5px;
	margin-bottom: -2px;
}
#leftColumn p{
	padding-bottom: 2px;
}
#rightColumn {
	width: 175px;
	float: right;
	padding-left: 5px;
 	text-indent: -5px;
}
#rightColumn p{
	padding-bottom: 2px;
}
#centerColumn {
	width: 190px;
	float: left;
	margin: 0 10px;
	padding-left: 5px;
 	text-indent: -5px;
}
#centerColumn p{
	padding-bottom: 2px;
}
.bulletedlist {
	font-size:0.9em;
	list-style-type: disc;
	padding-left: 3em;
	color:#000;
}
.bulletedlist li {
	margin-bottom: 10px;
}
#boxedList li {
	font-size: 0.8em;
	font-weight: bold;
	color: #0071b8;
	background-color:#ffe7b7;
	padding:5px;
	list-style-type: none;
	display: block;
	margin-bottom:5px;
}
.newsText p {
	text-align:left;
	font-size: .9em;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #000;
}
.newsText a {
	line-height: 1.2;
	color: #0071B8;
	font-weight:bold;
	text-decoration:none;
}
.dispatch {
	font-size: 0.7em;
	letter-spacing: 0.2em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #ce842d;
	border: solid #ce842d 2px;
	font-weight: bold;
}
#employer-groups {
	float: right;
	width: 380px;
}
#employer-groups p{
	font-size:.8em;
	margin:.4em;
}
#sigEmployers {
	width: 190px;
	float: left;
}
#sigEmployers p{
	font-size:.8em;
	margin:.3em;
}
.centeredBox {
	border:double #CCC 1px;
	margin: 20px;
	background-color:#FFF
}
#calendar {
	width: 290px;
	background-color: #D3E9ED;
	border: 1px solid #065775;
	padding: 4px;
	font-size: 0.7em;
	color: #000;
}
#calendar td {
	background-color:#FFF;
}
/*news Index ==============*/
#newsIndex-left  {
	width: 280px;
	padding: 0 6px;
	float: left;
	display:block;
}
#newsIndex-right {
	float:left;
	width: 280px;
	margin: 0;
	padding: 0 6px;
	
}
#newsIndex-left p {
	padding: 0 6px;
	color: #FFF;
}

#newsIndex-right p {
	padding: 0 6px;
	color: #FFF;
}
.newsIndex li {
	list-style-type: none;
	margin: 6px 0 6px 2px;
	font-size: .6em;
	text-decoration: none;
	color: #1c3b74;
	line-height: 1;
}
.newsIndex li a:hover {
	background-color: #FFE7B7;
	color: #000;
}
.newsIndex a {
	font-size: 120%;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.2;
}
.newsIndex a:link {
	color: #1C3B74;
}
.newsIndex a:visited {
	color: #000;
}
.newsIndex a:hover {
	color: #06C;
	text-decoration:underline;
}

/* ==============*/


/* ==== NEWS SECTORS STYLES ========*/


.newsSectorLocal {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #bb4c4c;
	padding-left: 6px;
	letter-spacing: 0.2em;
	margin-top: 0px;
}
.newsSectorLocal p{
	color: #FFF;
}
.newsSectorLocal a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorLocal a:hover{
	color:#FFF;
	text-decoration: none;
}
.newsSectorPGE {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #A87B35;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorPGE a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorPGE a:hover {
	color:#000;
	text-decoration: underline;
}
.newsSectorPublic {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #cca81a;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorPublic a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorPublic a:hover{
	color:#000;
	text-decoration: none;
}
.newsSectorNV {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #7d9a36;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorNV a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorNV a:hover {
	color:#000;
	text-decoration: none;
}
.newsSectorEnergy {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #387c99;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
	clear:both; /*SHOULD ADD THIS TO ALL SECTOR TITLES*/
}
.newsSectorEnergy a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorEnergy a:hover {
	color:#000;
	text-decoration: none;
}
.newsSectorOutside {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #ce842d;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorOutside a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorOutside a:hover {
	color:#000;
	text-decoration: none;
}
.newsSectorTree {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #b5b30e;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorTree a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorTree a:hover {
	color:#000;
	text-decoration: none;
}
.newsSectorSafety {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #389983;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorSafety a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorSafety a:hover {
	color:#000;
	text-decoration: none;
}
.newsSectorWomen {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #da6c6c;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorWomen a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorWomen a:hover {
	color:#000;
	text-decoration: none;
}
.newsSectorVideo {
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #556ca6;
	margin-left: 0px;
	padding-left: 6px;
	letter-spacing: 0.2em;
}
.newsSectorVideo a{
	text-decoration: none;
	color: #FFF;
}
.newsSectorVideo a:hover {
	color:#000;
	text-decoration: none;
}
/* ============*/
.smallText {
	font-size: 80%;
}
/* ======TABLES=====*/
#unitmeetings {
	padding: 0;
	margin: 0 auto;
	border: 1px solid #C1DAD7;
}
#unitmeetings th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}
#unitmeetings td {
	font-size: .8em;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	
	padding: 6px 6px 6px 12px;
	color: #000;
}
#unitmeetings li {
	list-style-type: disc;
	margin-left: 20px;
}
	
#unitmeetings tr.alt td{
	background: #F5FAFA;
}
#adcouncil td {
	font-size: 0.7em;
	line-height: 1.3;
}
#gallery img {
	border: solid 1px #000;
	width:148px;
	height:228px;
}
#gallery td {
	vertical-align:top;
}
/* ======HISTORY PAGES=====*/

#wrapper {
	width: 900px;
	margin: 10px auto 10px auto;
	position: relative;
	padding-top: 3px;
	background-color: #963;
	border-bottom: solid #963 6px;
}
.navbar a{
	background-color: #963;
	font-size: 0.75em;
	color: #f4d375;
	display: inline;
	padding: 0 15px;
	text-align: center;
	letter-spacing: 1.2px;
}
.navbar a:hover{
	color:#FFF;
}
p.caption {
	font-size: 0.8em;
	color:#036;
	text-align: center;
	padding-bottom: 6px;
	margin: 10px 20px 20px 20px;
}
p.captionLeft {
	font-size: 0.7em;
	color:#036;
	text-align: left;
	font-weight: bold;
	float: right;
}

