/***************************************************************************************/
/* 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; -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: url('../images/layout/inner-bg.png') 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; }
ul ul { margin-bottom: 0px; }
ul ol { margin-bottom: 0px; }
ol ol { margin-bottom: 0px; }
ol ol { margin-bottom: 0px; }
ul ul { margin-bottom: 0px; }

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

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

h1, h1 a { color: #CCCCCC; font-size: 22px; font-weight: normal; line-height: 26px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #769C35; font-size: 16px; font-weight: normal; line-height: 22px; margin: 0px 0px 10px 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: #666666; font-size: 12px; line-height: 17px; }
a  { color: #769c35; font: normal 12px Verdana; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


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

#main { width: 906px; margin: 0px auto; }


#header { height: 190px; }


#logo { float: left; border: none; }
#tagline { float: right; width: 600px; text-align: right; font-family: arial; color: #769c35; font-style: italic; font-size: 16px; margin-right: 12px; font-weight: bold; }

#nav { width: 600px; float: right; text-align: right; margin-top: 40px; height: 38px; }
#nav a { padding: 12px 12px 12px 12px; color: #999999; height: 38px; line-height: 38px; font-family: arial; font-weight: bold; font-size: 14px;  }
#nav a:hover { color: #FFFFFF; background: #769c35; text-decoration: none; }

#footer { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; padding-top: 10px;  }
#footerLeft { width: 400px; float: left; }
#footerRight { width: 400px; float: right; text-align: right; }
#footerLeft, #footerRight { color: #CCCCCC; }
#footerLeft a, #footerRight a { color: #CCCCCC; font-weight: normal; font-size: 11px; }


#brand-logos { width: 360px; float: left; }
#brand-logos a { text-decoration: none; }
#brand-logos a img { border: 2px solid #CCCCCC; float: left; margin-right: 10px; margin-bottom: 15px; }
#brand-logos a:hover img { border: 2px solid #999999; }



.contactForm {  }
.contactForm th { padding-right: 10px; text-align: left; vertical-align: top; font-weight: normal; }
.contactForm th, .contactForm td { padding-bottom: 6px; }



