/***************************************************************************************/
/* 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; -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: #FFFFFF url('../images/layout/bg.jpg') repeat-x; }
hr { border-color: #CCCCCC; background: #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; }

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


p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #999999; font-size: 12px;  line-height: 17px; }
a  { color: #CC0000; font: normal 12px arial; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


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

#main {
	width: 865px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
    margin-top: 40px;
    line-height: 24px;
}

h1 { width: 400px; float: left; font-size: 32px; font-weight: normal; color: #333333; }
h1 span { color: #cc0000;  }

h2 { width: 400px; float: right; text-align: right;font-size: 12px; font-weight: normal; color: #333333; }

h3 { color: #999999; font-weight: bold; font-size: 12px; text-align: center; }

h4 { color: #333333; font-weight: normal; font-size: 22px; line-height: 24px; margin: 0px 0px 5px 0px; }

h5 { font-size: 20px; color: #999999; font-weight: normal; line-height: 22px; margin: 0px 0px 25px 0px; }


h6 { color: #333333; font-size: 18px; font-weight: normal; margin: 0px 0px 12px 0px; }


#not_member { margin-top: 15px; background: url('../images/layout/not_member_bg.jpg'); height: 91px; width: 642px; text-align: center; color: #FFFFFF; line-height: 91px; font-size: 22px; float: left; display: block; }
#not_member:hover { text-decoration: none; color: #CCCCCC; }
#asis_logo { float: right; border: none; }


#d_pdf { background: url('../images/layout/icon_pdf.jpg') no-repeat center left; line-height: 50px; display: block; height:50px;  padding-left: 55px; font-size: 12px; color: #CC0000; font-weight: bold; }

#contact_box {  width: 377px; height: 177px; float: left; background: url('../images/layout/contact_bg.jpg'); float: right; }

.input { height: 30px; width: 256px; background: url('../images/layout/input_bg.gif'); clear: left; float: left; margin-top: 8px; }
.input input { margin-top: 5px; margin-left: 10px; width: 235px; font-size: 14px; color: #666666; border: 1px solid #FFFFFF; }

.foot_links a { font-size: 14px; line-height: 18px; }


#foot { color: #CCCCCC; text-align: right; }
#foot a { color: #CCCCCC; }

