/***************************************************************************************/
/* 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: #4D4D4F url('../images/layout/body_bg.jpg'); }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #4D4D4F; font-size: 12px; }


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

ul { margin-left: 15px; }
ul li { list-style-image: url('../images/layout/bullet.gif'); }


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

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

h1, h1 a { color: #da2128; font-size: 20px; font-weight: normal; margin: 0px 0px 12px 0px; }
h2, h2 a { color: #da2128; font-size: 20px; font-weight: normal; margin: 0px 0px 7px 0px; }
h3, h3 a { color: #da2128; font-size: 13px; margin: 0px 0px 2px 0px; line-height: 18px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #4D4D4F; font-size: 12px; line-height: 17px; }
a  { color: #4D4D4F; font: normal 12px Arial; text-decoration: none; font-weight: normal; }
a:hover { text-decoration: underline; }



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

#main { width: 800px; margin: 0px auto; background: #FFFFFF url('../images/layout/body-bg.jpg') repeat-y; }
#left { width: 210px; float: left; margin-left: 20px; }
#right { width: 540px; float: right; margin-right: 20px; }
#logo { text-align: center; border-color: #d5d5d5; border-width: 4px; border-top-style: solid; border-bottom-style: solid; height: 243px; }

#logo { background: #FFFFFF; }


#logo img { border: none; }

#nav { background: #da2128; }
#nav a { font-weight: normal; margin-left: 15px; margin-right: 15px; height: 22px; line-height: 22px; display: block; background: url('../images/layout/nav.gif'); padding-left: 20px; color: #FFFFFF; font-size: 11px; }
#nav a:hover, #nav a.o { background: url('../images/layout/nav_over.gif'); padding-left: 5px; text-decoration: none; }
#nav a.o { font-weight: bold; }


#nav div { margin-bottom: 5px; background: #cc262c; margin-left: 15px; margin-right: 15px; border-width: 1px; border-color: #bd1b20; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; }
#nav div a { height: 40px; line-height:17px; background: #cc262c; margin: 0px; padding-left: 20px; padding-right: 15px; padding-top: 2px; }
#nav div a:hover, #nav div a.o {  background: #e15943; background: #bd1b20; padding-left: 20px; padding-right: 15px; line-height: 17px; height: 40px; padding-top: 2px; }

#footer { height: 36px; line-height: 36px; background: url('../images/layout/footer_bg.gif'); }

#footer_left { width: 400px; float: left; padding-left: 20px; }
#footer_right { width: 350px; float: right; padding-right: 20px; text-align: right; }

#footer_left, #footer_right { height: 36px; line-height: 36px; color: #FFFFFF; font-weight: normal; font-size: 11px; }
#footer_left a, #footer_right a { color: #FFFFFF; font-weight: normal; font-size: 11px; }


.content { margin-left: 15px; }


#foot { background: #BCBEC0; margin-top: 10px; min-height: 30px; border-width: 10px; border-color: #FFFFFF; border-top-style: solid; }
#foot_content { padding: 12px 25px 0px 25px; }
#foot_content h2 { color: #636467; font-size: 16px; font-weight: bold; }
#foot_content ul li { list-style-image: url('../images/layout/footer_bullet.gif'); line-height: 15px; margin-bottom: 8px; }
#foot_content ul { margin-left: 18px; }



.home_box_1, .home_box_2 { padding: 5px 10px 5px 10px;  border-color: #BCBEC0; border-left-width: 2px; border-bottom-width: 2px; border-right-width: 2px; border-top-width: 8px; border-style: solid; width: 256px; }
.home_box_1 p, .home_box_2 p { margin: 0px; }

.home_box_1 { float: left; }
.home_box_2 { float: right; }





.frm {  }
.frm td {  }
.frm td, .frm th {  vertical-align: top; padding-bottom: 6px; }
.frm th { font-weight: normal; padding-right: 10px; text-align: left; }
.frm div { font-size: 10px; }
.frm h3 { margin-top: 20px; margin-bottom: 10px; font-size: 16px; line-height: 18px; font-weight: normal; border-width: 1px; border-color: #DDDDDD; border-top-style: solid; padding-top: 20px; }


.req { color: #CC0000; font-weight: bold; }


