/***************************************************************************************/
/* 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: arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-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; }
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; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: square; }

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

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

h1, h1 a { color: #FFFFFF; font-size: 20px; line-height: 20px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #b2d0ed; font-size: 16px; line-height: 16px; margin: 0px 0px 15px 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: #FFFFFF; font-size: 12px;  line-height: 17px; }
a  { color: #FFFFFF; font: normal 12px arial; text-decoration: none; }
a:hover { text-decoration: underline; }



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

#main {
	width: 942px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
    margin-top: 30px;
}

#header { border-width: 5px; border-color: #0a4068; border-bottom-style: solid; background: #061834 url('./images/layout/header_bg.jpg'); height: 165px; }
#headerBlock { width: 70px; height: 18px; float: right; background: #1982b6; }


#logo { border: none; margin-top: 15px; margin-left: 40px; float: left; }
#nav { width: 230px; float: right; }
#nav a { color: #1982b6; font-weight: bold; font-size: 14px; line-height: 18px;  display: block; border-color: #1982b6; border-bottom-width: 1px; border-bottom-style: solid; padding-left: 14px; margin-bottom: 2px; }
#nav a:hover, #nav a.o { color: #FFFFFF; border-left-width: 8px; border-left-style: solid; border-color: #FFFFFF; padding-left: 6px; text-decoration: none; }

#body { background: #41628b; }


#footer { border-width: 5px; border-color: #0a4068; border-top-style: solid; color: #061834; background: #061834; }

#footerLeft,  #footerRight {  color: #1b90c6; font-size: 11px; }
#footerLeft { width: 300px; float: left; margin-left: 40px; }
#footerRight { float: right; margin-right: 20px; }


#footerLeft a, #footerRight a { color: #1b90c6; font-size: 11px; }


