/* CSS Document */
/* General Styles */

H1 {
	font-family: arial;
	font-size: large;
	color: #090;
	font-style: italic;
	font-weight: bold;
}

H2 { font-family: arial;
	font-size: medium;
	color: #060;
	font-style: italic;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #ccc;
}


.border {
	border: 1px solid #009900;
}

.redbox {
	width: 100%;
	padding: 2px;
	background-color:#FF9999;
	font-family: arial;
	font-size: 10pt;
	color: black;
	border: 1px solid red;
}


/* Right Side Navigation */

.rn-space { font-size: 2px; }

.rn-environment, .rn-conservation, .rn-renewable, .rn-news { 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial;
	font-style: italic;
	font-weight: bold;
}

.rn-senvironment, .rn-sconservation, .rn-srenewable, .rn-snews { 
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 2px;
	font-family: arial;
	font-style: none;
}

.rn-environment { background-color: #5ba4d4; }
.rn-conservation { background-color: #b3be3d; }
.rn-renewable { background-color: #eb2a2e; }
.rn-news { background-color: #f7931d; }

.rn-senvironment { background-color: #9cc; }
.rn-sconservation { background-color: #cc6; }
.rn-srenewable { background-color: #f66; }
.rn-snews { background-color: #fa4; }

A.rn-hlink {
	text-decoration: none;
	color: black;
}

A.rn-hlink:visited {
	text-decoration: none;
	color: black;
}

A.rn-hlink:hover {
	text-decoration: none;
	color: white;
}

UL.rn { 
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-type: square;
	color: black;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

A.rn-slink {
	text-decoration: none;
	color: black;
}

A.rn-slink:visited {
	text-decoration: none;
	color: black;
}

A.rn-slink:hover {
	text-decoration: underline;
	color: white;
}



/* breadcrumbs */
	.breadcrumbs {
		font-family: arial;
		font-size: 9pt;
		color: #666666;
	}
	
	A.breadcrumbs {
		color: #666666;
		text-decoration: underline;
	}
	A.breadcrumbs:visited {
		color: #666666;
		text-decoration: underline;
	}
	A.breadcrumbs:hover {
		color: #CCCCCC;
		text-decoration: none;
	}



/* Main Page Navigation */
	UL.nav {
		margin-left: 15px;
		padding-left: 5px;
		list-style-image: url("/dept/finance/energy/art/green-arrow.gif");
		color: white;
	}
	
	A.nav { 
		font-family: arial;
		font-size: 10pt;
		color: white;
		text-decoration: none;
	}
	
	A.nav:visited {
		color: white;
		text-decoration: none;
	}
	
	A.nav:hover {
		color: #FFCC00;
		text-decoration: none;
	}
	
	.nav-meet, .nav-facts, .nav-news  {
		position:absolute; 
		width:125px; 
		padding-right: 10px; 
		z-index:1; 
		visibility: hidden; 
		background: #00A94F; 
		layer-background-color: #00A94F; 
		border: 1px solid #000099; 
	}
	
	.nav-meet { left: 229px; top: 413px; }
	.nav-facts { left: 560px; top: 374px;  }
	.nav-news { left: 455px; top: 393px;  }


#main-content {
	width: 100%;
	padding: 0px;
}
