/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0; /*top padding the move menu up or down*/
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px; /*moves content down from tabs*/
list-style-type: none;
width: 100%;
}

.shadetabs li{
display: inline;
margin: 0; /*spacing between tabs*/
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 0;
padding: 0px 0px; /*increase the height to tabs*/
margin-right: 0px; /*spacing between tabs*/
/*border: 0px solid #778554;*/
color: #2d2b2b;
/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(features.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
  display:none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-right: 0px;
}

.tabcontent2{
  display:none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-right: 0px;
}
}

.padding2{
padding-left: 2px;
}

@media print {
.tabcontent {
display:block !important;
}
}