/* Main */

body {
    font-size: 62.5%;
    font-family: Trebuchet MS,sans-serif;
    color: #333;
}

#wrapper {
    width: 1024px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
		
#header {
   background-image: url(img/layout/NEWheader1.jpg);
   background-repeat: no-repeat;
   width: 1024px;
   height: 112px;
}

/* Main top menu */
#menutop {
    width:1024px;
    height: 28px;
    background-image: url(img/layout/bgmenu.png);
}
.menutopcontent {
    position: relative;
    padding-left: 160px;
    font-size: 14px;
    letter-spacing: 2px;
    /*font-weight: 600;*/
    color: #166600;
    text-align: left;
/*border: solid;
  border-width: 1px;
  border-color: red;*/
}
.menutopcontent a{
    color: #333;
    text-decoration: none;
}
.menutopcontent a:hover{
    text-decoration: underline;
}
#content {
    width: 1024px;
    min-height: 600px;
    /*background-image: url(img/bgcontent.png);*/
}

.center {
    position: relative;
    left: 180px;
/*  top: 0px;*/
    width: 640px;
    text-align: justify;
    font-size: 1.2em;
    padding-top: 15px;
/*  padding-bottom: 20px;*/
/*  z-index: 1;*/
    line-height: 200%;
    margin-top: 15px;
   /* border: 1px solid silver;*/
    overflow: hidden;
    height: 550px;
}
.center	ul {
    list-style-type: circle;
}

.center ul li { 
    margin-top: 5px;
    list-style-image: none;
    list-style-position: outside;
}

#arrows {
    width: 38px;
    /*height: 570px; set same as center*/
    /*border: 1px solid gold;*/
    margin-left: 600px;
    position: absolute;
    right: 150px;
    top: 155px;
}

#textDown {
   margin-top: 500px;
}

#complete {
    width: 640px;
}

#fade {
    /*border: 1px solid green;*/
    top: 685px; /*this determines where the image will be showed in the center div, important!*/
    height: 50px;
    position: fixed;
    width: 640px;
}
 
#people {
    font-size: 1.2em;
    line-height: 120%;

   /* position: relative;
    left: 190px;
    top: 0px;
    width: 600px;
    padding-top: 15px;
    padding-bottom: 20px;
    z-index: 1;
    text-align: left;*/
}

#people img {
    border: groove white 5px;
}

.contactImg {
   width: 90px;
   height: 134px;
}
#formerMembers tr td {
   font-size : 90%;
}


.left {
    position: absolute;
    font-size: 1.2em;
    width: 150px;
    border-left: 1px solid #50A43A;
    line-height: 90%;
    /*min-height: inherit;*/
    height: 585px;
    /*margin-top: 15px;*/
    
    /* for browsers not supporting gradient without image */
    background: #CFFFD1;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(left, #A2FFA5, white);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left, right, from(#A2FFA5), to(white));
    /* Microsoft Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#A2FFA5', EndColorStr='white', GradientType=0);
}
.left a{
    /*color: #6b6c6b;*/
    text-decoration: none;
}
.left a:hover{
    text-decoration: underline;
}
.left ul {
    list-style-type: circle;
    list-style-position: outside;
}

.left ul li {
    margin-top: 5px;
}

.title {
    color: #333;
    font-weight: 600;
}
.button {
    color: #6b6c6b;
}
.button1 {
   /*color: #50A33A;*/
   color: #666666;
   margin-left: 10px;
}

h3 {
    font-size: 1.1em;
    color: #333;
}
a {
    text-decoration: underline;
    color: gray;
}
	
a:hover {
    color: black;
}
	
td {
    text-align: left;
    vertical-align: top;
	
}
h2 {
    text-align: center;
	
}

.smallfonts{
    font-size: 0.9em;
}

/*right image slideshow*/

#rightimg {
    /*width: 195px;*/
    /*height: 396px;*/
    position: absolute;
    right: 0px;
    /*top:140px;*/
   /*border: 1px solid gold;*/
   width: 150px;
   height: 585px;
   /*overflow: hidden;*/
   margin-top: 15px;
   /* temp*/
   /* Mozilla Firefox: */
   /* background: -moz-linear-gradient(right, #A2FFA5, white);*/
}

.slideshow{
    width:500px;
    list-style: none;
   /* position:relative;*/
    
}

ul.slideshow li {
    position:absolute;
    left:0px;
    top:0px;
    display:inline;
    
}

ul.slideshow li.show {
    z-index:500;	
}
