/***************************************************************************************/
/* 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; }
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: #fff9ad url('../images/layout/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; }


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: Verdana; font-weight: bold; }

h1, h1 a { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; font-weight: normal; }
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: #333333; font-size: 12px;  line-height: 17px; }
a  { color: #000000; font: normal 12px Verdana; text-decoration: none; }
a:hover { text-decoration: underline; }

#preload { height: 0px; width: 0px; overflow: hidden; }


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

#main {
	width: 964px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
    background: #FFFFFF url('../images/layout/main-bg.jpg') repeat-y top center;
}

#left { width: 20px; vertical-align: top; }
#center { width: 944px; vertical-align: top;  }
#right { width: 20px; vertical-align: top; }

#header { height: 195px; background: url('../images/layout/header-bg.jpg') no-repeat; }
#upperNav { color: #FFFFFF; margin-left: 190px; }
#upperNav a { color: #FFFFFF; font-weight: bold; font-size: 14px; }
#upperNav a:hover { }


#left2 { width: 212px; vertical-align: top; height: 850px; }
#center2 { width: 462px; vertical-align: top;  }
#right2 { width: 250px; vertical-align: top; }




#left_nav { background: url('../images/layout/nav-bg-bg.jpg');  }
#left_nav_2 { background: url('../images/layout/nav-bg-top.jpg') no-repeat top left; }
#left_nav_3 { background: url('../images/layout/nav-bg-bottom.jpg') no-repeat bottom left; padding-bottom: 25px; }
#left_nav a { background: url('../images/layout/left-nav-bg.gif') no-repeat top left; line-height: 14px; padding: 5px 5px 4px 20px; display: block; font-size: 10px; margin: 0px 10px 0px 14px; }
#left_nav a:hover { background: url('../images/layout/left-nav-bg-over.gif') no-repeat top left; text-decoration: none; font-weight: bold; }

#left_nav a.noline { background: url('../images/layout/left-nav-bg-noline.gif') no-repeat top left; }
#left_nav a.noline:hover { background: url('../images/layout/left-nav-bg-noline-over.gif') no-repeat top left; }



#leftNav { background: url('../images/layout/nav-bg.jpg'); height: 414px; }
#leftNav a { background: url('../images/layout/left-nav-bg.gif') no-repeat top left; line-height: 14px; padding: 5px 5px 4px 20px; display: block; font-size: 10px; margin: 0px 10px 0px 14px; }
#leftNav a:hover { background: url('../images/layout/left-nav-bg-over.gif') no-repeat top left; text-decoration: none; font-weight: bold; }

#leftNav a.noline { background: url('../images/layout/left-nav-bg-noline.gif') no-repeat top left; }
#leftNav a.noline:hover { background: url('../images/layout/left-nav-bg-noline-over.gif') no-repeat top left; }


#footer { height: 40px; background: url('../images/layout/footer-bg.jpg') no-repeat top center; text-align: center; font-size: 11px; width: 964px; margin: 0px auto; line-height: 30px; }
#footer a { font-size: 11px; color: #333333; }

#subscribe { width: 964px; margin: 0px auto; }
#subscribe img { border: none;  margin-top: -240px; }


.subscribe { position: relative; margin-left: -15px; border: none; }

