@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'TrajanProRegular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
    a {outline:0;}
	body {margin:0px;padding:0px;font-family:Arial;font-size:14px}
	#header {height:115px;clear:both;position:relative}
	.scalex {width:1000px;margin:0px auto}
	.logo {margin-top:15px;float:left;position:relative;}
	.links {float:right;position:relative;margin-top:75px;color:#0092dd;font-size:16px}
	.links A {color:#0092dd;font-size:16px;text-decoration:none;}
	#banner {clear:both;height:515px;position:relative;z-index:0}
	#contentarea {clear:both;height:515px;position:relative;background-image:url(../images/plain_bg.png);background-color:#FFFFFF;background-repeat:repeat-x}
	.innershadow {float:left;position:absolute;background-image:url(../images/inner_img_shadow.png);background-repeat:repeat-x;height:76px;z-index:5;width:100%}
	.slidepicture {float:left;width:100%;z-index:0;position:absolute;bottom:0px;top:0px;height:515px}
	.aboutusbanner {float:left;z-index:0;position:absolute;}
	.infobox {float:right;position:relative;z-index:3;right:0px;top:130px;height:215px;width:520px;}
	.projectbox {float:left;position:absolute;z-index:3;right:0px;top:350px;height:113px;width:520px;}
	.projectbox a {display:block; float:left; width:180px; cursor:pointer;}
	.boxborder {width:5px;height:215px;float:left;background-image:url(../images/box_border_yellow.png)}
	.boxcontent {width:515px;height:215px;float:left;background-image:url(../images/box_bg_blue.png);color:#FFFFFF}
	#footer {clear:both;height:190px;background-image:url(../images/footer_bg.png);background-repeat:repeat-x;z-index:1}
	.footercontents {width:1000px;margin:0px auto;color:#FFFFFF;font-size:10px;padding-top:20px}
	.footercontents A{color:#FFFFFF;font-size:10px;text-decoration:none}
	.textfield {border:solid 1px #e5e5e5;color:#666666;padding:2px}
	.button {border:solid 1px #e5e5e5;background-color:#0092dd;color:#FFFFFF;font-weight:bold;padding:5px}
	.dottedborder {border-bottom:dotted 1px #CCCCCC;padding:5px}
	.bodytext03 {}

/* Menu Bar */
	#Completed_Projects {position:absolute;top:31px;clear:both;z-index:4;width:153px;display:none}
	#Ongoing_Projects {position:absolute;top:31px;clear:both;z-index:4;width:142px;display:none}
	.menulinks_normal{color:#0092dd;font-size:16px;text-decoration:none;padding:5px;position:relative;border:solid 1px #FFFFFF;background-color:#FFFFFF;height:31px;float:left}
	.menulinks_hover {color:#0092dd;font-size:16px;text-decoration:none;padding:5px;position:relative;border:solid 1px #e5e5e5;height:31px;float:left}
	.menulinks DIV{float:left;position:relative;background-color:#FFFFFF;}
	.submenu {padding:5px;border:solid 1px #e5e5e5;border-top:none}
	.submenu A{color:#666666;font-size:12px;text-decoration:none;float:none;width:100%;padding:0px;border:none}
	.submenu A:hover{color:#0092dd;font-size:12px;text-decoration:none;border:none;padding:0px}
	.menuitem {clear:both;float:none;padding:5px}
	
	div.testContainer{
	width:990px;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
/* Tab Navigation */
div.testNavigation{
	width:380px;
	padding:15px 0;
	margin-top:60px;
	float:left;
	text-align:left;
	text-transform: uppercase;
}
div.tab {
	font-size:13px;
	float: left;
	margin:10px 0;
	clear:both;
	color:#737373;
	cursor:pointer;
	width:345px;
	height:75px;
}
div.activeTab{
	color:#22a1e2 !important;
	background:url(../images/testimonials/naviBack.gif) no-repeat left top;
}
div.tabHolder{
	margin:22px 0px 0px 20px;
}
div.tabHolder h3{
	font-size:26px;
	font-weight:400;
	margin:0;
	font-family:'TrajanProRegular';
}
/* Tab Navigation */
/* Testimonial Holder */
div.testimonialHolder{
	padding:45px 0px;
	display:block;
	float:left;
	width:550px;
}
div.testimonial{
	width:450px;
	margin-left:85px;
	float:left;
	text-align:left;
}
div.testimonial h3{
	font-size:32px;
	font-weight:400;
}
div.testText{
	position:relative;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding:30px 0 45px;
	margin-top:30px;
}
div.testText p{
	line-height:20px;
	color:#737373;
}
span.openQoute, span.closeQoute {
	width:38px;
	height:26px;
	display:block;
	background-image:url(../images/testimonials/qoutes.gif);
	background-repeat:no-repeat;
	position:absolute;
}
span.openQoute{
	background-position:left top;
	left:0;
	top:0;
}
span.closeQoute{
	background-position:left bottom;
	right:0;
	bottom:25px;
}
div.pagiNumbers{
	position:absolute;
	left:0;
	bottom:0;
}
div.pagiNumbers a{
	text-decoration:none;
	color:#FFF;
	font-style:normal;
	display:block;
	height:20px;
	width:20px;
	line-height: 20px;
	float:left;
	text-align:center;
	margin-right:5px;
	background:url(../images/testimonials/paginationBack.gif) no-repeat left top;
	outline: 0 none;
}
div.pagiNumbers a:hover{
	background:url(../images/testimonials/paginationBack.gif) no-repeat left bottom;
	outline: 0 none;
}
div.pagiNumbers a:active, div.pagiNumbers a:focus 
{
    outline: 0 none;
}
div.pagiNumbers a.activePagi{
	background:url(../images/testimonials/paginationBack.gif) no-repeat left bottom;
}
/* Testimonial Holder */

