/* Import Glyphicons */
/* @import url("styles-bootstrap-glyphicons.css"); */

/* LINKS */
A:link { text-decoration: none; font-weight:normal; color:#355f8b; }
A:visited { text-decoration: none; font-weight:normal; color:#355f8b; }
A:hover { text-decoration: none; font-weight:bold; box-shadow: 3px 4px 3px 4px #000000;}
A:link.nav { text-decoration: none; color:#ffffff; font-weight:normal; font-size:14px; }
A:visited.nav { text-decoration: none; color:#ffffff; font-weight:normal; font-size:14px; }
A:hover.nav { text-decoration: none; color:#f58026; font-weight:normal; font-size:14px; }
A:link.footer { text-decoration: none; color:#ffffff; font-weight:bold; font-size:9px; }
A:visited.footer { text-decoration: none; color:#ffffff; font-weight:bold; }
A:hover.footer { text-decoration: none; color:#f58026; font-weight:bold; }

/* DIV'S */
div.body {width:980px; background-color:#FFF; padding-left:10px; padding-right:10px; font-size:13px; }
div.separator {height:10px;}
div.headline-white {font-family: Verdana, ARIAL, Geneva, sans-serif; color:#ffffff; font-weight:normal; line-height:1.6; }
div.sub-headline {font-family: Verdana, ARIAL, Geneva, sans-serif; color:#ffffff; font-weight:normal; line-height:1.6; padding: 10px 34px}


/* TYPE */
span.body {font-family: Arial, Geneva, sans-serif; color:#437eaa; font-size:15px; line-height:1.5; }
span.headline-blue {font-family: Verdana ,ARIAL, Geneva, sans-serif; font-size:36px; color:#437eaa; font-weight:normal; line-height:1.5; }
span.headline-gold {font-family: ARIAL, Geneva, sans-serif; font-size:38px; color:#6d4009; font-weight:normal; line-height:1.5; }
span.headline-browse {font-family: Verdana, ARIAL, Geneva, sans-serif; font-size:30px; color:#ffffff; font-weight:normal; line-height:1.5; }
span.sub-headline-text {font-family: Verdana, ARIAL, Geneva, sans-serif; font-size:20px; color:#ffffff; font-weight:normal; line-height:1.5; }
span.sub-headline-text::after {content: "\a"; white-space: pre;}
span.sub-headline-link::before {content: "\a"; white-space: pre;}
span.sub-headline-link {font-family: Verdana, ARIAL, Geneva, sans-serif; font-size:20px; color:#ffffff; font-weight:normal; line-height:1.5; }
#user_guide:link {
  text-decoration: underline; 
  font-weight:normal;
  color: #da3535;
}
/* visited link */
#user_guide:visited {
  text-decoration: underline;
  font-weight:normal;
  color: #ffffff;
}
/* mouse over link */
#user_guide:hover {
  text-decoration: underline; 
  font-weight:normal;
  color: #da3535;
  box-shadow: none;
}

span.subhead {font-family: ARIAL, Geneva, sans-serif; font-size:20px; color:#000000; font-weight:normal; line-height:1; }
span.subhead-green {font-family: ARIAL, Geneva, sans-serif; font-size:24px; color:#089874; font-weight:normal; line-height:1.5; }
span.subhead-blue {font-family: ARIAL, Geneva, sans-serif; font-size:24px; color:#355f8b; font-weight:normal; line-height:1.5; }
span.colhead-blue {font-family: ARIAL, Geneva, sans-serif; font-size:14px; color:#355f8b; font-weight:bold; line-height:1.5; }
span.colhead-green {font-family: ARIAL, Geneva, sans-serif; font-size:14px; color:#089874; font-weight:bold; line-height:1.5; }
span.subhead-small {font-family: ARIAL, Geneva, sans-serif; font-size:20px; color:#355f8b; font-weight:normal; }
span.green {font-family: ARIAL, Geneva, sans-serif; font-size:13px; color:#089874; font-weight:normal; }
span.footer {font-family: Tahoma, Geneva, sans-serif; font-size:9px; color:#fff; font-weight:normal; line-height:1.5; }
span.small {font-family: Tahoma, Geneva, sans-serif; font-size:9px; color:#355f8b; font-weight:normal; line-height:1.5; }
span.blue {color:#355f8b; }


select.dropdown-selection {font-family:'Verdana'; font-size: 18px; color: #6d4009;}

.hrline {
  height: 0px;
}

/* Button */
.button {
  background-color: #FFFFFF;
  border: none;
  color: #074e8e;
  padding: 20px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50px;  
}

.featured-sn {
  background-color: #6d4009;
  border-spacing: 20;
  border-collapse: separate;
  width: 100%;

}

.featured-sn tbody tr td {
  padding: 10px 0px;
}

		
