/***************************************************************************************/
/* 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: #332e29; }
hr { border-color: #a58758; 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 { list-style-type: square; }

.bordered { border: 4px solid #a58758; }

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

h1, h1 a { color: #a58758; font-size: 16px; margin: 0px 0px 10px 0px; }
h2, h2 a { color: #FFFFFF; font-size: 14px; margin: 0px 0px 15px 0px; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #FFFFFF; font-size: 11px; line-height: 17px; }
a  { color: #a58758; font: normal 11px arial; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }


#content { padding: 20px; overflow: auto; height: 477px; }

#header { background: url('../images/header2.gif'); height: 171px; width: 917px; }
#head_spacer {  height: 137px; }


#nav { text-align: right; margin-right: 10px; height: 23px; line-height: 23px; }
#nav a { color: #FFFFFF; font-size: 13px; padding: 4px 15px 3px 15px; border-color: #a68759; border-width: 1px; border-left-style: solid; color: #FFFFFF; height: 23px; line-height: 23px; }
#nav a:hover { color: #a68759; text-decoration: none; }



#home_news {margin-left: 12px; margin-right: 12px; height: 395px; overflow: hidden; }
#home_news a { font-size: 10px; text-transform: uppercase; color: #FFFFFF; display: block; margin-bottom: 9px; }
#home_news span { color: #fecd00; display: block; }


