/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #c9b398 url('../images/layout/bg.jpg'); }
hr { border-color: #72c490; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }
ul li { line-height: 17px; margin-bottom: 6px; }




.bordered { border: 6px solid #72c490; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #0b6436; font-size: 16px; margin: 0px 0px 3px 0px; font-style: italic; font-family: Times, "Times New Roman"; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 15px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px; line-height: 17px; }
a  { color: #000000; font: normal 12px arial; text-decoration: none; }
a:hover { text-decoration: underline; }



/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/


#main { width: 773px; margin: 0px auto; }
#header { background: url('../images/layout/header.gif'); height: 110px; }
#logo { border: none; margin-left: 25px; margin-top: 5px; }
#nav-1 { background: url('../images/layout/nav-bg-1.gif'); height: 30px; }
#nav-1 img { margin-left: 25px; }
#nav-2 { background: url('../images/layout/nav-bg-2.gif'); height: 32px; }
#nav-2 a img { border: none; margin-top: 3px; margin-left: 25px; }
#body { background: url('../images/layout/main-bg.gif'); }
#content-container { background: url('../images/layout/body-bg.gif') no-repeat bottom right; }
#content { margin-left: 25px; margin-right: 25px; }
#footer {  background: url('../images/layout/footer.gif'); height: 56px; }
#footer p { color: #0b6436; text-align: center; padding-top: 6px; }

#foot { width: 773px; margin: 0px auto; margin-top: 3px; color: #fff8ea; }
#foot_left { width: 350px; float: left; color: #fff8ea; }
#foot_right { width: 350px; float: right; text-align: right; color: #fff8ea; }


#foot a { color: #fff8ea; font-size: 11px; }



#left { width: 136px; float: left; }
#right { width: 565px; float: right; }

.quote { color: #72c490; text-align: right; font-style: italic; }
.quote b { font-size: 14px; line-height: 24px; display: block; margin-bottom: 6px;  font-family: Times, "Times New Roman"; }


.form {  }
.form td {  }
.form th { padding-right: 10px; text-align: left; }
.form td, .form th { padding-bottom: 8px; }


.req { color: #CC0000; }


