/* TABBED CONTENT SECTION ON HOMEPAGE */

.indentmenu{
font: bold 13px Arial;
width: 432px; /*leave this value as is in most cases*/
height: 27px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border: 1px solid #b0b598;
border-bottom: 0px;
border-right: 0px;
background: #4f5b39;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #b0b598; /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #ffffff;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #682c2c;
border-right: 1px solid #b0b598;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 430px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
text-align: left;
background-color: #f2f7e7;
}

@media print {
.tabcontent {
display:block !important;
}
