/*****************************   
For TCEQ use only
******************************/

/* Background images */
body {
  background: #fff;
}

#wrapper {
  background: #fff;
  width: auto;
  margin: 0 auto;
  max-width: 1024px;
  font-size: 1.1em;
}

/*Header*/
#header {	
	position:relative;
	top: 10px;
	display: block;
	width: 1024px;
	height: 73px;
	border-bottom: 2.5px solid #000000;
	background-color:#ede8e4;
}

.headerImg{
	background-repeat: no-repeat;
	position:absolute;
}

#header-text {
	position: absolute;
	background: none;
	font-size: 1px;
	text-indent: -9999px;
}

/*Top navigation*/
#topnav {
	clear:both;
	padding-top:4px;
}

#topnav ul {
	margin: 0;
}

#topnav ul li {
	position: relative;
	top: 45px;
	float: right;
	list-style-type: none;
}

#topnav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #2a434f;
	color: #fff;
	display: block;
	padding: 0 10px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 4px solid #000;
}

#topnav ul li a:hover {
	background: #961c1f;
	text-decoration: underline;
}

#topnav li#selectednav a {
	background: #526b87;
}

#content {
	padding: 20px;
}

/* << Questions or Comments linked text*/
#questionscomments a {
	float: right;
	position: absolute;
	top: 14px;
	right: 16px;
	color: #000;
	text-decoration: none;
}

#questionscomments a:hover {
	text-decoration: underline;
}


/* Colors and fonts */
body {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.75%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: verdana;
  color: #465E65;
}

h1 {
  color: #465e65;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background-color: #FFFFFF;
  letter-spacing: .005em;
  border: 0;
}

p {
	padding: 0.5em;
}

/*------------------------------------------------------
  F O O T E R     E L E M E N T S
------------------------------------------------------*/
#footer {
  background: #ffffff;
  border-top: 2px dotted gray;
  padding: 5px 45px;
  margin: 30px 0 0 0px;
  font-size: 1em;
}
#footer a:link {
  color: #455560;
}
#footer a:hover {
  color: #961c1f;
  text-decoration: underline;
}
#footer a:visited {
  color: #455560;
}
#footer-icons {
  margin-bottom: 35px;
}