/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
margin-top: -275px;
margin-left: 624px;
background: #ebebeb center center repeat-x;
border-bottom: 1px solid #494949; /*navy divider between menu items*/
float: right;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #ebebeb center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #494949; /*text color*/
font-weight: bold;
padding: 5px 11px;
text-decoration: none;
border-left: 1px solid #494949; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #494949;
}

.indentmenu ul li a.selected{
color: #494949 !important;
font-weight: bold;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #e0e0e0 center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
margin-top: -235px;
width: 350px;
height: 231px;
float: left;
text-align: left;
display:none;
line-height: 1.5;
margin-left: 634px;
background: url(images/bg_tab.jpg);
position: relative;
}

@media print {
.tabcontent {
display:block !important;
}
}
