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

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,h5,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* 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; } /* 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: #FFFFFF; background: url('../images/layout/body-bg.jpg') repeat-x; }
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; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


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; }


h1, h1 a { font-size: 18px; font-weight: bold; height: 76px; line-height: 76px; padding-left: 22px; color: #FFFFFF; background: url('../images/h1-bg.jpg'); margin-bottom: 32px; }
h2, h2 a { color: #3399CC; font-weight: normal; font-size: 18px; line-height: 24px;  margin: 0 0 6px 0; }
h3, h3 a { color: #333333; font-size: 15px; font-weight: bold; margin: 0 0 6px 0; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px; line-height: 17px; }
a  { color: #63a439; text-decoration: none;  }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


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

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

#header { border-color: #7D7D7D; border-style: solid; border-width: 1px; }


#bodyContainer {  }

#body {
	min-height: 370px;
	height: auto !important; /*MOZ/IE7*/
	height: 360px; /*IE6*/
	margin-top: 40px;
}

#content { margin-left: 22px; }

#left-column { float: left; width: 660px; margin-left: 22px; }

#right-column { float: right; width: 219px; background: url('../images/layout/right-column-mid.gif') repeat-y; }
#right-column a { font-size: 14px; color: #FFFFFF; display: block; margin: 10px 0px 10px 20px; }
#right-column a:hover { color: #006699; text-decoration: none; }

#right-column2 { float: right; width: 219px; }
#right-column2 img { float: right; }

#footer { margin-top: 3px; padding-top: 3px; border-color: #CCCCCC; border-width: 1px; border-top-style: solid; }

#footerLeft { width: 600px; float: left; color: #333333; font-size: 11px; }
#footerRight { width: 300px;float: right; text-align: right; color: #333333; font-size: 11px; }

#footerLeft a, #footerRight a { color: #333333; padding: 2px 0px 2px 0px; text-decoration: none; font-size: 11px }
#footerLeft a:hover, #footerRight a:hover { color: #333333; text-decoration: underline; }


#foot { font-size: 12px; text-align: right; color: #444444;  margin-top: 8px; font-size: 11px; font-weight: bold; }
#foot a { color: #999999; font-size: 11px;  }


/* Navigation */

#nav { float: right; height: 35px; margin-top: 52px;  width: 620px; }
#nav a {float: right; font-size: 15px; color: #666666; text-align: right; line-height: 35px; height: 35px; display: block; cursor: pointer; }
#nav a:hover{  background: url('../images/layout/nav-bg-left.png') no-repeat center left; text-decoration: none; }
#nav a span {  text-align: center; height: 35px; line-height: 35px;  display: block;  cursor: pointer; }
#nav a:hover span {  background: url('../images/layout/nav-bg-right.png') no-repeat center right; color: #FFFFFF; text-decoration: none; }
.logo { margin-top: 30px; float: left; }

#nav a.o {  background: url('../images/layout/nav-bg-left.gif') no-repeat center left; color: #FFFFFF; opacity: 0.70; MoZOpacity: 0.70; filter: alpha(opacity=70); }
#nav a.o span {  background: url('../images/layout/nav-bg-right.gif') no-repeat center right;  }

 /* Contact Form */

.contactForm {   }
.contactForm th { font-weight: normal; text-align: left; padding-top: 7px; padding-right: 2px; width: 80px; }
.contactForm td { padding-top: 6px; }
.contactForm input { width: 200px;  }

.contactForm .checkbox input { width: 16px; margin-right: 10px; }
.contactForm .checkbox div { margin-bottom: 7px; width: 230px; }

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

.mand { color: #CC0000; font-weight: normal;  }



.frm {  }
.frm td {  }
.frm th { padding-right: 10px; text-align: right; }
.frm th, .frm td { padding-bottom: 6px; }


#inq_comments { width: 332px; }


