.wrapper { width: 940px; margin: 0 auto; }

.header-container {  }
.header { width: 940px; margin: 0 auto; height: 125px; position: relative; }
.middle-container { min-height: 400px; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.middle-container1 { background: #fff; padding-top: 0; }
.middle { width: 940px; }
.col-1-layout { padding-bottom: 0; }
.col-1-layout .col-main { float: none; margin: 0 auto; }
.col-2-left-layout .col-main { width: 620px; float: left; padding: 35px 0;  }
.col-right { width: 300px; float:right; padding-top: 45px; }
.footer-container {  }
.footer { width: 940px; margin: 0 auto; }

/* ---- header ---- */
.header .logo { position: absolute; width: 356px; height: 51px; top: 50px; left: 0; }
.header .header-nav { position: absolute; right: 0; top: 60px; height: 50px; }
.header .nav { float: left; }
.header .nav li { float: left; font-size: 1.5em; line-height: 50px; padding-right: 25px; }
.header .nav li.last { padding-right: 15px; }
.header .nav li a { font-weight: bold; }
.header .nav li.active a { color: #333 !important; text-decoration: none !important; } 

/* ---- home page ---- */
.group1 { overflow: auto; }
.group1 .left, .group1 .right { width: 460px; }
.group1 .page-head { border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.group1 .page-head h3 { margin: 8px 12px; }
.group1 .desc { padding: 15px 0px 0 10px; border: 1px solid transparent; }
.group1 .desc p { line-height: 1.6em; }

.group2 {  text-align: justify; line-height: 1.5em; margin: 20px 0 30px; }
.group2 p { font-size: 2em; }

/* ---- right col ---- */
.col-right ul { border-top: 1px solid #cacaca; }
.col-right li { line-height: 48px; border-bottom: 1px solid #cacaca; padding: 0 10px; }
.col-right li a { font-size: 1.7em; font-weight: bold; }

/* ---- footer ---- */
.footer { height: 80px; padding-top: 15px; font-weight: bold; }
.footer-info { text-align: center; float: right; }
.footer-info li{ float: left; padding: 0 10px; }   
.footer .legality { padding-right: 10px; float: left;   }
    
/* ---- color styles ---- */
.c-blue { color: #0055a5; }
.c-gray { color: #7d7d7d; }
.c-black { color: #333; }

/* --- form styles --- */
.input-box { margin-bottom: 5px; }
.input-text { border: 1px solid #a5a5a5; background: #fff; padding: 2px; }
input.input-text { height: 24px; padding-top: 6px; }

/* --- general styles ---*/
.red {color:#FF0000 !important;}
.page-head h2 { font-size: 2.2em; font-weight: bold; margin-bottom: 15px;}
.col-2-left-layout .col-main p { color: #434343; }