ul.nav {
color: #039;
list-style-type: none;
margin: 10px 10px 20px 10px;
padding: 7px;
text-align: center;
}

ul.nav li {
display: inline;
white-space: nowrap;
}

ul.nav a {
color: #039;
padding: 2px;
text-decoration: none;
}

ul.nav a:hover {
color: #4f8e4f;
text-decoration: underline;
}

h3 {
color: #eb8b10;
}

h4 {
color: #6fab40;
}

p.wrap img {
float: left;
padding: 0;
margin: 0 10px 7px 0;
border: 1px solid #666;
}

p.wrap_right img {
float: right;
padding: 0;
margin: 0 0 5px 4px;
border: 1px solid #666;
}

.name {
font-size: 2.0rem; line-height: 1.3;  letter-spacing: -.08rem; font-weight: 600; margin-bottom: 3px; color: #eb8b10;
}

/***** SHARE ICONS ******/
#share {
    width: 132px; height: 24px;
    background: url(/i/share-icons.png);
    margin: 0 auto 20px auto; padding: 0;
    position: relative;}
    
  #share li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
    
  #share li, #share a {
    height: 24px; display: block;}

#twitter {
	left: 0;
	width: 24px;
}

#fb {
	left: 27px;
	width: 24px;
}

#reddit {
	left: 54px;
	width: 24px;
}

#linkedin {
	left: 81px;
	width: 24px;
}

#mail {
	left: 108px;
	width: 24px;
}

/***** ALERT STYLES *****/

.AlertHead 
{
font-size: 16px;
font-weight: bold;
color: #002375;
border-bottom: 1px solid #a4e61f;
}


.AlertTOC 
{
font-size: 12px;
color: #002375;
}

.humancheck
{display: none;}

/***** THREE COLUMN LIST FOR VIDEO PAGE *****/
ul.col{
  margin-bottom:20px;
  overflow:hidden;
  font-size: 1.3rem;
}

ul.col li{
  font-size: 1.3rem;
  line-height:1.5rem;
  float:left;
  display:inline;
valign: top;
text-align: center;
margin: 5px;
min-height: 170px;
}

#triple li  { width:31%; } 