/* START global location page container */
#pageInfoContainer {
   width: 100%;
   clear: both;
   background: #E5E5E5;
   border-bottom: 4px solid #FFF;
}
#glpContainer {

   width: 100%;
   clear: both;
   font-size:70%;
   border-bottom: 4px solid #FFF;   
}
#glpContainer #glpContainerRow {
   width: 1001px;
   height: auto;
   margin: auto;
  
}
#glpContainerArea {
   width: 983px;
   margin-left: 9px;
   margin-right: 9px;
   height: auto;
   background-color: #FFF;   
}
#glpContainerArea #glpContainerText {
   width: 975px;
   height: auto;
   border-left: 4px solid #FFF;
   border-right: 4px solid #FFF;
   background-color: #FFF;
}
#glpContainerText #glpIntroductionRow {
   margin: auto;
   height: auto;
   background-color: #FFF;   
}   
#glpContainerText #glpIntroductionRow .glpOverviewImage {
   float: left;
   width: 317px;
   height: auto;
   background-color: #FFF;   
   overflow:hidden;
}
#glpContainerText #glpIntroductionRow .glpOverviewCopy {
   float: left;
   width: 584px;
   height: auto;
   border-left: 4px solid #FFF;
   background-color: #FFF;
}
#glpContainerText #glpIntroductionRow .glpOverviewIntro {
   padding: 5px 5px 5px 5px;
   font-size: 110%; 
}
.glpOverviewTitle { /* glp overview intro blue */
   color: #19A0DA;
   font-size: 115%;
   font-weight: bold;
}

h1, h2 {
   color: #E46F20;
   font-size: 150%;
   margin: 0px;
   margin-left:5px;
}

ul.glpList {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
ul.glpList li {
   display: block;
   padding: 0px;
   margin: 0px;
   height: 55px;
   border-bottom: 4px solid #F2F2F2;
}
ul.glpList li a {
   font-weight: 900;
   text-decoration: none;
   display: block;
   color: #E46F20;
   margin-bottom:0px;
   padding-bottom:0px;
}
.glpAmericaThumb {
   background: #fff url("/files/media/da_055790.jpg") no-repeat left top;
   height: 55px;
   margin-bottom:0px;
}
.glpAsiaThumb a {
   background: #fff url("/files/media/da_055787.jpg") no-repeat left top;
   height: 55px;
}
.glpEMEAThumb a {
   background: #fff url("/files/media/da_055788.jpg") no-repeat left top;
   height: 55px;
}
.glpEuropeThumb a {
   background: #fff url("/files/media/059756.gif") no-repeat left top;
   height: 55px;
}
.glpJapanThumb a {
   background: #fff url("/files/media/059757.gif") no-repeat left top;
   height: 55px;
}
#americas {
   height:auto;
}
#europe {
   height:auto;
}
#asia {
   height:auto;
}
#japan {
   height:458px;
}
#emea {
   height:auto;
}
ul.glpList li a:hover {
   color: #fff;
   background-color: #F2F2F2;
}
ul.glpList li a span {
   display: block;
   position: relative;
   padding-left: 110px;
   font-size: 137%;
   font-weight: bold;
   color: #E46F20;
}
ul.glpList li span {
   display: block;
   position: relative;
   padding-left: 110px;
   font-size: 137%;
   font-weight: bold;
   color: #E46F20;
}

.pageTitle {
   font-size: 150%;
   color: #E46F20;
   padding-top: 10px;
   font-weight: bold;      
}
.subTitle {
   font-size: 137%;
   color: #E46F20;
   padding-bottom: 10px;
}

/* content box with 4px border */
.contentBox {
   padding-top: 10px;
   padding-right: 8px;
   padding-bottom: 20px;
   padding-left: 10px;      
}
/* END global location page container */