﻿@charset "utf-8";
/* CSS Document */
@media all{
body{

	padding:0px;
	margin:0px;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:400;
    color:#5b5959;
}

.smartbook{border:1px solid #999; height:35px; text-decoration:none; background-color:#930; color:#FFF; font-weight:bold; margin:3px; padding:5px 15px; }
.smartbook:hover{border:1px solid #999;height:35px; text-decoration:none; background-color:#930; color:#FFF; font-weight:bold;margin:3px; padding:5px 15px; }
.smartbook a{border:1px solid #999;height:35px; text-decoration:none; background-color:#930; color:#FFF; font-weight:bold;margin:3px; padding:5px 15px; }
.smartbook a:hover{border:1px solid #999;height:35px; text-decoration:none; background-color:#930; color:#FC0; font-weight:bold;margin:3px; padding:5px 15px; }


#swf-holder {
    height:100%;
 }
#swf-holder object {
    display:block;
    width:100%;
    height:100%;
 }
 .pad{ margin:6px 0; }
 
.body_shadow{
  -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.div_bg1
{
  height:auto;
margin-top:3px;
margin:auto;
width:100%;
border: none;
/*border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;*/

padding-bottom:15px;
text-align:left;
}
.ouroffice{padding-left:100px; float:left; width:650px; float:left;}
.ouroffice_list{font-family:calibri;font-size:16px;color:#000;text-decoration:none;float:left;width:200px; padding-top:50px; line-height:20px; float:left;}
.ouroffice_box{font-family:calibri;font-size:16px;color:#000;text-decoration:none;float:left;width:440px; padding-top:10px; line-height:15px; float:left; padding-left:20px;}
#hours{ width:100%; height:auto; float:left; border:1px solid #333;border-bottom:0px solid #333;}
.hours{ width:73%; height:auto; float:left; padding:1%; border-bottom:1px solid #333;}
.hours1{ width:23%; height:auto; float:left;padding:1%;border-bottom:1px solid #333;}

.embed-container {
    position: relative;
    padding-bottom:65%; /* 16/9 ratio */
    padding-top: 10px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
<!--starts our business page tabs-->
.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width:960px;
	z-index:-1; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTab {
	position: relative;font-family:calibri;font-size:14px;text-align:center; font-weight:bold;
	top: 1px;
	float: left;
	margin: 0px 1px 0px 0px;
	list-style: none;
	padding:6px 50px 6px 50px;
/*
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;*/
	border:1px #333 solid;

    -webkit-user-select: none;
    -moz-user-select: none;
	-khtml-user-select: none;
	
	cursor: pointer;
	color:#000;
	
background-color: #CCC;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
 background-image: -webkit-linear-gradient(top, #45484d, #000000);
 background-image: -moz-linear-gradient(top, #45484d, #000000);
 background-image: -ms-linear-gradient(top, #45484d, #000000);
 background-image: -o-linear-gradient(top, #45484d, #000000);
 background-image: linear-gradient(to bottom, #45484d, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);*/
}
.TabbedPanelsTabHover {
padding:6px 50px 6px 50px;font-family:calibri;font-size:14px;text-align:center; font-weight:bold;
	/*border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;*/
	border:1px #000000 solid;}<!--end our business page tabs-->

<!--menubar starts-->
#nav-main{ width:100%;background-color:#fff; display:block; height:42px; margin:0px; padding:0;}

#nav-main1{ width:978px;background-color: #666666;height:42px;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC); margin:0 auto; padding:0;border:#979797 solid 1px; border-top:0px;}
	
#nav-main2{ width:978px;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC); height:42px; margin:0 auto; padding:0; border:none;}

.menu li{list-style:none;float:left;position:relative;height:40px;color:#000; z-index:2;}
.menu>li{
	background-color: #666666;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC);
	border-left: 1px solid # 999;
	border-right: 1px solid #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}

.menu li:first-child{border-radius: 0px 0px 0px 0px;border-left: none;}
.menu li:last-child{border-radius: 0px 0px 0px 0px; border-right: none; }

.menu a{display:block;text-decoration:none;color:#000;text-transform:uppercase;padding:0 9px;font-family:Calibri;margin:0;position:relative;font-size:11px;line-height:38px; width:auto;}
/*menu text changed*/
.menu a:hover{color:#000;}
.menu li:hover{background-color:#CCC;}/*menu text changed*/

	.menu li:hover span:after{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
ul.menu-hover{visibility: hidden;position: absolute;top:100%;opacity: 0;height: 0;width: 180px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.menu li:hover .menu-hover{visibility: visible;height: 100%;opacity: 1;color:#66F;}
.menu-hover li{height: 100%;
border-bottom: 1px solid #696969;
background-color: #2a2a2a;
border-left: none;
border-right: none;}
.menu-hover li:hover{
box-shadow: none;}
.menu-hover a{color:white;width:260px; text-align:left;}
.menu a span:after{content: "";color:#fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid white;
position: absolute;
top: 30px;right: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }

.menu-hover li:first-child, .menu-hover li:last-child{border-radius: 0;}
.menu a:after {background:rgba(255,255,255,.07); content: "";height:20px;left:0;position:absolute;width:auto;}
<!--menubar end-->

#top_form{width:464px;color:#000; height:26px; float:right;}
.search_clg{width:100px;color:#000; height:26px; float:left;}
.name{width:100px;color:#000; height:26px; float:left;}
.go_btn{width:50px;color:#000; height:26px; float:left;}
.auto-style1{width:395px;}

.clear{clear:both; width:0px; height:0px;}
.padd5{padding:5px;}
.padd10{padding:10px;}
.clear1{clear:both;}
.space2{width:100%;height:2px;}
.space3{width:100%;height:3px;}
.space4{width:100%;height:4px;}
.space5{width:100%;height:5px;}
.space7{width:100%;height:7px;}
.space8{width:100%;height:8px;}
.space10{width:100%;height:10px;}
.space15{width:100%;height:15px;}
.space20{width:100%;height:20px;}
.space30{width:100%;height:30px;}
.space50{width:100%;height:50px;}

ul{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#333333; font-weight:100;  padding:1px; margin:0;}
li{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#333333; font-weight:100; padding:0px 0px 0px 0px; margin:0;}
p{font-family: Verdana, Geneva, sans-serif; font-size:13px; color:#333333; font-weight:100; padding:5px 5px 5px 5px; margin:0;text-align:justify;}
h1{font-family:Verdana, Geneva, sans-serif; font-size:18px; color:#abdc28; font-weight:bold;padding:5px 5px 5px 5px; margin:0;}
h2{font-family:Verdana, Geneva, sans-serif; font-size:16px; color:#729415; font-weight:bold;padding:5px 5px 5px 5px; margin:0;}
h3{font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#abdc28; font-weight:bold; padding:5px 5px 5px 5px; margin:0;}
h4{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#abdc28; font-weight:bold;}
h6{font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#abdc28; font-weight:bold; padding:0px; margin:0; text-align:left;}

.h2_cl{font-family:Calibri;font-size:16px; color:#077904;font-weight:bold;margin:0;}
.h2_cl a{font-family:Calibri;font-size:14px; color:#077904;font-weight:bold;margin:0;text-decoration:none;}
.h2_cl a:hover{font-family:Calibri;font-size:14px; color:#000000;font-weight:bold;margin:0;}
.h6_cl{font-family:Calibri;font-size:14px; color:#000000;font-style:italic;padding:2px 2px 2px 2px;margin:0;}
a {	font-family:Calibri;font-size:14px;	color:#000000;	text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
a.black {color:#000000;	text-decoration:none;}
a:hover.black {	color:#007691;	text-decoration:none;}
.error_text{font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#FF0000; text-align:left;padding-left:4px;}

#container
{margin:0px;padding:0px;width:100%;}
#header_wraper{width:100%;}
.top_bar{width:100%;height:5px;background-color: #b6e026; background-image: linear-gradient(to bottom, #b6e026, #abdc28);}
.top_bar-menu{width:100%;height:0px;background-color: #b6e026; background-image: linear-gradient(to bottom, #b6e026, #abdc28); }
.top_bar1{width:100%;height:37px; background-image:url(images/top-5.jpg); background-repeat:repeat-x;}
.top_bar-mid{font-size:13px;width:980px;height:30px;margin:0 auto;color:#FFFFFF;clear:both;}
.top_bar-mid a{	color:#8ed058;}
.top_bar-mid a:hover{color:#FFFFFF;}
.top_bar-col1{padding:4px;height:30px;float:left;}
.top_bar-col2{text-align:right;padding:4px;height:30px;float:right;}
.header-logo-mian{width:100%;background:#FFF;background-repeat:repeat;}
.header-logo{width:980px;height:110px;margin:0 auto; background-image:url(images/header5.jpg); background-repeat:no-repeat;}
.header-logo-col1{padding:1px; width:400px; height:26px; margin-top:40px;float:right;}

.header-logo-col2{float:left;padding:13px 0 0 5px;height:91px; width:400px;}

.cart{float:right; padding:4px; font-size:14px;width:100%;}
.cart a{color:#009966;padding:4px;}
.cart a:hover{color:#000000;}
.nav_bg{width:100%;height:43px;background:#FFF;background-repeat:repeat;  -moz-box-shadow:0 2px 3px 0 #CCC;-webkit-box-shadow:0 2px 3px 0 #CCC;box-shadow:0 2px 3px 0 #CCC;}
.nav_inner{width:980px;margin:0 auto;}

.trradius{border-top-right-radius:8px;border-top-left-radius:8px;	border:0px #666666 solid;background-color:#32557f;-moz-border-radius-topright: 8px;-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 12px;font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:16px; padding-left:16px; padding-right:16px; color:#FFFFFF; font-weight:bold;}

/*==== body style ====*/
.contact_mail a{color:#008c00;}
.contact_mail a:hover{color:#000000;}
#login{width:500px; height:400px; padding-top:50px; margin:0 auto;}
.login_box{width:150px; height:40px; padding:4px; margin:2; float:left; font-family: Arial, Helvetica, sans-serif; font-size:16px; font-weight: normal; color:#000; vertical-align:middle;}

#body_content{width:978px;height:100%; margin:0 auto; background-color: #FFF; border:solid #767171 1px;box-shadow:0 0 10px #A0A0A0; float:left;}
#tagline{width:961px;height:36px; margin:0 auto;border:solid 1px #999; background-image: url(../images/one.jpg); background-repeat:repeat-x; font-family: calibri;font-weight:bold; font-size:14px; color:#fff; padding-top:10px; padding-left:15px;float:left;}
#tagline2{width:961px;margin:0 auto;border:solid 1px #999;padding-top:10px; padding-left:5px;float:left;}

#box1-changepw{width:600px;height:auto;background-color:#FFF; float:left; margin-left:180px;}
#brclaim_left{width:600px;height:auto;background-color:#FFF; float:left;}
#brclaim_left1{width:400px;height:auto;background-color:#FFF;padding-top:5px; padding-left:5px; padding-right:10px;text-align:left;}

#box1{width:975px; height: auto; float:left; background-color:#FFF;}
.box_a{ width:755px; height:auto; float:left;background-color:#FFF; padding:4px;text-align:justify;}
.box_b{ width:200px; height:auto; float:left;background-color:#FFF; padding-top:15px;text-align:justify;}
.box_c{ width:960px; height:auto; float:left;background-color:#FFF; padding:3px;text-align:justify;}
.box_d{ width:920px; height:auto;float:left;background-color:#FFF;padding-top:5px; padding-left:35px; padding-right:20px;text-align:justify;}
#box_changepw{width:400px;height:auto;background-color:#FFF;padding-top:5px; padding-left:35px; padding-right:20px;text-align: center;}
.text_12{font-family:calibri;font-size:16px;font-style:normal;color:#333;text-align:justify;line-height:20px;}
.box_f{ width:864px; height:51px;float:left;background-color:#FFF;text-align:justify;}
.table_main
{
	/*BORDER-COLLAPSE: collapse;*/
border:1px #cccdcd solid; 
background-color:#fbfbfb; 
font-family:Verdana, Geneva, sans-serif; 
font-size:12px; color:#666;

-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
}

.table_head{width:auto; text-align:center;border:1px solid # 333;cursor:pointer; font-size:14px; font-family:arial, helvetica, sans-serif; padding: 4px 4px 4px 4px; 
 text-decoration:none;font-weight:bold; color: #fff;  background-color: # 333; background-image: linear-gradient(to bottom, #333, #999);
 }
 .table_head_dis{
width:100%;
border:1px solid #058e01;
cursor:pointer;
 font-size:14px;
 font-family:arial, helvetica, sans-serif; 

 text-decoration:none; 
 text-align:left; 

 font-weight:bold; color: #000000;
 
 background-color: #4ba614; background-image: linear-gradient(to bottom, #4ba614, #008c00);
 }
.table_head1{
width:auto;
border:1px solid #dfa804;

font-size:14px;
font-family:arial, helvetica, sans-serif; 
padding: 0px; 
text-decoration:none; 
font-weight:bold; color: #000000;
background-color: #ffd65e;
background-image: linear-gradient(to bottom, #ffd65e, #febf04);
}
.div_bg
{
margin:5px;
width:98%;
height:auto;
border:2px solid #d8d8d8;
background-color:#ffffff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FEFEFE'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FEFEFE)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #FEFEFE); /* for firefox 3.6+ */
padding-bottom:15px;
text-align:left;
}
.div_bg:hover
{
margin:5px;
width:98%;
height:auto;
border:2px solid #067104;
background-color:#ffffff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FEFEFE'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FEFEFE)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #FEFEFE); /* for firefox 3.6+ */
padding-bottom:15px;
text-align:left;
}

.btn{
border:1px solid #8bcf54; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; 
padding: 5px 14px; text-decoration:none; display:inline-block;font-weight:bold; color: #ffffff;
 background-color: #45484d; background-image: linear-gradient(to bottom, #45484d, #000000);
 }

.btn:hover{
 border:1px solid #151617;
 background-color: #2d2f32; background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);
 } 
 .btn1{
 font-size:12px;font-family:arial, helvetica, sans-serif; 
; text-decoration:none; display:inline-block;font-weight:bold; color: #009900;
 
 }

.btn1:hover{
color: #000000;
 } 
 
 .btn_top{ margin-bottom:4px;
border:1px solid #34740e;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
 padding: 6px 10px 6px 10px; 
text-decoration:none; 
display:inline-block; 
text-align:center;
font-weight:bold; 
color: #ffffff;
 background-color: #4ba614; font-style: normal;
    font-variant: normal;
    font-size: 13px;
    line-height: normal;
    font-family: "lucida sans", "trebuchet MS", Tahoma;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
}
.btn_top:hover{
border:1px solid #224b09;
 background-color: #36780f; background-image: linear-gradient(to bottom, #36780f, #005900);
 }
  .btn_top0{ margin-bottom:4px; margin-left:3px;
border:1px solid #34740e;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
 padding: 3px 10px 3px 10px; 
text-decoration:none; 
display:inline-block; 
text-align:center;
font-weight:bold; 
color: #ffffff;
 background-color: #4ba614; font-style: normal;
    font-variant: normal;
    font-size: 13px;
    line-height: normal;
    font-family: "lucida sans", "trebuchet MS", Tahoma;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);}
.btn_top0:hover{border:1px solid #224b09; background-color: #36780f; background-image: linear-gradient(to bottom, #36780f, #005900); }
 .btn_top1{
 padding: 2px 10px 2px 10px; 
text-decoration:none; 
border:1px solid #224b09;
text-align:center;
font-weight:bold; 
color: #ffffff;
 font-style: normal;
    font-variant: normal;
	background-color:transparent;
    font-size: 13px;
    line-height: normal;
    font-family: "lucida sans", "trebuchet MS", Tahoma;
}
.btn_top1:hover{border:1px solid #224b09; background-color: #36780f; background-image: linear-gradient(to bottom, #36780f, #005900); }
.body_wraper-main{      height:auto;width:100%;    }
.body_wraper{  height:auto; width:980px;  margin:0 auto; }

/*==== journals style ====*/
.image_frame
{
	margin:10px;
border:2px #333333 solid;
opacity:0.9;
filter:alpha(opacity=90);
height:150px;
width:100px;
}
.image_frame:hover{	border:2px #0075ca solid;	opacity:1.0;	filter:alpha(opacity=100);}
.bigimage_frame{	padding:2px;	margin:0px;border:2px #333333 solid;opacity:0.8;filter:alpha(opacity=80);width:100; height:150;}
.bigimage_frame:hover{	border:2px #0075ca solid;}

/*==== footer style ====*/
.footer_strip{
    clear:both;
    width:100%;
height:1px;
background: #CCC;;
 }
.footer_main
{
color:#FFF;
width:100%;
height:auto; 
background-image:url(../images/bg/fotter_bg-a.jpg);
background-repeat:repeat;
}
.footer_mid
{
width:980px;
margin:0 auto;
}
.footer {text-align:center; font-family:Calibri; font-size:16px; color:#FFF; padding:5px;}
.footer a {color:#8ed058; text-decoration:none;} 
.footer a:hover {color:#ffffff; text-decoration:underline;}  /* mouse over link */

.footer_main1
{
color:#FFF;
width:100%;
height:auto; 
background-image:url(../images/bg/fotter_bg-b.jpg);
background-repeat:repeat;
}
.footer_mid1
{
width:980px;
margin:0 auto;
}
.footer_img{width:100%;padding:5px;}
.footer_imginner{margin:auto;  width:100%; 
}
.footer_imginner span{ width:90px; padding:5px; float:left;
box-shadow:#666 1px 1px 10px 1px;
	-moz-box-shadow: #666 2px 2px 2px 2px;
	-webkit-box-shadow: #666 2px 2px 2px 2px;
}

.footer_text{font-family:Calibri; font-size:16px; color:#FFF; text-align:center; border-top:1px #CCCCCC dashed; margin-top:5px;}
.footer_text a{color:#8ed058;}
.footer_text a:hover{color:#FFF; text-decoration:underline;}
.footer_head{
	text-align:center;
	margin-top:6px;
	width:210px;
	padding:4px 15px;
	font-size:13px;
	font-weight:600;
    border-top-right-radius:16px;
	-moz-border-radius-topright:16px;
	-webkit-border-radius-topright:16px;
	border-top-left-radius:16px;
	-moz-border-radius-topleft:16px;
	-webkit-border-radius-topleft:16px;
	border:2px #5b5959 solid;
	box-shadow:#666 1px 1px 10px 1px;
	-moz-box-shadow: #666 2px 2px 2px 2px;
	-webkit-box-shadow: #666 2px 2px 2px 2px;
}

.footer_span
{
font-family: Calibri; 
font-size:16px; 
color:#ffffff;
padding:10px;
}
/*==== footer style end ====*/
input, textbox, select, textarea{
	padding:2px;
	color:#000;
    border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.text_box{
	padding:2px;
	color:#008c00;
    border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}

.banner_topimage
{
border:1px #666666 solid;
cursor:pointer;
}
.banner_topimage:hover
{
border :1px #000000 solid;
}
.jump-form{ width:70px; color:#000;}

.jump-form1{color:#000;}


.CollapsiblePanel {
	width:975px;
	margin: 0px;
	padding: 0px;
	border-left:none;
	border-right: none;	
	border-bottom: solid 1px #CCC;
}
.CollapsiblePanelTab {
	height:50px; 
	background-color:e0e2da;
	font-family:calibri;font-size:16px;text-align:center; font-weight:normal; color:#000; line-height:20px;
	margin: 0px;
	padding-top:6px;
	padding-left:4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.TabbedPanelsContent {	width:960px;
	overflow: hidden; padding:0px;
border:1px #d5d4d4 solid;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px; padding:0;
 background-color: #f4f5f5;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #cccbcb);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
}
.table_tabs{width:975px;}
.efl-u{float:left;margin:0; height:50px; width:380px;}

}
@media screen and (max-width:48.000em) {
 body{display:block;	padding:0px;margin:0px;	background-color:#ffffff;	font-family:Verdana, Geneva, sans-serif;font-size:12px;	font-weight:400;}
.header-logo-mian{width:735px;background:#FFF;background-repeat:repeat;}
.header-logo{width:735px;height:100px;margin:0;padding:4px; background-image:url(images/header5-768.jpg); background-repeat:no-repeat;}
.header-logo-col1{padding:2px;width:350px; height:26px; margin-top:15px;float:right; color: #000; font-size:12px;}
.header-logo-col2{width:330px;text-align:left;float:left;padding:4px;}
.body_wraper{height:auto; width:98%; margin:0 auto;}
.top_bar1{width:745px;height:37px; background-image:url(images/top-5.jpg); background-repeat:repeat-x;}
.top_bar-mid{font-size:10px;width:745px;height:30px;margin:0 auto;color:#FFFFFF;}
#body_content{width:735px;height:100%; margin:0; background-color: #FFF; border:solid #767171 1px; float:left;}
#tagline{width:718px;height:36px; margin:0 ;border:solid 1px #999; background-image: url(../images/one.jpg); 
background-repeat:repeat-x; font-family: Tahoma, Geneva, sans-serif;font-weight:bold; font-size:13px; color:#fff; padding-top:10px;;float:left;}
.jump-form{ width:77px; color:#000;}
.jump-form1{color:#000;}
input, textbox, select, textarea{padding:2px;color:#008c00;border: 1px solid #ccc;-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
p{font-family: Verdana, Geneva, sans-serif; font-size:11px; color:#333333; font-weight:normal; padding:5px 5px 5px 5px; margin:0;text-align:justify;}
li{font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#333333; font-weight:normal; padding:0px 0px 0px 5px; margin:0;}

#box1{width:99%; height: auto; float:left; background-color:#FFF;float:left;}
.box_a{ width:99%; height:auto; float:left;background-color:#FFF; padding:4px;float:left;text-align:justify;}
.box_b{ width:99%; height:auto; float:left;background-color:#FFF; padding-top:5px;float:left;text-align:justify;}
.box_c{ width:680px; height:auto; float:left;background-color:#FFF; padding-top:0px;float:left;text-align:justify;}
.box_d{ width:680px; height:auto; float:left;background-color:#FFF;padding-top:5px; padding-left:35px; padding-right:5px; text-align:justify; font-size:10px;}
.text_12{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;color:#333;text-align:justify;line-height:15px;}
.box_f{ width:600px; height:auto; float:left;background-color:#FFF;padding-top:5px; padding-left:15px; text-align:justify;}
.box_s{ width:955px; height:auto; float:left;background-color:#FFF; padding-top:0px;float:left;text-align:center;}

<!--starts our business page tabs-->
.TabbedPanels {overflow:hidden;margin:0px;padding:0px;clear: none;width:730px;z-index:-1; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/	}
.TabbedPanelsTab {position: relative;top: 1px;float: left;	margin: 0px 1px 0px 0px;list-style: none;padding:6px 25px 6px 25px;
/*
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;*/
	border:1px #333 solid;-webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;cursor: pointer;font-family:calibri;font-size:12px;text-align:center; font-weight:bold;color:#000;background-color: #CCC;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
 background-image: -webkit-linear-gradient(top, #45484d, #000000);
 background-image: -moz-linear-gradient(top, #45484d, #000000);
 background-image: -ms-linear-gradient(top, #45484d, #000000);
 background-image: -o-linear-gradient(top, #45484d, #000000);
 background-image: linear-gradient(to bottom, #45484d, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);*/}
.TabbedPanelsContent {	width:725px;
	overflow: hidden; padding:0px;
border:1px #d5d4d4 solid;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px; padding:0;
 background-color: #f4f5f5;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #cccbcb);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
}
.TabbedPanelsTabHover {padding:6px 25px 6px 25px;
	/*border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;*/
	border:1px #000000 solid;font-family:calibri;font-size:12px;text-align:center; font-weight:bold;}
<!--end our business page tabs-->


#top_form{width:99%;color:#000; height:26px; float:right;}
.auto-style1{width:395px;}

.ouroffice{padding-left:50px; float:left; width:70%;}
.ouroffice_list{font-family:calibri;font-size:16px;color:#000;text-decoration:none;float:left;width:100px; padding-top:50px; line-height:20px;}
.ouroffice_box{font-family:calibri;font-size:13px;color:#000;text-decoration:none;float:left;width:300px; padding-top:10px; line-height:15px;}

.nav_bg{width:742px;height:40px;background-image:url(../images/bg/menu_bg.png);background-repeat:repeat; margin:0; float:left;}
.nav{width:742px;margin:0; float:left;}
.nav_inner{width:742px;margin:0;}
.nav_bg{width:742px;height:50px;background-image:url(../images/bg/menu_bg.png);background-repeat:repeat;}
<!--menubar starts-->
#nav-main{ width:740px;background-color:#fff; display:block; height:35px; margin:0px; padding:0;}

#nav-main1{ width:740px;background-color: #666666;height:29px;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC); margin:0 auto; padding:0;border:#979797 solid 1px; border-top:0px;}
	
#nav-main2{ width:740px;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC); height:30px; margin:0 auto; padding:0; border:none;}

.menu li{list-style:none;float:left;position:relative;height:28px;color:#000; z-index:2;}
.menu>li{
	background-color: #666666;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC);
	border-left: 1px solid # 999;
	border-right: 1px solid #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}

.menu li:first-child{border-radius: 0px 0px 0px 0px;border-left: none;}
.menu li:last-child{border-radius: 0px 0px 0px 0px; border-right: none; }

.menu a{display:block;text-decoration:none;color:#333;text-transform:uppercase;padding:0 3px;font-family: Tahoma, Geneva, sans-serif;margin:0;position:relative;
font-size:10px;line-height:23px; width:auto;}
.menu a:hover{color:#ffffff;}
.menu li:hover{
	-webkit-box-shadow: inset 0 0 10px #333;
	-moz-box-shadow: inset 0 0 10px #333;
	box-shadow: inset 0 0 10px #333;
	background-color: #333;
	background-image: -webkit-linear-gradient(#000000, #666666);
	background-image: -moz-linear-gradient(#000000, #666666);
	background-image: -o-linear-gradient(#000000, #666666);
	background-image: linear-gradient(#000000, #666666);}
.menu li:hover span:after{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
ul.menu-hover{visibility: hidden;position: absolute;top:100%;opacity: 0;height: 0;width: 180px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.menu li:hover .menu-hover{visibility: visible;height: 100%;opacity: 1;color:#ffffff;}
.menu-hover li{height: 100%;
border-bottom: 1px solid #696969;
background-color: #2a2a2a;
border-left: none;
border-right: none;}
.menu-hover li:hover{
background-image: -webkit-linear-gradient(#2a2a2a, #434343);
background-image: -moz-linear-gradient(#2a2a2a, #434343);
background-image: -o-linear-gradient(#2a2a2a, #434343);
background-image: linear-gradient(#2a2a2a, #434343);
box-shadow: none;}
.menu-hover a{color:white;width:195px; text-align:left;}
.menu a span:after{content: "";color:#fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid white;
position: absolute;
top:30px;right:10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }

.menu-hover li:first-child, .menu-hover li:last-child{border-radius: 0;}
.menu a:after {background:rgba(255,255,255,.07); content: "";height:20px;left:0;position:absolute;width:auto;}
<!--menubar end-->
.footer_mid{width:98%;margin:0 auto;}
.footer_mid1{width:98%;margin:0 auto;}
.footer_head{text-align:center;margin-top:6px;margin:auto;width:86%;	padding:4px 15px;font-size:13px;font-weight:600;border-top-right-radius:16px;
	-moz-border-radius-topright:16px;-webkit-border-radius-topright:16px;border-top-left-radius:16px;
	-moz-border-radius-topleft:16px;-webkit-border-radius-topleft:16px;border:2px #5b5959 solid;box-shadow:#666 1px 1px 10px 1px;-moz-box-shadow: #666 2px 2px 2px 2px;	-webkit-box-shadow: #666 2px 2px 2px 2px;}
.footer_imginner{margin:auto;  width:86%; }


.CollapsiblePanel {	width:725px;margin: 0px;padding: 0px;border-left:none;border-right: none;border-bottom: solid 1px #CCC;}		
	.CollapsiblePanelTab {	height:50px;background-color:e0e2da;font-family:calibri;font-size:14px;text-align:center; font-weight:normal; color:#000; line-height:15px;
	margin: 0px;padding-top:6px;padding-left:4px;cursor: pointer;-moz-user-select: none;-khtml-user-select: none;}
.table_tabs{width:730px;}


}
@media screen and (max-width:20.000em) {
body{padding:0px;margin:0px;background-color:#ffffff;font-family:Verdana, Geneva, sans-serif;font-size:10px;font-weight:400;display:block;}
p{font-family: Verdana, Geneva, sans-serif; font-size:9px; color:#333333; font-weight:normal; padding:2px 5px; margin:0;text-align:justify; line-height:12px;}
li{font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#333; font-weight:normal; padding:2px 2px; margin:0;line-height:12px;}
.top_bar{width:300px;height:20px;background-color: #b6e026; background-image: linear-gradient(to bottom, #b6e026, #abdc28); }
.top_bar-menu{width:300px;height:20px;background-color: #b6e026; background-image: linear-gradient(to bottom, #b6e026, #abdc28);}
.top_bar1{width:300px;height:20px; background-image:url(images/top-5.jpg); background-repeat:repeat-x;}
.top_bar-mid{width:300;height:20px;margin:0 auto;color:#FFFFFF;clear:both;}
.top_bar-mid a{color:#8ed058; font-size:9px;}
.top_bar-mid a:hover{color:#FFFFFF;}
.top_bar-col1{padding:0px;height:20px;float:left;}
.top_bar-col2{text-align:right;padding-top:2px;height:20px;float:left;width:290px; }
.jump-form{color:#000;font-family:Arial, Helvetica, sans-serif; font-size:9px;}
.jump-form1{color:#000;font-family:Arial, Helvetica, sans-serif; font-size:9px;}
#login{width:99%; height:100px; padding-top:5px; margin:0 auto;}
.login_box{width:99%; height:20px; padding:4px; margin:2; float:left; font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight: normal; color:#000;}

#body_content{width:99%;height:100%; margin:0 auto; background-color: #FFF; border:solid #767171 1px;box-shadow:0 0 10px #A0A0A0; float:left;}
#tagline{width:99%;height:36px; margin:0 auto;border:solid 1px #999; background-image: url(../images/one.jpg); 
background-repeat:repeat-x; font-family: calibri;font-weight:bold; font-size:14px; color:#fff; padding-top:10px; padding-left:5px;float:left;}

#box1{width:99%; height: auto; float:left; background-color:#FFF;float:left;}
.box_a{ width:99%; height:auto; float:left;background-color:#FFF; padding:4px;float:left;}
.box_b{ width:99%; height:auto; float:left;background-color:#FFF; padding-top:5px;float:left;}
.box_c{ width:99%; height:auto; float:left;background-color:#FFF; padding-top:0px;float:left;}
.box_d{ width:280px; height:auto; float:left;background-color:#FFF;padding-top:5px; padding-left:5px;}
.text_12{font-family:calibri;font-size:16px;font-style:normal;color:#333;text-align:justify;line-height:20px;}
.box_f{width:200px; height:auto; float:left;background-color:#FFF;padding-top:5px; padding-left:10px; text-align:justify;}

<!--menubar starts-->
#nav-main{ width:295px;background-color:#fff; display:block; height:30px; margin:0px; padding:0; z-index:1;}

#nav-main1{ width:295px;background-color: #666666;height:30px;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC); margin:0 auto; padding:0;border:#979797 solid 1px; border-top:0px; z-index:1;}
	
#nav-main2{ width:295px; z-index:1;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC); height:30px; margin:0 auto; padding:0; border:none;}

.menu li{list-style:none;float:left;position:relative;height:25px;color:#000; z-index:2;}
.menu>li{
	background-color: #666666;
	background-image: -webkit-linear-gradient(#ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(#ffffff, #CCCCCC);
	background-image: -o-linear-gradient(#ffffff, #CCCCCC);
	background-image: linear-gradient(#ffffff, #CCCCCC);
	border-left: 1px solid # 999;
	border-right: 1px solid #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;z-index:2;}

.menu li:first-child{border-radius: 0px 0px 0px 0px;border-left: none;}
.menu li:last-child{border-radius: 0px 0px 0px 0px; border-right: none; }

.menu a{display:block;text-decoration:none;color:#333;text-transform:uppercase;padding:0 5px;font-family: Tahoma, Geneva, sans-serif;margin:0;position:relative;
font-size:9px;line-height:25px; width:auto;z-index:99;}
.menu a:hover{color:#ffffff; z-index:99999;}
.menu li:hover{
	-webkit-box-shadow: inset 0 0 10px #333;
	-moz-box-shadow: inset 0 0 10px #333;
	box-shadow: inset 0 0 10px #333;
	background-color: #333;
	background-image: -webkit-linear-gradient(#000000, #666666);
	background-image: -moz-linear-gradient(#000000, #666666);
	background-image: -o-linear-gradient(#000000, #666666);
	background-image: linear-gradient(#000000, #666666);}
.menu li:hover span:after{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
ul.menu-hover{visibility: hidden;position: absolute;top:100%;opacity: 0;height: 0;width: 180px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.menu li:hover .menu-hover{visibility: visible;height: 100%;opacity:1;color:#ffffff;z-index:999;}
.menu-hover li{height: 100%;border-bottom: 1px solid #696969;background-color: #2a2a2a;border-left: none;border-right: none;}
.menu-hover li:hover{background-image: -webkit-linear-gradient(#2a2a2a, #434343);background-image: -moz-linear-gradient(#2a2a2a, #434343);
background-image: -o-linear-gradient(#2a2a2a, #434343);
background-image: linear-gradient(#2a2a2a, #434343);
box-shadow: none;}
.menu-hover a{color:white;width:200px; text-align:left;}
.menu a span:after{content: "";color:#fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid white;
position: absolute;
top: 30px;right: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; z-index:999;}

.menu-hover li:first-child, .menu-hover li:last-child{border-radius: 0;}
.menu a:after {background:rgba(255,255,255,.07); content: "";height:20px;left:0;position:absolute;width:auto;z-index:999;}
<!--menubar end-->


.nav{width:100%;	margin:0 auto;z-index:99999;}
.header-logo-mian{width:300px;background:#FFF;background-repeat:repeat;}
.header-logo{width:300px;height:60px;margin:0;background-image:url(images/header5_320.jpg); background-repeat:no-repeat;padding:0px;float:left; }
.header-logo-col1{padding:2px; width:120px; height:auto; margin:2px 2px;float:right; color: #000; font-size:9px;}
.header-logo-col2{width:150px; height:40px;margin-top:2px;padding:0px;float:left;}

#top_form{width:80px;color:#000; height:20px; float:right;}
.auto-style1{width:80px; float:right;}
.nav_inner{width:300px;margin:0 auto;z-index:99999;}
.nav_bg{width:100%;height:auto;background-image:url(../images/bg/menu_bg.png);background-repeat:repeat;}
.body_wraper{	height:auto; width:98%; margin:0 auto;}
.footer_mid{width:100%;margin:0 auto;}
.footer_mid1{width:100%;margin:0 auto;}
.footer_img{width:100%;}
.footer {display:none;}
.footer_head{text-align:center;	margin-top:6px;	margin:auto;width:90%;padding:4px 15px;font-size:13px;font-weight:600;border-top-right-radius:16px;
	-moz-border-radius-topright:16px;	-webkit-border-radius-topright:16px;	border-top-left-radius:16px;	-moz-border-radius-topleft:16px;
	-webkit-border-radius-topleft:16px;	border:2px #5b5959 solid;	box-shadow:#666 1px 1px 10px 1px;	-moz-box-shadow: #666 2px 2px 2px 2px;
	-webkit-box-shadow: #666 2px 2px 2px 2px;}
.footer_imginner{margin:auto;  width:96%; }
.footer_text{font-family:Calibri; font-size:12px; color:#FFF; text-align:center; border-top:1px #CCCCCC dashed; margin-top:3px;}
.footer_text a{color:#8ed058; font-size:12px;}
.footer_text a:hover{color:#FFF; text-decoration:underline;}

input{-webkit-border-radius:2px;-moz-border-radius: 2px;border-radius: 2px;padding:0px;border:1px solid #999999;color:#008c00;}
input, textbox, select, textarea{padding:1px;color:#008c00;  border: 1px solid #ccc;-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.text_box{padding:1px;color:#008c00;border: 1px solid #ccc;-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;}

.text_12{font-family:calibri;font-size:10px;font-style:normal;color:#333;text-align:justify;line-height:12px;}
.ouroffice{padding-left:1px; float:left; width:70%;}
.ouroffice_list{font-family:calibri;font-size:16px;color:#000;text-decoration:none;float:left;width:100px; padding-top:50px; line-height:20px;}
.ouroffice_box{font-family:calibri;font-size:9px;color:#000;text-decoration:none;float:left;width:300px; padding-top:10px; line-height:15px;}
.embed-container {
    position: relative;
    padding-bottom: 65%; /* 16/9 ratio */
    padding-top: 10px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;}

.CollapsiblePanel {
	width:280px;
	margin: 0px;
	padding: 0px;
	border-left:none;
	border-right: none;	
	border-bottom: solid 1px #CCC;
}		
	.CollapsiblePanelTab {
	height:50px; width:280px;
	background-color:e0e2da;
	font-family:calibri;font-size:14px;text-align:center; font-weight:normal; color:#000; line-height:10px;
	margin: 0px;
	padding-top:6px;
	padding-left:4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.TabbedPanelsContent {
	overflow: hidden; padding:0px;
border:1px #d5d4d4 solid;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px; padding:0;
 background-color: #f4f5f5;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #cccbcb);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
}
.borderlr{ width:270px;}
.table_tabs{width:270px;}
<!--starts our business page tabs-->
.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width:280px;
	z-index:-1; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 1px 0px 0px;
	list-style: none;
	padding:6px 10px 6px 10px;
/*
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;*/
	border:1px #333 solid;
    -webkit-user-select: none;
    -moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#000;font-family:calibri;font-size:10px;text-align:center; font-weight:bold;
	background-color: #CCC;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
 background-image: -webkit-linear-gradient(top, #45484d, #000000);
 background-image: -moz-linear-gradient(top, #45484d, #000000);
 background-image: -ms-linear-gradient(top, #45484d, #000000);
 background-image: -o-linear-gradient(top, #45484d, #000000);
 background-image: linear-gradient(to bottom, #45484d, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);*/}
 .TabbedPanelsContent {	width:265px;
	overflow: hidden; padding:0px;
border:1px #d5d4d4 solid;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px; padding:0;
 background-color: #f4f5f5;/* background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #cccbcb);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
}
.TabbedPanelsTabHover {
padding:6px 10px 6px 10px;
	/*border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;*/
	border:1px #000000 solid;font-family:calibri;font-size:10px;text-align:center; font-weight:bold;
}
<!--end our business page tabs-->
.head1{	font-family:verdana;font-size:11px;font-weight:bold;color: #333;padding-left:5px;font-style: italic;}
}
