@charset "utf-8";
/* CSS Document */
body  { font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#fff; margin:0 auto; padding: 0;text-align: center; }
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

img{border-style: none;}
:focus { outline: none; }
.twoColLiqLtHdr #main{width:907px; margin:0 auto;}
.twoColLiqLtHdr #container { 
	width: 907px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF url(../images/bg_repeat.png) 0 0 repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqLtHdr #wrap{width:877px; margin:0 auto;}

.spacerh13{background:url(../images/spacer.gif) 0 0 repeat; height:13px;}
p{margin:5px 10px 0 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; padding:0; text-align:justify; line-height:1.2;}




/*-------------------------------------- header --------------------------------------------*/
.twoColLiqLtHdr #header {background: #fff; padding:9px 0 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */}
 
#flash{width:877px; height:259px; margin:0px 0 5px 0; padding:0; background:url(../images/flash.png) 0 0 no-repeat;}

.topemailbox{ margin-top:10px; padding:0 10px 0 0; width:200px; float:right; text-align:right;}

.topemail{color:#910003; font-family: "Trebuchet MS"; font-size:14px; font-weight:bold; text-decoration:none; margin-top:0; text-align:right; padding:0; }
a.topemail:hover{text-decoration:underline; color:#254288;}

/*----------------------- nav -----------------------*/
#nav{width:877px; height:31px; margin:0; padding:0; background:#00004a;}
#nav ul {display:block; list-style:none; margin:0; padding: 5px 0 0 0px;}
#nav ul li{background:url(../images/nav_divider.png) 0 4px no-repeat; display:inline; list-style:none; margin:0 13px 0 11px; padding:0 0 0 30px;}
#nav ul li a{font-family:"Trebuchet MS"; font-size:14px; color:#cdcdcd; text-decoration:none; text-align:center; text-transform:uppercase;}
#nav ul li a:hover{color:#fff;}
#nav ul li a.active{color:#fff;}

.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/*-------------------------------------- sidebar --------------------------------------------*/

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 349px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	/*border:#000000 1px solid;*/
}
.twoColLiqLtHdr #maincontent_inner {
	float: left; 
	width: 877px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
}

.twoColLiqLtHdr #maincontent_inner h3{
	margin:0 10px 0px 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	font-family:"Trebuchet MS"; font-size:18px; color:#000058; text-transform:uppercase; padding-top:5px;
}
.twoColLiqLtHdr #sidebar1 h3{
	margin:0 10px 0px 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	font-family:"Trebuchet MS"; font-size:18px; color:#000058; text-transform:uppercase; padding-top:5px;
}
.red{color:#9a0000;}
.rightmore{color:#00004a; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; text-align:right; float:right; padding-right:10px; width:70px;}
a.rightmore:hover{text-decoration:none; color:#00004a;}

.horiline{background:url(../images/hori_line.png) 0 0 no-repeat; width:343px; height:5px; margin:3px 0 0 1px; padding:0;}
* html .horiline{background:url(../images/hori_line.png) 0 0 no-repeat; width:343px; height:5px; margin:3px 0 0px 1px; padding:0;}

.horiline1{background:url(../images/hori_line.png) 0 0 no-repeat; width:343px; height:5px; margin:2px 0 2px 3px; padding:0;
 /*border:#000000 1px solid;*/}
* html .horiline1{background:url(../images/hori_line.png) 0 0 no-repeat; width:343px; height:5px; margin:0; padding:0;}

.horiline2{background:url(../images/hori_line.png) 0 0 no-repeat; width:343px; height:5px; margin:15px 0 0 5px; padding:0; /*border:#000000 1px solid;*/}
* html .horiline2{background:url(../images/hori_line.png) 0 0 no-repeat; width:343px; height:5px; margin:5px 0 5px 5px; padding:0;}

.press{margin:5px 0 0 10px; height:85px;}
* html .press{margin:0 0 10px 10px; height:80px;}
.press2{margin:10px 0 0 10px; height:85px;}
* html .press2{margin:0px 0 0 10px; height:90px;}
.press3{margin:10px 0 10px 10px; height:100px;/* border:#000000 1px solid;*/}
*:first-child+html .press3{margin:10px 0 10px 10px; height:100px;}
* html .press3{margin:0 0 10px 10px; height:140px;}

.pressimg{float:left; margin:0 6px 0px 0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; line-height:1.2; padding:0; }
.pressimg1{float:left;}

.presstext{padding:0 10px 0 90px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; line-height:1.5;}

/*-------------------------------------- right --------------------------------------------*/

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent { 
	margin: 0 0 0 365px; background:#fff; padding:0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.twoColLiqLtHdr #mainContentinner { 
	margin:0; background:#fff; padding:0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.twoColLiqLtHdr #mainContentinner h3{
	margin:0 10px 0px 10px; 
	font-family:"Trebuchet MS"; font-size:18px; color:#000058; text-transform:uppercase; padding-top:5px;
}

.rightcol{ background:#dddddd; margin:0; padding:0; height:187px;/* border:#000000 1px solid;*/}

.rightcolinner{ background:#dddddd; margin:0; padding:0; height:700px;}
.rightcolinner1{ background:#dddddd; margin:0; padding:0; height:645px;}
.rightcolinner2{ background:#dddddd; margin:0; padding:0; height:760px;}
.rightcolbridgedoctor{ background:#dddddd; margin:0; padding:0; height:680px;}
.rightcolabt{ background:#dddddd; margin:0; padding:0; height:320px;}
* html .rightcolabt{ background:#dddddd; margin:0; padding:0; height:325px;}
.rightcol1{ background:#dddddd; margin:0; padding:0; height:198px;}
*:first-child+html .rightcol1{ background:#dddddd; margin:0px 0 0 0; padding:0; height:200px;}
*html .rightcol1{ background:#dddddd; margin:-10px 0 0 0; padding:0; height:155px;}

.productrightcolinner{ background:#dddddd; margin:0; padding:0; height:350px;}
.careersrightcolinner{ background:#dddddd; margin:0; padding:0; height:300px;}
.technorightcolinner{ background:#dddddd; margin:0; padding:0; height:280px;}
*:first-child+html .technorightcolinner{ background:#dddddd; margin:0; padding:0; height:275px;}
*html .technorightcolinner{ background:#dddddd; margin:0; padding:0; height:280px;}

/*.rgthoriline{background:url(../images/right_horizline.png) 5px 0 no-repeat; height:5px; margin:0; padding:0;}*/
.rgthoriline{background:url(../images/right_horizline.png) 5px 0 no-repeat; height:5px; margin:2px 0 8px 0; padding:0;}
* html .rgthoriline{background:url(../images/right_horizline.png) 5px 0 no-repeat; height:5px; margin-top:2px; padding:0;}
.twoColLiqLtHdr #mainContent h3{
	margin:0 10px 0px 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	font-family:"Trebuchet MS"; font-size:18px; color:#000058; text-transform:uppercase; padding-top:5px;
}
.tech{margin:10px 0 0 10px;}
#techimg{width:145px; height:82px; float:left;}
.techtext{padding:0 10px 0 90px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; line-height:1.2;}

#spacerh7{background: #FFFFFF url(../images/spacer.gif) 0 0 repeat; height:7px; margin:0; padding:0;}
#product1{width:200px; float:left;}
#product2{width:280px; float:left; margin-left:5px; height:100px; /*border: #000033 1px solid;*/}
* html #product2{width:280px; float:left; margin-left:5px; height:150px;}

.productline1 {width:505px; height:120px; margin-top:5px;}
* html .productline1 {width:505px; height:80px; margin-top:0px;}
.productline2 {width:505px; height:150px; margin-top:10px;}
.producttext {font-family:"Trebuchet MS"; font-size:13px; color:#707379; padding-left:10px; line-height:1; padding-top:2px; height:35px; margin-bottom:2px;}

.spctext {clear:both; margin-top:4px; color:#454646; height:25px}
* html.spctext {clear:both; margin-bottom:2px; height:30px; color:#454646;}

#homeprodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:120px; width:2px; margin-left:8px; margin-top:10px;}
* html #homeprodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:120px; width:2px; margin-left:5px; margin-top:10px;}

#prodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:136px; width:2px; margin-left:8px; margin-top:10px;}
* html #prodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:136px; width:2px; margin-left:5px; margin-top:10px;}
.prducts{text-align:left; padding-left:5px; float:left; width:180px; height:100px; }
* html .prducts{text-align:left; padding-left:5px; float:left; width:180px; height:100px; margin:0;}


/*-------------------------------------- footer --------------------------------------------*/

.twoColLiqLtHdr #footer { 
	padding: 7px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:877px; height:31px;
} 
.footercopyright{background: url(../images/footerimg.png) left 0 no-repeat; width:365px; height:31px; float:left;}
.copytxt{ font-family:"Trebuchet MS"; font-size:11px; color:#cdcdcd; padding:5px 0 0 5px;}

#footerlinks{margin:0 0 0 0; padding:0; float:left; background:#cdcdcd; height:31px; width:512px;}
#footerlinks ul{display:block; list-style:none; margin:5px 0 0 0; padding:0;}
#footerlinks ul li{display:inline; list-style:none; margin:5px 0px 0 5px; padding:0 0 0 10px; background:url(../images/footerdiv.png) 0 4px no-repeat;}
#footerlinks ul li a{ font-family:"Trebuchet MS"; font-size:11px; color:#676767; text-decoration:none;}
#footerlinks ul li a:hover{text-decoration:underline;}

.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#btmimg{background:url(../images/btmimg.png) 0 0 no-repeat; width:907px; margin:0 auto; height:6px; padding:0;}



/*Product page*/

.prmain { margin:10px 0 0 8px; height:140px;/* border:#000033 1px solid;*/}
.techprmain { margin:10px 0 0 8px; height:40px;/* border:#000033 1px solid;*/}
.techprmain1 { margin:10px 0 0 8px; height:200px;/* border:#000033 1px solid;*/}
.productmore{color:#00004a; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; text-align:left; float:left;  width:120px; margin-top:25px;}

a.productmore:hover {color:#00004a; text-decoration:none;}


.primg { float:left; margin-right:10px;}
.mainproduct1 {float:left; width:415px; text-align:left;}
.mainproduct2 {float:left; width:415px; text-align:left; margin-left:10px;}
.titletext {font-family:"Trebuchet MS"; font-size:18px; font-weight:bold; color:#676767; text-decoration:none;}
.titletext a{font-family:"Trebuchet MS"; font-size:18px; font-weight:bold; color:#676767; text-decoration:none;}
.titletext a:hover{font-family:"Trebuchet MS"; font-size:18px; font-weight:bold; color:#00005a; text-decoration:none;}

.titletext1 {font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; color:#676767; text-decoration:none;}
.titletext1 a{font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; color:#676767; text-decoration:none;}
.titletext1 a:hover{font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; color:#00005a; text-decoration:none;}

.mainproducttext {font-family:"Trebuchet MS"; font-size:13px; font-weight:normal; color:#454646; text-decoration:none; margin-top:10px;} 

.mainprodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:136px; width:2px; margin-left:13px; margin:0px;}
* html .mainprodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:136px; width:2px; margin-left:5px; margin:0px;}

.techmainprodcutvertiline{float:left; background:url(../images/vertiline.png) 0 15px repeat-y; height:36px; width:2px; margin-left:13px; margin:0px;}

.rgthorilineinn{background:url(../images/right_horizline.png) 5px 0 repeat-x; height:5px; margin:0px 8px 4px 8px; padding:0;}
* html .rgthorilineinn{background:url(../images/right_horizline.png) 5px 0 repeat-x; height:5px; margin:3px 8px 4px 8px; padding:0;}

.listpro { margin: 10px 0 10px 15px; width:380px; float:left;}
* html .listpro { margin: 10px 0 10px 7px; width:380px; float:left;}
.listpro ul { margin:0; padding:0;}
.listpro li { font:13px arial; color:#454646; display:block; background:url(../images/arrow.gif) 0 7px no-repeat; list-style:none; padding: 0 5px 0 17px; line-height:1.5;} 

.listabt { margin: 10px 0 10px 15px; float:left; width:580px;}
.listabt ul { margin:0; padding:0;}
.listabt li { font:13px arial; color:#454646; display:block; background:url(../images/arrow.gif) 0 7px no-repeat; list-style:none; padding: 0 5px 0 17px; line-height:18px;} 


.rightimges {float:left; margin: 10px 0 0 100px;}
.inner1 { width:231px; height:102px;}
.inner2 { width:231px; height:102px; margin-top:10px;}

.graph { clear:both; margin:10px 0 0 15px; float:left; width:820px;}
.graphletcol {width:360px; float:left; height: 350px; }
.graphimg1 { width:360px; margin:0 0 10px 0;}

.graphrightcol {width:360px; float:left; height: 350px; margin: 0 0 0 50px;}

.abttitle {margin-left:10px; font:13px arial; color:#454646; clear:both;}

/*For table*/

.mytablegala {
	width: 360px;
	padding: 0;
	margin: 0;
}
.mytablegala th { text-align:left; background: #f5f3f3;border-left:1px solid #aaaaaa; padding: 2px 2px 2px 4px;font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;} 

.mytablegala td {
	border-bottom: 1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	background: #f5f3f3;
	padding: 2px 2px 2px 4px;
	color:#000;
	vertical-align: top;
	text-transform: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.mytablegala th.right {
	border-right: 1px solid #aaaaaa;
}
.mytablegala th.top {
	border-top: 1px solid #aaaaaa;
}

.mytablegala td.right {
	border-right: 1px solid #aaaaaa;
}
.mytablegala td.top {
	border-top: 1px solid #aaaaaa;
}


/*Home page*/
.protitletext { color:#9a0000;}


/*bridge doctor*/

.brtoptext { margin: 10px 10px 10px 15px; font:13px arial; color:#454646;}
* html .brtoptext { margin: 10px 10px 10px 7px; font:13px arial; color:#454646;}

.brlistpro { margin: 10px 10px 10px 15px; float:left;}
* html .brlistpro { margin: 10px 10px 10px 5px; float:left;}
.brlistpro ul { margin:0; padding:0;}
.brlistpro li { font:13px arial; color:#454646; display:block; background:url(../images/arrow.gif) 0 7px no-repeat; list-style:none; padding: 0 5px 0 17px; line-height:1.5;} 

.brimg1 { clear:both; margin: 10px 10px 10px 15px; text-align:center;}
.brimg2 { clear:both; margin: 10px 10px 10px 15px; text-align:center;}

/*Gap Cat*/
.gapcatolinner{ background:#dddddd; margin:0; padding:0; height:535px;}



.gaptext { clear:both; width:850px;  margin: 20px 10px 10px 15px; text-align:left; font:13px arial; color:#454646; float:left;}
* html .gaptext { clear:both; width:850px;  margin: 20px 10px 10px 7px; text-align:left; font:13px arial; color:#454646; float:left;}

.imgbox { clear:both; margin:0px 0 0 15px; float:left; width:850px;}
.gapcatimg1 {float:left; width:169px; height:126px; margin:0 0 5px 50px;}
.gapcatimg2 {float:left; width:169px; height:126px; margin:0 0 5px 20px;}
.gapcatimg3 {float:left; width:169px; height:126px; margin:0 0 5px 20px;}
.gapimgleftcol {width:360px; float:left; height: 180px; margin-top:20px; }
.gapimgrightcol {width:400px; float:left; height: 230px; margin: 0px 0 0 20px;}


/*Gap Mouse*/

.gapmouseolinner{ background:#dddddd; margin:0; padding:0; height:510px;}

.gapmouserightcol {width:550px; float:left; height: 200px; margin: 0px 0 0 5px;}
* html .gapmouserightcol {width:540px; float:left; height: 200px; margin: 0px 0 0 5px;}

.gapmousebig1 {float:left; width:238px; height:158px; margin:10px 0 5px 0px;}
.gapmousebig2 {float:left; width:238px; height:158px; margin:10px 0 5px 30px;}

.gapmouseimg1 {float:left; width:169px; height:126px; margin:30px 0 5px 40px;}
.gapmouseimg2 {float:left; width:169px; height:126px; margin:30px 0 5px 30px;}

.pressrightcol{ background:#dddddd; margin:0; padding:0; height:320px;}

/*Technology */


.techrightcol{ background:#dddddd; margin:0; padding:0; height:935px;}


.techtitle { margin:10px 0 0 10px; font:15px arial; color:#000058; clear:both;}
.techtitle2 { margin:10px 0 0 10px; font:15px arial; color:#000058; clear:both; float:left; width:500px;}

.techprtitle {font:13px arial; color:#454646; margin-bottom:10px; height:35px;}
.techprtitle2 {font:13px arial; color:#454646; margin-bottom:10px; height:20px;}

.techimgbox {clear:both; height:190px; margin:0; padding:0;}
.techimgbox1  {clear:both; height:290px; margin:0; padding:0;}
.techimgbox2  {clear:both; height:245px; margin:0; padding:0;}

.techcol1 {font:13px arial; color:#454646; float:left; width:168px; height:155px; margin:10px 0 10px 10px;/* border:#000000 1px solid;*/}
*html .techcol1 {font:13px arial; color:#454646; float:left; width:168px; height:155px; margin:10px 0 10px 5px;/* border:#000000 1px solid;*/}

.techimg1 { clear:both; width:169px; height:126px;}
.techimg3 { clear:both; width:209px; height:126px;}
.techimg4 { clear:both; width:189px; height:126px;}
.techimg5 { clear:both; width:533px; height:236px;}
.techimg6 { clear:both; width:394px; height:191px;}
.techimg7 { clear:both; width:314px; height:191px;}

.techcol2 {font:13px arial; color:#454646; float:left; width:168px; margin:10px 0 10px 30px; height:155px;}
.techcol3 {font:13px arial; color:#454646; float:left; width:209px; height:155px; margin:10px 0 10px 30px;/* border:#000000 1px solid;*/}
.techcol4 {font:13px arial; color:#454646; float:left; width:189px; margin:10px 0 10px 30px; height:155px;}

.techcol5 {font:13px arial; color:#454646; float:left; width:533px; margin:10px 0 10px 10px; height:236px;}
*html .techcol5 {font:13px arial; color:#454646; float:left; width:533px; margin:10px 0 10px 5px; height:236px;}

.techcol6 {font:13px arial; color:#454646; float:left; width:394px; margin:10px 0 10px 10px; height:210px;}
*html .techcol6 {font:13px arial; color:#454646; float:left; width:394px; margin:10px 0 10px 5px; height:210px;}

.techcol7 {font:13px arial; color:#454646; float:left; width:314px; margin:10px 0 10px 70px; height:210px;}


/*Contact Us*/
.contactrightcol{ background:#dddddd; margin:0; padding:0; height:350px;}
*:first-child+html .contactrightcol{ background:#dddddd; margin:0; padding:0; height:370px;}

.contact_box { font:14px arial; float:left; color:#454646; line-height:1.5; border:#fff 1px solid; padding:5px; width: 220px; margin-left:10px;}
* html .contact_box { font:14px arial; float:left; color:#454646; line-height:1.5; border:#fff 1px solid; padding:5px; width: 220px; margin-left:5px;}

.email{color:#00004a; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none;}
.email a{text-decoration:none; color:#00004a; text-decoration:underline;}
.email a:hover{text-decoration:none; color:#00004a;}

.contactform { margin:0px 0 0 70px; float:left; padding:5px; width:500px; background: #FFFFFF; border:#999999 1px solid; font:12px arial; color:#454646;}
.textinput { width:260px; border:#cdcdcd 1px solid;}
.textinput_med { width:160px; border:#cdcdcd 1px solid;}
.textinput_small {width:70px; border:#cdcdcd 1px solid;}
.txtarea {width:260px; border:#cdcdcd 1px solid; height:80px;}
.redtext {font:12px arial; color:#9a0000;}

.simptext {font:13px arial; clear:both; float:left; color:#454646; line-height:1.5; margin:0px 0 10px 10px; width:855px;}

/*Technology Inner*/
*Technology Inner*/
.fabrictechrightcol{ background:#dddddd; margin:0; padding:0; height:490px;}
* html .fabrictechrightcol{ background:#dddddd; margin:0; padding:0; height:470px;}

.fibreimgimgbox {clear:both; height:300px; margin:0 0px 0 10px; padding:0; width:240px; float:right;}
.fibreinner1 { margin:0px 10px 10px 0px; float:left; width:231px; height:126px;}
.fibreinner2 { margin:0px 10px 10px 0px; float:left; width:231px; height:126px;}
.fibreinner3 { margin:0px 10px 10px 0px; float:left; width:231px; height:126px;}

.besideimgtext {width:200px; margin-left:148px;}
*:first-child+html .besideimgtext {width:180px; margin-left:138px;}
* html .besideimgtext {width:180px; margin-left:138px;}
.fabrictechimgbox {height:150px; padding:0; width:435px; float:right; margin-top:10px;}
.techimg11 { width:391px; height:174px; margin:0px; border:2px solid #c6c3c3;}
.techimg22 {width:135px; height:110px; float:left; clear:left; margin:10px 0 0 0px; }
.techimg33 {width:135px; height:110px;  float:left; margin:10px 0 0 10px;  }
.techimg44{ width:135px; height:110px; float:left;   margin:10px 0 0 10px;}
.techimages{ padding:0; width:400px; margin:0; float:left;}

.listabtech { margin: 10px 0 10px 10px; float:left; width:425px;}
* html .listabtech { margin: 10px 0 10px 5px; float:left; width:430px;}
.listabtech ul { margin:0; padding:0;}
.listabtech li { font:13px arial; color:#454646; display:block; background:url(../images/arrow.gif) 0 7px no-repeat; list-style:none; padding: 0 5px 0 17px; line-height:25px;} 

.technolistabtech { margin: 10px 0 10px 10px; float:left; width:425px;}
* html .technolistabtech { margin: 10px 0 10px 5px; float:left; width:430px;}
.technolistabtech ul { margin:0; padding:0;}
.technolistabtech li { font:13px arial; color:#454646; display:block; background:url(../images/arrow.gif) 0 9px no-repeat; list-style:none; padding: 0 5px 0 17px; line-height:25px;} 

/*Technology inner - fibre optics*/

.techrightcol{ background:#dddddd; margin:0; padding:0; height:450px;}
.listabtfibre { margin: 5px 0 10px 10px; float:left; width:600px;}
* html .listabtfibre { margin: 0px 0 10px 5px; float:left; width:600px;}
.listabtfibre ul { margin:0; padding:0;}
.listabtfibre li { font:13px arial; color:#454646; display:block; background:url(../images/arrow.gif) 0 7px no-repeat; list-style:none; padding: 0 5px 0 17px; line-height:25px;} 

.fibretxt{margin:0px 10px 0 0px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; padding:0; text-align:justify; line-height:1.2;}


/*Technology inner - Microwave*/

.microwavetechrightcol{ background:#dddddd; margin:0; padding:0; height:280px;}
*:first-child+html .microwavetechrightcol{ background:#dddddd; margin:0; padding:0; height:280px;}
* html .microwavetechrightcol{ background:#dddddd; margin:0; padding:0; height:280px;}

.microwavetechimgbox {clear:both; height:180px; margin:0; padding:0;}
.microwavetechnewimgbox {clear:both; height:130px; margin:10px 0 0 10px; padding:0;}

.microwaveimg3 {font:13px arial; color:#454646; float:left; width:400px; height:155px; margin:10px 0 10px 60px;/* border:#000000 1px solid;*/}
.microwavetechimg2 {font:13px arial; color:#454646; float:left; width:168px; margin:10px 0 10px 60px; height:155px;}
.microwavetechimg3 { clear:both; width:400px; height:126px;}
.microwavetechprtitle { clear:both;font:13px arial; color:#454646; margin-top:10px; margin-left:3px; height:25px;}
.microwavetechimg4 { clear:both; width:724px; height:212px; margin-left:10px;}

.microwaveimg4 { clear:both; width:724px; height:176px;}
.mimgingimg1 { width:169px; height:126px; float:left;}
.mimgingimg2 { width:169px; height:126px; float:left; margin-left:60px;}

/*Vision page*/
.visiontechrightcol{ background:#dddddd; margin:0; padding:0; height:400px;}
*:first-child+html .visiontechrightcol{ background:#dddddd; margin:0; padding:0; height:420px;}
*html .visiontechrightcol{ background:#dddddd; margin:0; padding:0; height:420px;}

.visionimg1 { clear:both; width:724px; height:212px; margin-left:10px; margin-top:10px;}
.visionimgbox { clear:both; width:780px; height:220px; margin-left:10px; margin-top:10px;}
.visioninnerimgbox1 { width:371px; height:220px; float: left;}
.visioninnerimgbox2 { width:371px; height:220px; margin-left:20px; float:left;}
.vimg1 { float:left; width:371px; height:226px;}
.vimg2 { float:left; width:371px; height:226px;}

.careerrightcol{ background:#dddddd; margin:0; padding:0; height:300px;}
*:first-child+html .careerrightcol{ background:#dddddd; margin:0; padding:0; height:320px;}

/*In-Situ Non Destructive Material Testing*/

.insitytechrightcol{ background:#dddddd; margin:0; padding:0; height:350px;}
.insityimgbox {clear:both; height:300px; margin:10px 10px 0 10px; padding:0; width:224px; float:right;}
.insitu_text { margin: 10px 0 10px 10px; float:left; width:620px; font:13px arial; color:#454646;}
*html .insitu_text { margin: 10px 0 10px 5px; float:left; width:610px; font:13px arial; color:#454646;}

/*Long Term Monitoring Page*/

.longtermrightcol{ background:#dddddd; margin:0; padding:0; height:345px;}
*html .longtermrightcol{ background:#dddddd; margin:0; padding:0; height:355px;}

.longtermtechnewimgbox {clear:both; width:854px; height:206px; margin:10px 0 0 10px; padding:0;}

/*Post Event Damage Assessment Page*/

.software_postmrightcol{ background:#dddddd; margin:0; padding:0; height:430px;}

.software_posttechnewimgbox {clear:both; width:854px; height:279px; margin:10px 0 0 10px; padding:0;}

.posteventimg1 { width:394px; height:191px; float: left; margin:25px 0 0 0;}
.posteventimg2 { width:314px; height:191px; float: left; margin:25px 0 0 15px;}
.posteventimg3 { width:104px; height:285px; float: left; margin:0px 0 0 15px;}

.visionbased_text { margin: 0px 0 10px 10px; float:left; width:855px; font:13px arial; color:#454646;}
* html .visionbased_text { margin: -10px 0 10px 5px; float:left; width:855px; font:13px arial; color:#454646;}

.hometext {margin:5px 10px 0 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; padding:0; text-align:left; line-height:1.2;}
*html .hometext {margin:-15px 10px 0 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; padding:0; text-align:left; line-height:1.2;}

.hometextleft {margin:5px 10px 0 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; padding:0; text-align: justify; line-height:1.2; }

*html .hometextleft {margin:-10px 10px 0 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#454646; padding:0; text-align:justify; line-height:1.2;}


