/***************************************************************************************/
/* 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; }
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: #000000; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #7d7d7d; font-size: 12px; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: square; }

.bordered { border: 3px solid #7d7d7d; }
.bordered:hover { border: 3px solid #8cc63f; }

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

h1, h1 a { color: #8cc63f; font-size: 20px; line-height: 22px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #363636; font-size: 14px; line-height: 18px; 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: #7d7d7d; font-size: 12px;  line-height: 17px; }
a  { color: #7d7d7d; font: normal 12px Verdana; text-decoration: none; }
a:hover { text-decoration: underline; }



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

#main {
	width: 903px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
    margin-top: 20px;
}


#header {height: 230px; }

#nav { width: 180px; margin-top: 50px; }
#nav a { color: #868586; display: block; height: 36px; line-height: 33px; font-size: 16px; }
#nav a:hover { text-decoration: none; background: #FFFFFF; background: url('/images/layout/leaf.jpg') no-repeat center right; }


#body { width: 711px; float: right; }
    #content { background: #FFFFFF; padding: 0px 20px 0px 20px; min-height: 450px; border: 1px solid #FFFFFF; }

#footer { width: 903px; text-align: center; line-height: 24px; color: #868586; margin: 0px auto; margin-top: 8px; }
#footer a { font-size: 11px; color: #868586; line-height: 24px; }
#footer span { color: #8cc63f; }


#preload { height: 0px; width: 0px; overflow: hidden; }

