/* Project of APIP */ 


/* General Style */
body {
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #4A4A4A;
}

* {
	margin: 0px;
	padding: 0px;
}

hr {
	
	height: 0;
	border: 0;
	border-top: 1px solid #C3C3C3;
}

.wrapper {
	width: 100%;
}

.header, .split, .content, .footer {
	width: 100%;
	float: left;
}

.ind {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}

.header {
	background-image: -moz-linear-gradient(top, #FCFCFC, #E3E3E3); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E3E3E3),color-stop(1, #FCFCFC)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#E3E3E3'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#E3E3E3')"; /* IE8 */
	padding: 10px 0 60px 0;
}

.split {
	height: 288px;
	background-color: #2E5678;
	background-image:url(../images/mid_bg.jpg);
	background-repeat:repeat-x;
	
	border: none;
	border-top: 9px solid #E76A25;
	border-bottom: 18px solid #E76A25;
}

.content {
	background-image: url(../images/mark.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F2F2F2;
	padding: 20px 0 0 0;
	width:100%;
}

.footer {
	background-color: #FFFFFF;
}


.split-no-slider {
	height: auto;
	background-color:none;
	border: none;
	border-top: none;
	border-bottom: none;
}

/* Custom Style */
.logo {
	float: left;
}

.welcome-text {
	float: right;
	width: 540px;
	margin: 15px 0 0 0;
}

.split-left {
	float: left;
	width: 270px;
	border: none;
	border-right: 2px groove #FFFFFF;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.split-right {
	float: right;
	width: 230px;
	margin: 0px;
}

.border {
	width: 2px;
	height: 100%;
	border: none;
	border-left: 2px groove #FFFFFF;
	margin: 0 10px;
}

.border-blue {
	width: 2px;
	height: 50%;
	border: none;
	border-left: 2px groove #6386a4;
	line-height: 50px;
}

.left-content {
	float: left;
	width: 567px;
}

.left-content-full {
	float: left;
	width: 1024px;
}

.title-page {
	float: left;
	width: 100%;
	border: none;
	border-bottom: 1px solid #D2D2D2;
	background-image: url(../images/strip.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.title-page-widget {
	float: left;
	width: 100%;
	border: none;
	margin: -34px 0 0 0;
}

.title-label {
	float: left;
	width: auto;
	height: 24px;
	padding: 5px 28px;
	background-image: url(../images/bg-label.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}

.cutted {
	float: left;
	width: 30px;
	height: 34px;
	background-image: url(../images/cut.png);
	background-repeat: no-repeat;
}

.post {
	padding: 30px 0 0 0;
}

.post_sml {
	float:left;
	width:480px;
	padding: 0px 20px 0 0;
}

.post_sml_right {
	float:right;
	width:500px;
	padding: 30px 0px 0 0;
}

.widget {
	position: absolute;
	right: 0;
	width: 340px;
	padding: 8px;
	margin: 180px 23px 0 0;
	background-image: url(../images/border-opacity.png);
	background-repeat: repeat;
	background-color: transparent;
	-moz-box-shadow: 0 0 10px #a4a4a4;
   	-webkit-box-shadow: 0 0 10px #a4a4a4;
   	box-shadow: 0 0 10px #a4a4a4;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a4a4a4')";
   	z-index: 998;
}

.inner-widget {
	padding: 1px 25px;
	background-image: url(../images/right-opacity.png);
	background-repeat: repeat;
	background-color: transparent;
}

.inner-widget p{
	line-height:18px;
}	

.features {
	float: left;
	width: 601px;
	height: 110px;
	padding-top:20px;
}

.features img {
	width: 130px;
	height: 60px;
	padding-right:3px;
}

.features-caption {
	position: absolute;
	float: right;
	top: 0;
	background-image: url(../images/opacity.png);
	background-repeat: repeat;
	padding: 10px;
	font-size: 19px;
	font-variant: 500;
	color: #FFFFFF;
	margin: 180px 0 0 330px;
}

.certified {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.certified img {
	margin: 0 0 0 60px;
	vertical-align: middle;
}	

.services {
	float: left;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}

.option {
	float: left;
	width: 100%;
	margin: 15px 0 30px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}




/* Typography Style */
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

a {
	color: #E76A25;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #E76A25;
	outline: none;
	text-decoration: underline;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin: 19px 0;
	text-align: left;
}


h1 {
color: #E76A25;	
	
}

h2 {
color: #305A7D;	
	
}


/* Span or Text Style */
.title {
	font-size: 22px;
}

.sub-title {
	font-size: 20px;
}

.tagline {
	font-size: 16px;
}

.small {
	font-size: 12px; 
}

.orange {
	color: #E76A25;
}

.blue {
	color: #305A7D;
}

.sky {
	color: #0E82CC;
}

.upper {
	text-transform: uppercase;
}

.caption {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #154C78;
}




/* Image or embed Style */
a img, a:hover img {
	border: none;
	outline: none;
}



.director_image { float:left; width:320px; }
.director_copy { float:left; width:380px; }


/* Form Style */
.searchform {
	float: right;
}

.searchform input[type="text"] {
	float: left;
	width: 240px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #8F8F8F;
	padding: 9px 45px 9px 14px;
	margin: 8px 14px 0 0;
	border: none;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-khtml-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	behavior: url(../assets/PIE.htc); 
	position: relative;
	outline: none;
}

.searchform input[type="button"].icon-search {
	position: absolute;
	width: 20px;
	height: 21px;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	behavior:
    expression(this.src = this.src ?
        this.src : this.currentStyle.backgroundImage.split('"')[1],
        this.style.background = "none",
    this.style.filter =
        "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="
        + this.src + ",sizingMethod='crop')");
	border: none;
	right: 0;
	margin: 15px 30px 0 0;
	outline: none;
	cursor: pointer;
}




/* List Style */
ul, ol {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

ul.news {
	padding: 0 10px;
	margin: 20px 10px;
}

ul.news li {
	list-style-image: url(../images/list.gif);
	border: none;
	border-bottom: 1px solid #C3C3C3;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size:12px;
}

.services ul li {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 248px;
	height:auto;
	margin: 0 8px 20px 0;

}

.services ul li a{
	font-weight:bold;
	font-size:16px !important;
}

.services ul li li {
	float: left;
	text-align: left;
	margin:10px 0 0 30px;
	padding:0;
	width:auto;
	height:auto;
	list-style-type:square;
	font-size:12px;
	font-weight:normal;
}

.services p {

	font-size:12px;
}

.services h3 {
color: #E76A25;
font-size:16px;
margin-bottom:-10px;
}

.services ul li.last {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 248px;
	height: 132px;
	margin: 0 0 20px 0;
}

.services ul li a, .services ul li.last a {
	font-size: 13px;
	font-weight: 200;
	color: #505050;
}	

.services ul li a:hover, .services ul li.last a:hover {
	font-size: 13px;
	font-weight: 200;
	color: #E76A25;
	text-decoration: none;
}	

.services ul li a img, .services ul li.last a img {
	margin: 0;
}	


.project_copy {
	float:left; 
	width:1024px; 
	padding-right:0px;
	padding-top:0px; 
}

.project_copy p {
	font-size:12px;
	line-height:16px;
}

.project_copy h2 {
	font-size:16px;
}

.project_copy_text{
	float:left;
	width:680px;
	padding-left:20px;
}

.project_copy .orange{
	color:#858585;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}

.project_img {
	float:left; 
	width:300px; 
	padding-top:20px;
}

ul.menu-footer li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 20px;
}

ul.menu-footer li a {
	font-size: 12px;
	color: #858585;
	text-decoration: none;
}

ul.menu-footer li a:hover {
	font-size: 12px;
	color: #E76A25;
	text-decoration: none;
}

ul.team {
	float: left;
	margin: 20px 0;
}

ul.team li {
	margin: 0 0 20px 0;
	clear:both;
}

ul.team li div.ava {
	float: left;
	margin: 0 10px 10px 0;
}	

ul.team li div.desc {
	float: left;
	width: 142px;
	margin: 0 0 10px 0;
}	

ul.team li div.desc p {
	margin: 0 0 3px 0;
	line-height: 20px;
}	





/* Menu Style */
.nav {
	float: left;
	width: 100%;
	height: auto;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-image: -moz-linear-gradient(top, #3C729E, #23425B); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #23425B),color-stop(1, #3C729E)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3C729E', endColorstr='#23425B'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3C729E', endColorstr='#23425B')"; /* IE8 */
	behavior: url(../assets/PIE.htc); 
	margin: -57px 0 0 0;
	font-size: 14px;
	font-weight: 400;	
	position: relative;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	float: left;
	padding: 15px 24px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}

.nav ul li a:hover, .nav ul li a.active {
	float: left;
	padding: 15px 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E76A25;
	-moz-box-shadow: inset 0 0 10px #A64C1B;
   	-webkit-box-shadow: inset 0 0 10px #A64C1B;
   	box-shadow: inset 0 0 10px #A64C1B;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A64C1B')";
}

.nav ul li a.first:hover {
	float: left;
	padding: 15px 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E76A25;
	-moz-box-shadow: inset 0 0 10px #A64C1B;
   	-webkit-box-shadow: inset 0 0 10px #A64C1B;
   	box-shadow: inset 0 0 10px #A64C1B;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A64C1B')";
   	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	behavior: url(../assets/PIE.htc); 
}

.nav ul li a.first-active {
	float: left;
	padding: 15px 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E76A25;
	-moz-box-shadow: inset 0 0 10px #A64C1B;
   	-webkit-box-shadow: inset 0 0 10px #A64C1B;
   	box-shadow: inset 0 0 10px #A64C1B;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A64C1B')";
   	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	behavior: url(../assets/PIE.htc); 
}

.nav li ul {
    display: none;
    position: absolute;
    top: 49px;
    width: 280px;
    z-index: 99999;

}

.nav li:hover ul {
    display: block;   
    background-color: #E76A25;
}

.nav li li {
    display: block;
    background-color: #E76A25;
}

.nav li ul li a:hover {
	box-shadow: none;
	background-color: #D35F1F;
	width: 232px;
}

.nav li ul li a{
	box-shadow: none !important;
	background-color: #E76A25;
	width: 232px;
}







/* Slider Style */
.slider {
	float: left;
	margin: -8px 0 0 0;
	z-index: -9999;
}

.frame-slider {
	width: 1024px;
	height: 305px;
	background-color: #FFFFFF;
	z-index: -9999;
	overflow:hidden;
}

.frame-slider-sml {
	width: 500px;
	height: 246px;
	background-color: #FFFFFF;
	z-index: -9999;
}

.thumb-slider {
	width: 924px;
	margin: -136px 0 0 0;
	position: absolute;
	z-index: 996;
	background-image: url(../images/opacity.png);
	background-repeat: repeat;
	padding: 10px 50px;
}

.thumb-slider a img {
	border: 2px solid #FFFFFF;
	margin: 0 18px 0 0; 
}	

.bx-controls-direction {
	margin: 20px 0 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 90%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 997;
	display:none;
}


.date_stamp {
	font-size:12px;
	color:#667;
}


/* Tiny Scrollbar */
#scrollbar1 { width: 335px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 305px; height: 365px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
