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

* { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-weight: normal; font-size: 12px; font-family: Verdana; color: #333333; line-height: 17px; }  /* Default font for all items */
div { -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; } /* 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: #999389 url('../images/layout/pagebg.gif') repeat-x; }
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; }
li { list-style-type: square; }

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

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

h1 { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
h2 { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3 { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { color: #333333; font-size: 12px; margin: 0px 0px 15px 0px; }
a  { color: #000000; font: normal 12px Verdana; text-decoration: underline; }
a:hover { text-decoration: underline; }
b { font-weight: bold; }
th { font-weight: bold; }

#body a { text-decoration: none; border-color: #666666; border-bottom-style: dashed; border-width: 1px; }
#body a:hover { text-decoration: none; border-color: #333333; border-bottom-style: solid; border-width: 1px; }




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

#main {
	width: 750px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#header { height: 269px; background: url('../images/layout/header.jpg'); overflow: auto; }

#nav { margin: 230px 40px 0px 40px; }

#nav a { display: block; width: 167px; float: left; }
#nav a img { border: 0px; height: 25px; width: 167px; }


#bodyContainer { background: url('../images/layout/bodybg.gif'); overflow: hidden; }
#body { margin: 0px 60px 0px 60px;  padding-top: 10px; padding-bottom: 10px; }
#footer { height: 185px; background: url('../images/layout/footer.jpg'); }

#foot { color: #FFFFFF; text-align: center; }

#foot a { font-weight: bold; color: #FFFFFF; text-decoration: none; }
#foot a:hover { text-decoration: underline; }





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


#contactUsPage {  }
#contactUsPage p { float: left; width: 270px; height: 110px;  }
