body{
   background-color: #ffffff;
   margin: 0 auto;
   width: 1200px;
   color: #001a2e;
   font: 16px Tahoma;
#   border-style: solid;
}
p {
   margin-top: 5px;
   margin-left: 15px;
   line-height: 1.4;
   color: rgba(64, 49, 45, 1.0);
}
p.a {
    margin-bottom: -5px;
}
ul {
   margin-top: -10px;
   margin-bottom: -5px;
   color: rgba(64, 49, 45, 1.0);
}
ul.a {
   margin-top: 0px;
   margin-bottom: 10px;
}
li {
   padding-top: 10px;
}
li.a {
   padding-top: 20px;
}
li.b {
   margin-top: 5px;
   margin-bottom: -10px;
   margin-left: -5px;
   font-weight: normal;
}
li.c {
   margin-top: 5px;
   margin-left: -5px;
   font-weight: normal;
}
tab {
   padding-left: 40px;
}
tab_sml {
   padding-left: 20px;
}
.itemspacer{
   position: relative;
   padding-left: 25px;
   padding-right: 25px;
}
.itemspacer_sml{
   position: relative;
   padding-left: 15px;
   padding-right: 15px;
}


.link {
   cursor: pointer;
}
.link:hover{
   display: flex;
   position: relative;
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;

}
@-webkit-keyframes glow {
   from {
      text-shadow: 0 0 10px #001a2e, 0 0 20px #001a2e, 0 0 30px #001a2e;
   }
   to {
      text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 25px #ff4da6;
   }
}


.ribbon {
   display: block;
   position: absolute;
   top: 15px;
   left: 15px;
   height: 100%;
   margin: 0, auto;
   width: 275px;
   padding-bottom: 50px;
   background: linear-gradient(115deg, rgba(255, 85, 0, 0.90), rgba(255, 106, 0, 0.90), rgba(255, 128,0, 0.90), rgba(255, 153, 0, 0.90), rgba(227, 192, 39, 0.90));
}

.footer {
   display: block;
   position: relative;
   height: 60px;
   background-color: #3d3433;
   margin-top: 30px;
   margin-bottom: 10px;
   color: #ffffff;
}
.footer_left {
   display: flex;
   position: absolute;
   left: 72px;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: 12px Tahoma;
}
.footer_middle {
   display: flex;
   position: absolute;
   top: 50%;
   left: 465px;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: small-caps 22px Tahoma;
#   border-style: solid;
}
.footer_right {
   display: flex;
   position: absolute;
   right: 30px;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: 14px Tahoma;
}



.header {
   display: block;
   position: relative;
   margin-top: 10px;
   height: 125px;
   background-color: #3d3433;
}
.header_title {
   display: flex;
   position: absolute;
   top: 10px;
   left: 305px;
   font: small-caps 45px Castellar;
   color: #ffffff;
}
.header_underline {
   display: block;
   position: relative;
   top: 73px;
   #margin-left: 290px;
   margin-left: 15px;
   height: 2px;
   background: linear-gradient(115deg, rgba(255, 85, 0, 0.90), rgba(255, 106, 0, 0.90), rgba(255, 128,0, 0.90), rgba(255, 153, 0, 0.90), rgba(227, 192, 39, 0.90));
}
.header_bullets {
   display: flex;
   position: absolute;
   top: 90px;
   left: 335px;
   color: #ffffff;
   font: 17px Tahoma;
}
.header_contact {
   display: flex;
   position: absolute;
   top: 30px;
   right: 20px;
   color: #ffffff;
   font: 14px Tahoma;
}


.tooltip{
   display: inline-block;
   position: relative;
   border-bottom: 1px dotted black;
}

.tooltiparea_outer{
   visibility: hidden;
   display: block;
   position: absolute;
   bottom: 25%;
   left: 100%;
#   transform: translateX(-50%);
   background: rgba(64, 49, 45, 1.0);
   border-radius: 6px;
   z-index: 1;
}

.tooltiparea_outer_center{
   visibility: hidden;
   display: block;
   position: absolute;
   top: 50%;
   left: 100%;
   transform: translateY(-50%);
   background: rgba(64, 49, 45, 1.0);
   border-radius: 6px;
   z-index: 1;
}

.tooltiparea_outer_mid{
   visibility: hidden;
   display: block;
   position: absolute;
   top: 0%;
   left: 100%;
   transform: translateY(-75%);
   background: rgba(64, 49, 45, 1.0);
   border-radius: 6px;
   z-index: 1;
}


.tooltiparea_inner{
   display: block;
   position: relative;
   margin: 15px;
   padding: 15px;
   width: 600px;
   background: #ffffff;
   border-radius: 6px;
}

.tooltiptext{
   display: block;
   position: relative;
   color: rgba(64, 49, 45, 1.0);
   font: 16px Tahoma;
   padding-right: 15px;
}

.tooltip:hover .tooltiparea_outer {
  visibility: visible;
}
.tooltip:hover .tooltiparea_outer_center {
  visibility: visible;
}
.tooltip:hover .tooltiparea_outer_mid {
  visibility: visible;
}



.main{
   display: block;
   position: relative;
   margin: auto;
}

.main_content {
   display: block;
   position: relative;
   margin: 0, auto;
   top: 25px;
   left: 315px;
   width: 850px;
   #border-style: solid;
   #border-color: #FF0000;
   #background: rgba(255, 0, 0, 0.90);
}


.blurb{
   display: block;
   position: relative;
   margin-top: 0px;
   padding-bottom: 25px;
   #background: #0000ff;
}
.blurb_title_area {
   display: block;
   position: relative;
   width: 275px;
   height: 45px;
   border-radius: 10px;
   background: rgba(64, 49, 45, 0.80);
}
.blurb_title {
   display: block;
   position: relative;
   color: #ffffff;
   margin: auto;
   top: 50%;
   left: 20px;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: small-caps 20px Tahoma;
}
.blurb_content_area {
   display: block;
   position: relative;
   margin-top: 15px;
   margin-left: 15px;
   padding-bottom: 15px;
}


.detail_overlay {
   display: none;
   position: relative;
   margin: 0, auto;
   top: 25px;
   left: 315px;
   width: 850px;
}



.profile {
   display: block;
   position: relative;
   margin: auto;
   color: #ffffff;
}
.profile_circle_outter {
   display: block;
   position: relative;
   margin: auto;
   margin-bottom: 50px;
   top: 30px;
   height: 191px;
   width: 191px;
   border-radius: 50%;
   #background-color: #3d3433;
   background-color: rgba(61, 52, 51, 0.75);
   cursor: pointer;
   box-shadow: 3px 3px 4px rgba(227, 192, 39, 0.90);
}
.profile_picture {
   display: block;
   position: relative;
   margin: auto;
   top: 3px;
   height: 185px;
   width: 185px;
   border-radius: 50%;
   background-size: 100% 100%;
}
.profile_title {
   font: small-caps 22px Tahoma;
   color: #ffffff;
}
.profile_underline{
   display: block;
   position: relative;
   margin-top: 20px;
   margin-bottom: 20px;
   height: 2px;
   background-color: #3d3433;
}


.profile_blurb{
   display: block;
   position: relative;
   margin-top: 0px;
   margin-left: 0px;
   padding-bottom: 20px;
   font: 14px Tahoma;
   color: #3d3433;
#   border-style: solid;
}
.profile_blurb_title_area {
   display: block;
   position: relative;
   width: 40%;
   margin-top: 10px;
   margin-left: 10px;
   height: 25px;
   border-radius: 10px;
   background: rgba(64, 49, 45, 0.65);
}
.profile_blurb_title {
   display: block;
   position: relative;
   top: 45%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   color: #ffffff;
}
.profile_blurb_content_inline {
   display: block;
   position: relative;
   margin-left: 50%;
   padding-left: 5px;
   margin-top: -21px;
   font: 13px Tahoma;
   font-weight: bold;
}
.profile_blurb_content_area {
   display: block;
   position: relative;
   padding-left: 10px;
   margin-top: 10px;
   font: 13px Tahoma;
   font-weight: bold;
#   border-style: solid;
}

