/* ================ */
/* = Quick Styles = */
/* ================ */
.green_border{border-color:#1fa601;}
.green_background{background-color:#1fa601 !important;}
.auto{margin:auto;}
.block{display:block;}
.center{text-align:center;}
.clear, .clearboth{clear:both;}
.floatright{float:right;}
.floatleft{float:left;}
.floatnone{float:none;}
.inline{display:inline;}
.justify{text-align:justify;}
.bottom20{margin-bottom:20px;}
.marginbottom{margin-bottom:40px;}
.marginbottom10{margin-bottom:10px;}
.marginleft10{margin-left:10px;}
.margintop10{margin-top:10px;}
.top20{margin-top:20px;}
.pad10{padding:10px;}
.pad40{padding:40px;}
.padleft40{padding-left:40px;}
.width40{width:40%;}
.width60{width:60%;}
.width30{width:30%;}
.no-border, .no-border *, table.no-border td, table.no-border th{border:none;}
ul.nav{list-style:none;}
  ul.nav li{display:inline;}
    ul.nav li a{
         -moz-border-radius: 12px; /* FF1+ */
      -webkit-border-radius: 12px; /* Saf3-4 */
              border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
              display:inline-block;
              padding:10px;
    }
    ul.nav li a.active{background:#ddd;}
