/***************************************************************************************/
/* 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: Verdana;  }  /* 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; background: #670001 url('../images/layout/body-bg.jpg') no-repeat top center; } /* 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: #670001 url('../images/layout/body-bg.jpg') no-repeat top center; }
hr { border-color: #CCCCCC; 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: 1px solid #33CCFF; }

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

h1, h1 a { color: #c4ad70; font-size: 24px; line-height: 28px; margin: 0px 0px 15px 0px; font-weight: normal; }
h2, h2 a { color: #c4ad70; font-size: 24px; line-height: 28px; margin: 0px 0px 10px 0px; font-weight: normal; }
h3, h3 a { color: #c4ad70; font-size: 24px; line-height: 28px; margin: 0px 0px 15px 0px; font-weight: normal; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #c4ad70; font-size: 12px; line-height: 17px; }
a  { color: #BA9B7F; font: normal 12px Verdana; text-decoration: none; }
a:hover { text-decoration: none; }



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

#ht { position: absolute; top: -10000px; }


#main { width: 903px; margin: 0px auto; border: #FF9900; }
#header { padding-top: 20px; }
#headerLeft { float: left; width: 200px; }
#headerRight { float: right; width: 700px; text-align: right; padding-top: 55px; }
#headerRight img { margin-left: 10px; }

#content-1 { height: 390px; width: 555px; position: relative;  z-index: 1; top: -380px; }
#content-1-inner { padding: 30px 40px 0px 40px; position: absolute;}


#form-container { width: 271px; float: right; padding-top: 10px; margin-right: 10px; }
#form-container  input {  position: absolute;margin-top: 9px; margin-left: 10px; }
.input-bg { position: absolute; }


#form-container  textarea { position: absolute; margin-top: 9px; margin-left: 10px; color: #333333; width: 250px; height: 140px; border: 1px solid #FFFFFF; }
.textarea-bg { position: absolute;  }


#content-2 { width: 873px; float: left; background: url('../images/layout/content-2-bg.jpg'); margin-left: 8px; }
#content-2-inner { padding: 40px 60px 0px 25px; }



#footer { width: 860px; margin: 0px auto; padding-top: 10px; font-size: 10px; text-align: right; }

#footer a { color: #c4ad70; font-size: 11px; }

#button { background: url('../images/button.jpg'); }

#heading { background: #FF00FF; color: #000000;}

#table_content { background: #CCFFFF; color: #000000;} 