/* =The style for the lab
-------------------------------------------------------------- */
#sidebar {
    width:23%;
    float:left;
}

#content1 {
    width:74%;
    float:right;
    padding-left:24px;
}


/* nav1igation */
nav1 {
   
}

nav1.stick1 {
    position: fixed;
    top: 80px;
    z-index: 10000;
    margin-top:20px;
	background:#FFF;
}


/*nav1 ul {
    list-style-type:none;
    margin:0;
    padding:0;
}*/

nav1 li {

}

nav1 li a {
    /*color:rgb(50,50,50);
    font-weight:700;*/
	font-size:14px;
}

a.nav1-active {
    color:#000;
}



hr {
    border:none;
    background-color:rgb(220,220,220);
    height:12px;
    margin-bottom:18px;
}