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

      body {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #e0e0e0;
	margin-top: 20px;
      }

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 960px;
		background-color: #999999;
      }
      .container-narrow > hr {
        margin: 30px 0;
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 60px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }

.hero-unit {
	background-color: #989db9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.hero-unit h1 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1;
	color: #474956;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.container .hero-unit p a {
	color: #ffe6cb;
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }h2 {
	font-weight: normal;
}
.accordion-heading {
	font-size: 14px;
	font-weight: bold;
}
 -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }
	-------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .news .span4 {
      text-align: left;
    }
    .news h2 {
      font-weight: normal;
    }
    .news .span4 p {
	margin-left: 10px;
	margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }

a {
	color: #6c5827;
	text-decoration: none;
}
.openacc {
  background-color: Blue;   
}
.more {
  background-color: Red;   
}


  
#main {
	
}
h3 {
	font-weight: normal;
}
.thumbnail h4 {
	font-weight: normal;
}
.imagetext {
	font-size: 9px;
}
.darktext {
	color: #333;
}
h4 {
	margin-left: 10px;
	margin-top: 20px;
}
.img-shadow {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	/* [disabled]border: 1px solid rgba(0, 0, 0, 0.2); */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.imagetext {
	font-size: 9px;
}
.darktext {
	color: #333;
}
h4 {
	margin-left: 10px;
	margin-top: 20px;
}
#talks article {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 15px;
}