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

* { padding: 0px; margin: 0px; } /* Start with a clean slate */
* {  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; 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/bodybg.gif');  overflow-x: hidden; }
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: 17px; margin-bottom: 15px; }
li { list-style-type: square; }




.bordered { border: 4px solid #CCCCCC; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }
a, a u  { color: #003366; font: bold 12px Verdana; text-decoration: none; }

h1, h1 span, .post h2 a, .post h2 { color: #3399CC; font-size: 18px; margin: 0px 0px 15px 0px; font-weight: normal; }
h2 { color: #669933; font-size: 16px; line-height: 27px; margin: 0px 0px 10px 0px; font-weight: normal; }
h3 { color: #000000; font-size: 14px; margin: 0px 0px 10px 0px; font-weight: bold; }
p  { color: #333333; font-size: 12px; margin: 0px 0px 15px 0px; }

a:hover {text-decoration: underline; }
/* b { font-weight: none; } */
th { font-weight: bold; }

hr.upper { border-color: #CCCCCC; border-top-style: solid; border-bottom-style: none; border-width: 1px; }


.green { color: #336633; }

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

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

#header {  }
    #headerLeft {  width: 250px; float: left; margin-top: 15px; }
    #headerRight { width: 600px; float: right; text-align: right; }
        #navA { background: url('../images/layout/nava_bg.gif'); border-width: 1px; border-color: #089DCB; border-width: 1px; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; color: #FFFFFF; font-size: 11px; font-family: Arial; height: 22px; width: 230px; float: right; text-align: center; }
            #navA a { color: #FFFFFF; font-size: 11px; font-family: Arial; padding: 4px 8px 3px 8px; text-decoration: none; line-height: 22px; }
            #navA a:hover { background: #7dd6f2; }
    #headerRight .tagLine { font-size: 18px; font-family: Arial; color: #333333; text-align: right; margin-top: 20px; letter-spacing: 0.02em; line-height: 22px; }

#leftColumn { width: 202px; float: left; margin-top: 17px; }
#rightColumn { width: 704px; float: right; margin-top: 17px; }

#dropNav { background: url('../images/layout/nav_bg2.png'); height: 239px; width: 202px; }



/*
#leftNav { background: url('../images/layout/nav_bg2.png'); height: 239px; }
    #leftNav a { text-decoration: none; font-family: arial; color: #FFFFFF; display: block; padding: 6px 12px 6px 12px;
                color: #FFFFFF; font-size: 15px; margin: 0px 3px 0px 3px; font-weight: normal; }
    #leftNav a:hover { text-decoration: none; background: #CCFF99; color: #336600; }
*/



#footer { text-align: center; color: #333333; font-size: 10px; width: 930px; margin: 0px auto; padding-top: 3px; border-color: #CCCCCC; border-top-style: solid; border-width: 1px; }
#footer a { font-size: 10px; color: #333333; margin: 2px 8px 2px 8px; text-decoration: none; font-weight: normal; }
#footer a:hover { color: #333333; text-decoration: underline; }






.blueBubble { height: 45px; width: 202px; display: block;  background: url('../images/layout/blue_bubble.png'); text-decoration: none; cursor: hand; }
    .blueBubble span { color: #FFFFFF; font-family: arial; font-size: 15px; font-weight: bold; display: block; padding: 14px 0px 0px 10px; }
    .blueBubble:hover { text-decoration: none; }




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




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



/* Contact Form */

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

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

.contactForm .radio input { width: 16px; margin-right: 10px; }
.contactForm .radio div { margin-top: 2px; width: 150px; float: left; }
.contactForm .mand { color: #FF0000; font-weight: normal; font-size: 9px; }

/* CLIENT BULLETIN */
.clientBulletin div {
	width: 135px; float: left;
	text-align: center;
	margin-bottom: 5px;
}
.clientBulletin img { width: 130px; }