@charset "utf-8";
/* CSS Document */

ul.tabs {margin: 0;padding: 0;float: left;list-style: none;height: 29px; /*--Set height of tabs--*/width: 558px;}
ul.tabs li {float: left;margin: 0;padding: 0;height: 29px; /*--Subtract 1px from the height of the unordered list--*/line-height: 29px; /*--Vertically aligns the text within the tab--*/border: none;overflow: hidden;position: relative;background-image:url(../images/nav1r.jpg);}
ul.tabs li a {text-decoration: none;width:111px;color: #ffffff;display: block;font-size: 11px;text-align:center;outline: none;}
ul.tabs li a:hover {background-image:url(../images/nav1.jpg);color:#FFFFFF;}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/background-image:url(../images/nav1.jpg);}
.tab_container {overflow: hidden;clear: both;float: left; width: 558px;background-image:url(../images/container_bg.jpg);background-position:left;background-repeat:no-repeat;color:#000000;height:466px;background-color:#FFFFFF;}
.tab_content {font-size: 11px;}
.tab_container ul{padding:6px 0px 6px 0px; margin:0;font-size:14px;}

/*
.leftcl{width:558px;}
.tab_pad{
	padding:61px 42px 40px 110px;
	text-align:right;
}
*/
.leftcl{width:558px;float:left;height:402px;overflow:auto;}
.tab_pad{padding:61px 42px 40px 110px; text-align:right;}
.tab_pad2{padding:20px 25px 40px 80px; text-align:left;}
.tab_pad2 p{padding:6px 0px 6px 0px;margin:0px;}

