div.content {clear: left; padding: 1em;width: 600px;height:auto;border-radius: 0px 3px 3px 3px;background-color:#4B89BC;	margin-bottom:0px; padding-bottom:5px; min-height: 800px;margin-left: 300px;}

div.content.inactive { display: none;}

a.lefttab {border-radius: 3px 0px 0px 0px;}

a.righttab {border-radius: 0px 3px 0px 0px;}

ol#toc {height: 2em; list-style: none; padding: 0; margin-bottom:0px; margin-top: 0px; margin-left: 300px;}

ol#toc a {background-color:#999; color: #FFF; display: block; float: left; height: 2em; padding-left: 10px; text-decoration: none;	margin-top:4px;}

ol#toc a:hover {-webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	-ms-transition: all 0.5s ease;	-o-transition: all 0.5s ease;	transition: all 0.5s ease; background-color:#4B89BC; background-position: 0 -120px;	color: #fff;}

ol#toc li {float: left; margin: 0 1px 0px 0;}

ol#toc li a.active {background-color:#4B89BC; background-position: 0 -60px; color: #fff;}

ol#toc li a.active span {background-position: 100% -60px;}

ol#toc span {background: 100% 0; display: block; line-height: 2em; padding-right: 10px;}

/*---------------Incorporation (detailed)----------------*/

div.content_incorporationdetailed {
    clear: left;
    padding: 1em;
	width: 600px;
	margin-left:330px;
	height: auto;
	background-color:#4B89BC;
	border-radius: 0px 3px 3px 3px;
}

div.content_incorporationdetailed.inactive {
	display: none;
}






/*****************incorporation detailed tab****************/
div.incorporation_detailed_tab {
    clear: left;
    padding: 0;
	width: 600px;
	margin-left:0px;
	height:auto;
	display:table;
	background: none;
}

/*.incorporation_detailed_tabb {
	display:table;
	background-color:#FC0;
	width:600px;
}*/

div.incorporation_detailed_tab.inactive {
	display: none;
}



ol#toc_incorporation_detailed {
    height: 1em;
    list-style: none;
    padding: 10px 10px 10px 10px;
	margin-left:-2px;
	margin-bottom:0px;
	background-color:#FFF;
	width:585px;
	height:150px;
	border-radius:3px;
	box-shadow:inset 0px 0px 20px #FC0;
	margin-top:0px;
	}

ol#toc_incorporation_detailed a {
    color: #FFF;
    display:table-cell;
    float: left;
    height: 1em;
    padding-left: 10px;
    text-decoration: none;
	vertical-align:middle;
}

ol#toc_incorporation_detailed a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;   
    background-position: 0 -120px;
	color: #FC0;
}

/*ol#toc_incorporation_detailed a:hover span {
    background-position: 100% -120px;
}*/

ol#toc_incorporation_detailed li {
	text-align: center;
	float: left;
    margin: 10px 13px 10px 13px;
	width: 120px;
	height:120px;
	background-color:#333;
	border-radius:3px;
	padding-top:10px;
	display:table-cell;
	box-shadow: 2px 2px 10px #666;
}

ol#toc_incorporation_detailed li a.active {
    background-position: 0 -60px;
    color: #FC0;
    /*font-weight: bold;*/
}

ol#toc_incorporation_detailed li a.active span {
    background-position: 100% -60px;
}

ol#toc_incorporation_detailed span {
    background: 100% 0;
    display: table-cell;
    line-height: 2em;
    padding-right: 10px;
}

.incorporation_detailed_tabb h6 {width:590px; height:100px; display:block; background-image:url(Images/mainpage-background2.png); font-size:16px; margin-top: 0px; padding-left: 10px;}
