﻿/*------------------------------------------------------
	G L O B A L     E L E M E N T S 
------------------------------------------------------*/

html body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #A9AB9E;
}

a, a:active, a:visited { 
	color: #0000C8;
	text-decoration: none;
}

a:hover { 
	color: #0000C8; 
	text-decoration: none;
}

.faqL {
	width:475px;
	overflow:scroll;
	border:0px;
}

#faqPQ {
	font-size:small;
	font-weight:bold;
}

#faqPA {
	font-size:small;
	padding-bottom:20px;
	padding-left:20px;
}

#faqPS {
	font-size:small;
	background-color:#FF0;
	font-weight:bold;
	border:2px solid #006;
	padding:10px;
}

#meta {
	position: absolute;
	z-index:9000;
    top: 100px;
    left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	min-height:150px;
	width:625px;
	background-color:#006;
	border:2px solid #000;
	color:#FFF;
}

#MetaHolder {
	width:800px;
	height:600px;
	background-color:#999;
	filter:alpha(opacity=60);
    opacity:0.6;
	position: absolute;
	z-index:8000;
	top: 100px;
    left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

/*------------------------------------------------------
	C O N T A I N E R     E L E M E N T  
------------------------------------------------------*/

#wrapper {
	width: 925px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
}

#wrapper2 {
	width: 925px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #054d6e;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
}

.textboxLogin {
	width:115px;
	text-align:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-right: 10px;
	background-color: #FFF;
}

.textboxSubmit {
	width:150px;
	background:rgba(255, 255, 255, 0.6);
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:-90px;
}

#LoginBox {
	background-image:url(../images/laredowashingtonsbirthday.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	min-height:310px;
	text-align:center;
	padding-left:1px;
	padding-top:30px;
}

#MAINCONTENT {
	width:700px;
	float:right;
	background-color:#FFF;
	min-height:629px;
	padding:10px;
	border-bottom:1px dotted #667;
}

#MAINCONTENT h2 {
	border-bottom:1px dotted #000;
}

/*------------------------------------------------------
	B A N N E R     E L E M E N T S 
------------------------------------------------------*/

#tceqbanner {
	background: #054d6e url(../images/bannerback.jpg) repeat-x;
	height: 66px;
	width: 925px;
}

#tceqbanner img {
	border:none;
}

.tceqlogo {
	border: none;
}

#links_form {
	display: block;
	margin: -60px 0 0 0;
	text-align: right;
	z-index: 1;
	font-family: Tahoma;
	font-size: .75em;
	color: #333;
}

#links_form a {
	color: #333;
}

#form {
	display: inline;
	height: 18px;
	margin-top: 15px;
}

#q {
	width: 130px;
}

#bannertabs {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	color:#FFF;
	font-weight:bold;
}

#bannertabs a {
	color:#FFF;
	font-weight:400;
}

.tab {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .75em;
}

.tab a {
	color: #fff;
}

.tabtext {
	background-color: #4D6974;
	vertical-align: top;
	padding-bottom: 3px;
}

#bannertabs {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:20px;
}

/*------------------------------------------------------
	M E N U   E L E M E N T S 
------------------------------------------------------*/

#navbar {			/*see tceqlayoutIE.css for styles for IE */
	background-color: #054d6e;
	/*background-image:url(../images/bluebonnet-left.jpg); */
	/*background-repeat:no-repeat; */
	min-height: 695px;
	width: 165px;
	color: #fffff0;
	padding: 0 20px 10px 20px;
	float: left;
}

#navbar2 {			/*see tceqlayoutIE.css for styles for IE */
	background-color: #054d6e;
	/*background-image:url(../images/bluebonnet-left.jpg); */
	/*background-repeat:no-repeat; */
	min-height:100%;
	height:100%;
	width: 165px;
	color: #fffff0;
	padding: 0 20px 10px 20px;
	float: left;
}

#navtoplinks {
	margin: 0 -20px;
	padding: 0 -10px;
}

#navtoplinks ul li{
	border-bottom: #1D323B medium groove;
	width: 205px;
}

#navtoplinks ul li ul li {
	font: 1em bolder Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.75em;
	color: #fffff0;
	font-weight: 600;
	border-bottom: none;
	background-color: #666;
	width: 26em;
}

#navtoplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navtoplinks ul li a:hover{
	color: #a7c9a9;
	text-decoration: underline;
}

#navtoplinks li {
	float: left;
	position: relative;
}

#navtoplinks ul li ul {		/*see tceqlayoutIE.css for styles for IE */
	position: absolute; 
	top: 0;
	left: -999em;
}

#navtoplinks li:hover ul, li.over ul {
	left: 205px;
}


#navtoplinks ul li ul a:hover {
	display: block;
	background-color: #45556E;
	width: 25em;
	text-decoration: none;
}

#navtoplinks a:hover .navtopmaintext {
	color: #a7c9a9;
	text-decoration: underline;
}

#navtoplinks ul li ul li a {
	display: block;
	padding-left: 1em;
	color: #fff;
}

#navtoplinks ul li ul li a:hover {
	color: #fff;
}

.navtopbegtext {
	display: block;
	width: 50px;
	padding-right: 5px;
	text-align: right;
	color: #D4DCCD;
	text-decoration: none;
}

.navtopmaintext {
	font: 1.65em bold Verdana,Arial,Helvetica,sans-serif;
	display: block;
	margin: -1.5em 0 0 3em;
	color: #fff;
}

#navmiddlelinks {
	padding-top: 1em;
	margin-left:-1em;
	font-weight: bold;
	font-size: .70em;
	clear: left;
	color:#fff;
}

#navmiddlelinks a {
	color: #D4DCCD;
}

#navmiddlelinks ul li{
	width: 185px;
}

#navmiddlelinks ul li a:hover{
	color: #a7c9a9;
	text-decoration: underline;
}

#navmiddlelinks ul li ul li {
	font: 1em bolder Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.75em;
	background-color: #ccc;
	color: #26424e;
	font-weight: 600;
	width: 35em;
}

#navmiddlelinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navmiddlelinks li {
	float: left;
	position: relative;
}

#navmiddlelinks ul li ul {		
	position: absolute; 
	top: 0;
	left: -999em;
}

#navmiddlelinks li:hover ul, li.over ul {
	left: 185px;
}

#navmiddlelinks ul li ul a:hover {
	display: block;
	background-color: #26424E;
	color: #fff;
	width: 34em;
	text-decoration: none;
}

#navmiddlelinks a:hover {
	color: #a7c9a9;
	text-decoration: underline;
}

#navmiddlelinks ul li ul li a {
	display: block;
	padding-left: 1em;
	color: #26424e;
}

#navmiddlelinks ul li ul li a:hover {
	color: #fff;
}

#cont {
	clear: left;
	margin: 2em 0 0 0;		/*see mainIE.css and mainIE6.css for styles for IE */
	padding: 1em 0 0 0;
	border-top: #D4DCCD thin dotted;
}

#navlastlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlastlinks ul li img {
	border: none;
	margin: 0 8px 0 0;
	padding: 0;
	align: left;
}

#navlastlinks ul li a {
	display: inline-block;
	position: relative;
	top: -3px;
	color: #fffff0;
	font-size: .65em;
	font-weight: bold;
	text-align: left;
}


.morelinks a {
	color: #343434;
}

/*------------------------------------------------------
	I M A G E    R O W   E L E M E N T S 
------------------------------------------------------*/

#imagerow {
	height: 210px;
	width: 720px;
	float: right;
	background-color: #5D7895;
}

#imagerow a img {
	border: none;
}

.pictureimage {
	float: left;
}

/*------------------------------------------------------
	M A I N   A R E A   E L E M E N T S 
------------------------------------------------------*/

#column1_fp {			/* column1, column2, column3 most properties should have same values */
	min-height: 350px;   /* increase/decrease increaments with #navbar #footer to keep lined up */
	width: 450px;
	float: left;
	font: .75em Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 10px;
}

#column1 {			/* column1, column2, column3 most properties should have same values */
	min-height: 350px;   /* increase/decrease increaments with #navbar #footer to keep lined up */
	width: 215px;
	float: left;
	font: .75em Georgia, "Times New Roman", Times, serif;
	border-right: #93969D thin solid;
	color: #000;
	padding: 10px;
}

#column1 a img {
	border: none;
}

#column1 a {
	text-decoration: none;
	color: blue /*#000;*/
}

#column1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#column1 p.morefeaturedlinks {	/*see tceqlayoutIE.css for styles for IE */
	margin: 2em 0 .5em 0;
	padding-bottom: 1em;
	border-bottom: #D4DCCD thin dotted;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#column1 p.morefeaturedlinks a {
	font-size: .90em;
	color: #343434;
}


#column1 .eservicesimage {
	margin: -20px 0 0 0;
	padding: 4 7px 4 7px;
	width: 72px;
	height: 70px;
	float: right;
}

#column1 .eservicestext {
	margin: -1.5em 0 0 0;
	color: #343434;			/* moved these two lines from #column1 a here on 09/04/08 */
	font-size: .90em;
}

#column1 .tcotimage {
	margin: -3px 0 0 0; 
	padding: 4px 2px 3px 5px;
	width: 133px;
	height: 61px;
	float: right;
}

#column1 .tcottext {
	margin: -1.5em 0 0 0;
	color: #343434;
	font-size: .90em;
	
}


#column1 .ecologoimage {
	margin: -20px 0 0 0;
	padding: 4 7px 4 7px;
	width: 72px;
	height: 70px;
	float: right;
}


#column1 .ecologotext {
	margin: -1.5em 0 0 0;
	color: #343434;
	font-size: .90em;
	
}

#column1 .newsfeatureimage {
	margin-top:-1em;
	padding: 0 3px 3px 0;
	width: 118px;
	height: 135px;
	float:right;
}

#column1 .newsfeaturetext {
	color: #343434;
	font-size: .90em;
}

#column1 p.moreenvironmentallinks {
	margin: .5em 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	clear: right;
}

#column1 p.moreenvironmentallinks a {
	color: #343434;
	font-size: .90em;
}

#column1 h3,#column2 h3,#column3 h2,h3{	/*see tceqlayoutIE.css for styles for IE */
	font: 1.25em bold Georgia, "Times New Roman", Times, serif;
	color: #465E65;
	margin: 0;
}

#column2 {			/* column1, column2, column3 most properties should have same values */
	min-height: 350px;   /* increase/decrease increaments with #navbar #footer to keep lined up */
	width: 215px;
	float: left;
	font: .75em Georgia, "Times New Roman", Times, serif;
	border-right: #93969D thin solid;
	color: #000;
	padding: 10px;
}

#column2 h3.howdoh3 {
	font: 1.25em bold Georgia, "Times New Roman", Times, serif;
	color: #465E65;
	background-color: #DCDFDE;
	margin: -10px -10px 10px -10px;
	padding: 10px 5px 5px 10px;
}

div#howdoi {
	background-color: #DCDFDE;
	margin: -10px -10px 8px -10px;
	padding: 5px 10px 5px 10px;
	min-height: 217px;	/* see tceqlayoutIE.css for styles for IE */
}

div#howdoi p {		/* see tceqlayoutIE.css for styles for IE */
	font: bold Georgia, "Times New Roman", Times, serif;
	font-size: .88em;
	margin: .25em 0 .65em 0;
}

div#howdoi a {
	text-decoration: none;
	color: #000;
}

div#hottopics {
	margin: 5px -10px 10px -10px;
	padding: 5px 10px 20px 10px;
}

div#hottopics p {
	font: bold Georgia, "Times New Roman", Times, serif;
	font-size: .88em;
	margin: .25em 0 1em 0;
}

div#hottopics a {
	text-decoration: none;
	color: blue/*#000*/;
}

#column3 {			/* column1, column2, column3 most properties should have same values */
	min-height: 370px; /* increase/decrease increaments with #navbar #footer to keep lined up */
	width: 225px;
	float: left;
	font: .75em Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 10px;
}

#column3 h2 {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dotted #667;
	padding:20px 0px 0px 0px;
}

p.shadedbox1 {
	background: #DCDFDE url(../images/shadedimage.jpg) repeat-y right;
	border-bottom: thin solid #999;
	height: 2.58em;
	font-size: 1.10em;
	margin: 0 -2px 2px 0;
	padding: .5em 0;
}

p.shadedbox2 {
	background: #DCDFDE url(../images/shadedimage.jpg) repeat-y right;
	border-top: thin solid #999;
	height: 4.0em;
	font-size: 1.10em;
	margin: 0 -2px 2px 0;
	padding: .5em 0;
}

#column3 .emailupdatesimage {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#column3 .emailupdatestext {
	margin: 0;
	padding: 0;
	font-size: .95em;
	color: #666;
}

.redhot {
	color: red;
	}

/*------------------------------------------------------
	F O O T E R     E L E M E N T S 
------------------------------------------------------*/

#footer {
	margin: 595px 0 0 205px; /* increase/decrease with #navbar #footer to keep lined up */
	padding: 40px 20px 5px 10px;
	text-align: left;
	font-size: 10px;
	background-color: #EBEBEB;
	color: #333;
}


#footer a {
	color: #333;
}

#footer img {
	border: none;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p.footerimages {
	margin: 0 0 0 -8px;
}

/*------------------------------------------------------
	M I S C E L L A N E O U S     E L E M E N T S 
-----------------------------------------------------*/

.hiddenheadings {	/* for heading structure for screen readers; not visible on page */
	position: absolute;
	top: -3000px;
}

fieldset {
	border: thin outset #FFF;
	margin-bottom:5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

label {
  margin-right:0.5em;
  padding-top:0.5em;
  text-align:right;
  font-weight:bold;
  padding-left: 5px;
}

.skiptotext {
	display: block;
	margin: -1em 0 0 -500em;
}

.notation {
	font-style: italic;
	font-weight: normal;
	font-size: .95em;
}

.bold {
	font-weight: bold;
}

#seachbox {
	width:100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#seachbutton {
	width:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.HeaderTop {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#039;
	font-size:medium;
	text-align:center;
	border:1px solid #039;
	background-color:#FFF;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin-top:20px;
}

.BoxContent {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#039;
	font-size:medium;
	text-align:center;
	border:1px solid #039;
	background-color:#FFF;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin-top:20px;
}

#StaffMenuBox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	border:1px solid #009;
	background-color:#ABC1FE;
	width:400px;
	margin:20px 0px 0px 0px;
	padding:0px 10px 10px 10px;
}

#StaffMenuBox p {
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #000;
	text-align:center;
}

#StaffMenuBox a {
	text-decoration:none;
	color:#009;
	display:table-row;
	text-align:left;
}

#TableCSS {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	border:1px solid #009;
	margin-left:auto;
	margin-right:auto;
}

#TableCSS tr td {
		background-color:#ABC1FE;
		padding:3px;
}

#TableCSS tr td input, select, textarea {
	width:200px;
}

#BackMainMenu {
	font-size:small;
	padding:0px 0px 0px 550px;
}gi
.announcements {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding:5px 5px 5px 5px;
}
.announcements_heading {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #009;
	font-variant: small-caps;
	text-decoration: underline;
}

