.ac-container{
	width: 1200px;
	text-align: right;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	/* [disabled]margin-bottom: 30px; */
	margin-left: auto;
}
#Container #menu #menu0 tr td a strong {
	/* [disabled]color: #53BBEA; */
}

.ac-container {
	height: 100%;
	width: 1200px;
}

.ac-container label{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 18px;
	/* [disabled]background: #ffffff; */
	/* [disabled]background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%); */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea)); */
	/* [disabled]background: #3975b3; */
	/* [disabled]background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%); */
	/* [disabled]background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%); */
	background: #116da6;



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
	font-weight: normal;
}
.ac-container label:hover{
	background: #ccc;
	color: #3975B3;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #d6dbdf;
	color: #116da6;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	text-align: right;
}
.ac-container article p{
	color: #116da6;
	line-height: 23px;
	font-size: 18px;
	font-family: "Arial, Helvetica, sans-serif";
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
	right: 30px;
	font-weight: normal;
}
#Container #content #cont00 tr td .ac-container div  p {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	color: #116DA6;
	font-weight: normal;
	text-align: right;
}

.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
	text-align: right;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	font-weight: normal;
}
.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
height: 100%;
}
#Container #content #cont00 tr td .ac-container div .ac-small table tr td p a {
	color: #116da6;
	text-decoration: none;
}
#Container #content #cont00 tr td .ac-container div .ac-large #clients tr td a {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #116DA6;
	text-decoration: none;
}
#Container #content #cont00 tr td .ac-container div .ac-large #clients tr td a:hover {
	text-decoration: underline;
}


#Container #content #cont00 tr td .ac-container div .ac-small table tr td p a:hover {
	text-decoration: underline;
	/* [disabled]font-weight: bold; */
}
#footer #footer3 tr td a {
	color: #FFF;
	text-decoration: none;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 20px;
}
