﻿#slide_show {
   margin-bottom: 30px;
   margin-top: -50px;
}

.section_row {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 30px;
   margin-top: 30px;
}

.section_left {
   display: inline-block;
}

.section_right {
   display: inline-block;
   float: right;
}

.section_title {
   width: 418px;
   margin-bottom: 5px;
   padding: 2px 10px 2px 10px;
   background-image: url('../images/CYA_section_title_bg.png');
   vertical-align: middle;
   position: relative;
   left: -1px;
}

.section_title p {
   font-size: 1.2em;
   margin: auto 5px;
   margin: 0px;
   font-weight: bold;
   color: #0000CC;
}

.section_title a {
   text-decoration: none;
   color: inherit;
}

.section_title p:hover {
   text-decoration: underline;
}

.red_title {
   color: #CC0000
}

.section_container {
   background-image: url('../images/CYA_alpha_bg.png');
   height: 182px;
   width: 415px;
   padding: 12px;
   position: relative;
}

.section_container .clip {
   float: right;
   width: 80px;
   /*position: relative;
   top: -52px;
   right: 20px*/
   margin-top: -75px;
}

.section_container .bio_pic {
   float: left;
   width: 90px;
   margin-right: 12px;
   margin-top: 6px;
}

.section_content {
   background-image: url('../images/CYA_dark_alpha_bg.png');
   height: 158px;
   width: 391px;
   padding: 12px;
   position: relative;
}

.section_content p {
   margin: 6px 0px;
}

.section_content h1 {
   font-size: 1.3em;
   margin: 6px 0px;
   color: #0000CC;
}

.section_content h2 {
   margin: 6px 0px;
   font-size: 1.2em;
   color: #CC0000;
}

.section_content .link {
   text-align: right;
   position: absolute;
   bottom: 0px;
   right: 12px;
}

.section_content a {
   text-decoration: none;
}

.section_content a:hover {
   text-decoration: underline;
}

/* styles for the featured events */
.featured_event {
   margin-bottom: 12px;
   font-size: 1.1em;
}

.featured_event .title a {
   color: #0000CC;
}

.featured_event .title {
   font-size: 1.2em;
   margin-bottom: 4px;
}

.featured_event .red a {
   color: #CC0000;
}

.featured_event .short_description {
   margin-top: 4px;
}