/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 12px Arial;
}

.indentmenu ul{
margin: 15px 0 0 10px;
padding: 0;
float: left;
/* width: 300px; width of menu*/


}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
margin-right:5px;
padding: 5px 10px 5px 6px;
width: 104px;
text-decoration: none;
border-right: 1px solid #e5e5e5; /*navy divider between menu items*/
border-left: 1px solid #e5e5e5; /*navy divider between menu items*/
border-top: 1px solid #e5e5e5; /*grey border*/
background: black url(images/indentbg2.jpg) center center repeat-x;
}

.indentmenu ul li a:visited{
}

.indentmenu ul li a.selected{

padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: white;
}

#tabbedcontent {
margin-bottom: 1em;
float: left;
padding: 10px;
margin: 0 10px;
border: 1px solid #e5e5e5;
width: 380px;
height: 309px;
}


.tabcontentstyle{ /*style of tab content oontainer*/

margin-bottom: 1em;
padding: 10px;
border: none;
float; left;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}