/* ------------------------------------ *
 CSS
 This file contains all css for site
 * ------------------------------------ */

/* SITE HEADER */
#hdrTL {
 width: 499px;
 height: 70px;
 background-color: #e46a1e;
 position: absolute;
 top: 0;
 left: 0;
 border: 1px solid #ffffff;
}

#hdrTR {
 width: 499px;
 height: 70px;
 background-color: #ffffff;
 position: absolute;
 top: 0;
 left: 500px;
 border: 1px solid #ffffff;
}

#hdrBL {
 width: 499px;
 height: 30px;
 background-color: #cccccc;
 position: absolute;
 top: 71px;
 left: 0;
 border: 1px solid #ffffff;
}

#hdrBR {
 width: 499px;
 height: 30px;
 background-color: #82c34e;
 position: absolute;
 top: 71px;
 left: 500px;
 border: 1px solid #ffffff;
 text-align: right;
}


#hrhlogo {
 float: right;
}

#homelink {
 color: #fff;
 font-family: Trebuchet MS, arial, helvettica;
 text-decoration: none;
 padding-right: 10px;
}

/*END SITE HEADER*/

/*SITE BODY */
#body {
 position: absolute;
 top: 120px;
 font-family: Arial;
}

#body p {
 font-family: Arial;
 font-size: .9em;
}
.tblRowRem {
 display: none;
}
#search {
 margin: -2em 0 2em 500px;
}
#body h2 {
 color: #e46a1e;
 padding-left: 150px;
} 
#body h3 {
 color: #e46a1e;
 padding-left: 150px;
}
#body h3#loginHdr {
 color: #e46a1e;
 padding-left: 150px;
} 

#body form#login {
 border: 1px solid #82c34e;
 padding: 10px 100px 10px 10px;
 margin-left: 150px;
} 
div.reqFld, p.reqFld, .tblRowRem {
 color: #e46a1e;
 font-weight: bold;
 font-size: .9em;
}
input.reqFld, div.reqFld select, .tblRowRem textarea {
 background-color: #cccccc;
}
/*END SITE BODY*/