 /*
 green: #00A79D
 light green: #C9F6F3
 orange: #FBB040
 */
  .orange {
    color: #FBB040;
  }
  
  .green {
    color: #00A79D;
  }
 
  body {
    background-color: white;
    /*background-image: url(../images/seamlessgreen-s.jpg);*/
    margin: 0;
    padding: 0;
  }
 
  #tz-header {
  overflow: hidden;
	width: 100%;
	height: 162px; /*was 221*/
	/* changed for site preview mkc */
	/*background-image: url(/images/tz-header-bg.jpg); */
	/*background-image: url(../images/tz-header-bg.png);*/
		background-image: url(../images/tz-header-bg.jpg);
	border: 0 none;
	margin: 0;
	padding: 0;
  }
  

  
  #tz-header div.headerrt {
  /*float: right;*/
  /*overflow: hidden;*/
  }
  
  .rt {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    /*border: 1px #FFC0CB solid!important;*/
  }
  
  #tz-header img, #tz-header * img,
  #tz-header div {
    border: 0 none;
    margin: 0;
    padding: 0;
  }
  


  
#centeredmenu {
   float:left;
   width:100%;
   background:#C9F6F3;
   border-bottom:4px solid #00A79D;
      border-top:4px solid #00A79D;
   overflow:hidden;
   position:relative;
   
   margin-bottom: 5px; /* was 30 */
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   /*
   background:#C9F6F3;
   color:#00A79D;
   */
   color: #ffffff;
   background: #00A79D;
   text-decoration:none;
   line-height:1.3em;
   font-size:	16px;
}
#centeredmenu ul li a:hover {
   background:#00A79D;
   color:#FBB040;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

.reversemenu {

  background-color: #FBB040;
  color: #ffffff;
}

.reversemenu:hover {
  color: #00A79D;
}
  
  
  /*
  * Content
  */  
  

  #content {
    /*margin-top: 20px;*/
    width: 50%;
    margin-left: 10%;
    font-family: Arial, Helvetica;
    line-height: 1.5em;
    border: 1px #00A79D solid;
    background-color: #C9F6F3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    
  }
  
  #content h1 {
    font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    width: 80%;
    margin-left: 10%;
    color: #00A79D;
    margin-top: 2px;
    margin-bottom: 25px;
  }
  
  #content p {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
  
  
  
  #content a {
    color: #FBB040;
    text-decoration: none;
    font-weight: bold;
  }
  
  #content a:hover {
    border-bottom: 1px #FBB040 solid;
  }
  
  
  
  
  
  
  .welcontent {
    margin-bottom: 20px;
  }
  
  .welcontent a {
    color: #FBB040;
    text-decoration: none;
    font-weight: bold;
  }
  
  .welcontent a:hover {
    border-bottom: 1px #FBB040 solid;
  }
  
  /* Sign In */
    #signin {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 20%;

    font-family: Arial, Helvetica;
    line-height: 1.5em;
    border: 1px #00A79D solid;
    /*background-color: #C9F6F3;*/
    background-color: #00A79D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-weight: bold;
    
  }
  
  #signin a, #signin * a {
    color: #FBB040;
    margin-left: 20px;
    font-size: 16pt;
    line-height: 1.2em;
    text-decoration: none;
  }
  
  #signin a:hover, #signin * a:hover {
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
  }
  
  #signin h2 {
  color: #FBB040;
      margin-left: 20px;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
        margin-top: 2px;
    margin-bottom: 10px;
  }
  
  #signin div {
    margin-left: 20px;
  }
  
  #signin div.formwrapper {
    margin-bottom: 20px;
  }
  
  .formwrapper * label {
    font-weight: bold;
    color: #FBB040;
  }
  
  /* welcome page right column */
  #welcrt {
 
    float: left;
    /*margin-top: 20px;*/
    margin-left: 20px;
    width: 240px;

  /*
    font-family: Arial, Helvetica;
    line-height: 1.5em;
    border: 1px #00A79D solid;
    
    background-color: #00A79D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-weight: bold;
    */
    
  
  }
  
  #welcrt div.welsignin {
      font-family: Arial, Helvetica;
    line-height: 1.5em;
    border: 1px #00A79D solid;
    
    background-color: #00A79D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 4px; /*was 15 */
    padding-bottom: 4px; /*was 15 */
    color: white;
    font-weight: bold;
    text-align: left;
  
  }
  div.welsignin div {
    margin-left: 5px;
  }
  
  div.welsignin a, div.welsignin * a {
    color: #FBB040;
    /*margin-left: 5px;*/
    font-size: 16pt;
    line-height: 1.2em;
    text-decoration: none;
  }
  
  div.welsignin a:hover, div.welsignin * a:hover {
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
  }
  
  #welcrt * img {
    border: 0 none;
  }
  
  
  /*cribbed from forum skin*/
  
  .sidebar_alt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(/forum/images/creativecreature/misc/sidebar_alt.gif) repeat-x scroll left bottom;
border-left:1px solid #E8EEF1;
border-right:1px solid #E8EEF1;
color:#3A3A3A;
font-family:arial;
font-size:12px;
line-height:1.2;
padding:3px 13px 13px;
width:215px;
}
.sidebar_alt a:link, .sidebar_alt a:hover, .sidebar_alt a:active, .sidebar_alt a:visited {
color:#036C9B;
}
.sidebar_footer {
font-size: 1px;
background: url(/forum/images/creativecreature/misc/sidebar_footer.gif) no-repeat;
/*width: 243px;*/
width: 215px;
height: 9px;
}

/* Footer CSS */
.footer_top {
height: 13px;
font-size: 1px;
background: url(/forum/images/creativecreature/misc/footer_top.gif) repeat-x top left;
}

.footer {
background: url(/forum/images/creativecreature/misc/footerbg.gif) repeat-x top left;
height: 113px;
	font: 11px arial;
}

.footer_left {
float:left;
padding-top: 15px;
text-align: left;
color: #0c5d88;
}

.footer_right {
float:right;
width: 242px;
margin-right: 27px;
}


  