
@charset 'UTF-8';
*{ margin:0;
   padding:0;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  }
html,body {
width:100%;
text-align:center;
background-color: #ffffff;
}

div#pagewrapper {
position:relative;
width:1320px;
//margin-left:-10px;
text-align:center;
//padding-top:8px;
padding-bottom:10px;
border-left: 1px solid#83c163 ;
border-right: 1px solid#83c163 ;
background-color: #ffffff;
/*-moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;*/
box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);
}





}	
/* Starter CSS for Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;

}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 100%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
/* Custom CSS Styles */
#cssmenu {
  width: auto;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}
#cssmenu:before {
  
  
  content: '';
  display: block;
  //height: 8px;
}

/* Set Back Ground */

#cssmenu > ul {
  border-bottom: 4px solid #F86300;
  //border-top: -6px solid #ffffcc;
  //background:#83c163 url(images/menu-back.jpg) repeat-x;
  //background-color:#000000;
 background-color:#ffffff;
 
  height: 60px;
  padding-left: 0px;
}

/* Margin between Main Menu Items */
#cssmenu > ul > li {
  //margin-top:5px;
border-left: 4px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a {
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  
}
#cssmenu > ul > li:hover > a {
  
  background-color:  #F86300;
  //border-top:4px solid #ff9C00;
  //height:50px;
  color:#ffffff;
  
}
#cssmenu > ul > li.active:hover > a {
  
  background-color: #00ffcc;
  color:#ff9C00;
}
#cssmenu ul a {
  
  background-color:#ffffff;
  
//  -moz-border-radius: 3px;
  //-webkit-border-radius: 3px;
  //border-radius: 3px;
  
  //height:60px;
  color: #455d19;
  font-size: 12px;
  font-weight:NORMAL;
  line-height: 60px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  //text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#cssmenu ul ul {
  width: 220px;

}


#cssmenu ul ul a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 150%;
}
#cssmenu ul .active > a {
  color: #ffffff;
  //text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  
  background-color:#83c163;
  
}
#cssmenu ul .has-sub {
  position: relative;
}
#cssmenu ul .has-sub ul {
  -moz-border-radius: 0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.5);
  //background:rgba(255,255,255,0.6);
  background-color: #ffffff;
   opacity: 0.8;
  padding: 8px 0;
}
#cssmenu ul .has-sub ul a {
  background: none;
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid transparent;
  text-align: left;
  color:#484848;
}
#cssmenu ul .has-sub ul .has-sub a:after {
  content: none;
}
#cssmenu ul .has-sub li:hover > a {
  border-bottom: 1px solid #1D2024;
  color: #FFF;
  background-color:#F86300;
  
//  -moz-box-shadow: inset 1px 2px 0 #5c6778, inset 0 5px 0 #4e5866;
  //-webkit-box-shadow: inset 1px 2px 0 #5c6778, inset 0 5px 0 #4e5866;
//  box-shadow: inset 1px 2px 0 #5c6778, inset 0 5px 0 #4e5866;
  position: relative;
  //text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  
}
#cssmenu ul .has-sub li:hover > a:after {
  border-left: 0 none;
  background-color: #ff9C00;
  
  -moz-box-shadow:  inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  -webkit-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  content: '';
  height: 100%;
  width: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

#cssmenu ul .has-sub > a:after {
  
  border-left: 1px solid rgba(100, 100, 100, 0.2);
  color: #000000;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 9px;
  margin-left: 5px;
  text-align: center;
  height: 25px;
  width: 24px;
  text-shadow: 0 -1px 0 #101417;
}
#cssmenu ul .active > a:after {
  color: #000000;
}
#cssmenu ul ul a {
  font-size: 12px;
}



.tabletop {
	float:left;
        width:200px;

        
	padding:5px 0 0 0;
     	background-color:#83c163;
	color:#ffffff;
	font-size:1.5em;
        font-weight:bold;
	font-size:90%;
	height:1.8em;
	border-radius: 4px 4px 0px 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin-top:0px;
	
	}

.tablemid {
	float:left;
	width:200px;
	
	padding:0 0 0 0;
     	border-left: 1px solid#83c163;
        border-right: 1px solid#83c163;
	color:#ffffff;
	font-size:1.5em;
        font-weight:bold;
	font-size:90%;
	height:1.8em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin-top:20px;
	
	}

.tableborder {
	float:left;
	width:200px;
	border:1px solid #b2b2b2;
	padding:0 0 0 0;
	font-size:1.5em;
        font-weight:bold;
	font-size:90%;
	
        border-radius: 4px 4px 4px 4px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin-top:20px;
	
	}



.column1 a, column2 a {
  color: black;
  text-decoration: none !important; 
  }

.column1 {
  width: 160px;
  padding: 10px;
  float: left; 
  }
.column1 .navigation h2 {
  
  border-bottom: 1px dotted #b2b2b2;
  padding-left: 0.5em;
  background:#83c163 ;
  color: black;
  font-weight: bold;
  line-height: 29px;
  font-size: 12px;
  border-radius: 4px 4px 0px 0px;
  }
.column1 .navigation {
  margin-bottom: 22px;
  padding-left: 0px;
  
  }
.column1 .navigation li {
  list-style-type: none;
  border-bottom: 1px dotted #b2b2b2;
  padding-left: 18px;
  background: #e2e2e2 ;
  line-height: 22px;
  font-size: 11px;
  
  }






.content h1 {
	font-size:48px;
	color:#000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:60px 0 30px;	
}

/* LAYOUT */
.container {
	margin:0 auto;
	overflow:hidden;
	width:520px;
     }

/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:280px;
	margin:10px auto 0;
      
}
/* SLIDER */
#slider {
	background:#000;
	border:0px solid #ff9C00;
	box-shadow:5px 5px 2px 2px rgba(0,0,0,0.4);
	height:270px;
	width:495px;
	margin:20px auto 0;
	overflow:visible;
	position:relative;
       -moz-border-radius: 6px 6px 6px 6px;
      -webkit-border-radius: 6px 6px 6px 6px;
      border-radius: 6px 6px 6px 6px;
	
}
#mask {
	overflow:hidden;
	height:270px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
	}
#slider li {
	width:0px;
	height:0px;
	position:absolute;
	top:0px;
	list-style:none;
        

}



#slider li.firstanimation {
	-moz-animation-name: xfade;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	//-moz-animation-direction: alternate;
	-moz-animation-delay: 16s;

	-webkit-animation-name: xfade;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	//-webkit-animation-direction: alternate;
	-webkit-animation-delay: 16s;
		
}
#slider li.secondanimation {
	-moz-animation-name: xfade;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	//-moz-animation-direction: alternate;
	-moz-animation-delay: 12s;
        
	-webkit-animation-name: xfade;
	//-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	//-webkit-animation-direction: alternate;
	-webkit-animation-delay: 12s;	
}
#slider li.thirdanimation {
	-moz-animation-name: xfade;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	//-moz-animation-direction: alternate;
	-moz-animation-delay: 8s;

	-webkit-animation-name: xfade;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	//-webkit-animation-direction: alternate;
	-webkit-animation-delay: 8s;		
}
#slider li.fourthanimation {
	-moz-animation-name: xfade;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	//-moz-animation-direction: alternate;
	-moz-animation-delay: 4s;

	-webkit-animation-name: xfade;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	//-webkit-animation-direction: alternate;
	-webkit-animation-delay: 4s;		
}
#slider li.fifthanimation {
	-moz-animation-name: xfade;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	//-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;

	-webkit-animation-name: xfade;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	//-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;		
}

#slider .tooltip {
	background:rgba(0,0,0,0.6);
	width:495px;
	height:60px;
	position:relative;
	bottom:60px;
	left:-320px;
        z-index:0;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
        
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
        
}
#slider li#first .tooltip,
#slider li#second .tooltip, 
#slider li#third .tooltip, 
#slider li#fourth .tooltip, 
#slider li#fifth .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:680px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}



/* ANIMATION */

@-moz-keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { top: 325px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { top: -325px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -325px; opacity: 0; z-index: 0; }
   96% { top: -325px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@-moz-keyframes cycletwo {
   0%  { top: -325px; opacity: 0; } /* Original Position */
   16% { top: -325px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { top: 325px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { top: -325px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-moz-keyframes cyclethree {
   0%  { top: -325px; opacity: 0; }
   36% { top: -325px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { top: 325px; opacity: 0; z-index: 0; }
   61% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-moz-keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
   56% { top: -325px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 325px; opacity: 0; z-index: 0; }
   81% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}
@-moz-keyframes cyclefive {
   0%  { top: -325px; opacity: 0; }
   76% { top: -325px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
}





@-moz-keyframes xfade{
   0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


/* ANIMATION */

@-webkit-keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { top: 325px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { top: -325px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -325px; opacity: 0; z-index: 0; }
   96% { top: -325px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@-webkit-keyframes cycletwo {
   0%  { top: -325px; opacity: 0; } /* Original Position */
   16% { top: -325px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { top: 325px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { top: -325px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclethree {
   0%  { top: -325px; opacity: 0; }
   36% { top: -325px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { top: 325px; opacity: 0; z-index: 0; }
   61% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
   56% { top: -325px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 325px; opacity: 0; z-index: 0; }
   81% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}
@-webkit-keyframes cyclefive {
   0%  { top: -325px; opacity: 0; }
   76% { top: -325px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
}





@-webkit-keyframes xfade{
   0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}







div#sidebar {width:184px; background-color:#455d19; padding-top:10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#608800 1px solid;
  margin:20px auto 0;
 -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);

}

div#sidebar  h1.ht{width:148px;text-align:center;font-size: 15px;
font-weight:Normal;margin:0px auto 0;padding-bottom:10px;color:ffffff;}

div#sidebarbody {background-color: #ffffff;text-align:center;}


div#sidebarbottom {height:26px; background-color: #ffffff;;
-moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  
}

div#sidebarbody .sbthumb 
{
padding-top:20px;
text-align:center;
}

div#sidebarbody  h1.hsb{width:148px;text-align:center;font-size: 13px;
font-weight:bold;margin:0px auto 0;padding-bottom:10px;padding-top:20px;}

div#sidebarbody  a{
align:right;
text-decoration: none;
color:#f46e27;
font-size: 12px;
font-style:italic;
font-weight:none;
text-wrap:true;
}

div#sidebarbody  a:hover{
align:right;
text-decoration: none;
color:#83c163;
font-size: 12px;
font-style:italic;
font-weight:none;
text-wrap:true;
}


div#donate {width:250px; background-color: #bcaab3; padding-top:10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#bcaab3 1px solid;
  margin:12px auto 0;

}

div#donate  h1.donate-animated-one{width:250px;text-align:center;font-size: 16px;
font-weight:bold;margin:0px auto 0;padding-bottom:10px;padding-top:10px;}


div#donate  a{
align:right;
text-decoration: none;
color:#000000;
font-size: 16px;
}

div#donate  a:hover{
align:right;
text-decoration: none;
color:#ffffff;
font-size: 16px;
}






div#menu {width:184px; background-color:#83c163; padding-top:10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#83c163 1px solid;
  margin:20px auto 0;

}

div#menu  h1.ht{width:148px;text-align:center;font-size: 13px;
font-weight:bold;margin:0px auto 0;padding-bottom:10px;}

div#menubody {background-color: #ffffba; padding-left:21px;}


div#menubottom {height:26px; background-color: #ffffba;;
-moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  

}

ul#menulist {width:144px; list-style-type:none;}

ul#menulist li {height:35px; border-bottom:#fea700 1px solid;padding:5px 5px 5px 5px;}

ul#menulist a {width:122px; height:30px; border-left:#fea700 10px solid; 
-moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius:10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
font:bold 10px Verdana, Arial, sans-serif; color:#858482; text-decoration:none; padding:5px 0 0 10px; display:block !important; display:inline-block;}

ul#menulist a:hover {background-color:#83c163;color:#ffffff;
-moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;


}





div.statistics {width:250px; background-color: #ff6600; padding-top:10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#f46e27 1px solid;
  margin:20px auto 0;
  color:#ffffff;

}



div.statisticsbody {background-color: #f4f4f4;

-moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  padding:10px;
  font-size: 10px;
  text-align:right;
}

div.statistics  h1.ht{width:250px;text-align:center;font-size: 16px;
font-weight:bold;margin:0px auto 0;padding-bottom:10px;}

div.statisticsbody h1{width:200px;text-align:right;padding-top:10px;}

div.statisticsbody  a{
align:right;
text-decoration: none;
color:#f46e27;
font-size: 10px;
font-style:italic;
font-weight:none;
text-wrap:true;

}

div.statisticsbody  a:hover{
align:right;
text-decoration: none;
color:#83c163;
font-size: 10px;
font-style:italic;
font-weight:none;
text-wrap:true;
}

.tableclass table
{
    border-collapse:collapse;
    font:14px Georgia, serif;
    padding:0px;
    margin:0px;
    
    
}



table.statstable
{

font:12px Georgia, serif;
    padding:0px;
    margin:0px;

}
 
table.tableclass tr
{
    color:#EEF5C9;
    font-weight:normal;
}
 
table.tableclass tr:hover td
{
    background:#BCCC62;
    background: -moz-linear-gradient(top,  #BCCC62 0%, #C9D67C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BCCC62), color-stop(100%,#C9D67C));
    background: -webkit-linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    background: -o-linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    background: -ms-linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    background: linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCCC62',endColorstr='#C9D67C',GradientType=0s);
}
 
table.tableclass tr:nth-child(odd) td
{
background:#E6F0B7;
}
 
table.tableclass tr:nth-child(odd):hover td
{
    background:#BCCC62;
    background: -moz-linear-gradient(top,  #BCCC62 0%, #C9D67C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BCCC62), color-stop(100%,#C9D67C));
    background: -webkit-linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    background: -o-linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    background: -ms-linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    background: linear-gradient(top,#BCCC62 0%,#C9D67C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCCC62',endColorstr='#C9D67C',GradientType=0s);
}
 
table.tableclass td
{
    background:#EEF5C9;
    padding:0px;
    text-align:left;
    vertical-align:top;
}
 
table.tableclass th:first-child
{
    border-top-left-radius:5px;
}
 
table.tableclass th:last-child
{
    border-top-right-radius:5px;
}
 
table.tableclass tr:last-child td:first-child
{
    border-bottom-left-radius:10px;
}
 
table.tableclass tr:last-child td:last-child
{
    border-bottom-right-radius:10px;
}


div#activitycontainer{
float:left;
width:750px;
margin-left:25px;
margin-top:20px;
}


.activity {width:770px; height:470px; padding-top:0px;
  
  //-moz-border-radius: 10px 10px 10px 10px;
  //-webkit-border-radius: 10px 10px 10px 10px;
 // border-radius: 10px 10px 10px 10px;
  border-bottom: #b2b2b2  1px solid;
	border-top: #b2b2b2  1px solid;
   
  float:left;
  

}

.activity table:hover {

background-color: #f4f4f4;
}


ul.activitylist {
float:left;
width:750px;
margin-left:25px;
margin-top:-10px;
list-style-type:none;

}

ul.activitylist li {
	margin-top:20px;
	//border-bottom: #fea700  1px solid;
	//border-top: #fea700  1px solid;
	border: #fea700  1px solid;
	-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
}

ul.activitylist li .userthumb{
	
	padding:10px;
	//border: #b2b2b2  1px solid;
	//background-color:  #b2b2b2;
}

ul.activitylist li:hover {

	background-color: #d9f0b6;

}

ul.activitylist div.activitydetails {

float:left;
position:relative;
top:-120px;
margin-left:180;
text-wrap:true;
height:10px;

}


div.activitydetails h3{

 
text-decoration: none;
color:00000;
font-size: 14px;
font-weight:bold;
text-wrap:true;
}

div.activitydetails h2{

padding-top:10px; 
text-decoration: none;
color:00000;
font-size: 12px;
font-weight:normal;
text-wrap:true;
}
div.activitydetails div.rm {
width:570px;
position:absolute;
top:80;
text-align:right;
}
div.activitydetails div.rm h2{

padding-bottom:10px;
text-align:right;
color:00000;
font-size: 10px;
font-weight:normal;
text-wrap:true;
}


div.activitydetails div.rm a{
align:right;
text-decoration: none;
color:#f46e27;
font-size: 12px;
font-style:italic;
font-weight:normal;
text-wrap:true;
}

div.activitydetails div.rm a:hover{
align:right;
text-decoration: none;
color:#83c163;
font-size: 12px;
font-style:italic;
font-weight:normal;
text-wrap:true;
}


div.SubTitle {

align:left;

padding-top:20px;
padding-left:25px;

font-size:20px;
font-weight:bold;
color:#83c163;
}

a.globallink{
align:right;
text-decoration: none;
color:#00A4E8;
font-size: 12px;

font-weight:bold;
text-wrap:true;
}

a.globallink:hover{
align:right;
text-decoration: none;
color:#F86300;
font-size: 12px;

font-weight:bold;
text-wrap:true;
}


div.tailtable {
margin-top:100px;
position:relative;


}

div.visioncontent {width:765px;padding-top:10px;height:100%;
  margin-top:0px;
  margin-left:20px;
  border:1px solid#83c163;
	//box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  padding-bottom:0px;
}

div.visioncontent  h1{width:690px;align:left;padding-bottom:5px;
margin-bottom:0px;
margin-left:20px;
margin-right:20px;
font-size:20px;
font-weight:bold;
color:#83c163;
border-bottom: #fea700  1px solid;
}
div.visioncontent  h2.visionhead{width:400px;align:left;
margin-top:20px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:15px;
font-weight:bold;
color:#fea700;

}


div.visioncontent  h3.vision{width:400px;align:left;
margin-left:60px;
margin-right:60px;
margin-bottom:10px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}




div.pagecontent {width:750px;padding-top:10px;height:100%;
  margin-top:20px;
  margin-left:30px;
  border:1px solid#83c163;
	//box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  padding-bottom:40px;
}

div.pagecontent  h1{width:690px;align:left;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:25px;
font-weight:bold;
color:#83c163;
border-bottom: #fea700  1px solid;
}

div.pagecontent  h2{width:650px;align:left;
margin-top:20px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:20px;
font-weight:bold;
color:#fea700;

}

div.pagecontent  h2.visionhead{width:350px;align:left;
margin-top:20px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:20px;
font-weight:bold;
color:#fea700;

}


div.pagecontent  h3.vision{width:350px;align:left;
margin-left:60px;
margin-right:60px;
margin-bottom:10px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}

div.pagecontent  h3{width:650px;align:left;
margin-left:60px;
margin-right:60px;
margin-bottom:10px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}

div.pagecontent  p{width:650px;align:left;
margin:40px;
margin-left:60px;
margin-right:60px;
margin-bottom:0px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}



div.pagecontent  p.description{width:590px;align:left;
margin:40px;
margin-left:50px;
margin-right:60px;
margin-bottom:0px;
padding-top:20px;
padding-bottom:20px;
padding-left:30px;
padding-right:30px;
border: #fea700  1px solid;
	-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
//background-color: #e9f9cf;

font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}


div.pagecontent  h3.subitalics{width:650px;align:left;
margin-left:60px;
margin-right:60px;
margin-bottom:10px;

font-size:13px;
font-style:italic;
font-weight:bold;
color:#000000;
text-wrap:true;
}


div.pagecontent div.picture{text-align:center;
margin:20px;
padding:10px;
//background-color:  #b2b2b2;
//margin-bottom:-90px;
}

div.picture img{

padding:10px;
border:1px solid#83c163;
box-shadow:5px 5px 2px 2px rgba(0,0,0,0.4);
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;

}

div.picture .tooltip {
	background:rgba(0,0,0,0.6);
	width:570px;
	height:70px;
	position:relative;
	bottom:100px;
	left:60px;
        z-index:0; 
}
div.picture .tooltip h2 {
	
	color:#fff;
	width:500px;
	font-size:15px;
	font-weight:300;
	line-height:20px;
	padding:10px;
        font-style:italic;
}


div.pagecontent  div.dnld{align:left;
text-decoration:none;
margin-left:160px;
margin-right:60px;
margin-top:-50px;
font-size:13px;
font-weight:normal;
color:#858482;
text-wrap:true;
}



div.pagecontent  a.download{align:left;background-color: #f46e27;
text-decoration:none;
padding:10px;
font-size:13px;
font-weight:bold;
color:#ffffff;
text-wrap:true;
-moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

div.pagecontent  a.download:hover{align:left;background-color:#83c163;
text-decoration:none;
padding:10px;
font-size:13px;
font-weight:bold;
color:#ffffff;
text-wrap:true;
-moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

div.faqs {width:750px;padding-top:10px;
  ;height:100%;
  margin-top:20px;
  margin-left:-60px;
  border:1px solid#83c163;
	//box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;

}

div.faqs  h1{width:690px;align:left;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:25px;
font-weight:bold;
color:#83c163;
border-bottom: #b2b2b2  1px solid;
}

div.faqs  h2{width:650px;align:left;
margin-top:20px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:15px;
font-weight:normal;
color:#000000;

}


div.faqs  h3.subitalics{width:650px;align:left;

margin-left:60px;
margin-right:60px;
margin-bottom:10px;
font-size:13px;
font-style:italic;
font-weight:bold;
color:#83c163;
text-wrap:true;
}




div.homeicon img {
  position:relative;
  top:0px;
  left:30px;
  margin-left:-55px;
  margin-top:0px;
  z-index: 698;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color:#ffffff;

}

div.pagecontent div.publicationtable {width:650px; background-color: #f46e27;padding-top:8px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#f46e27 1px solid;
  margin:20px auto 0;
  color:#ffffff;
  
}

div.publicationbody {width:650px;background-color: #f4f4f4;
-moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  font-size: 12px;
  text-align:right;
}

table.pubbody{

font-size:12px;
font-weight:bold;
}

table.pubbody thead{
text-align:center;
font-size:14px;
font-weight:bold;
color:#ffffff;
}


table.pubbody td{
text-align:center;
font-size:12px;
font-weight:bold;
}



div#listbody {height:1500px;}

ul.publicationlist {
float:left;
width:680px;
margin-left:25px;
margin-top:20px;
list-style-type:none;

}

ul.publicationlist li div.publicationdetails {

float:left;
position:relative;
top:-110px;
margin-left:130;
text-wrap:true;
width:550px;
height:20px;
}


ul.publicationlist li {
	margin-bottom:20px;
	//border-bottom: #b2b2b2  1px solid;
	//border-top: #b2b2b2  1px solid;
	border: #fea700  1px solid;
	-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
	height:130px;
	
}

ul.publicationlist li div.userThumb{
	position:relative;
	padding:10px;
	width:100px;
	height:100px;
	margin-top:5px;
	//border: #b2b2b2  1px solid;
	//background-color:  #b2b2b2;
}

ul.publicationlist li:hover {

	background-color: #d9f0b6;

}




div.publicationdetails  h3{

width:550px; 
text-decoration: none;
text-align:left;
color:00000;
font-size: 14px;
font-weight:bold;
text-wrap:true;
margin-left:20px;
//background-color:#000000;
}

div.publicationdetails  h2{
width:520px; 
text-decoration: none;
margin-bottom:0px;
color:00000;
font-size: 12px;
font-weight:normal;
text-wrap:true;
//background-color:#000000;
}
div.publicationdetails  div.rm {
width:550px;
margin-top:10px;
position:absolute;
text-align:right;

}
div.publicationdetails div.rm h2{

padding-bottom:10px;
text-align:right;
color:00000;
font-size: 10px;
font-weight:normal;
text-wrap:true;
}


div.publicationdetails  div.rm a{
align:right;
text-decoration: none;
color:#f46e27;
font-size: 12px;
font-style:italic;
font-weight:normal;
text-wrap:true;
}

div.publicationdetails  div.rm a:hover{
align:right;
text-decoration: none;
color:#83c163;
font-size: 12px;
font-style:italic;
font-weight:normal;
text-wrap:true;
}


div.publicationdetails div.publicationtable {width:530px; background-color: #f46e27;padding-top:8px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#f46e27 1px solid;
  margin:20px auto 0;
  color:#ffffff;

}

div.publicationdetails div.publicationbody {width:530px;background-color: #f4f4f4;
-moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  font-size: 12px;
  text-align:right;
}

div.pno {
float:right;
margin-right:180px;
font-size: 13px;
padding-bottom:10px;
}

div.pno a.pageno {width:20px;height:20px;
padding:5px;
margin-left:2px;
margin-right:2px;
text-decoration:none;
background-color:#83c163;

-moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color:#ffffff;


}


div.gallery {width:980px;padding-top:10px;
  height:530px;
  //margin-top:-120px;
  margin-left:-10px;
  border:1px solid#83c163;
	//box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;

}



div.gallery  h1{width:930px;align:left;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:25px;
font-weight:bold;
color:#83c163;
border-bottom: #fea700  1px solid;
}



div.gallery div.picturegallery{width:600px;height:450px;text-align:center;
margin-left:350px;
margin-top:-480px;
padding:10px;
//background-color:  #b2b2b2;
//margin-bottom:-90px;
}

div.picturegallery img{

padding:10px;
border:1px solid#83c163;
box-shadow:5px 5px 2px 2px rgba(0,0,0,0.4);
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;

}

div.picturegallery .tooltip {
	background:rgba(0,0,0,0.6);
	width:570px;
	height:70px;
	position:relative;
	bottom:80px;
	left:11px;
        z-index:0; 
}
div.picturegallery .tooltip h2 {
	
	color:#fff;
	width:500px;
	font-size:15px;
	font-weight:300;
	line-height:20px;
	padding:10px;
        font-style:italic;
}

div.picthumbs {width:340px;padding-top:10px;
  height:460px;
  //margin-top:20px;
  margin-left:10px;
  

}


div.picthumb {padding-top:10px;
  //margin-top:20px;
  margin-left:10px;
  
}

ul.thumblist {
margin-left:25px;
margin-top:20px;
list-style-type:none;
float:top;
}


ul.thumblist li {
width:73px;
float: left;	
}

ul.thumblist li img{
width:70px;
height:70px;

}

ul.thumblist li:hover {

	background-color: #f4f4f4;

}



div.pagecontent table.donateus {
padding:40px;
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;

}

table.donateus tr.thead {
background-color:#CA8F42;
height:40px;
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

table.donateus td.td1 {
background-color:#AB9C73;
height:40px;
text-align:center;
border:1px solid #ffffff;
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

table.donateus td.td2 {
background-color:#D2BE96;
height:40px;
text-align:left;
border:1px solid #ffffff;
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}


table.donateus td.td3 {
background-color:#DBAD72;
height:40px;
text-align:center;
border:1px solid #ffffff;
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

table.donateus td.td4 {
background-color:#F9D3A5;
height:40px;
text-align:center;
border:1px solid #ffffff;
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}


div#welcome {position:absolute;left:100px;top:0px;width:430px;height:25px;
    //margin-top:5px;
    margin-bottom:0px;
    margin-right:10px;
  //margin:20px auto 0;
    color:#ffffff;
    font:Normal 15px Verdana, Arial, sans-serif;
  align:right;
}


div#welcome h1 {width:630px;height:25px;padding-top:10px;
    //margin-top:5px;
    margin-bottom:0px;
    margin-right:10px;
  //margin:20px auto 0;
    color:#ffffff;
    font:BOLD 15px Verdana, Arial, sans-serif;
  align:right;
} 

div#login {position:absolute;top:30px;left:980px;width:320px;height:100px; background-color: #ffffff;
 // -moz-border-radius: 10px 10px 10px 10px;
  //-webkit-border-radius: 10px 10px 10px 10px;
  //border-radius: 10px 10px 10px 10px;
  //border:#83c163 1px solid;
    margin-top:5px;
    margin-bottom:0px;
    margin-right:10px;
  //margin:20px auto 0;
  align:right;
}

div#login img{margin-bottom:-5px;}

div#login > ul {margin-left:5px;text-align:right; list-style-type:none;

}

div#login  ul  li {float:left;text-align:right;

}

div#login  ul  a {font:bold 10px Verdana, Arial, sans-serif; color:#00A4E8; text-decoration:none;padding:5px 5px 5px 5px;}

div#login  ul  a:hover {color:#F86300;
-moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;

}


table.commentbox {width:340px;height:100px; background-color: #ffffff;
  
    
    margin-left:150px;
  //margin:20px auto 0;
  align:right;
}


input {padding:7px;margin:3px;font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
-moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#83c163 1px solid;
  font-size:20px;
  
}

textarea {padding:7px;margin:3px;font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
-moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#83c163 1px solid;
  font-size:12px;
  
}

select {padding:7px;margin:3px;font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
-moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#83c163 1px solid;
  font-size:20px;
  
}


div#comlink {width:100px;height:25px; background-color: #ffffff;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  //border:#83c163 1px solid;
    margin-top:5px;
    margin-bottom:0px;
    margin-left:575px;
  //margin:20px auto 0;
  align:right;
}



div#comlink > ul {margin-left:5px;text-align:right; list-style-type:none;

}

div#comlink  ul  li {float:left;text-align:right;

}

div#comlink  ul  a {font:bold 10px Verdana, Arial, sans-serif; color:#ff9C00; text-decoration:none;padding:5px 5px 5px 5px;}

div#comlink  ul  a:hover {color:#83c163;
-moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;

}


table.comment {width:560px;height:100px; background-color: #ffffba;
  
    
    margin-left:40px;
  //margin:20px auto 0;
  align:right;
}

table.comment td.sig{width:10px;background-color: #ffffff;
    //font-weight:bold;
    font-size:12px;
    margin-left:50px;
  //margin:20px auto 0;
  align:right;
}

td.sig h3{width:100px;background-color: #ffffff;
    //font-weight:bold;
    font-size:10px;
    margin-top:10px;
    margin-left:30px;
    margin-right:0px;
  //margin:20px auto 0;
  align:right;
}

table.comment td.com{width:600px;background-color: #E6E8E9;padding:10px;
    //font-weight:bold;
    font-size:12px;
    margin-left:10px;
  //margin:20px auto 0;
  align:right;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}


div.bottommenu {

background-color: #F86300;

}

div#btmenu {width:154px; background-color:#F86300; padding-top:10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border:#F86300 1px solid;
  margin:10px auto 0;

}

div#btmenu  h1.ht{text-align:left;font-size: 13px;border-bottom:0px solid #ffffff;
font-weight:bold;margin:0px auto 0;padding-bottom:10px;color:#ffffff}

div#btmenu  h1.ht a {width:154px; height:10px;font:bold 13px Verdana, Arial, sans-serif; color:#ffffff; text-decoration:none; padding:0px 0 0 0px; display:block !important; display:inline-block;}


ul#btmenulist a:hover {background-color:#83c163;color:#ffffff;}

div#btmenubody {background-color: #f4f4f4; padding-left:0px;}



ul#btmenulist {list-style-type:none;background-color:#F86300;}

ul#btmenulist li {height:15px; padding:5px 5px 5px 5px;}

ul#btmenulist a {width:154px; height:10px;font:bold 10px Verdana, Arial, sans-serif; color:#ffffff; text-decoration:none; padding:0px 0 0 0px; display:block !important; display:inline-block;}

ul#btmenulist a:hover {background-color:#F86300;color:#ffffff;}


div.caseactivity {width:750px;padding-top:10px;height:100%;
  margin-top:20px;
  margin-left:30px;
  border:1px solid#83c163;
	//box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  padding-bottom:40px;
}

div.caseactivity  h1{width:690px;align:left;padding-bottom:10px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:25px;
font-weight:bold;
color:#83c163;
border-bottom: #fea700  1px solid;
}

div.caseactivity  h2{width:500px;align:left;
margin-top:20px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
font-size:18px;
font-weight:bold;
color:#fea700;

}


div.caseactivity  h3{width:500px;align:left;
margin-left:60px;
margin-right:60px;
margin-bottom:10px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}

div.caseactivity  p{width:500px;align:left;
margin:40px;
margin-left:60px;
margin-right:60px;
margin-bottom:0px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}



div.caseactivity  p.description{width:500px;align:left;
margin:40px;
margin-top:-440px;
margin-left:40px;
margin-right:60px;
margin-bottom:0px;
padding-top:20px;
padding-bottom:20px;
padding-left:30px;
padding-right:30px;
border: #fea700  1px solid;
	-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
font-size:13px;
font-weight:normal;
color:#000000;
text-wrap:true;
}


div.caseactivity  h3.subitalics{width:500px;align:left;
margin-left:60px;
margin-right:60px;
margin-bottom:10px;

font-size:13px;
font-style:italic;
font-weight:bold;
color:#000000;
text-wrap:true;
}


div.caseactivity div.picture{text-align:center;
margin:10px;
padding:10px;
//background-color:  #b2b2b2;
//margin-bottom:-90px;
}

div.caseactivity div.picture img{
margin-left:610px;
margin-bottom:20px;
padding:4px;
border:1px solid#83c163;
box-shadow:5px 5px 2px 2px rgba(0,0,0,0.4);
-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;

}


div.caseactivity  div.dnld{align:left;
text-decoration:none;
margin-left:160px;
margin-right:60px;
margin-top:-50px;
font-size:13px;
font-weight:normal;
color:#858482;
text-wrap:true;
}



div.caseactivity  a.download{align:left;background-color: #f46e27;
text-decoration:none;
padding:10px;
font-size:13px;
font-weight:bold;
color:#ffffff;
text-wrap:true;
-moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

div.caseactivity  a.download:hover{align:left;background-color:#83c163;
text-decoration:none;
padding:10px;
font-size:13px;
font-weight:bold;
color:#ffffff;
text-wrap:true;
-moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}



ul.itemlist {float: left;position: relative;width:780px; list-style-type:none;}

ul.itemlist li {float:left;position: relative;height:350px; padding:15px 15px 15px 15px;



}

ul.itemlist a {width:150px; height:300px;

  
font:bold 10px Verdana, Arial, sans-serif; color:#858482; text-decoration:none; padding:5px 0 0 10px; display:block !important; display:inline-block;}

ul.itemlist a:hover {background-color:#ffffff;color:#ffffff;

  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}


