/* Start of CMSMS style sheet 'Layout - Home' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
    div#pagewrapper {
        margin: 0 auto;
        max-width: 80em;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 119px;
                    
            text-align: left;

        }
        
        div#header h1 {
                     background:  url(uploads/images/tbig-animated.gif) no-repeat 0 0; 

}
        div#header h1 a {
             display: block;
            height: 119px;
            text-indent: -700em;
            width: 300px;
            margin: 0;
            padding: 0;
            text-decoration:none;
        }
    /* END HEADER */
    
  #featurespace {
   position: absolute;
margin: 3px 0 10px 0;	
   padding:0;
   height: 153px;
   width: 100%;
   overflow: hidden;
}

#featurelist {
	position:relative;
	padding:0;
	margin:0;
	width: 20000px;
	left: 0px;
}

#featurelist li {
	display: inline;
	padding:0;
	margin:0;
}

#featurelist li a{
	display: inline;
	padding:0;
	margin:0;
}

#featurelist li a img {
	padding: 0;
	margin: -20px 0 0 -3px;
	border: 0 none;
        width: 267px;
}  

#fadediv {
	position: absolute;
	top: 133px;
	left: 0;
        right: 0;
	width: 100%;
	height: 1000px;
	background: #fff;
	z-index: 100;
	display: block;
}
    /* CONTENT */
        div#content {
        background:  url(uploads/images/right-column-grey.gif) repeat-y top right; 
        }

        div#content2 {
           padding: 10px;
           min-height: 300px;
        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
div#footer {
       padding-top:10px;
       text-align:left;

        }
div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
        }
    /* END FOOTER */
/* END LAYOUT */




div#menu_horiz li.active01 {
        display: inline-block;
        visibility: hidden;    }


div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }
/* End of 'Layout - Home' */

