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

* { padding: 0px; margin: 0px; } /* Start with a clean slate */
* {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	line-height: 14px;
}  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
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: 00px 0px 0px 0px;  background: #d6d6d6; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: solid; height: 1px; overflow: hidden; }


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



.bordered { border: 1px solid #33CCFF; }

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

h1 {
	color: #ffff00;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}
h2 {
	color: #fff200;
	font-size: 14px;
	margin: 0px 0px 7px 0px;
}
h3 { color: #fff200; font-size: 11px; margin: 0px 0px 8px 0px; }
p  {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px 0px 12px 0px;
}
a  {
	color: #fff200;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
a:hover { text-decoration: underline; }

.col { color: #fff200; }


.b { border: 2px solid #FFFFFF; }


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

#container { width: 850px; margin: 0px auto; background: url('../images/layout/content-bg.jpg');}
#container2 {
	width: 850px;
	background-image: url(images/layout/content-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container3 { background: url('../images/layout/content-foot.jpg') no-repeat bottom left; width: 850px;  }



#nav { width: 120px; float: left; margin-left: 35px; padding-top: 145px; }
    #nav a { color: #FFFFFF; font-size: 13px; font-family: Tahoma; display: block; font-weight: bold; line-height: 13px; padding-bottom:7px; }
    #nav a:hover { color: #fff200; text-decoration: none; }


#content { float: left; margin-left: 22px; padding-top: 280px; min-height: 430px; width: 567px;  margin-right: 60px; }


#footer { width: 810px; margin: 0px auto; margin-top: 0px; padding-bottom: 20px; text-align: right; }
  #footer a { color: #333333; text-decoration: none; font-weight: normal; }
  #footer a:hover { text-decoration: underline; }



/***************************************************************************************/
/* PAGE CONTENT */
/***************************************************************************************/

/* Contact Form */

.contactForm {   }
.contactForm th { font-weight: normal; text-align: left; padding-top: 5px; padding-right: 5px; width: 80px; }
.contactForm td { padding-top: 5px; }
.contactForm input { width: 200px; height: 16px; line-height: 16px; }

.contactForm .checkbox input { width: 16px; margin-right: 10px; }
.contactForm .checkbox div { margin-top: 2px; width: 150px; float: left; }

.contactForm .radio input { width: 16px; margin-right: 10px; }
.contactForm .radio div { margin-top: 2px; width: 150px; float: left; }

