/* reset
----------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

html { height: 100.01%; overflow-y: scroll; font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, button, select, textarea { font-size: 99%; }

input, select { vertical-align: middle; }
img { vertical-align: bottom; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }



/* common
----------*/

html { -webkit-font-smoothing: antialiased; }

input[type="text"], input[type="password"], input.text, textarea, select, button, input[type="submit"], input[type="button"], .submit { font-family: Helvetica, Arial, sans-serif; }
input[type="text"], input[type="password"], input.text, textarea { padding: 3px 3px; }
input[type="submit"], input[type="button"], input[type="image"], input[type="reset"], button, .submit, label { cursor: pointer; }
button { width: auto; overflow: visible; }
button, input, select, textarea { margin: 0; }
textarea { overflow: auto; }

input[type="radio"], input[type="checkbox"] { vertical-align: text-bottom; margin: 0; }
@-moz-document url-prefix() {
input[type="radio"], input[type="checkbox"] { vertical-align: middle; margin-top: -.3em; }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="radio"], input[type="checkbox"] { vertical-align: middle; margin-top: -.5em; }
}

a:hover, a:active { outline: none; }

td, td img { vertical-align: top; }

::-moz-selection { background: #69C; color: #FFF; text-shadow: none; }
::selection { background: #69C; color: #FFF; text-shadow: none; } 

.alR { text-align: right; }
.alC { text-align: center; }
.hide { display: none; }
.hidden { visibility: hidden; }
.clear { clear: both; }
.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -999em; }

.cf:after,
#header:after, #container:after, #container2:after, #container3:after, #container-in:after, #content:after, #side1:after, #side2:after, #footer:after,
#menu .dd:after, #banner-in:after, #actions:after, #features:after,
.wrap:after, .box1:after, .tabs:after, ul:after
{ content: "\0020"; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; } 



/* custom
----------*/

a:link, a:visited {
  color: #0e76bc;
  text-decoration: none;
  cursor: pointer;
}
a:visited { 
}
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #FFF;
}

#skip {
}
  #skip a:link, #skip a:visited {
    position: absolute;
    z-index: 99;
    top: -99em;
    left: 0;
    width: 99.99%;
    font-size: 200%;
    line-height: 3;
    text-align: center;
    background: #FFF;
  }
  #skip a:link:focus, #skip a:visited:focus {
    top: 0;
  }

#page {
  font-size: 1.2em;
  color: #474747;
  background: #f9f9f9;
}

.clientsBanner
{
  margin-right:20px;
}

.wrap {
  position: relative;
  /*width: 800px;*/
  width:980px;
  margin: 0 auto;
}

#header {
  z-index: 9;
  border-top: solid 5px #0e76bc;
  padding: 0 0 10px;
  background: #f9f9f9 url(images/header-b.gif) repeat-x 0 100%;
}
#header2 {
  z-index: 9;
  border-top: solid 5px #0e76bc;
  padding: 0 0 10px;
  background: none;
}
  #logo {
    float: left;
    padding: 20px 0;
  }
    #logo a:link, #logo a:visited {
      display: block;
    }
  #motto {
    float: right;
    width: 550px;
    font-size: 166.67%;
    font-weight: bold;
    color: #2e2e2e;
    text-align: right;
    padding: 20px 20px 12px;
  }
  #menu {
    float: right;
    position: relative;
    z-index: 9;
    font-weight: bold;
    margin-top:40px;
    margin-right:-18px;
  }
    #menu ul {
      list-style: none;
    }
    #menu .bar {
      position: relative;
      z-index: 5;
      padding: 9px 0px;
      height: 40px;
    }
    #menu .bar li {
        float: left;
        height: 40px;
        border-left: solid 1px #FFF;
        border-right: solid 1px #e4e4e4;
      }
      #menu .bar li:first-child {
        border-left: none;
      }
      #menu .bar li:last-child {
        border-right: none;
      }
        #menu .bar a:link, #menu .bar a:visited {
          float: left;
          position: relative;
          color: #7c7a75;
          height: 40px;
          line-height: 40px;
          text-decoration: none;
        }
          #menu .bar a:link span, #menu .bar a:visited span {
            float: left;
            height: 40px;
            line-height: 40px;
            padding: 0 18px;
          }
        #menu .bar a:link:hover, #menu .bar a:visited:hover {
          color: #0e76bc;
        }
        #menu .bar .active a:link, #menu .bar .active a:visited {
          color: #0e76bc;
          background: url(images/btn/active-r.png) repeat-y 100% 0;
        }
          #menu .bar .active a:link span, #menu .bar .active a:visited span {
            background: url(images/btn/active-l.png) repeat-y 0 0;
          }
      #menu .bar .expanded {
        border: none;
      }
        #menu .bar .expanded a:link, #menu .bar .expanded a:visited {
          color: #0e76bc;
          background: #FFF;
          height: 46px;
          padding: 0 2px;
          border: solid 1px #C5C5C5;
          border-width: 0 1px;
        }
        #menu .bar #content1113.expanded a:link, #menu .bar #content1113.expanded a:visited {
          padding: 0 2px 0 2px;
          border-right:none;
          background: #f3f3f3;
        }
          #menu .bar .expanded a:link span, #menu .bar .expanded a:visited span {
            background: #f3f3f3;
            background: -moz-linear-gradient(#fbfbfb, #f3f3f3 25%, #f3f3f3);
            background: -webkit-linear-gradient(#fbfbfb, #f3f3f3 25%, #f3f3f3);
            background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), color-stop(.25, #f3f3f3), to(#f3f3f3));
            height: 48px;
            padding: 0 16px;
          }
    #menu .dd {
      position: absolute;
      z-index: 3;
      left: -999em;
      top: 55px;
      background: #f3f3f3;
      border: solid 2px #FFF;
         -moz-border-radius: 0 0 10px 10px;
      -webkit-border-radius: 0 0 10px 10px;
              border-radius: 0 0 10px 10px;
         -moz-box-shadow: 0 0 0 1px #c5c5c5, 3px 5px 5px rgba(0, 0, 0, .22);
      -webkit-box-shadow: 0 0 0 1px #c5c5c5, 3px 5px 5px rgba(0, 0, 0, .22);
              box-shadow: 0 0 0 1px #c5c5c5, 3px 5px 5px rgba(0, 0, 0, .22);
    }
    #menu .extended {
      width: 422px;
    }
      #menu .dd a:link, #menu .dd a:visited {
        color: #474747;
        text-decoration: none;
      }
      #menu .dd a:link:hover, #menu .dd a:visited:hover {
        color: #0e76bc;
      }
      #menu .level-1 {
        position: relative;
        z-index: 5;
        float: left;
        width: 150px;
        padding: 0 0 15px;
      }
        #menu .level-1 li {
          float: left;
          width: 100%;
          border-bottom: solid 1px #e4e4e4;
             -moz-box-shadow: 0 1px #FFF;
          -webkit-box-shadow: 0 1px #FFF;
              box-shadow: 0 1px #FFF;
          margin: 0 0 1px;
        }
          #menu .level-1 a:link, #menu .level-1 a:visited {
            display: block;
            position: relative;
            color: #474747;
            height: 36px;
            line-height: 36px;
            text-decoration: none;
            padding: 0 0 0 42px;
            background-color: #f3f3f3;
            background-repeat: no-repeat;
            background-position: 18px 50%;
            background-image: url(images/icon/menu-0.png);
          }
          #menu .level-1 a.active:link, #menu .level-1 a.active:visited {
            width: 111px;
            color: #0e76bc;
          }
      #menu .level-2 {
        display: none;
        float: left;
        position: relative;
        z-index: 3;
        left: 1px;
        width: 220px;
        padding: 5px 20px;
        background: #f3f3f3;
        border-left: solid 2px #FFF;
           -moz-box-shadow: -1px 0 0 #e4e4e4;
        -webkit-box-shadow: -1px 0 0 #e4e4e4;
                box-shadow: -1px 0 0 #e4e4e4;
      }
        #menu .level-2 p {
          margin: 0 0 10px;
        }
        #menu .level-2 .title {
          color: #0e76bc;
          line-height: 36px;
          padding-left: 25px;
          background: #F3F3F3 url(images/icon/menu-0.png) no-repeat 5px 50%;
          border-bottom: solid 1px #e4e4e4;
             -moz-box-shadow: 0 1px #FFF;
          -webkit-box-shadow: 0 1px #FFF;
              box-shadow: 0 1px #FFF;
        }
        #menu .level-2 ul {
          font-size: 91.67%;
          font-weight: normal;
        }
          #menu .level-2 li {
          }
            #menu .level-2 li a:link, #menu .level-2 li a:visited {
              display: block;
              line-height: 20px;
              padding-left: 25px;
              background: url(images/icon/1.gif) no-repeat 12px -14px;
            }
            #menu .level-2 li a:link:hover, #menu .level-2 li a:visited:hover {
              background-position: 12px 8px;
            }

      #page .wrap .icon-11,
      #page .wrap a.icon-11:link, #page .wrap a.icon-11:visited { background-image: url(images/icon/menu-11.png); }
      #page .wrap .icon-12,
      #page .wrap a.icon-12:link, #page .wrap a.icon-12:visited { background-image: url(images/icon/menu-12.png); }
      #page .wrap .icon-13,
      #page .wrap a.icon-13:link, #page .wrap a.icon-13:visited { background-image: url(images/icon/menu-13.png); }
      #page .wrap .icon-14,
      #page .wrap a.icon-14:link, #page .wrap a.icon-14:visited { background-image: url(images/icon/menu-14.png); }
      #page .wrap .icon-15,
      #page .wrap a.icon-15:link, #page .wrap a.icon-15:visited { background-image: url(images/icon/menu-15.png); }
      #page .wrap .icon-16,
      #page .wrap a.icon-16:link, #page .wrap a.icon-16:visited { background-image: url(images/icon/menu-16.png); }

      #page .wrap .icon-21,
      #page .wrap a.icon-21:link, #page .wrap a.icon-21:visited { background-image: url(images/icon/menu-21.png); }
      
      #page .wrap .icon-31,
      #page .wrap a.icon-31:link, #page .wrap a.icon-31:visited { background-image: url(images/icon/menu-31.png); }
      #page .wrap .icon-32,
      #page .wrap a.icon-32:link, #page .wrap a.icon-32:visited { background-image: url(images/icon/menu-32.png); }
      #page .wrap .icon-33,
      #page .wrap a.icon-33:link, #page .wrap a.icon-33:visited { background-image: url(images/icon/menu-33.png); }
      #page .wrap .icon-34,
      #page .wrap a.icon-34:link, #page .wrap a.icon-34:visited { background-image: url(images/icon/menu-34.png); }

      #page .wrap .icon-41,
      #page .wrap a.icon-41:link, #page .wrap a.icon-41:visited { background-image: url(images/icon/menu-41.png); }
      #page .wrap .icon-42,
      #page .wrap a.icon-42:link, #page .wrap a.icon-42:visited { background-image: url(images/icon/menu-42.png); }
      #page .wrap .icon-43,
      #page .wrap a.icon-43:link, #page .wrap a.icon-43:visited { background-image: url(images/icon/menu-43.png); }
      #page .wrap .icon-44,
      #page .wrap a.icon-44:link, #page .wrap a.icon-44:visited { background-image: url(images/icon/menu-44.png); }
      #page .wrap .icon-45,
      #page .wrap a.icon-45:link, #page .wrap a.icon-45:visited { background-image: url(images/icon/menu-45.png); }

      #page .wrap .icon-51,
      #page .wrap a.icon-51:link, #page .wrap a.icon-51:visited { background-image: url(images/icon/menu-51.png); }
      #page .wrap .icon-52,
      #page .wrap a.icon-52:link, #page .wrap a.icon-52:visited { background-image: url(images/icon/menu-52.png); }
      #page .wrap .icon-53,
      #page .wrap a.icon-53:link, #page .wrap a.icon-53:visited { background-image: url(images/icon/menu-53.png); }
      #page .wrap .icon-54,
      #page .wrap a.icon-54:link, #page .wrap a.icon-54:visited { background-image: url(images/icon/menu-54.png); }
      #page .wrap .icon-55,
      #page .wrap a.icon-55:link, #page .wrap a.icon-55:visited { background-image: url(images/icon/menu-55.png); }
      #page .wrap .icon-56,
      #page .wrap a.icon-56:link, #page .wrap a.icon-56:visited { background-image: url(images/icon/menu-56.png); }


  #banner {
    position: relative;
    z-index: 5;
    clear: both;
    height:190px; 
    width:980px;
    /*background: url(images/banner-b.png) no-repeat 50% 100%;*/
  }
    #banner-in {
      position: relative;
      /*background: #e6f1f8;
      background: -moz-linear-gradient(#e6f1f8, #e6f1f8 50%, #dce7ed);
      background: -webkit-linear-gradient(#e6f1f8, #e6f1f8 50%, #dce7ed);
      background: -webkit-gradient(linear, left top, left bottom, from(#e6f1f8), color-stop(.5, #e6f1f8), to(#dce7ed));*/
      /*border: solid 2px #FFF;*/
      /*   -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
          border-radius: 5px;
         -moz-box-shadow: 0 0 0 1px #E4E4E4, 0 2px 2px rgba(0, 0, 0, .1);
      -webkit-box-shadow: 0 0 0 1px #E4E4E4, 0 2px 2px rgba(0, 0, 0, .1);
              box-shadow: 0 0 0 1px #E4E4E4, 0 2px 2px rgba(0, 0, 0, .1);*/
    }
      #banner .button1 {
        position: absolute;
        right: 15px;
        bottom: 15px;
      }
      #banner .side {
        float: right;
      }
      #banner .quote {
        float: left;
        font-size: 108.33%;
        line-height: 1.75;
        /*width: 270px;*/
        padding: 25px 0 0 60px;
      }
        #banner .quote blockquote {
          font-size: 153.84%;
          font-weight: bold;
          font-style: italic;
          line-height: 1.4;
          margin: 0 0 15px -30px;
        }
        #banner .quote cite {
          display: block;
          font-style: normal;
        }

#container {
  position: relative;
  z-index: 5;
  line-height: 1.5;
  background: #f9f9f9;
  /*border-bottom: solid 1px #dadada;*/
}
  #container p {
    margin: 0 0 1.5em;
  }
  #container h1 {
    font-size: 150%;
    font-weight: bold;
    color: #2e2e2e;
    margin: 0 0 1em;
  }
  #container h2 {
    font-size: 116.67%;
    font-weight: bold;
    color: #2e2e2e;
    margin: 0 0 1em;
  }
  #container h3 {
    font-size: 116.67%;
    font-weight: bold;
    margin: 0 0 .5em;
  }
  #container h4 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 .5em;
  }

  #container-in {
    float: left;
    width: 835px;
  }

#container-in {
    float: left;
  }
#solutionsMenu{
  border-bottom:solid 1px #DADADA;

	text-align:center;
  padding-top:30px;
  margin-bottom:30px;
  width:999px;
  margin-left:auto;
  margin-right:auto
}



#solutionsMenu ul li{
  display:inline-block;
  font-size:16px;
  font-weight:bold;
  margin-right:55px;
  padding-bottom:15px;

}

#solutionsMenu ul li a{
    color:#9F9F9F;
}

#solutionsMenu ul li a:hover{
    color:#0072CF;
}

#solutionsMenu ul li.active a{
    color:#0072CF;
}

#solutionsMenu ul li.active
{
  background: url(images/nav-arrow.png) no-repeat;
  background-position:center bottom;
}




#solutionsMenu ul li a:hover{
  text-decoration:none;
}


/* content
----------*/

#content {
   float: right;
   width: 722px;
   margin-left:auto;
   margin-right:auto;
   padding: 0 0 20px;
}

.support #content 
{
	float: none;
	width:100%;
}


.contact #content
{
	width:522px;
}

#leftContent
{
  float:left;
  width:351px;
  margin-right:20px;
  
}

.support #leftContent
{
	width:340px;
	margin-right:44px;
}

.customers #leftContent, #middleContent
{
  float:left;
  width:227px;
  margin-right:20px;
  
}

#reqTick
{
	margin-left:230px;
}

#rightContent
{
  float:left;
  width:351px;
  
}

#companyCareers
{
	clear:both;
}

.support #rightContent
{
	width:445px;
}

.customers #rightContent
{
  float:left;
  width:227px;
  
}

#content, #content p, #colorbox {
   font-size: 12px;
}
#content h1, #colorbox h1 {
   font-size: 24px;
   line-height: 29px;
   color:#000000;
}
#content h2, #colorbox h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color:#545454;
}

#content h2 strong, #colorbox h2 strong
{
	color:#000000
}

#content h3, #colorbox h3 {
  font-size: 13px;
  font-weight: normal;
}
#content h4, #colorbox h4 {
  font-size: 11px;
  font-weight: normal;
}
#content h5, #colorbox h5 {
  font-size: 16px;
  font-weight: normal;
}
#content h6, #colorbox h6 {
  font-size: 16px;
  font-weight: normal;
}
#content ul,
#content ol {
   margin: 0 0 1em 2em;
}
#content li ul,
#content li ol {
    margin-bottom: 0;
}
#content ul { list-style: disc; }
#content ul ul { list-style: circle;}
#content ul ul ul {  list-style: square;  }
#content ol { list-style: decimal; }

	
    #side1 {
      float: left;
      width: 136px;
      padding: 0 0 50px;
    }
      #side1 ul,
      #side1 ol {
        list-style: none;
      }
      
      .contact #side1
      {
      	width: 236px;
      }

  #side2 {
    float: right;
    width: 137px;
    padding: 0 0 50px;
  }
    #side2 ul,
    #side2 ol {
      list-style: none;
    }

  #actions {
    width: 980px;
    margin: 0 auto;
    clear: both;
    color:#6C6C6C;
    position: relative;
    padding: 10px 0 30px;
    background: #f9f9f9;
    border-top: solid 1px #DADADA;
       -moz-box-shadow: 0 -1px #f0f0f0;
    -webkit-box-shadow: 0 -1px #f0f0f0;
            box-shadow: 0 -1px #f0f0f0;
  }
  #actions > div
  {
    display:inline-block;
  }
  
  .bannerHTML
  {
  	 
    position: absolute;
    right: 480px;
    top: 23px;
    color:White;
    font-size:14px;
}

  .bannerHTML a
  {
  	color:White;
  }
  
  #actions.nosep {
    border: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
    #actions .buttons {
      float: left;
    }
      #actions .buttons p {
        float: left;
        margin: 0 15px 0 0;
      }
      #actions .buttons .button1 {
        padding-top: 4px;
      }
      #actions .buttons .or {
        text-indent: -1000em;
        width: 34px;
        height: 49px;
        background: url(images/icon/or.png) no-repeat 0 0;
      }
      #actions .buttons .contact {
        line-height: 49px;
        font-size: 108.33%;
        font-weight: bold;
      }
    #actions .follow, #actions .bottomMenu, #actions .copyright {
      padding: 12px 15px 0px 0px;

    }
    
    #actions .copyright 
    {
    	padding-right:0px;
    }
    
    #actions .follow
    {
      margin-left:245px;
    }
    
    #actions .copyright
    {
    	margin-left:48px;
    }
    
    #actions .bottomMenu a
    {
    	color:#7C7A75;
    	width:auto;
    }

      #actions .follow p {
        float: left;
        font-size: 108.33%;
        font-weight: bold;
        line-height: 22px;
        margin: 0 20px 0 0;
      }
      #actions .follow ul, #actions .bottomMenu ul, #actions .copyright ul {
        float: left;
        list-style: none;
        margin: 0;
      }
        #actions .follow li, #actions .bottomMenu li, #actions .copyright li {
          float: left;
          margin: 0 15px 0 0;
        }
        #actions .follow li:last-child, #actions .follow li:last-child,   
        #actions .bottomMenu li:last-child, #actions .bottomMenu li:last-child,
        #actions .copyright li:last-child, #actions .copyright li:last-child {
          margin: 0;
        }
          #actions .follow a:link, #actions .follow a:visited, #actions .copyright a:link, #actions .copyright a:visited  { 
            height: 22px;
            vertical-align:baseline;
            display:inline-block;
            color:#7C7A75;
          }
          
          #actions .follow a:link, #actions .follow a:hover
          {
          	text-decoration:none;
          }
      #actions .follow span
      {
        margin-left:5px;
      }
      
           #actions .bottomMenu a:link, #actions .bottomMenu a:visited,
            #actions .copyright a:link, #actions .copyright a:visited {
            height: 22px;
            vertical-align:baseline;
            display:inline-block;
          }
          

.button1 {
  font-size: 116.67%;
  font-weight: bold;
  font-style: italic;
}
  .button1 a:link, .button1 a:visited {
    float: left;
    width: 150px;
    height: 41px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding-right: 31px;
    color: #FFF;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
    background: url(images/btn/1.png) no-repeat 0 0;
  }
  .button1 a:link:hover, .button1 a:visited:hover {
    background-position: 0 -45px;
  }
/*dfdfdf */
#footer-pre {
  font-size: 11px;
  color: #6b6b6b;
  background: #ededed;
  /*border-top: solid 1px #f9f9f9;*/
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
}
  #footer-pre .col {
    float: left;
    width: 48%;
    padding: 22px 0;
  }
  #footer-pre .col:last-child {
    float: right;
  }
    #footer-pre h4 {
      font-size: 100%;
      margin: 0 0 1.4em;
    }
    #footer-pre p {
      line-height: 1.5;
    }


#footer {
  background: #F4F4F4;
  border: solid 1px #FFF;
  border-width: 1px 0;
}
  #footer .wrap {
    padding: 30px 0;
    background: url(images/logo-2.png) no-repeat 98% 30px;
  }
  .menu-footer {
    list-style: none;
  }
    .menu-footer li {
      float: left;
      position: relative;
      width: 128px;
      padding: 0 20px;
      background: #F4F4F4;
      border-right: solid 1px #eaeaea;
         -moz-box-shadow: 1px 0 #FFF;
      -webkit-box-shadow: 1px 0 #FFF;
              box-shadow: 1px 0 #FFF;
      margin: 0 1px 0 0;
    }
    .menu-footer li:first-child {
      padding-left: 0;
    }
    .menu-footer li:last-child {
      border: none;
         -moz-box-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
      .menu-footer p {
        font-weight: bold;
        margin: 0 0 1em;
      }
      .menu-footer ul {
        font-size: 91.67%;
        list-style: none;
      }
        .menu-footer li li {
          float: none;
          width: auto;
          padding: 0;
          border: none;
             -moz-box-shadow: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          margin: 0 0 5px;
        }
          .menu-footer a:link, .menu-footer a:visited {
            display: block;
            padding-left: 6px;
            background: url(images/icon/1.gif) no-repeat 0 5px;
            font-size:1.2em;
          }

#copyright {
  font-size: 91.67%;
  color: #909090;
  padding: 16px 0;
  border-top: solid 1px #e1e1e1;
}
  #copyright p {
    float: left;
    margin: 0 20px 0 0;
  }
    #copyright a:link, #copyright a:visited { 
      color: #909090;
      text-decoration: none;
      margin: 0 .5em;
    }
    #copyright a:link:hover, #copyright a:visited:hover { 
      text-decoration: underline;
    }



/* plugins
----------*/

.slideshow {
  position: relative;
}
  .slideshow .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
    #page .slideshow .slider ul {
      list-style: none;
      margin: 0;
    }
      .slideshow .slider li {
      overflow: hidden; float: none; width: 100%; height: 95px;
      }
  .slideshow .slider,
  .slideshow .slider ul,
  .slideshow .slider li {
  }
  .slideshow .nav {
    position: absolute;
    z-index: 5;
  }
    .slideshow .nav a.disabled:link, .slideshow .nav a.disabled:visited {
      display: none;
    }


.tab-area {
  position: relative;
}
  #page .tabs {
   width: auto;
    position: relative;
    list-style: none;
    margin: 0;
    font-weight: bold;
    border: solid 1px #e6e6e6;
       -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        border-radius: 4px;
  }
    .tabs li {
      float: left;
      border-right: solid 1px #e6e6e6;
    }
    .tabs li:last-child {
      border: none;
    }
      .tabs a:link, .tabs a:visited {
        display: block;
        position: relative;
        color: #0e76bc;
        text-align: center;
        line-height: 28px;
        text-decoration: none;
        background: #f6f6f6;
        background: -moz-linear-gradient(#f8f8f8, #f2f2f2);
        background: -webkit-linear-gradient(#f8f8f8, #f2f2f2);
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
        border: solid 1px #FFF;
      }
      .tabs a:link:hover, .tabs a:visited:hover {
        background: #ededed;
        background: -moz-linear-gradient(#ededed, #f6f6f6 50%, #ededed);
        background: -webkit-linear-gradient(#ededed, #f6f6f6 50%, #ededed);
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(.5, #f6f6f6), to(#ededed));
      }
      .tabs a.active:link, .tabs a.active:visited {
        background: #F9F9F9;
      }
      .tabs li:first-child a:link, .tabs li:first-child a:visited {
           -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
                border-radius: 3px 0 0 3px;
      }
      .tabs li:last-child a:link, .tabs li:last-child a:visited {
           -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
                border-radius: 0 3px 3px 0;
      }
  .tab {
    padding: 20px 0;
  }

.hover a.trigger:link, .hover a.trigger:visited {
  text-decoration: underline;
}



/* about
----------*/

.sep {
  position: relative;
  background: #f9f9f9;
  border-bottom: solid 1px #f0f0f0;
     -moz-box-shadow: 0 1px #FFF;
  -webkit-box-shadow: 0 1px #FFF;
          box-shadow: 0 1px #FFF;
  margin: 0 0 1px;
}

.box1 {
  position: relative;
  margin-bottom:22px;
  background: #f3f3f3;
  border: solid 2px #fdfdfd;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
     -moz-box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
          box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
}
  .box1 .sep {
    background: #f3f3f3;
    border-bottom: solid 1px #dcdcdc;
  }

#menu-side {
  font-weight: bold;
  border-width: 1px;
}
  #menu-side h3 {
    padding: 15px 20px;
    margin: 0;
  }
  #menu-side ul {
  }
    #menu-side li {
      float: left;
      position: relative;
      width: 100%;
      background: #f3f3f3;
      border-top: solid 1px #FFF;
         -moz-box-shadow: 0 -1px #DDD;
      -webkit-box-shadow: 0 -1px #DDD;
              box-shadow: 0 -1px #DDD;
      margin: 0 0 1px;
    }
      #menu-side li a:link, #menu-side li a:visited {
        position: relative;
        display: block;
        color: #0e76bc;
        text-decoration: none;
        padding: 2px;
      }
        #menu-side li a:link span, #menu-side li a:visited span {
          display: block;
          line-height: 32px;
          padding-left: 33px;
          background-repeat: no-repeat;
          background-position: 8px 50%;
        }
      #menu-side li a:link:hover, #menu-side li a:visited:hover {
        background: #e9e9e9;
        background: -moz-linear-gradient(#e9e9e9, #f3f3f3 30%, #f3f3f3 70%, #e9e9e9);
        background: -webkit-linear-gradient(#e9e9e9, #f3f3f3 30%, #f3f3f3 70%, #e9e9e9);
        background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), color-stop(.3, #f3f3f3), color-stop(.7, #f3f3f3), to(#e9e9e9));
      }
      #menu-side li.active a:link, #menu-side li a:visited {
      }
        #menu-side li.active a span  {
        background-color: #fcfcfc;  
        }

#page .list-logos {
  list-style: none;
  margin: 3em 0 0;
}
  .list-logos li {
    position: relative;
    padding-left: 180px;
    min-height: 100px;
    margin: 0 0 30px;
  }
  .list-logos li:last-child {
    margin-bottom: 0;
  }
    .list-logos .image {
      position: absolute;
      left: 0;
      top: 0;
    }
    .list-logos .image-center {
      width: 140px;
      text-align: center;
    }
    #page .list-logos p {
      margin: 0 0 .2em;
    }

#resources, #lhs-resources {
  position: relative;
  padding: 10px 10px 20px;
  background: #FFF;
  border: solid 1px #F0F0F0;
     -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
  #resources h3, #lhs-resources h3 {
    padding: 10px 10px;
  }
  #resources ul, #lhs-resources ul {
    font-size: 91.67%;
  }
    #resources li, #lhs-resources li {
      position: relative;
      padding: 10px 10px;
      border-top: solid 1px #f2f2f2;
    }
    #resources li.hover {
      background: #FAFAFA;
      background: -moz-linear-gradient(#FFF, #FFF 70%, #f9f9f9 98%, #FFF 98%, #FFF);
      background: -webkit-linear-gradient(#FFF, #FFF 70%, #f9f9f9 98%, #FFF 98%, #FFF);
      background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(.7, #FFF), color-stop(.98, #F9F9F9), color-stop(.98, #FFF), to(#FFF));
    }
      #resources li .title, #lhs-resources li .title {
        display: block;
        font-size: 109.09%;
        font-weight: bold;
        color: #0e76bc;
      }
      #resources li img, #lhs-resources li img {
        display: block;
        margin: 10px 0 0;
      }
      #resources #share {
        margin: 10px 10px 0;
      }
  #resources .c1, #lhs-resources .c1,
  #resources .c2, #lhs-resources .c2 {
    position: absolute;
    z-index: 5;
    bottom: -14px;
    height: 37px;
  }
  #resources .c1 {
    left: -15px;
    width: 41px;
    background: url(images/corner-1.png) no-repeat 0 0;
  }
  #resources .c2{
    left: 100px;
    width: 44px;
    background: url(images/corner-2.png) no-repeat 0 0;
  }
  #lhs-resources .c1{
    left: -15px;
    width: 41px;
    background: url(images/corner-1.png) no-repeat 0 0;
  }
  #lhs-resources .c2 {
    left: 105px;
    width: 44px;
    background: url(images/corner-2.png) no-repeat 0 0;
  }

#share {
}
  #share a:link, #share a:visited {
    float: left;
    width: 12px;
    height: 12px;
    text-indent: -1000em;
    background: url(images/icon/share-1.gif) no-repeat 0 0;
    margin: 0 8px 0 0;
  }
  #share a.twitter:link, #share a.twitter:visited {
    background-position: -20px 0;
  }
  #share a.linkedin:link, #share a.linkedin:visited {
    background-position: -40px 0;
  }
  #share a.email:link, #share a.email:visited {
    background-position: -60px 0;
    margin: 0;
  }



/* case studies
----------*/
.caseStudiesMain #content {
  float: none;
  width: auto;
}
.caseStudies #container {
  padding: 0 0 20px;
  background: #f9f9f9 url(images/header-b.gif) repeat-x 0 100%;
}
.caseStudies .shadow {
  z-index: 9;
  position: relative;
  top: -21px;
  width: 980px;
  height: 20px;
  margin: 0 auto;
  background: url(images/banner-b.png) no-repeat center -5px;
}
.caseStudies .wrap {
  position: relative;
  background: #f3f3f3;
  border: solid 2px #fdfdfd;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
     -moz-box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
          box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
}
.caseStudies #container-in {
  width: 740px;
  background: White;
  border-right: solid 1px #dcdcdc;
}
.caseStudies #content {
  float: none;
  width: auto;
  padding: 20px;
}
.caseStudies .caseStudyBanner {
  background: #f3f3f3;
  border: solid 1px #fdfdfd;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
     -moz-box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
          box-shadow: 0 0 0 1px #DDD, 0 2px 2px rgba(0, 0, 0, .15);
  
}
.caseStudies h1 {
  font-size: 130%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.caseStudies #videos li {
  width: 155px;
}
.caseStudies #side2 {
  border: none;
  float: right;
  width: 238px;
  height: 100%;
  padding: 0 0 10 0px;

}
.caseStudies #side2 ul, #side2 ol {
  list-style: none;
}
.caseStudies #side2 .sep {
  background: none;
  border-bottom: solid 1px gainsboro;
  
}
.caseStudies #side2 .list-cols li {
  width: auto;
  margin: 10px 0;
}
.caseStudies #side2 .list-cols-li {
  margin: 20px 20px;
}
.caseStudies #side2 #resources {
  margin: 20px;
}
.caseStudies #side2 h4 {
  padding: 0 10px;
}
.caseStudies #side2 #resources li {
  border-top: none;
}
.caseStudies #side2 #resources #share-2 {
  border: none;
  padding: 0;
  margin: 0;
}
.caseStudies #side2 #resources .c1 {
  background-image: url(images/corner-1-grey.png);
}
.caseStudies #side2 #resources .c2 {
  background-image: url(images/corner-2-grey.png);
  left: auto;
  right: -15px;
}

#page .list-cols {
  list-style: none;
  margin: 0 0 20px;
}
  .list-cols li {
    float: left;
    width: 200px;
    margin: 0 11px 10px 0;
  }
  .list-cols li:nth-child(4n) {
    margin-right: 0;
  }
    .list-cols .image {
      float: left;
      margin: 0 0 1em;
    }
    .list-cols h3 {
      clear: both;
    }
    #page .list-cols p {
      margin: 0 0 .3em;
    }

a.play:link, a.play:visited {
  float: left;
  position: relative;
  border: solid 2px #e4e4e4;
     -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
      border-radius: 7px;
     -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
      box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
}
  a.play:link span, a.play:visited span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 37px;
    background: url(images/btn/play.png) no-repeat -139px 0;
    margin: -18px 0 0 -18px;
  }
  a.play:link:hover span, a.play:visited:hover span {
    background-position: 0 0;
  }
  a.play:link:active span, a.play:visited:active span {
    background-position: -278px 0;
  }

#videos {
  margin: 2px 0;
}
  #videos ul {
    font-size: 83.33%;
    line-height: 1.4;
    list-style: none;
    padding: 28px 10px 20px;
    margin: 0 0 1px;
  }
    #videos li {
      float: left;
      width: 170px;
      height: 190px;
      text-align: center;
      margin: 0 12px 0 12px;
    }
      #videos li .image {
         position: relative;
         width: 120px;
         height: 90px;
        margin: 10px auto;
      }
    .videoItem {
      position: relative;
      width: 130px;
      height: auto;
      margin: 0 6px 0 3px;
    }
   .videoItem .image {
      position: relative;
      width: 120px;
      height: 90px;
     margin: 0 auto;
   }
      #videos li .image img, .videoItem .image img {
         position: relative;
         top: 2px;
         left: 2px;
         width: 120px;
         height: 90px;
      }
        #videos a.play:link, #videos a.play:visited {
          float: none;
          display: block;
          width: 93px;
          margin: 0 auto;
        }
#videos li .image .border, .videoItem .image .border {
   position: absolute;
   z-index: 100;
   width: 120px;
   height: 90px;
  border: solid 2px #e4e4e4;
     -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
      border-radius: 7px;
     -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
      box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
}
      #videos a.title:link, #videos a.title:visited, .videoItem a.title:link, .videoItem a.title:visited {
        display: block;
        font-weight: bold;
        font-size: 120%;
        margin: 0 0 5px;
      }
      #videos li a:hover, .videoItem a.trigger:hover {
         text-decoration: none;
      }
  #videos .footer {
    padding: 10px 20px;
    margin: 0;
  }
    #videos .footer a:link, #videos .footer a:visited {
      font-weight: bold;
    }
#videos .videocontent, .videoItem .videocontent {
  display:none;
}


/* industries
----------*/

#slideshow1 {
  background: #f2f8fb;
  background: -moz-linear-gradient(#ebf4f9, #f2f8fb 50%, #ebf4f9);
  background: -webkit-linear-gradient(#ebf4f9, #f2f8fb 50%, #ebf4f9);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf4f9), color-stop(.5, #f2f8fb), to(#ebf4f9));
  margin: 0 0 1.5em;
}
  #slideshow1 .slider,
  #slideshow1 .slider ul {
    height: 110px
  }
    #slideshow1 .slider li {
      text-align: center;
      width: 100%;
      height: 95px;
      padding: 15px 0 0;
    }
      #slideshow1 .slider blockquote {
        font-size: 116.67%;
        font-weight: bold;
        color: #2e2e2e;
        height: 65px;
        padding: 0 50px;
      }
      #slideshow1 .slider cite {
        font-size: 91.67%;
        font-style: normal;
        color: #909090;
      }
  #slideshow1 .nav {
    right: -2px;
    bottom: -2px;
    width: 59px;
    height: 21px;
    border: solid 2px #FFF;
    border-width: 2px 0 0 2px;
       -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
            border-radius: 10px 0 0 0;
    margin: 0;
  }
    #slideshow1 .nav a:link, #slideshow1 .nav a:visited {
      position: absolute;
      top: 0;
      width: 28px;
      height: 20px;
      background: red;
      background: #f3f3f3;
      background: -moz-linear-gradient(#f3f3f3, #ebebeb);
      background: -webkit-linear-gradient(#f3f3f3, #ebebeb);
      background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ebebeb));
      border: solid 1px #dcdcdc;
    }
      #slideshow1 .nav a:link span, #slideshow1 .nav a:visited span {
        display: block;
        width: 28px;
        height: 20px;
        background: url(images/btn/up-dn.png) no-repeat 0 0;
      }
    #slideshow1 .nav a.prev:link, #slideshow1 .nav a.prev:visited {
      left: 0;
         -moz-border-radius: 8px 0 0 0;
      -webkit-border-radius: 8px 0 0 0;
              border-radius: 8px 0 0 0;
    }
      #slideshow1 .nav a.prev:link span, #slideshow1 .nav a.prev:visited span {
        background-position: 10px 6px;
      }
      #slideshow1 .nav a.prev:link:hover span, #slideshow1 .nav a.prev:visited:hover span {
        background-position: 10px -16px;
      }
      #slideshow1 .nav a.prev:link:active span, #slideshow1 .nav a.prev:visited:active span {
        background-position: 10px -41px;
      }
    #slideshow1 .nav a.next:link, #slideshow1 .nav a.next:visited {
      right: -1px;
      border-left: solid 1px #FFF;
         -moz-border-radius: 0 0 6px 0;
      -webkit-border-radius: 0 0 6px 0;
              border-radius: 0 0 6px 0;
    }
      #slideshow1 .nav a.next:link span, #slideshow1 .nav a.next:visited span {
        background-position: -20px 6px;
      }
      #slideshow1 .nav a.next:link:hover span, #slideshow1 .nav a.next:visited:hover span {
        background-position: -20px -16px;
      }
      #slideshow1 .nav a.next:link:active span, #slideshow1 .nav a.next:visited:active span {
        background-position: -20px -41px;
      }

#videos2 {
}
  #videos2-content {
    float: left;
    width: 283px;
    padding: 15px 15px;
    background: #FFF;
    border-right: solid 1px #dcdcdc;
    margin: -2px 0;
  }
    #videos2-content h3,
    #videos2-content p,
    #videos2-content ul {
      margin-bottom: 1.5em;
    }
  #videos2 .list {
    float: right;
    width: 170px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    border-left: solid 2px #FFF;
  }
    #videos2 .list li {
      padding: 15px 0;
      text-align: center;
    }
    #videos2 .list .more {
      font-size: 91.67%;
      padding: 10px 0;
    }
      #videos2 .image {
        margin: 0 0 10px;
      }
        #videos2 a.play:link, #videos2 a.play:visited {
          float: none;
          display: block;
          width: 93px;
          margin: 0 auto;
        }
  #videos2 .footer {
    padding: 10px 20px;
    margin: 0;
  }
    #videos2 .footer a:link, #videos2 .footer a:visited {
      font-weight: bold;
    }

#page .list1 {
  list-style: none;
  margin-left: 0;
}
  .list1 li {
    padding-left: 30px;
    background: url(images/icon/2.gif) no-repeat 12px .65em;
    margin: 0 0 .2em;
  }


/* features
----------*/

#tabs1 {
}
  #tabs1 .tabs li a {
   padding-left: 30px;
   padding-right: 30px;
  }
  #tabs1 .tabs li:first-child {
  }

#features {
  clear: both;
  position: relative;
  min-height: 222px;
  padding: 30px 310px 0 30px;
  background: #f9f9f9;
  border-top: solid 1px #FFF;
     -moz-box-shadow: 0 -1px #f0f0f0;
  -webkit-box-shadow: 0 -1px #f0f0f0;
      box-shadow: 0 -1px #f0f0f0;
  margin: 1px 0 0;
}
  #features .image {
    position: absolute;
    right: 0;
    top: 40px;
  }
  #features .col {
    float: left;
    padding: 0 30px 0 40px;
  }
    #features .col ul {
      list-style: none;
      margin: 0;
    }
      #features .col li {
        padding-left: 35px;
        background: url(images/icon/1.gif) no-repeat 0 8px;
      }


/* solutions
----------*/

#page #connect {
  font-size: 125%;
  font-weight: bold;
  list-style: none;
  margin: 0 0 3em;
}
  #connect li {
    float: left;
    width: 195px;
    height: 120px;
    padding: 15px 20px;
  }
  #connect li:first-child {
    background: url(images/connect-1.png) no-repeat 0 0;
  }
  #connect li:last-child {
    float: right;
    background: url(images/connect-2.png) no-repeat 0 0;
  }

#page #cycle {
  position: relative;
  font-size: 116.67%;
  font-weight: bold;
  line-height: 66px;
  list-style: none;
  height: 132px;
  background: url(images/cycle.png) no-repeat 0 0;
  margin: 0 0 2em;
}
  #cycle li {
    position: absolute;
  }
  #cycle .c1 { left: 110px; top: 0; }
  #cycle .c2 { left: 320px; top: 0; }
  #cycle .c3 { left: 390px; bottom: 0; }
  #cycle .c4 { left: 230px; bottom: 0; }
  #cycle .c5 { left: 50px; bottom: 0; }


.slideshow2 {
  background: #FFF;
  border: solid 1px #f0f0f0;
  border-width: 1px 0;
}
  .slideshow2 .slider {
    height: 60px;
    padding: 17px 0;
    margin: 0 37px;
  }
    .slideshow2 .slider ul {
    }
      .slideshow2 .slider li {
        height: 60px;
        padding: 0 20px;
        border-right: solid 1px #f0f0f0;
      }
  .slideshow2 .nav {
    top: 0;
    left: 0;
    width: 100%;
  }
    .slideshow2 .nav a:link, .slideshow2 .nav a:visited {
      position: absolute;
      top: 0;
      width: 34px;
      height: 94px;
    }
      .slideshow2 .nav a:link span, .slideshow2 .nav a:visited span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        height: 13px;
        background: url(images/btn/prev-next.png) no-repeat 0 0;
        margin: -6px 0 0 -7px;
      }
    .slideshow2 .nav a.prev:link, .slideshow2 .nav a.prev:visited {
      left: 0;
      background: url(images/btn/prev.png) no-repeat 0 0;
    }
      .slideshow2 .nav a.prev:link span, .slideshow2 .nav a.prev:visited span {
        background-position: -42px 0;
      }
      .slideshow2 .nav a.prev:link:hover span, .slideshow2 .nav a.prev:visited:hover span {
        background-position: -42px -24px;
      }
      .slideshow2 .nav a.prev:link:active span, .slideshow2 .nav a.prev:visited:active span {
        background-position: -42px -50px;
      }
    .slideshow2 .nav a.next:link, .slideshow2 .nav a.next:visited {
      right: 0;
      background: url(images/btn/next.png) no-repeat 0 0;
    }
      .slideshow2 .nav a.next:link span, .slideshow2 .nav a.next:visited span {
        background-position: 0 0;
      }
      .slideshow2 .nav a.next:link:hover span, .slideshow2 .nav a.next:visited:hover span {
        background-position: 0 -24px;
      }
      .slideshow2 .nav a.next:link:active span, .slideshow2 .nav a.next:visited:active span {
        background-position: 0 -50px;
      }
      
  #page .undervideoslideshow {
   position: relative;
   }
  #page .slideshow2 .bar, #page .undervideoslideshow .bar {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -28px;
    width: 426px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(images/bar-1.png) no-repeat 0 0;
    margin: 0 0 0 -213px;
  }
  
    .slideshow2 .bar a:link, .slideshow2 .bar a:visited,
    #page .undervideoslideshow .bar a:link, #page .undervideoslideshow .bar a:visited {
      font-weight: bold;
    }

.videoslideshow.slider {
   visibility: visible;
   overflow: hidden;
   position: relative;
   z-index: 2;
   width: 663px;
   padding-top: 10px;
   padding-bottom: 24px;
}
.videoslideshow.slider ul {
   margin: 0;
   padding: 0;
   position: relative;
   list-style-type: none;
   z-index: 1;
   width: 1518px;
   left: -414px;
}
.videoslideshow.slider ul li {
   overflow: hidden;
   float: left;
   width: 97px;
   height: 60px;
}
.videoslideshow.slider ul li  {
   overflow: hidden;
   float: left;
   width: 88px;
   height: 65px;
}
.videoslideshow.slider ul li a:hover {
   text-decoration: none;
}
.videoslideshow.slider ul li .image {
   position: relative;
   width: 80px;
   height: 60px;
   margin: 0 auto;
}
.videoslideshow.slider ul li .image img {
   position: relative;
   top: 2px;
   left: 2px;
   width: 80px;
   height: 60px;
}
.videoslideshow.slider ul li a.play:link, #videos a.play:visited {
   float: none;
   display: block;
   width: 93px;
   margin: 0 auto;
}
.videoslideshow.slider ul li .image .border {
   position: absolute;
   z-index: 100;
   width: 80px;
   height: 60px;
  border: solid 2px #e4e4e4;
     -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
      border-radius: 7px;
     -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
      box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
}
.videoslideshow.slider .videocontent {
  display:none;
}
.videoslideshow.slider .videocontent .inner {
  padding: 20px;
  height: auto;
  width: auto;
}



/* article
----------*/

#page .header-2 {
  padding-bottom: 0;
  background-image: none;
}

#page .container-3 {
}
  .container-3 #container-outer {
    padding: 0 0 10px;
    background: #f9f9f9 url(images/header-b.gif) repeat-x 0 100%;
    margin: 0 0 20px;
  }
    .container-3 #container-inner {
      padding: 0 20px 12px;
      width: 800px;
      background: url(images/banner-b.png) no-repeat 50% 100%;
      margin: 0 auto;
    }
      .container-3 #container-box {
      }

  .container-3 #container-in {
    width: 534px;
    padding: 0 18px 0 16px;
    background: #FFF;
    border-right: solid 1px #dcdcdc;
  }
    .container-3 #content {
      float: none;
      width: auto;
      padding: 20px 0 0;
    }
  .container-3 #side2 {
    width: 227px;
    background: #f3f3f3;
       -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
  }

.container-3 #actions {
  padding-top: 25px;
}

#banner-2 {
  text-align: center;
}

.container-3 #videos ul {
  line-height: 1.3;
  padding: 20px 10px;
}
.container-3 #videos li {
  width: 115px;
  margin-right: 15px;
}
.container-3 #videos li:nth-child(4n) {
  margin-right: 0;
}
.container-3 #videos .footer {
  font-size: 91.67%;
}

.container-3 #slideshow1 {
  margin-left: 20px;
  margin-right: 20px;
}


#case-studies {
  margin: 0 0 20px;
}
  #case-studies .all,
  #case-studies li {
    position: relative;
    background: #f3f3f3;
    border-bottom: solid 1px #dcdcdc;
       -moz-box-shadow: 0 1px #FFF;
    -webkit-box-shadow: 0 1px #FFF;
            box-shadow: 0 1px #FFF;
    margin: 0 0 1px;
  }
  #case-studies .all {
    font-weight: bold;
    padding: 14px 20px;
  }
  #case-studies ul {
  }
    #case-studies li {
      padding: 20px 20px;
    }
      #case-studies .image {
        float: left;
        margin: 0 0 15px;
      }
      #case-studies h3 {
        clear: both;
        font-size: 108.33%;
        color: #0e76bc;
      }
      #case-studies li p {
        margin: 0 0 .3em;
      }
      #case-studies li p:last-child {
        margin: 0;
      }


#share-2 {
  position: relative;
  padding: 20px 20px;
  background: #FFF;
  border: solid 1px #f0f0f0;
     -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin: 0 18px 20px;
}
  #share-2 .title {
    font-weight: bold;
    margin: 0 0 20px;
  }
  #share-2 #share {
    width: 95px;
    height: 16px;
    margin: 0 auto;
  }
    #share-2 #share a:link, #share-2 #share a:visited {
      width: 16px;
      height: 16px;
      background-image: url(images/icon/share-3.png);
      margin-right: 10px;
    }
    #share-2 a.twitter:link, #share-2 a.twitter:visited {
      background-position: -26px 0;
    }
    #share-2 a.linkedin:link, #share-2 a.linkedin:visited {
      background-position: -52px 0;
    }
    #share-2 #share a.email:link, #share-2 #share a.email:visited {
      background-position: -78px 0;
      margin: 0;
    }
  #share-2 .c1,
  #share-2 .c2 {
    position: absolute;
    z-index: 5;
    bottom: -17px;
    height: 40px;
  }
  #share-2 .c1 {
    left: -14px;
    width: 40px;
    background: url(images/corner-3.png) no-repeat 0 0;
  }
  #share-2 .c2 {
    right: -15px;
    width: 43px;
    background: url(images/corner-4.png) no-repeat 0 0;
  }




/* home
----------*/

.home #header {
  margin: 0;
}
.home #container {
}
.home #container-in,
.home #content {
  float: none;
  width: auto;
}
.home #content {
  padding-top: 0px;
}


#boxes {
  font-size: 91.67%;
  margin: 0 0 20px;
}
  #boxes .box {
    float: left;
    position: relative;
    padding: 20px 18px 0;
    width: 272px;
    height: 130px;
    background: #fdfdfd;
    background: -moz-linear-gradient(#fdfdfd, #ececec);
    background: -webkit-linear-gradient(#fdfdfd, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#ececec));
    border: solid 1px #d9d9d9;
       -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
       -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    margin: 0 25px 0 0;
  }
  #boxes .box:last-child {
    margin: 0;
  }
    #boxes h3 {
      font-size: 136.36%;
      font-weight: bold;
      color: #0e76bc;
      padding: 0 0 10px 60px;
      border-bottom: solid 1px #e4e4e4;
         -moz-box-shadow: 0 1px #FFF;
      -webkit-box-shadow: 0 1px #FFF;
              box-shadow: 0 1px #FFF;
      margin: 0 0 10px;
    }
    #boxes .icon {
      position: absolute;
      left: -1px;
      top: -22px;
      width: 66px;
      height: 67px;
    }
    #boxes .icon1 {
      background: url(images/icon/home-1.png) no-repeat 0 0;
    }
    #boxes .icon2 {
      background: url(images/icon/home-2.png) no-repeat 0 0;
    }
    #boxes .icon3 {
      background: url(images/icon/home-3.png) no-repeat 0 0;
    }
    #boxes ul {
      float: left;
      width: 80px;
      padding: 0 12px;
      list-style: none;
      margin: 0;
      line-height: 1.3;
    }
    #boxes ul:nth-child(2n) {
      float: right;
      border-left: solid 1px #FFF;
         -moz-box-shadow: -1px 0 #e4e4e4;
      -webkit-box-shadow: -1px 0 #e4e4e4;
              box-shadow: -1px 0 #e4e4e4;
    }
    #boxes .video {
      float: left;
      margin: 0 10px 0 0;
    }

#ticker, #noticker {
  position: relative;
  height: 33px;
  background: #FFF;
  border: solid 1px #eaeaea;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 0 0 20px;
}
  #ticker .title, #noticker .title {
    float: left;
    width: 80px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    color: #0e76bc;
    padding: 0 9px 0 0;
    background: url(images/ticker-title.png) no-repeat 0 0;
    margin: 0 9px 0 0;
  }
  #ticker .slider, #noticker .slider {
    float: left;
    position: relative;
    z-index: 1;
    font-size: 91.67%;
    line-height: 15px;
    overflow: hidden;
    padding: 9px 0;
    margin: 0 0 10px;
    width: 860px;
    height: 15px;
  }
    #ticker .slider ul, #noticker .slider ul {
      position: relative;
      height: 15px;
      list-style: none;
      margin: 0;
      width:auto;  
      overflow: hidden;    
    }
      #ticker .slider li, #noticker .slider li {
        float: left;
        padding: 0 15px;
        /*border-right: solid 1px #CCC;*/
        white-space: nowrap;
        width:auto; display: block;
      }

#slideshow22 {
}
    #slideshow22 .slider li {
      width: 158px;
      height: 50px;
      padding: 10px 40px 0;
    }
  #page #slideshow22 .bar {
    width: 346px;
    margin-left: -173px;
    background: url(images/bar-2.png) no-repeat 0 0;
  }



/* news
----------*/

.news #container-in {
  width: 700px;
}
.news #content {
  width: 700px;
}
.news #side2 {
  width: 260px;
}
.news #news_list {
  margin: 0px;
}
.news #news_list li, .news #news_list li.featured_news {
  list-style: none;
  float: left;
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 0px;
}
.news #news_list li.white {
  list-style: none;
  float: left;
  border-bottom: solid 1px White;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 20px;
  width: 100%;
  height: 0px;
}
.news #news_list li h2, .news #news_item h2 {
  margin: 0px;
  padding: 0px;
  font-size: 150%;
  color: #0E76BC;
}
.news #news_list li h2 a {
  font-size: inherit;
}
.news #news_list li .news_date, .news #news_item .news_date {
  color: #9f9f9f;
  margin-top: 2px;
  font-size: 80%;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #f0f0f0;
}
.news #news_list li hr.white {
   border-top: solid 1px white;
   height: 1px;
   width: 100%;
   margin: 0;
   padding-bottom: 10px;
}
.news #news_list li.featured_news .main_news_image, .news #news_list li .news_image {
  width: 220px;
  float: left;
}
.news #news_list li.featured_news .main_news_image img, .news #news_list li .news_image img {
  width: 207px;
  border: none;
}
#news_list li.featured_news .main_news_item, #news_list li .news_content {
  width: 450px;
  float: left;
}
#news_item .news_image {
  float: right;
  margin: 0 0 10px 10px;
}

/* careers
----------*/

.careers #container-in {
  width: 980px;
}
.careers #content {
  width: 820px;
}
.careers .career_count {
  color: #9f9f9f;
  margin-top: 2px;
  font-size: 80%;
}
.careers #career_list {
  margin: 0px;
}
.careers #career_list li {
  list-style: none;
  float: left;
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 0px;
  width: 100%;
}
.careers #career_list li.white {
  list-style: none;
  float: left;
  border-bottom: solid 1px White;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 20px;
  width: 100%;
  height: 0px;
}
.careers #career_list li h2, .careers #career_item h2 {
  margin: 0px;
  padding: 0px;
  font-size: 150%;
}
.careers #career_list li h2 a {
  font-size: inherit;
  color: #0E76BC;
}
.careers #career_list li .career_date, .careers #career_item .career_date {
  color: #9f9f9f;
  margin-top: 2px;
  font-size: 80%;
  padding-bottom: 5px;
}
.careers #career_list li .career_image {
  width: 220px;
  float: left;
}
.careers #career_list li .career_image img {
  width: 207px;
  border: none;
}
#career_list li .career_content {
  width: 600px;
  float: left;
}
#career_list li .career_view_button {
  width: 120px;
  margin-top: 50px;
}
#career_item .career_image {
  float: right;
  margin: 0 0 10px 10px;
}

/* social
----------*/
#twitterFeed {
  height: 300px;
}
#facebookLike {
  height: auto;
}

.gv-filmstrip, .gv-strip_wrapper,  .gv-nav-prev, .gv-nav-next
{
	display:none;
}





















/* print
----------*/

@media print {

  @page { margin: 0.5cm; }

  * { background: transparent !important; color: #000 !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }

  a:link, a:visited { color: #000 !important; text-decoration: underline; }

  a[href]:after { content: " (" attr(href) ")"; } 
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }

  pre, blockquote { border: solid 1px #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-in.side: avoid; }

  h2, h3 { page-break-after: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }

  #page, #header, #container, #containerSec, #content, #side1, #side2, #footer {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }

}
.clear {clear:both;}
#banner.bannerTiny {height:20px; background: none;}
#banner.bannerSmall {height:190px;}
#banner.bannerMedium {height:250px;}
#banner.bannerLarge {height:290px;}
#banner.bannerNew {height:350px;}


/* mobile
----------*/

@media all and (orientation:portrait) { 
}

@media all and (orientation:landscape) { 
}

@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}






































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

