/**
 * @file
 *
 * css for NFB - derived from Pavan's conversion
 *
 *
 *
 */


/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #f1f1f1;  
  width: 769px;
  max-width:764px;
  min-width:764px;
  padding: 0px;
  border-right-width: 5px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
  font-size: 100%;
}
img {
  margin: 5px 10px 5px 10px;
  /** testing to see if this works? **/
  border: 1px solid #000000;  
}
.nomarginimg {
	margin: 0px 0px 0px 0px;
	border:none;
}

/*added by MJ 7/31/2012*/
.imgTxtAlignLeft{
	float:left;
}

.imgTxtAlignRight{
	float:right;
}
/*end MJ*/

/*SS changed font-size from .75em to .8em June 2014*/

body,td,th {
  font-family: "Trebuchet MS";
  font-size: .8em;
  color: #333333;
  line-height: 1.5em;	
}
h1, h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  padding: 0;
  line-height: 1em;
  letter-spacing: -.05em;
}
h1 {
  font-size: 1.99em;
  color: #002f6d;
  font-weight: normal;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
h2 {
  font-size: 1.75em;
  margin: 20px 0 10px;
  color: #1f66c3;  
  font-weight: normal;
}
h3 {
  font-size: 1.5em;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  padding: 0;
  font-weight: normal;
  line-height: 1em;
  color: #035d2f;	
  margin: 20px 0 10px 0;
  letter-spacing: -.02em;  
}
h4 {
  color: #1f66c3;
  font-weight:bold;
  font-size: 1.4em;
  margin: 20px 0 20px 0;	
}
h5 {
  font-size: 1.3em;
}

.node-press-releases h2{
  font-size: 15px;

}



div.table{  /** Suzanne added -- I don't think we are using anywhere since Charlie fixed table font size **/
	font-size: .85em;
	line-height: 1.5em;
}
.table{  /** Suzanne added -- I don't think we are using anywhere -- same as above **/
	font-size: .85em;
	line-height: 1.5em;
}
div.frhdrt{  /** Suzanne added -- I don't think we are using anywhere -- same as above **/
	font-size: .85em;
	line-height: 1.45em;
	background-color:f3f3f3;
}



ul, ol, dd {
  margin-bottom: 1.5em;
  margin-left: 2em; /* LTR */
}
li ul, li ol {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
blockquote {
  margin-bottom: 1.5em;
  margin-left: 2.5em; /* LTR */
}
a:link {
  color: #1f66c3;
  text-decoration: none;
}
a:visited {
  color: #d3461e;
  text-decoration: none;
}
a:hover {
	color: #035d2f;
	text-decoration: underline;
}
a:active {
  color: #95288F;
}
#footer {
  color: #999999;
  text-align: center;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.section {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.messages {
  position:fixed; 
  top:30px;
  left:750px;
}

.social-share-facebook {
  background: transparent url(images/facebook.png) no-repeat;
  display: block;
  float:left;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
}





/*********************** start main-content ****************************/
#LogoNFB {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  float:left;
  width: 246px;  
}
#main-wrapper {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-image: url(images/NFB_PageBG.gif);  
  background-repeat: repeat-y;
  background-position: -6px 0px;     
}
#content {
  width: 518px;
  padding: 0px;
  margin-top: -118px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  background-image: url(images/NFB_ContentShadow.gif);  
  background-repeat: repeat-x;
  background-position: top;
}
#site-main-content {
  max-width:488px;
  min-width:488px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;    
}
#site-main-content p {
  margin-top:    1em;
  margin-bottom: 1em;
}
#site-main-content td, th {
  font-size: 1em;   
}

/***********************  end main-content *****************************/
/***********************  start sidebar css ****************************/
#sidebar-first {
  float: left;
  width: 246px;
  text-align: left;
  margin-top: -6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;  
  padding: 0px;
}
#sidebar-first div {
  margin: 0px;
  padding: 0px;
}
#sidebar-first .menu,
#sidebar-first .leaf,
#sidebar-first .expanded,
#sidebar-first .collapsed {
  margin: 0px;
  padding: 0px;
  list-style: none; /* gets rid of circles and arrows */
}
#sidebar-first ul.menu li a {
  display: block;
  color: #ffffff;
  background-color: #002f6d;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1f66c3;
  text-decoration: none;
  font-size:17px;
  padding-top: 9px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-left: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar-first li.expanded a {
  display: block;
  color: #ffffff;
  background-color: #d3461e;
  text-decoration: none;
  font-size:17px;
  padding-top: 9px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-left: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar-first ul.menu li.expanded a.active, 
  #sidebar-first ul.menu li.active-trail a.active, 
  #sidebar-first ul.menu li.active-trail a {
  display: block;
  color: #ffffff;
  background-color:  #d3461e;
  text-decoration: none;
  font-size:17px;
  padding-top: 9px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-left: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar-first ul.menu li.expanded ul.menu a {
  display: block;
  color: #ffffff;
  background-color: #f26036;
  text-decoration: none;
  margin-top: -2px;  
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 21px;
  font-size:12px;
}
#sidebar-first ul.menu li.expanded ul.menu li.expanded	ul.menu a {
  display: block;
  color: #ffffff;
  background-color: #f26036;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 31px;
  font-size:12px;
  margin-top: -1px;
}
#sidebar-first ul.menu a:hover, 
  #sidebar-first ul.menu li.expanded ul.menu a:hover,
  #sidebar-first ul.menu li.expanded ul.menu li.expanded ul.menu a:hover {
  text-decoration: underline;
}
#sidebarfirstbuttons {
	text-align: center;
	background-color: #002f6d;
	padding-top: 15px;
	padding-bottom: 0px
}
/**************  end sidebar css ************/

/**************  front-page css *************/
#front-main {
  background-color: #e2e2e2;
}
#front-main p {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
#FrontLogo {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 20px;  /* reduced from 40px - brings up nav bar */
  float:left;
  background-color: #f1f1f1;  
}
#FrontHeader {
  width: 414px;
  padding-top: 20px;
  padding-right:0px;
  padding-bottom: 0px; 
  margin: 0px;
  border: 0px;  
  float:right;
  font-family: "Trebuchet MS";
  font-size: 17px;
  color: #333333;
  line-height: 2.5em; 
  background-color: #fdfdfd;
}
#FrontNavbar {
  padding: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
}
#FrontPicture {
  margin-top: -6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#front-main {
  background-image: url(images/NFBHomePageBG.gif); /** blue and orange background **/
  background-repeat: y;
  background-position: -6px 0px;   
  padding: 0px;  
  margin-top: -6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#front-left {
  float: left;
  width: 356px;
  max-width: 326px;
  text-align: left;
  margin: 0px;
  padding: 15px;
  background-image: url(images/NFBHome_BotLBG.gif);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #002f6d;
  color: #FFFFFF;
}
#front-left h1 {
  color:#9fb3d6;
}

#front-left h2 {
	color: #FFF;
}


#front-left a:link {
  color: #FCD5AF;
  text-decoration: none;
}
/* SS color change from #95288F to below*/
#front-left a:visited {
  color: #f4f3a9;
  text-decoration: none;
}
#front-left a:hover {
	color: #1C9BFD;
	text-decoration: underline;
}

/* SS hide to see if helps June 2014

#front-left a:active {
  color: #95288F;
}

*/

#front-right {
  padding: 15px;
  float: left;
  width: 408px;
  max-width: 378px;
  color:#FFF;       
}
/* SS added June 2014 */
#front-right a:link {
  color: #fbf9c1;
  text-decoration: none;
}

#front-right a:hover {
	color: #1f66c3;
	text-decoration: underline;
}

#front-right a:visited {
  color: #f9cabc;
  text-decoration: none;
}

#front-right h1 {
  color:#fad7cd;
}

#front-right h2 {
	color: #FFF;
	line-height: 120%;
}

#front-right h3 {
	color: #b2dbf7;
	line-height: 120%;
}

#front-footer {
  padding: 15px;
  float: left;
  width: 408px;
  max-width: 378px;
  color:#FFF;       
}

/*  ------------ topnav css  ------------------  */
#TopCenter {
  background-color: #e7e7e7;
  max-height: 41px;
  min-height: 41px;
  height: 41px;
  width: 518px;
  max-width: 518px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;  
  float:right;
}
#TopNav {
  padding-top: 8px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  background-color: #e7e7e7;
  padding-bottom: 3px;
  text-align: right;
  color: #0745a1;
  max-height: 30px;
  min-height: 30px;
  padding-right: 10px;
  height: 45px;
  width: 404px;
  max-width: 404px;
  float:right;
  font-size: .9em;
}
#TopNav p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 00px;
  padding: 0px;
  float: left;
}
#TopNav a, #TopNav a:link, #TopNav a:active, #TopNav a:visited {
  color: #0745a1;
  text-decoration: none;
  font-weight: normal;
  margin-right: 1px;
}
#TopNav a:hover {
  text-decoration: underline;
}
#TopNav form {
  float: right;
  margin: 0px;
  padding-right: 2px;
  padding-left: 0px;
}  

#TopNav .SearchBox {
  font-size: 10px;
  clear: both;
  vertical-align: middle;
  height: 22px;
  max-height: 21px;
  border: 1px solid #913C8D;
  padding-right: 3px;
  padding-left: 0px;
  padding-top: 2px;
}
#TopNav .SearchButton {
  margin: 0px;
  vertical-align: middle;
  background-color: #FAAD34;
  font-size: 10px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  border: 1px solid #E39D2F;
} 


/*  ------------ end topnav css  ------------------  */
