/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tab_content_box { width:917px; margin:0 0 20px 0 }

.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:#00b0ee; font-weight:bold; }
.shadetabs a:hover { color:#ffffff; font-weight:bold; }
.shadetabs a.selected{ color:#ffffff;  font-weight:bold;}

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:151px;
	height:40px;
	display:block;
}
.shadetabs li.tab1 a{
	position: relative;
	z-index: 1;
	background:url(../images/tab_btn.jpg) no-repeat;
	width:151px;
	display:block;
	height:40px;
	text-decoration:none;
}
.shadetabs li.tab1 a:hover{
	background:url(../images/tab_btn_h.jpg) no-repeat;
	width:151px;
	height:40px;
	text-decoration:none;

}
.shadetabs li.tab1 a.selected{ /*selected main tab style */
	position: relative;
	background:url(../images/tab_btn_h.jpg) no-repeat;
	width:151px;
	height:40px;
}
.shadetabs li.tab_last { margin:0;}
.tab_content_center {
	
	border:1px solid #00b0ee;
	/*border-right:1px solid #00b0ee;*/
	width:915px;
	}
.tabcontent{
	display:none;
	background: url(../images/tab_content_bg.jpg) repeat-x left top #fff;
	padding:0 30px 0px 0px;
	 min-height:200px; height:auto!important; height:200px; 
}
.tabcontent span { font-size:16px; }
.tabcontent h1 { font-weight:normal; color:#00b0ee; font-size:22px; line-height:25px; padding:20px 0 15px 0; margin:0; font-weight:normal; }
.tabcontent ul{ 
	padding:0;
	margin:0;
	padding:5px 0  5px 30px;
	}
.tabcontent ul li{
	font-size:15px;
	line-height:25px;
	padding:0 0 0 10px;
	color:#00b0ee;
	background:url(../images/bullet.jpg) no-repeat 0 9px;
	}
.tabcontent p {margin:0px;padding:0 0 15px 0;}
.tabcontent img.img_pad { float:left; padding:0}
.tabcontent .fr {  width:569px; padding:0 0 0 30px; }
.tabcontent .fl {  width:286px; padding:0; }
.tabcontent .fr div.readmore { width:112px; height:23px; padding:0 0 15px 0;  text-transform:uppercase;  float:right;  }
.tabcontent .fr div.readmore a, .tabcontent .fr div.readmore a:hover { width:82px; height:23px; display:block; line-height:20px; background:url(../images/btn_blue_bg.jpg) no-repeat 0 0; font-size:10px; font-weight:bold; color:#FFFFFF; padding:0 0 0 30px; margin:0;  }

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


