﻿/* Header Bar */
#TopBARWrap{
	background:  url(/National_Library/20160521004321oe_/http://firstladies.c-span.org/Images/WebSkin/FL_WebHeader-BG2.png) repeat-x scroll 0 0;
	width: 100%; height: 211px; background-size:1px 211px;  }
	
#TopBARContWrap{width: 980px; height: 140px; margin-right: auto; margin-left: auto;}
#TopBARContBG{position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height:140px;  opacity:0.70; filter:alpha(opacity=70);}
#TopBARCont{z-index: 101; /*height: 200px; width: 200px; padding: 10px;border-right: 5px solid #214022;*/}

#HeadFLLogo{ float:left; width:520px; height:140px; }

#HeadMidText{float:left;width:250px;height:140px; text-align:center;}

#HomeDesc{width:747px; display: inline-block; font-family:Georgia; font-size:16px; font-style:italic; color:#2b3138;}

#HomeDesc p {text-align:left; line-height: 130%;}

#WatchBtn {
  background: #74a1dd;
  background-image: -webkit-linear-gradient(top, #74a1dd, #194b83);
  background-image: -moz-linear-gradient(top, #74a1dd, #194b83);
  background-image: -ms-linear-gradient(top, #74a1dd, #194b83);
  background-image: -o-linear-gradient(top, #74a1dd, #194b83);
  background-image: linear-gradient(to bottom, #74a1dd, #194b83);
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Trajan Pro;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 6px 2px 6px;
  text-decoration: none;
  border: solid #1f628d 1px;

}

#WatchBtn:hover {
  background: #143d6c;
  text-decoration: none;
}