/***************************************************************************************/
/* 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; } /* 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 url('../images/layout/body-bg.gif') 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; }
#preload { height: 0px; overflow: hidden; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }


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

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

h1 { color: #0065A4; font-size: 18px; margin: 0px 0px 15px 0px; }
h2 { color: #0065A4; font-size: 18px; margin: 0px 0px 3px 0px; }
h3 { color: #0065A4; font-size: 14px; margin: 0px 0px 3px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a, input, textarea  { color: #333333; font-size: 12px;  line-height: 17px; }
a  { color: #000000; font: normal 12px Verdana; text-decoration: none; }
a:hover { text-decoration: underline; }



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

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

#mainInner { width: 900px; margin-left: 5px; }


#header { height: 133px; background: url('../images/layout/header_bg.jpg'); }

#search { margin-top: 16px; height: 30px; margin-right: 15px; }


#nav { margin-top: 36px; margin-right: 15px; }
#nav a { display: block; float: right; text-align: center; background: url('../images/layout/nav-left.jpg') no-repeat top left; height: 35px; }
#nav a span { display: block; background: url('../images/layout/nav-right.jpg') no-repeat top right; height: 35px; }
#nav a span span { background: none; padding-top: 17px; }


#nav a:hover, #nav a.o {  background: url('../images/layout/nav-left-over.jpg') no-repeat top left; text-decoration: none; cursor: pointer; }
#nav a:hover span, #nav a.o span { background: url('../images/layout/nav-right-over.jpg') no-repeat top right; }
#nav a:hover span span, #nav a.o span span { background: none; padding-top: 11px; }


#body { min-height: 300px; }

#content { padding-top: 30px; margin-left: 30px; margin-right: 30px; }


#leftColumn { width: 180px; margin-left: 20px; float: left; padding-top: 30px; }
#rightColumn { width: 620px; float: right; margin-right: 30px; padding-top: 33px; }


#leftNav { width: 179px; }
#leftNav a { border-width: 2px; border-bottom-style: solid; border-color: #CCCCCC; display: block; height: 24px; line-height: 22px; color: #000000; padding: 0px 0px 0px 12px; }
#leftNav a:hover, #leftNav a.o { background: url('../images/layout/left-nav-bg.jpg') repeat-x; text-decoration: none; }

#foot { background: #BFD8E8; }
#foot h2 { color: #000000; margin-bottom: 10px; }


#footer { width: 900px; margin: 0px auto; margin-top: 5px; font-size: 11px; }
#footer a { color: #333333; text-decoration: none; font-size: 11px; }
#footer a:hover { text-decoration: underline; }



#homeText { width: 345px; float: left; height: 200px; margin-left: 20px; }

.tab1 td { padding: 4px 8px 4px 8px; vertical-align: top; }