/*******************************************/
/* Common Style sheet for IFO, in progress */
/*******************************************/
/* necessary details...                    */
/*******************************************/


.page-wrapper{
background-image: url("/images/waves-background.jpg");
background-position: top center;
 background-size: cover;
background-repeat: no-repeat;
}  

.page-wrapper-educational{
background-image: url("/images/waves-background-purple.jpg");
background-position: top center;
 background-size: cover;
background-repeat: no-repeat;
}  
  
#pagewidth {
    line-height: 11px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: darkblue;*/
	width: 1200px;
	line-height: 1.3;
}

/* override styles when printing */
@media print {

 #pagewidth {
     line-height: 11px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: darkblue;*/
	line-height: 1.3;
}
}


#inner{
min-height: 600px;
text-align: left;
/*background-color: aqua;*/
}
 
#outer{
/*background-color: blueviolet;*/
} 

.clr{clear:both;}
 
ol.lalpha {list-style-type: lower-alpha} 


/*********************************************************************************************************************/
/* header section, contains 3 rows/divs - company name + search box, main banner image and horizontal navigation bar */ 
/*********************************************************************************************************************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#header{ 
 /*background-color: #2d380c;*/ 
 } 

#tableheader {
    width: 1200px;
	height: 65px;
    /*background-color: #4787ed;*/
    margin-left: auto;
    margin-right: auto;
}

#fiber-art {
    height: 13px;
    background-image: url(/images/fiber-repeat.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}


#floatleft{
 position: relative;
 float: left;
 top:6px;
}

#searchbox{
 position: relative;
 float: right;

}
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 


input[type="submit"] {
  background-color: #1b8418;
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  margin: 4px 2px;
  border-radius: 6px;
  cursor: pointer;
}

/******************************************************************************************************/
/* left column, set to 186 wide, will be purple for educational section, blue for engineering section */ 
/******************************************************************************************************/
 
#leftcol{
width: 186px;
float: left;
margin-bottom: 20px;
} 

#leftcol-iso{
width: 186px;
float: left;
} 

/* override styles when printing */
@media print {

#leftcol-iso{
   display: none !important;
  }
}


#contact-info{
 text-align: center;
 padding: 4px 0px 0px 0px;

}

.redtext {
 font-size: 8pt;
 color: #990000;
 font-weight: bold;
}

#sidenavTEXT{
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 13pt;
 font-weight: bold;
 color: #000000;
 text-align: left;
 padding: 6px 0px 1px 18px;
}

#sidenavTEXT A:link {
 color:#000000;
 font-weight: bold;
 text-decoration:none;
}
#sidenavTEXT A:visited {
 color:#000000;
 font-weight: bold;
 text-decoration:none;
}
#sidenavTEXT A:hover {
 color:#ffffff;
 background-color: #84929c;
 font-weight: bold;
 text-decoration:none;
}
#sidenavTEXT A:active {
 color:#000000;
 font-weight: bold;
 text-decoration:none;
}

/**********************************/
/* main content area for all pages*/ 
/**********************************/

#onecolumn, #onecolumn-special-links{ 
 width: 959px; 
 position: relative; 
}

#maincol, plain-maincol{ 
 float: right;
 position: relative;
 width: 1000px;
 }

#content{
    width: 983px;
    background-color: #f6f6f6;
    /* outline-color: chocolate; */
    border-color: #999999;
    /* border-width: thin; */
    border-style: solid;
    border-width: 1px;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius-bottom: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	min-height: 600px;
	  /* 👇 Add this line */
	overflow: visible;
 }

#content-homepage{
    /*width: 983px;*/
    background-color: #f6f6f6;
    /* outline-color: chocolate; */
    border-color: #999999;
    /* border-width: thin; */
    border-style: solid;
    border-width: 1px;
    padding-left: 15px;
    margin-top: 5px;
    border-radius-bottom: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
 }  

#content-summary-info{
   /*width: 983px;*/
	background-color: #fff;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
	padding-top: 20px;
    padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	min-height: 600px;
 }

#content-summary-offerings{
/*width: 983px;*/
background-color: #95b8d26e;
border-color: #999999;
border-style: solid;
border-width: 1px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
margin-bottom: 20px;
margin-top: 5px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
min-height: 500px;
 }



#content-summary-bordertop{
/*width: 983px;*/
background-color: #fff;
border-color: #999999;
border-style: solid;
border-width: 1px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
margin-bottom: 20px;
margin-top: 10px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
min-height: 600px;
 }
#content-summary-educ{
width: 983px;
background-color: #fff;
border-color: #999999;
border-style: solid;
border-width: 1px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
margin-bottom: 20px;
margin-top: 10px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
min-height: 600px;
 }

#background-yellow{
background-color: #f7f3ad;
 }


.narrow-paragraph {
 width: 500px;
}

#column-605{
 width: 605px;
}
#column-480{
 width: 480px;
}

#narrowcolumn{
width: 375px;
}

#widecolumn{
width: 920px;
padding-left: 20px;
}
#widecolumn-700{
width: 700px;
padding-left: 20px;
overflow: visible;
}

#print-summary-selector{
  float: right;
  width: 270px;
  padding: 5px 0px 20px 20px;
  margin-top: 20px;
  margin-left: 10px;
  background-color: #f2f2f4;
  outline: 1px solid #767679;
  border-radius: 15px;
}

input[type=submit]{
background-color: #1b8418;
color: white;
padding: 4px 8px;
text-decoration: none;
margin: 4px 2px;
border-radius: 6px;
cursor: pointer;
}
#print-summary-image{
float: right;
width: 350px;
align: top;
padding: 0px 10px 0px 0px;
}

#print-summary-image-vertical-center{
width: 350px;
align: top;
padding: 90px 0px 0px 0px;
}

#print-summary-image-floatleft{
    float: left;
    margin-top: 60px;
    padding-left: 20px;
    }

#print-summary-image-left{
    float: left;
    align: top;
    padding: 15px 15px 1px 4px;
    }

#print-summary-text{
width: 550px;
float: left;
vertical-align: top;
padding: 0px 10px 0px 20px;
font-size: 10pt;
}

#print-summary-text-center{
width: 800px;
padding: 0px 50px 0px 60px;
text-align: center;
}

#print-summary-tex-nowidth{
    float: left;
    vertical-align: top;
    padding: 0px 10px 0px 20px;
    }

#print-summary-text-small-pic{
    width: 650px;
    float: left;
    vertical-align: top;
    padding: 0px 10px 0px 20px;
    }

#print-summary-text-no-pic{
width: 700px;
float: left;
vertical-align: top;
padding: 0px 0px 0px 20px;
}

#print-summary-registrations{
    width: 550px;
    float: left;
    vertical-align: top;
    padding: 0px 0px 30px 0px;
    }

#color-box-w-border{
background-color: #fffcd4;
border: 2px solid #ccc;
}

.breadcrum {
 padding: 4px 0px 10px 10px;
 z-index:100;
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: .9em;
}

.breadcrum A:link {
 color:#000099;
 font-weight: bold;
 text-decoration:underline;
}
.breadcrum A:visited {
 color:#000099;
 font-weight: bold;
 text-decoration:underline;
}
.breadcrum A:hover {
 color:#378c0b;
 font-weight: bold;
 text-decoration:underline;
}
.breadcrum A:active {
 color:#000099;
 font-weight: bold;
 text-decoration:underline;
}

.imgleft{	
 float: left;
 margin: 0px 15px 1px 4px;
}

.imgleft-float{	
    float: left;
    padding-left: 10px;
   }

.imgright{
 float: right;
 margin: 20px 4px 4px 15px;
}

.imgright-edu{
 float: right;
 margin: 0px 4px 4px 15px;
}

.imgcenter{
 text-align: center;
}

.textcenter{
 text-align: center;
}

.textcenter-2{
 text-align: center;
 margin-top: 15px;
 margin-bottom: 15px;
 }

.noimgborder{
 border: none;
}

.right-image-div{
  float: right;
  margin: 1px;
  padding: 1px 1px 1px 3px;
}

#popup {
 width: 90%;
 border: 20px solid #ffffff;
}

.foot_notes_text {
 font-size:9pt;
 font-style:italic;
}

.bold-font {
 font-weight: bold;
}

.bold-grey-font {
 font-weight: bold;
 color: #87939d;
}

.hdr2-white {
 font-size:12pt;
 color:#ffffff;
 text-align: left;
 font-weight:bold;
}

.yellow-text{
 color:#CC6600;
}

.yellow-hdr {
 font-size:13pt;
 color:#CC6600;
 font-weight:bold;
}
.yellow-hdr A:link{
 color:#CC6600;
}
.yellow-hdr A:visited{
 color:#CC6600;
}
.yellow-hdr A:hover{
 color:#CC6600;
}
.yellow-hdr A:active{
 color:#CC6600;
}

.green-text{
 color: #378c0b;
 text-decoration: none;
 font-weight: bold;
}

.green-text A:link{
 color:#378c0b;
}
.green-text A:visited{
 color:#378c0b;
}
.green-text A:hover{
 color:#378c0b;
}
.green-text A:active{
 color:#378c0b;
}

.comment-background{
 background-color:#ffffcc;
}

.padded-comment-background{
background-color:#ffffcc;
width:250px;
margin:30px;
padding:20px;
border-radius:15px;
text-align:center;
color:#c64563;
}

.padded-comment-sansyellow {
 background-color:#ffffff;
}

.related-product-background {
 padding: 10px;
 background-color:#ffffcc;
 width: 265px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 999;
    font-size: 24px;
    background-color: #465a6c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

/*****************************/
/* Footer section of website */
/*****************************/

#page-bottom{ 
 width:1200px; 
 text-align:left; 
 margin-left:auto; 
 margin-right:auto;
 background: #ffffff;
  border-bottom: 2px solid #ffffff;
 border-left: 2px solid #ffffff;
} 

#bottom-drop-shadow {
    height: 250px;
    background-image: url("/images/fiber-repeat.jpg");
    background-repeat: repeat-x;
    background-color: #c8c8c8;
	background-size: auto;
}


/* override styles when printing */
@media print {

#bottom-drop-shadow{
   display: none !important;
  }
}


#footer{
  font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
} 
#foot-note{
  font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
} 

#footer-wrap{
 padding: 0px 0px 9px 0px;
 line-height: 11px;
 width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

/* override styles when printing */
@media print {

#footer-wrap{
   display: none !important;
  }
}




#foot-note-wrap{
 padding: 0px 0px 9px 0px;
 line-height: 11px;
 width: 1200px;
 margin-left: auto;
 margin-right: auto;
 /*background-color: mediumpurple;*/
}


/* override styles when printing */
@media print {

#foot-note-wrap{
   display: none !important;
  }
}

.footerTEXTright{
 padding: 0px 4px 0px 0px;
 font-size: 9pt;
}



 /*printer styles*/ 
@media print{ 
#outer{border:0;} 
#inner{border:0;} 
#searchbox{display:none;}
#navbar{display:none;}
#leftcol{display:none;}
#leftcol-iso{display:none;}
#footer{display:none;}
#footer-wrap{display:none;}
#footer-note-wrap{display:none;}
#footer-note{display:none;}
#bottom-drop-shadow{display:none;}
#maincol{width: 750px;}
#plain-maincol{width: 750px;}
#content-summaryinfo{width:750px} 
}

@page {
 size:8.5in 11in;
 padding: 0.5in;
}

@page:first {
 padding: 2cm;
}

@page:right {
 padding-left: 1cm;
 padding-right: 1cm;
}

@page:left {
 padding-left: 1cm;
 padding-right: 1cm;
}

td.height30px {
  height: 30px;
}

#wide-width-div{
	margin-left: 20px;
	margin-top: 10px;
	width: 576px;
}

#medium-width-div{
	width: 540px;
	margin-top: 10px;
	margin-left: 40px;
}

#medium-width-div-440{
	width: 440px;
	margin-top: 10px;
	margin-left: 80px;
}

#narrow-width-div{
	margin-left: 130px;
	margin-top: 10px;
	width: 340px;
}


table.bottom-dotted-border td {
	border-bottom: 1px dotted #444444;
}

tr.bottom-dotted-border td {
	border-bottom: 1px dotted #444444;
}

td.height30px {
    height: 30px;
}

#dhtmltooltip{
font-family: Arial, Verdana, Helvetica, sans-serif;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
font-family: Arial, Verdana, Helvetica, sans-serif;
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.align-bottom{
position: relative;
left:0px;
bottom:-20px;

}

.blue-page-background {
 background-image: url('/images/blue-bg-grad.png');
 background-color: #ffffff;
 background-repeat: repeat-x;
}

.textsize{padding-left:20px;float:right;font-size:11px;color:#999}
.textsize a{color:#999;outline:none;font-weight:bold;padding:0 2px}
.textsize a.big{font-size:14px}
.textsize a.bigger{font-size:16px}
.textsize a:hover{color:#333}

#google_translate_element{
width: 180px;
text-align: center;
height: 50%;
width: 50%;
}


.search-font { 
font-size: 112%;
font-weight: bold;
} 

