/*****************************
For TCEQ use only
******************************/

/* reset */
* {
  margin: 0;
  padding: 0;
}

/* Background images */

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 auto;
    max-width: 1024px;
    width: auto;
}

/*Header*/
#header {
    background-image:url('../images/banner-generic-applications-1024x73.jpg');
    background-repeat: no-repeat;
    background-color: #EDE8E4;
    position:relative;
    top: 0px;
    display: block;
    width: 100%;
    height: 73px;
}

#header-text {
    position: absolute;
    background: none;
    font-size: 1px;
    text-indent: -9999px;
}

/*Top navigation*/
#topnav ul {
    margin: 0;
}

#topnav ul li {
    position: relative;
    top: 45px;
    float: right;
    list-style-type: none;
    margin-right:1px;
}

#topnav ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    background: #90412e;
    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 {
    text-decoration: underline;
}

#topnav li#selectednav a {
    background: #526b87;
}

#content {
    padding: 20px;
    font-size: 1.75em !important;

}

.clear {
    clear:both;
}

/* << Questions or Comments linked text*/
#questionscomments a {
    float: right;
    position: absolute;
    top: 14px;
    right: 16px;
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
}

#questionscomments a:hover {
    text-decoration: underline;
}


/* Colors and fonts */
body {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 62.75%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
  color: #003087;
}

h1 {
  color: #003087;
  font-family: Verdana, Geneva, 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;
  font-size: 1.25em !important;
}

p {
    padding: 0.5em;
}
