@charset "utf-8";
/* CSS Document */

 /***** Global Classes *****/
.float-left    { float:left; margin-right:1em; }
 .float-right   { float:right; }

.text-left     { text-align:left; }
 .text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

 .bold          { font-weight:bold; }
.italic        { font-style:italic; }
 .underline     { border-bottom:1px solid; }
 .highlight     { background:#ffc; }

.wrap          { width:960px;margin:0 auto; }

 .img-left      { float:left;margin:4px 10px 4px 0; }
 .img-right     { float:right;margin:4px 0 4px 10px; }

 .nopadding     { padding:0; }
 h1.span{display:none;}
 .green_link a{color:#6BAD23 ;
font-weight:bold;
font-size:13px;}

/* Asterick represents wildcard for child dependents of #transbox */


 /*-----------------------------------clea--------------------------*/
 /* clearing */
 
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        margin: 0;
        padding: 0;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */
