/* BODY AND CONTENT */
body {
    font-family: Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    width: 900px;
    margin: 10px auto;
    padding: 10px 0px 10px 0px;
}
.content {
  width: 650px;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  float: right;
  }
.sidebar {
  width: 200px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  float: left;
  font-size: 1.2em;
  }
.sidebar p a {
    text-decoration: none;
    color: #333333;
}
.sidebar p a:visited, .sidebar p a:active, .sidebar p a:focus{
   outline: none;
   outline: 0;
}
.sidebar p a:hover {
   font-size: 1em;
   color: #a22a22;
}

/* TEXT AND LINKS FORMAT */
p {
  font-size: 0.8em;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 185%;
  text-align: justify;
  }
.profile {
    font-size: 0.8em;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 185%;
    text-align: justify;
    padding-left: 30px;
}
.breadcrumb {
  font-size: 0.7em;
}
.pagename, .subpagename {
    padding: 1px 0;
    text-align: left;
    line-height: 50%;
}
.subpagename {
  font-size: 1.4em;
}
.pagename, h1 {
  font-size: 2em;
}
h1, h2 {
    font-weight: normal;
}
h2 {
    /* based on .newstitle */
    margin-top: 30px;
    font-size: 1.2em;
    color: #b34700
}
h3 {
    font-size: 0.8em;
    margin-top: 30px;
}
.inline_date {
    /* for dated paragraphs, as in the News section */
    font-weight: bold;
}

.postfooter {
  font-size: 0.7em;
}

a:link {
  color: #a22a22;
  text-decoration: none;
  cursor: hand;
  }
a:visited {
  color: #a22a22;
  text-decoration: none;
  cursor: hand;
  }
a:hover {
  color: #ff3300;
  text-decoration: underline;
  cursor: hand;
  }
a img {
  border-width: 0;
  cursor: hand;
  }
a:focus {
  border: none;
  outline: none;
}
em {
   font-style: italic;
}
strong  {
    font-weight: bold;
}
.leftindent {
    margin-left: 2em;
}

/* IMAGES */
.content img {
   border: none;
   padding-bottom: 10px;
   width: 650px;
}

/* LISTS */

.content ul {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 0px;
  padding-left: 20px;
}
.content li {
  font-size: 0.8em;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 185%;
  text-align: justify;
  padding-left: 20px;
  }
#awardreq li {
  margin: 20px 0px 20px 0px;
}

/* MAIN NAVIGATION BAR */
.nav01 {
   width: 100%;
   font-size: 1.1em;
}
.nav01 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.nav01 li {
    float: left;
    display: block;
    padding: 10px 30px 15px 0px;
}
.nav01 li a {
    text-decoration: none;
    color: #333333;
}
.nav01 li a:visited, .nav li a:active, .nav li a:focus{
    outline: none;
   outline: 0;
}
.nav01 li a:hover {
   font-size: 1em;
   color: #a22a22;
}
#alignright {
    float: right;
    padding: 10px 0px 15px 30px;
}

/* SECONDARY NAVIGATION BAR */
.nav02 {
   width: 100%;
   font-size: 1.1em;
}
.nav02 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.nav02 li {
    float: right;
    display: block;
    padding: 10px 0px 10px 30px;
}
.nav02 li a {
    text-decoration: none;
    color: #333333;
}
.nav02 li a:hover {
   font-size: 1em;
   color: #a22a22;
}
.nav02 img {
   width: 50px;
   height: 50px;
}
.nav02 img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.nav02 li a:visited, .nav01 li a:active, .nav01 li a:focus{
    outline: none;
   outline: 0;
}
#alignleft {
    float: left;
    padding: 10px 30px 10px 0px;
}

/* COLOR LINE */
.divcolor {
    width: 100%;
    height: 1px;
    margin: 10px 0px 10px 0px;
    background-color: #d9d9d9;
    clear: both;
}
.spaceabove {
    margin-top: 40px;
}
.spacebelow {
    margin-bottom: 40px;
}

/* HEADER */
.header {
    position: relative;
    width: 900px;
    height: 220px;
    margin: 0;
    padding: 0;
}
.header img {
    width: 900px;
    height: 220px;
}
.caption {
   position: absolute;
   bottom: 1px;
   left: 1px;
   font-family: Helvetica, sans-serif;
   text-align: left;
   font-size: 1.1em;
   line-height: 250%;
   letter-spacing: 5px;
}
.divgris {
    width: 100%;
    height: 0.5px;
    background-color: #4d4d4d;
    margin: 5px 0px 5px 0px;
}

/* BLOGS */
.menu {
  width: 900px;
  margin: 0 auto;
  padding: 0px;
}
.menu image {
   z-index: 2;
}
.menu p {
  font-size: 2em;
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.section {
  width: 440px;
  height: 300px;
  background-color: #f2f2f2;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  float: left;
  position: relative;
  border-bottom: 6px solid #d9d9d9;
}
.sectionr {
  width: 440px;
  height: 300px;
  background-color: #f2f2f2;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  float: right;
  position: relative;
  border-bottom: 6px solid #d9d9d9;
}
.section p {
  color: #666666;
  font-size: 0.9em;
  text-align: right;
  line-height: 150%;
  margin: 0px 30px 30px 30px;
  padding: 0px;
}
.sectionr p {
  color: #666666;
  font-size: 0.9em;
  text-align: right;
  line-height: 150%;
  margin: 0px 30px 30px 30px;
  padding: 0px;
}
.bottomr {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.line {
   background-color: #d9d9d9;
   margin: 0px auto 15px auto;
   width: 100%;
   height: 3px;
}
#mark {
   font-size: 1.7em;
   font-weight: bold;
   color: #666666;
   text-align: right;
   margin: 20px 30px 20px 30px;
}
.menu p a:link {
  color: #333333;
  text-decoration: none;
  }
.menu p a:visited {
  color: #333333;
  text-decoration: none;
  }
.menu p a:hover {
  color: #333333;
  text-decoration: none;
  }

/* FOOTER */
.footer {
   width: 100%;
   padding: 10px 0px 10px 0px;
   clear: both;
}
.footer p {
   text-align: center;
   font-size: 0.7em;
   padding: 0px;
   margin: 0px;
}

/* ACCORDION */
.sidebar label {
   font-size: 1em;
   position: relative;
   z-index: 20;
   display: block;
   height: 30px;
   margin-top: 20px;
}
.sidebar label:hover {
   color: #a22a22;
}
.sidebar input:checked + label, .sidebar input:checked + label:hover{
   background: #ffffff;
   color: #a22a22;
}
.sidebar input {
   font-size: 1em;
   display: none;
}
.sidebar article {
   margin-left: 20px;
   font-size: 0.9em;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition:
	height 0.3s ease-in-out,
	box-shadow 0.6s linear;
}
.sidebar article p {
   font-size: 0.9em;
}
.sidebar input:checked ~ article {
   transition:
	height 0.5s ease-in-out,
}
.sidebar input:checked ~ article.ac-small01 {
   height: 50px;
}
.sidebar input:checked ~ article.ac-small02 {
   height: 100px;
}
.sidebar input:checked ~ article.ac-small03 {
   height: 150px;
}
.sidebar input:checked ~ article.ac-small04 {
   height: 200px;
}
.sidebar input:checked ~ article.ac-small05 {
   height: 250px;
}

/* SEARCH FORM */
input[type=submit] {
  background-color: #ffffff;
    border: none;
    font-size: 1.1em;
    text-decoration: none;
    cursor: pointer;
}

/* MEDIA */
video {
   max-width: 100%;
   height: auto;
   background-color: #f2f2f2;
   align: center;
   margin: 0px auto;
}

/* SLIDESHOW */
.slideshow-container {
   max-width: 100%;
   position: relative;
   margin: auto;
}

.mySlides, .mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8 {
   display: none;
}

#prev, #prev1, #prev2, #prev3, #prev4, #prev5, #prev6, #prev7, #prev8, #next, #next1, #next2, #next3, #next4, #next5, #next6, #next7, #next8 {
   cursor: pointer;
   position: absolute;
   top: 50%;
   width: auto;
   margin-top: -22px;
   padding: 16px;
   color: #ffffff;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
}

#next, #next1, #next2, #next3, #next4, #next5, #next6, #next7, #next8 {
   right: 0;
   border-radius: 3px 0 0 3px;
}

#prev:hover, #prev1:hover, #prev2:hover, #prev3:hover, #prev4:hover, #prev5:hover, #prev6:hover, #prev7:hover, #prev8:hover, #next:hover, #next1:hover, #next2:hover, #next3:hover, #next4:hover, #next5:hover, #next6:hover, #next7:hover, #next8:hover {
   background-color: rgba(0,0,0,0.8);
}

.text {
   color: #f2f2f2;
   font-size: 0.8em;
   padding: 8px 12px;
   position: absolute;
   bottom: 8px;
   width: 100%;
   text-align: center;
}

.fade {
   -webkit-animation-name: fade;
   -webkit-animation-duration: 1.5s;
   animation-name: fade;
   animation-duration: 1.5s;
}

@-webkit-keyframes fade {
   from {opacity: .4}
   to {opacity: 1}
}

@keyframes fade {
   from {opacity: .4}
   to {opacity: 1}
}

#next {
   cursor: pointer;
   position: absolute;
   top: 50%;
   width: auto;
   margin-top: -22px;
   padding: 16px;
   color: #ffffff;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
}

.next {
   right: 0;
   border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
   background-color: rgba(0,0,0,0.8);
}

/* SPECIFIC PAGES AND SECTIONS */

.blackheadings h2 {
    color: #333;
}

.slideshow-container img {
    width:100%;
}
