/***************************************************************************************/
/* 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, Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-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: #8e9cb7; }
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: 11px; }


ul, ol { margin-left: 25px; line-height: 13px; margin-bottom: 8px; }
ul li, ol li { margin-bottom: 5px; }


ul.square { list-style-image: url('../images/layout/bullet.jpg'); }


.bordered { border: 3px solid #5c769c;; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #6b2700; font-size: 22px; line-height: 18px; margin: 0px 0px 10px 0px; font-family: 'Times New Roman', Times; font-variant: small-caps; font-weight: normal; }
h2, h2 a { color: #6b2700; font-size: 14px; line-height: 16px; margin: 10px 0px 5px 0px; font-family: 'Times New Roman', Times; font-variant: small-caps; font-weight: normal; }
h3, h3 a { color: #000000; font-size: 11px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 11px 0px; }
p, table, td, div, a  { color: #333333; font-size: 11px;  line-height: 13px; }
a  { color: #6b2700; font-family: Arial, Verdana; font-size: 11px;  text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }



/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main { width: 900px; background: url('../images/layout/main_bg.jpg'); margin: 0px auto; }
#mainInner { width: 824px; margin-left: 38px; }
#nav { background: #6b2700 url('../images/layout/nav-bg.jpg'); height: 24px; line-height: 24px; padding-left: 19px; }
#nav a { color: #FFFFFF; font-size: 11px; line-height: 24px; font-weight: normal; line-height: 24px; padding: 5px 10px 5px 10px; font-weight: bold; }
#nav a:hover { color: #CCCCCC; text-decoration: none; }

#body { min-height: 444px; background: url('../images/layout/coins_stacked.jpg') no-repeat bottom left; }


#footerA { height: 36px; line-height: 36px; background: url('../images/layout/ltc_footer.jpg'); margin-left: 38px; width: 824px; }
#footerA span { line-height: 36px; margin-left: 25px; color: #FFFFFF; }

#footerB { height: 31px; line-height: 30px; background: url('../images/layout/bottom_blue_shadow.gif'); width: 900px; margin: 0px auto; }
#footerB span { margin-left: 38px; line-height: 30px; color: #5c769c; }




#content { margin: 0px 25px 0px 25px; padding-top: 20px; }

#collage { position: absolute; top: 135px; display: none; }

#collage2 { float: right; margin-right: 16px; }


