/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontent1{
	display:block;
	font-family: Tahoma;
	font-size: 11px;
	color: #414042;
	text-decoration: none;
	text-align: justify;
}
.border {
	padding: 5px;
	float: left;
	width: 465px;
	border: 1px solid #B20000;
}

.tabcontent1 h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #B20000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tabcontent1 a {
	font-family: Tahoma;
	font-size: 11px;
	color: #186CBA;
	text-decoration: none;
}
.tabcontent1 a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #186CBA;
	text-decoration: underline;
}
.tabcontent1 p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ACACAC;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tabcontent h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #B20000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tabcontent a {
	font-family: Tahoma;
	font-size: 11px;
	color: #186CBA;
	text-decoration: none;
}
.tabcontent a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #186CBA;
	text-decoration: underline;
}
.tabcontent p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ACACAC;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



.tabcontent{
display:none;
	font-family: Tahoma;
	font-size: 11px;
	color: #414042;
	text-decoration: none;
	text-align: justify;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */



.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	font: bold 13px Arial;
	width: 100%;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}

.indentmenu ul li{
	display: inline;
	margin-right: 3px;
	float: left;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none; /*navy divider between menu items*/
	font-family: Tahoma;
	font-size: 11px;
	height: 23px;
	padding-top: 8px;
	font-weight: bold;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 101px;
}

.indentmenu ul li a:visited{
	color: #FFFFFF;
	font-size: 11px;
	height: 23px;
	padding-top: 8px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	width: 101px;
}

.indentmenu ul li a.selected{
	color: #FFFFFF!important;
	padding-top: 8px;
	background-image: url(../images/tabactive.jpg);
	font-size: 11px;
	height: 23px;
	//width: 101px;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
