 

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
line-height:18px;
font:  18px;
width:100%;
float:left; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: black url(/Images/tabcontent/bg_1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #00929f; /*text color*/
margin:0;
width:196px;
height:37px;
text-decoration: none;
border-right: 2px solid #fff; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(/Images/tabcontent/bg_2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}




.tb_1{
	background:url(/Images/tabcontent/tb_1.jpg) no-repeat;
	width:192px;
	height:230px;
	}
		
		
.tb_2{
	background:url(/Images/tabcontent/tb_2.jpg) no-repeat;
	width:192px;
	height:230px;
	}
		
		
.tb_3{
	background:url(/Images/tabcontent/tb_3.jpg) no-repeat;
	width:192px;
	height:230px;
	}
			


@media print {
.tabcontent {
display:block !important;
}
}