/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tab_content_box { width:655px; }

.content_left .shadetabs{
padding: 3px 0;
margin-left:0px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
margin-right:0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs a { color:#FFFFFF; }
.shadetabs a:hover { color:#2472a9; border-bottom:1px solid #f3f4f3; }
.shadetabs a.selected{ color:#2472a9;	border-bottom:1px solid #f3f4f3;
 }

.content_left ul.shadetabs li{
	display:block;
	float:left;
	margin:0 2px 0 0;
	text-align:center;
	line-height:40px;
	background:none;
	padding:0;
}

.shadetabs li.tab1{
	width:113px;
	height:40px;
	background:url(../images/tab_menu1.jpg) no-repeat;
	display:block;

}
.shadetabs li.tab1 a{
	position: relative;
	z-index: 1;
	background:url(../images/tab_menu1.jpg) no-repeat;
	width:113px;
	display:block;
	height:40px;
	text-decoration:none;
}
.shadetabs li.tab1 a:hover{
	background:url(../images/tab_menu1_h.jpg) no-repeat;
	width:113px;
	height:40px;
	text-decoration:none;

}

.shadetabs li.tab1 a.selected{ /*selected main tab style */
	position: relative;
	background:url(../images/tab_menu1_h.jpg) no-repeat;
	width:113px;
	height:40px;
}
.shadetabs li.tab3{
	width:138px;
	height:40px;
	background:url(../images/tab_menu3.jpg) no-repeat;
	display:block;

}
.shadetabs li.tab3 a{
	position: relative;
	z-index: 1;
	background:url(../images/tab_menu3.jpg) no-repeat;
	width:138px;
	display:block;
	height:40px;
	text-decoration:none;

}
.shadetabs li.tab3 a:hover{
	background:url(../images/tab_menu3_h.jpg) no-repeat;
	width:138px;
	height:40px;
	text-decoration:none;

}

.shadetabs li.tab3 a.selected{ /*selected main tab style */
	position: relative;
	background:url(../images/tab_menu3_h.jpg) no-repeat;
	width:138px;
	height:40px;
}
.shadetabs li.tab4{
	width:103px;
	height:38px;
	background:url(../images/tab_menu4.jpg) no-repeat;
	display:block;

}
.shadetabs li.tab4 a{
	position: relative;
	z-index: 1;
	background:url(../images/tab_menu4.jpg) no-repeat;
	width:103px;
	display:block;
	height:40px;
	text-decoration:none;
}
.shadetabs li.tab4 a:hover{
	background:url(../images/tab_menu4_h.jpg) no-repeat;
	width:103px;
	height:40px;
	text-decoration:none;
}

.shadetabs li.tab4 a.selected{ /*selected main tab style */
	position: relative;
	background:url(../images/tab_menu4_h.jpg) no-repeat;
	width:103px;
	height:40px;
}
.shadetabs li.tab5{
	width:171px;
	height:38px;
	background:url(../images/tab_menu5.jpg) no-repeat;
	display:block;

}
.shadetabs li.tab5 a{
	position: relative;
	z-index: 1;
	background:url(../images/tab_menu5.jpg) no-repeat;
	width:171px;
	display:block;
	height:40px;
	text-decoration:none;
}
.shadetabs li.tab5 a:hover{
	background:url(../images/tab_menu5_h.jpg) no-repeat;
	width:171px;
	height:40px;
	text-decoration:none;
}

.shadetabs li.tab5 a.selected{ /*selected main tab style */
	position: relative;
	background:url(../images/tab_menu5_h.jpg) no-repeat;
	width:171px;
	height:40px;
}

.tab_content_top {
	background:url(../images/teb_content_top.jpg) no-repeat;
	height:9px;
	font-size:1px;
	border-top:1px solid #cccccc;
	}
.tab_content_bott {
	background:url(../images/teb_content_bott.jpg) no-repeat;
	height:9px;
	font-size:1px;
	}
.tab_content_center {
	
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:653px;
	}
.tabcontent{
	display:none;
	background: url(../images/teb_content_bg.jpg) repeat-x left top #fff;
	padding:0 30px 35px 30px;
	min-height:295px;
}
.tabcontent span { font-size:16px; }
.tabcontent h1 { font-size:26px; color:#286eac; padding:30px 0 25px 0; margin:0 0 15px 0; border-bottom:1px solid #e3e3e3;  }
.tabcontent ul{ 
	padding:0;
	margin:0;
	}
.tabcontent ul li{
	border-bottom:1px solid  #c9c9c9;
	font-size:13px;
	font-weight:bold;
	line-height:23px;
	padding:10px 0;
	}
.tabcontent ul li span { 
	color:#ca0000;
	}
	

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontent p {margin:0px;padding-bottom:1em;}

