/* Other Homepage CSS */

/* Hide Tab Menu for Non-JS Users */

.hide_list {
  display: none;
}

/* Features */

div.rightNavFeaturesBox ul{
	list-style:none;
	margin:5px 0 0 0;
	padding:5px;
	background-color:#F2F5F7;
	border-radius:5px 5px 5px 5px;
	border:1px solid #666666;
}

div.rightNavFeaturesBox ul li{
	margin:0;
	padding:0;
}

div.rightNavFeaturesBox ul li a{
	display:block;
	min-height:50px;
	background-color:#F2F5F7;
	font-weight:bold;
	padding:5px 0 5px 0;
	border-bottom:1px solid;
	text-decoration:none;
}

div.rightNavFeaturesBox ul li a:hover{
	text-decoration:underline;
	background-color:#38617C;
	color:#ffffff;
}

div.rightNavFeaturesBox ul li a img{
	float:left;
	margin-right:5px;
}

/* Information For */

.info_f {
	border:2px solid #d8e1e7;
	padding-bottom:0px;
	/*padding:10px 40px;*/
	background:#ffffff;
	border-top-left-radius:25px;
	border-top-right-radius:25px;	
}

.info_f:hover {
	border:2px solid #38617c;
	padding-bottom:0px;
}

#info_for * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#info_for {
  width: 100%;
  margin: 0;
  padding: 0;
}

#info_for h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
text-align:center;
margin-top: 7px;
margin-bottom: 11px;
border: none;
}

#info_for li {
  padding: 0;
  list-style:none;
  padding-left:5px;
  vertical-align: middle;
  height:47px;
  border-top: 1px dashed #d8e1e7;
}

#info_for li:before {
  content:" ";
  width:25px;
  height:36px;
  margin-top:4px;
  background-image: url('/assets/images/triangle.png');
  background-repeat:no-repeat;
  background-position: center;
  display:inline-block;
  vertical-align: middle;
}

#info_for li:hover:before {
    background-image: url('/assets/images/triangle_hover.png');
}

#info_for a {
  line-height:36px;
  height:36px;
  vertical-align: middle;
  margin-left:10px;
}

#info_for li:hover {
  background:#f0fcff;
}

/* Stay Connected */

.sm {
	border:2px dashed #d8e1e7;
	padding:10px 40px; 
	background:#ffffff;
	border-radius:25px;
}
.sm:hover {
	border:2px solid #d8e1e7;
	-moz-box-shadow: -2px -2px 2px #888;
	-webkit-box-shadow: -2px -2px 2px #888;
	box-shadow: -2px -2px 2px #888;
}
#stayconnected h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
}
.sm_col_1a {
    float: left;
	margin-left: 7px;
}
.sm_col_1b {
    float: none;
}
.sm_col_1c {
    float: right;
	margin-right: 7px;
}
.sm_col_2a {
    width: 50%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.sm_col_2b {
    width: 50%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* Stay Connected Icons */

.twitter a {display:inline-block; padding-top:30px; background-position:top; min-width:35px; background-repeat:no-repeat; text-align:center;}
.twitter a:link, .twitter a:visited {background-image:url('/assets/images/sm-ms-twitter-32x32.jpg');}
.twitter a:hover, .twitter a:focus {background-image:url('/assets/images/sm-ms-twitter-32x32-bw.jpg');}

.facebook a {display:inline-block; padding-top:30px; background-position:top; min-width:35px; background-repeat:no-repeat; text-align:center;}
.facebook a:link, .facebook a:visited {background-image:url('/assets/images/sm-ms-facebook-32x32.jpg');}
.facebook a:hover, .facebook a:focus {background-image:url('/assets/images/sm-ms-facebook-32x32-bw.jpg');}

.rss a {display:inline-block; padding-top:30px; background-position:top; min-width:35px; background-repeat:no-repeat; text-align:center;}
.rss a:link, .rss a:visited {background-image:url('/assets/images/sm-ms-rss-32x32.jpg');}
.rss a:hover, .rss a:focus {background-image:url('/assets/images/sm-ms-rss-32x32-bw.jpg');}

.videos a {display:inline-block; padding-top:30px; background-position:top; min-width:35px; background-repeat:no-repeat; text-align:center;}
.videos a:link, .videos a:visited {background-image:url('/assets/images/sm-ms-videos-32x32.jpg');}
.videos a:hover, .videos a:focus {background-image:url('/assets/images/sm-ms-videos-32x32-bw.jpg');}

.mobile a {display:inline-block; padding-top:30px; background-position:top; min-width:35px; background-repeat:no-repeat; text-align:center;}
.mobile a:link, .mobile a:visited {background-image:url('/assets/images/sm-ms-mobile-32x32.jpg');}
.mobile a:hover, .mobile a:focus {background-image:url('/assets/images/sm-ms-mobile-32x32-bw.jpg');}

.email a {display:inline-block; padding-top:30px; background-position:top; min-width:35px; background-repeat:no-repeat; text-align:center;}
.email a:link, .mobile a:visited {background-image:url('/assets/images/sm-ms-email-32x32.jpg');}
.email a:hover, .mobile a:focus {background-image:url('/assets/images/sm-ms-email-32x32-bw.jpg');}