@import url("side-nav.css");
html {
  position: relative;
  z-index: 0; }

body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px; }

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, .x {
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

a,
input,
textarea,
select,
button {
  outline: 0; }

ul,
ol,
dd {
  margin: 0 0 0 20px;
  list-style-position: outside; }
  ul ul,
  ol ul,
  dd ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal;
  list-style-position: outside; }
  ol ol {
    list-style-type: lower-roman; }

hr {
  display: block;
  height: 1px;
  background: #000;
  border: none; }

blockquote cite {
  display: block; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  table th, table td {
    vertical-align: top; }
  table thead, table th, table caption {
    font-weight: bold; }

img {
  -ms-interpolation-mode: bicubic; }

h1 {
  font-size: 31px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 12px; }

p {
  font-size: 12px;
  line-height: 18px; }

ul {
  margin: 0 0 0 20px;
  line-height: 18px; }

a {
  color: #02f; }
  a:hover {
    color: #000; }
  a:active {
    color: #c33; }

del {
  color: #888;
  text-decoration: line-through; }

abbr,
acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #ddd;
  cursor: help; }

code,
pre,
var {
  font-family: 'Palatino Linotype', 'Courier New', monospace;
  font-size: 12px;
  color: #080;
  background-color: #eee; }

strong {
  font-weight: bold; }

em,
cite {
  font-style: italic; }

u,
ins {
  text-decoration: underline; }

s,
strike {
  text-decoration: line-through; }

sub {
  font-size: 7px;
  vertical-align: sub; }

sup {
  font-size: 7px;
  vertical-align: super; }

body {
  text-align: center; }

.left {
  text-align: left; }
  .left #container {
    margin-left: 0; }

.right #container {
  margin-right: 0; }

#header,
#content-wrapper {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  clear: both;
  margin: 0 auto; }
  #header:after,
  #content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html #header,
  *+html #content-wrapper {
    height: 1%;
    zoom: 1; }

#container,
#footer {
  clear: both;
  margin: 0 auto; }

.nav {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  margin: 0;
  list-style: none; }
  .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html .nav {
    height: 1%;
    zoom: 1; }
  .nav li,
  .nav a {
    float: left;
    margin: 0; }
  .nav ul {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    margin: 0;
    list-style: none; }
    .nav ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html .nav ul {
      height: 1%;
      zoom: 1; }
    .nav ul li,
    .nav ul a {
      float: left;
      margin: 0; }

	  #nav-top ul
	  {
	  _display: inline;
	  }
body {
  border-top: 3px solid #e2ebf0; }

#container {
  width: 960px;
  }
  #container #content {
    float: right;
    width: 720px; }
  #container #aside {
    float: left;
    width: 240px; }

#header {
  position: relative;
  z-index: 50;
  padding: 5px 0; }
  #header h1 {
    float: left; }
  #header img.banner 
  {
      padding-top:30px;
    float: left; }
    #header h1 a {
      display: block;
      margin: 30px 0 20px;
      color: #317edc;
      font-size: 42px;
      font-weight: bold;
      font-style: italic;
      letter-spacing: -3px;
      line-height: 35px; }
      #header h1 a span {
        display: block;
        line-height: 35px; }

#search {
  float: right;
  width: 150px;
  margin: 0 -5px 0 0;
  padding: 5px 0; }
  #search .legend {
    display: block; }
  #search .control {
    position: relative;
    _display: inline-block;
    _zoom: 1; }
    #search .control:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html #search .control {
      height: 1%;
      zoom: 1; }
  #search label,
  #search .alt a {
    float: left;
    width: 100px;
    margin-left: 0;
    padding: 6px 0;
    vertical-align: top; }
  #search input, #search select, #search textarea {
    width: 200px;
    padding: 3px;
    border: 1px solid #888; }
  /*#search input[type=text],
  #search input[type=password],
  #search textarea {
    padding-top: 4px;
    padding-bottom: 4px; }*/
  #search select {
    width: 208px;
    cursor: pointer; }
  #search textarea {
    height: 72px; }
  #search button {
    margin: 0;
    font-weight: bold;
    cursor: pointer; }
  #search .indent {
    margin-left: 100px; }
  #search .alt label {
    width: auto;
    padding: 3px 0;
    padding-right: 15px;
    cursor: pointer; }
    #search .alt label p, #search .alt label span, #search .alt label div {
      display: inline;
      vertical-align: top;
      line-height: 20px; }
  #search .alt input {
    width: auto;
    margin: 3px;
    margin-left: 0;
    padding: 0;
    border: 0;
    cursor: pointer; }
  #search .rows label {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    float: none;
    display: block;
    margin-left: 100px; }
    #search .rows label:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html #search .rows label {
      height: 1%;
      zoom: 1; }
  #search .rows a {
    margin-right: -100px; }
  #search .control {
    float: left;
    clear: none;
    padding-right: 15px; }
    #search .control * {
      float: left; }
  #search .indent {
    margin-left: 0; }
  #search label {
    width: auto;
    padding-right: 15px; }
  #search input {
    border: 1px solid red;
    float: left;
    width: 110px;
    padding: 5px 8px;
    color: #404a4f;
    background-image: url(../images/style/search.png);
    font-size: 11px;
    border: 0; }
    #search input {
      _padding-top: 7px; }
    *+html #search input[type=text] {
      padding-top: 7px; }
  #search button {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url(../images/style/search.png);
    background-position: 100% 0;
    text-indent: -9999em;
    border: 0; }
    #search button {
      _background-position: 102% 0; }
    #search button:hover {
      background-position: 100% -30px; }
    #search button:active {
      background-position: 100% -60px; }

#nav-top {
 /* float: right;*/
 position: absolute;
 right: 150px;
  padding: 0 ;
  font-size: 11px; }
  #nav-top a {
    padding: 11px 7px;
    color: #556269;
    text-transform: capitalize; }
    #nav-top a:hover {
      color: #317edc; }
    
 #nav-top .cms a
 {
    padding:2px 12px 0; 
    float:none;
 }      
 #nav-top a.cms-add-item
 {
    float:none;
 }   

#nav-main {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  margin: 0;
  list-style: none;
  float: right;
  clear: right;
  margin: 40px -10px 0 0;
  *margin: 32px -50px 0 0;
  _margin: 32px -10px 0 0;
   }
  #nav-main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html #nav-main {
    height: 1%;
    zoom: 1; }
  #nav-main li,
  #nav-main a {
    float: left;
    margin: 0; }
  #nav-main ul {
    position: relative;
    _display: inline-block;
    _zoom: 1;
    margin: 0;
    list-style: none; }
    #nav-main ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    *+html #nav-main ul {
      height: 1%;
      zoom: 1; }
    #nav-main ul li,
    #nav-main ul a {
      float: left;
      margin: 0; }
  #nav-main li {
    position: relative; }
    #nav-main li ul {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0; }
      #nav-main li ul li {
        float: none;
        display: block;
        _margin: 0 0 -3px; }
      #nav-main li ul a {
        float: none;
        display: block; }
  #nav-main {
    _width: 584px;
    z-index: 20; }
  *+html #nav-main {
    width: 584px; }
  #nav-main a {
    _margin: 1px;
    _padding: 12px 20px;
    _color: #404a4f;
    _font-size: 16px;
    _font-weight: bold;
    _text-transform: capitalize;
    _letter-spacing: -1px; }
  #nav-main li ul {
    display: none; }
  #nav-main > li {
    border: 0; }
    #nav-main > li > a {
      margin: 1px;
      /*padding: 12px 20px;*/
      padding: 8px 15px 16px;
      color: #404a4f;
      font-size: 16px;
      font-weight: bold;
      text-transform: capitalize;
      letter-spacing: -1px; }
    #nav-main > li:hover > a {
      position: relative;
      z-index: 8;
      margin: 0;
      color: #556269;
      background-color: #fff;
      border: 1px solid #a6adb0; }
    #nav-main > li:hover {
      box-shadow: 1px 1px 1px #ccc;
      -webkit-box-shadow: 1px 1px 1px #ccc;
      -moz-box-shadow: 1px 1px 1px #ccc; }
      #nav-main > li:hover ul,
			#nav-main li.sfhover ul {
        display: block; }
      #nav-main > li:hover a {
        border-bottom: 0; }
      #nav-main > li a:hover {
        color: #317edc; }
      #nav-main > li:hover .nochildren {
        border-bottom: 1px solid #a6adb0; }
    #nav-main li ul {
      height: auto;
      top: 40px;
      right: 0;
      padding: 3px 5px 3px;
      background-color: #fff;
      border: 1px solid #a6adb0;
      box-shadow: 1px 1px 1px #ccc;
      -webkit-box-shadow: 1px 1px 1px #ccc;
      -moz-box-shadow: 1px 1px 1px #ccc; }
      #nav-main > li ul li {
        padding: 0 5px 5px; }
      #nav-main > li ul a {
        width: 100%;
        color: #556269;
        font-size: 11px;
        line-height: 14px;
        border: 0;
        letter-spacing: 0;
        border: 0; }
        #nav-main > li ul a:hover {
          color: #317edc;
          border: 0; }
          
#nav-main > li.products-services ul ul {
      width: auto;
      margin-left: 0; }          
      #nav-main > li.products-services ul ul li.first a {
        background-color:white; }   
      #nav-main > li.products-services ul ul li.last a {
        background-color:white; }
      #nav-main > li.products-services ul ul li a {
        background-color:white;
        color:#556269;
        font-size:11px;
        margin:0;
        text-transform:none;
        width:100%;
        background-image:none; }        
  
#nav-main > li ul ul {
      visibility:hidden;}
#nav-main > li.products-services ul ul {
      visibility:visible;}            
 #nav-main > li.page361  ul.level4 {
      display:none;}          
#nav-main > li.products-services ul {
      width: 157px;
      margin-left: 0px; }          
            #nav-main > li.page361 ul {
      width: 300px;
      margin-left: -78px; }      
      #nav-main > li.products-services ul li {
        width: 100%;
        padding: 0;
        float: none; }
      #nav-main > li.page361 ul li {
        width: 50.0%;
        _width: 49%;
        padding: 0;
        float: left; }
      #nav-main > li.page361 ul.level3 {
        margin-bottom: 5px; }
      #nav-main > li.products-services ul a {
        width: auto;
        margin: 5px 5px 0 2px;
        padding: 5px;
        padding-left: 25px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        background-color: #317edc;
        background-image: url(../images/style/icons-small.png);
        background-position: 5px 5px;
        text-transform: capitalize;
        border: 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px; }
      
        #nav-main > li.page361 ul a {
            background-image: none;
            padding-left: 10px;
        }
        #nav-main > li.products-services ul li.first a{
          background-color: #2b6fc2; 
          background-position: 5px 5px; }          
        #nav-main > li.products-services ul li a {
          background-color: #23599c;
          background-position: 5px -20px; }
        #nav-main > li.products-services ul li.last a{
          background-color: #15355c;
          background-position: 5px -45px; }
      #nav-main > li.products-services  ulli:last-child a{
        margin-right: 0; }
      #nav-main > li.products-services ul ul {
        position: static;
        padding-top: 8px;
        border: 0;
        box-shadow: 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 #fff;
        -moz-box-shadow: 0 0 0 #fff; }
        #nav-main > li.products-services ul ul li {
          width: auto;
          float: none; }
        #nav-main > li.products-services ul ul a {
          padding: 0;
          font-weight: normal;
          border: 0; }
          
#nav-main li.products-services ul.level3
{
    padding:10px 20px 0px 0px;
    }
#nav-main li.products-services ul.level3 li.level3
{
		_height: 16px;
		position: relative;
    }
#nav-main li.products-services ul.level3 li.level3 a
{
    background-color:#E2EBF0;
    color: #27373F;    
    font-size:13px;
    padding:3px 0 3px 15px;
    }
#nav-main li.products-services ul.level3 li.level3 a:hover
{
    color: #317edc;
    }
    
#nav-main li.products-services ul.level3 ul.level4
{
    padding:5px 0 10px 0;
    }
#nav-main li.products-services ul.level3 ul.level4 li.level4
{
    padding:2px 0;
    }
#nav-main li.products-services ul.level3 li.level4 a
{
    background-color:white;
    font-size:11px;        
    color: #556269;
    }
#nav-main li.products-services ul.level3 li.level4 a:hover
{
    color: #317edc;
    }





#splash {
  position: relative;
  z-index: 10;
  max-height: 280px; 
  *height: 280px;
  }

  #splash.off {
    position: relative;
    overflow: hidden;
    min-height: 5px;
    *height: 5px;
    margin-top: 20px;
    background-color: #317edc;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px; }
#content-wrapper {
  position: relative;
  padding: 40px 0 0; }

#trail {
  position: absolute;
  top: 0;
  left: 0;
  width:630px;
  padding: 8px 0;
  font-size: 12px; }
  #trail li {
    padding: 0 5px 0 0;
    color: #a6adb0; }
  #trail a {
    margin: 0 5px 0 0;
    color: #556269; }
    #trail a:hover {
      color: #317edc; }
  #trail .selected a {
    color: #a6adb0; }


.shareicons{position:absolute; top:0px; right:0px; display:inline-block; padding-top:8px; width:300px;}
.shareicons div{position:absolute; top:8px; right:0px; }
 #content h1 span h1 {
      color: #a6adb0; }


.clearfix {
_height:100%;
}
body.certifications #content #content-in {
    _margin-right: 80px;
		_position: relative; 
		}
body.customers #content  {
		_padding-bottom:280px;
		}		
body.testimonials .clearfix {
		_height:150px;
		}
body.getting-started #content  {
		_padding-bottom:80px;
		}		
body.tsd-client-access #content  {
		_padding-bottom:580px;
		}				


#content 
{
  padding: 0 0 40px;
  color: #556269; }
  #content #content-in {
    margin-right: 280px;
		position: relative; 
		/*_position:absolute; */
		_width:60%;
		_overflow: hidden;
		float: none;
		}
  #content #content-in.homepage {_overflow: hidden;}
  #content #SubContent {
    clear:both; }
  h1, h2 {
    color: #404a4f;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: -1px; }
    #content h1 span, #content h2 span {
      display: block; }
    #content h1.space, #content h2.space {
      padding: 0 0 30px; }
  #content h1 {
    color: #317edc;}
    #content h1 span {
      color: #a6adb0; }
  #content h3 {
    padding: 0 0 5px;
    color: #404a4f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: -1px; }
  #content h4, #content h5 {
    padding: 0 0 5px;
    color: #404a4f;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em; }
  #content p {
    padding: 0 0 10px; }
    #content p.space {
      padding: 0 0 20px; }
  #content p a {
    color: #317edc;
    border-bottom: 1px solid #e2ebf0; }
    #content p a:hover {
      color: #404a4f;
      border-bottom: 1px solid #a6adb0; }
  #content ul, #content ol {
   padding: 0 0 10px;
     }
  #content ul li, #content ol  li{
   padding: 0 0 5px;
     }
  #content ul li a, #content ol  li a{
   color:#317EDC;
     }
  #content ul li a:hover, #content ol  li a:hover{
   color:#404a4f;
     }
    #content ul.space, #content ol.space {
      padding: 0 0 20px;
      *padding: 0 0 25px;
	  }
    #content .editable ul li  {
	/*background:url("../images/style/bullet.gif") no-repeat scroll 0 0 transparent;*/
	margin:0;
	padding:0 0 18px 5px;
	vertical-align:top;
	list-style:dots;
    line-height: 18px; }
    #content .editable ol li  {
	margin:0 0 0 25px;
	padding:0 0 18px 0;
	vertical-align:top;
    line-height: 18px; }
  #content blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    color: #404a4f;
    background-color: #e2ebf0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    #content blockquote p {
      padding: 0;
      font-size:16px;
font-weight:bold;
font-style:italic; }
  #content .newsArchiveLink {
    margin: 0 0 40px; 
    display:inline-block;}
    #content .article h1, #content .article h2, #content .article h3, #content .article h4 {
      font-size: 21px; }
      #content .article h1 a, #content .article h2 a, #content .article h3 a, #content .article h4 a {
        line-height: 1.3em; }
    #content .article .date {
      padding: 5px 0 10px;
      color: #a6adb0;
      font-size: 14px; }
  #content .getstarted,
  #content .getstarted:hover {
    position: absolute;
    top: 15px;
    right: 0;
    border: 0; }

#aside-sub {
  float: right;
  width: 220px;
	position: relative;
  padding: 0 0 40px; }
  #aside-sub .articles {
    padding: 10px 0 40px; }
    #aside-sub .articles li {
      width: 50%;
      margin: 0 0 10px; }
    #aside-sub .articles a {
      color: #404a4f;
      border-bottom: 1px solid #cdd3d6;
      line-height: 16px; }
      #aside-sub .articles a:hover {
        color: #317edc;
        border-bottom: 1px solid #317edc; }
    #aside-sub .articles .rss {
      padding-left: 25px;
      background-image: url(../images/style/icon-rss.png);
      background-position: 0 45%; }

.infobox {
	width: 92%;
  margin-bottom:25px;
  margin-top:20px;
  position: relative;
  padding: 15px 15px 5px;
  border: 1px solid #cdd3d6; 
	position: relative;
  clear:left;}
  .infobox .figure {
    position: absolute;
    top: -20px;
    right: -13px;}
  .infobox h1, .infobox h2, .infobox h3, .infobox h4, .infobox h5 {
    margin: 0 0 15px;
    font-size: 18px; }
  .infobox p {
    font-size: 11px; }

#content-footer .events .cms ul a
{
    background-color:transparent;
    background-image:url(../../cms/images/style/bg-buttonlink.png);
    background-position:0 0;
    color:#849DC1;
    display:block;
    font-size:10px;
    font-weight:bold;
    height:20px;
    line-height:18px;
    padding:2px 12px 0;
    text-decoration:none;
    text-transform:uppercase;
}
#content-footer .events .cms ul li
{
    background-image:url(../../cms/images/style/bg-buttonlink.png);
    background-position:100% -22px;
    display:block;
    height:22px;
    list-style-type:none;
    margin:0 2px 0 0;
    padding:0;
    width:auto;
}


#content-footer {
  position: relative;
  _display: inline-block;
  _zoom: 1;
  clear: both;
  margin-left: -40px;
  padding: 0 0 20px;
  font-size: 11px; }
  #content-footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html #content-footer {
    height: 1%;
    zoom: 1; }
  #content-footer {
    _width: 1000px; }
  *+html #content-footer {
    width: 1000px; }
  #content-footer .events,
  #content-footer .news,
  #content-footer .quotes {
    float: left;
    width: 220px;
    margin-left: 40px; 
    _margin-left: 25px; 
	}
    #content-footer .events blockquote,
    #content-footer .news blockquote,
    #content-footer .quotes blockquote {
      padding: 0 0 20px;
      color: #556269;
      font-size: 16px;
      font-weight: bold;
      font-style: italic;
      line-height: 20px;
      text-align: right; }
      #content-footer .events blockquote cite,
      #content-footer .news blockquote cite,
      #content-footer .quotes blockquote cite {
        padding: 5px 0 0;
        color: #a6adb0;
        font-size: 12px;
        text-align: right; }   
         
 
     
  #content-footer .news 
  {
      margin-top:0;
    width: 455px; }
  #content-footer .news .news {
    width: 455px; }
    #content-footer .news .news .article {
      float: left;
      width: 49.9%; }
      #content-footer .news .news .article a {
        display: block;
        float: none;
        /*padding: 5px 0;*/
        padding: 5px 10px 0px 0px;
        color: #556269;
        font-size: 15px;
        font-weight: bold;
        border: 0; }
      #content-footer .news .news .article .date {
        padding: 5px 0px 5px 0px;
        display: block;
        color: #a6adb0;
        font-size: 9px; }
      #content-footer .news .news .article .cat {
        display: none;
      }
      #content-footer .news .news .article p {
        padding: 5px 20px 10px 0;
        color: #556269;
        font-size: 11px;
        line-height: 14px; }
   .news h1.news, .news h2.news, .news h3.news, .news h4.news {
    margin: 0 0 15px;
    padding: 0 0 8px;
    color: #404a4f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    border-bottom: 1px solid #cdd3d6; }
	
   .quoteBox h1, .quoteBox h2, .quoteBox h3, .quoteBox h4 {
    margin: 0 0 15px;
    padding: 0 0 8px;
    color: #404a4f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    border-bottom: 1px solid #cdd3d6; }
  .article p.space {
    padding: 0 0 10px; }
  .article a {
    color: #317edc;
  /*  border-bottom: 1px solid #e2ebf0; */
  }
    .article a:hover {
      color: #404a4f;
      border-bottom: 1px solid #a6adb0; }
  .quoteBox a {
    color: #317edc;
    border-bottom: 1px solid #e2ebf0; }
    .quoteBox a:hover {
      color: #404a4f;
      border-bottom: 1px solid #a6adb0; }
  .news a.newsArchiveLink {
    color: #317edc;
    border-bottom: 1px solid #e2ebf0; }
    .news anewsArchiveLink:hover {
      color: #404a4f;
      border-bottom: 1px solid #a6adb0; }

 #content-footer .events {
    width: 200px; }        
        
#content-footer .events .news, #content-footer .news .news
{
    margin:0;}        
#content-footer .events .news
{
	width:200px;
}
#content-footer .events .news .article
{
    padding: 0 0 10px 25px;
    background-image: url(../images/style/icon-date.png);
    background-position: 0 20%;
    float:left;
    width:98%;
}
#content-footer .events .news .article a
{
    display: block;
    float: none;
    padding: 5px 0;
    color: #556269;
    font-size: 15px;
    font-weight: bold;
    border: 0; 
}
#content-footer .events .news .article .date
{
    display: block;
    color: #a6adb0;
    font-size: 9px;
}
#content-footer .events .news .article .excerpt
{
    display: none;
}
#content-wrapper .news a
{
    clear:both;
    float:left;
}
#content-wrapper .news .article a
{
    display: block;
    float: none;
    padding: 5px 0;
    color: #556269;
    font-size: 15px;
    font-weight: bold;
    border: 0;
}
#content-wrapper .news .article .date
{
    display: block;
    color: #a6adb0;
    font-size: 9px;
}
#content-wrapper .news .article p
{
    padding: 5px 20px 10px 0;
    color: #556269;
    font-size: 11px;
    line-height: 14px;
}
#content-in .news .article {
      float: left;
      width: 49.9%; }

#footer {
	clear: both;
	position: relative; 
  margin: 40px 0 20px;  
  padding: 10px 0;
  color: #a6adb0;
  font-size: 11px;
  border-top: 1px solid #e2ebf0;}
  #footer p {
    padding: 0 0 5px;
    font-size: 11px; }
  #footer a {
    color: #404a4f;
    border-bottom: 1px solid #e2ebf0;
    line-height: 14px; }
    #footer a:hover {      
	  color: #317edc;
      border-bottom: 1px solid #e2ebf0; }
  #footer ul li {
    margin: 0 10px 0 0; }

@media print {
  body {
    font-size: 12pt; } }
.newsItem h2 
{
    color:#404A4F;
    font-size:30px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:1.3em;
}
.newsItem .date 
{
    color:#A6ADB0;
    font-size:14px;
    padding:5px 0 10px;
}
.ui-sortable-highlight {
margin:-1px;
}

#searchform label {
    width: auto;
    padding-right: 15px; }
  #searchform input {
    border: 1px solid red;
    float: left;
    width: 110px;
    padding: 5px 8px;
    color: #404a4f;
    background-image: url(../images/style/search.png);
    font-size: 11px;
    border: 0; }
    #search input {
      _padding-top: 7px; }
    *+html #search input[type=text] {
      padding-top: 7px; }
  #searchform button {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url(../images/style/search.png);
    background-position: 100% 0;
    text-indent: -9999em;
    border: 0; }
    #searchform button {
      _background-position: 102% 0; 
      *background-position: 100% 0; 
	  *left:-5px;
	  *position:relative;
	  }
    #searchform button:hover {
      background-position: 100% -30px; }
    #searchform button:active {
      background-position: 100% -60px; }
      
.search-results .results
{
    margin-top:25px;
}
#content div.grey, #content div.grey, #content div.grey h1, #content div.grey p, #content div.grey h2, #content div.grey h3
{
    color:#A6ADB0;   
}
div.space
{
    padding: 0 0 30px; 
    display:block;
}
div.homeSpace
{
	width: 440px;
	display:inline-block;
}

.control textarea, .control input, .control select
{
    background-color:inherit;
    border:1px solid gray;
}
.preview blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    color: #404a4f;
    background-color: #e2ebf0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    
.quoteBox, .quoteBox li{
	list-style:none;
	}
.quoteBox{
	}
.quoteBox li{
	display:none; /* hide the items at first only */
	}
	
.cms, .ui-dialog, .ui-widget
{
    z-index:20;   
}
#content-in .smallBox
{
    width:32%;
    float:left;
    display:block;
    overflow:hidden;
}
#content-in .smallBoxCenter
{
    margin:0 2%;
}
.toolbar-in h1, .toolbar-in h2 {
	font-size:11px !important;
}


/*cms fixes*/
.ui-dialog .ui-dialog-content {
*position:relative;
}

#div_edittemplate .control
{
    padding:10px 0;
    display:inline-block;
}
#div_edittemplate .control label
{
    display:inline-block;
    width:75px;
    vertical-align:top;
}
#div_edittemplate .control span
{
    display:inline-block;
}
/*end*/

.infobox h3
{
    width:140px;
}
.infobox h3 a
{
    width:140px;
    color:#404A4F;
}
.infobox h3 a:hover
{
    color:#317edc;
}

ul.archive a 
{
  border:none;
  float:left; 
  background-color:#E2EBF0;
    color: #27373F;    
    padding:3px 45px 3px 15px;
    }
ul.categories a 
{
padding:0 5px 0 0;
  background:none;
    }
ul.archive a:hover
{
  color: #317edc;
}
ul.archive li
{
    margin:0 0 10px;
    width:50%;    
	float:left;
	display:inline;

	
	}

ul.archive li ul.months
{    
    margin:10px 0px 0 0px;
    clear: both;
}
ul.archive li ul.months li
{
    clear:both;
    margin: 0 0 5px;
}
ul.archive li ul.months li a
{
  color:#556269;  
  padding: 3px 40px 2px 15px;
  background:none;
  	_margin:0;
	_padding:3px 10px 2px 5px;
}
ul.archive li ul.months li a:hover
{
  color: #317edc;
}
#content div.question h3.open {
background-image:url("../images/style/ico-minus.png");
}

.faq {
width:99%;
}
#content div.question h3 {
background-image:url("../images/style/icon-plus.png");
background-position:5px 50%;
background-color:Transparent;
cursor:pointer;
margin:0px 0px 0px 0px;
padding:0.5em 2em;
color:#317edc;
border-bottom: 1px solid #f1f1f1;
}
#content div.question p {
margin:0;
padding:10px 0px 0px 10px;
}

.faq .question {
    background:url("../images/style/bg-faq1.gif") repeat-x 0px 1px ;
    border: 1px solid #cdd3d6;
    margin-bottom:3px;
    float:left;
    display:block;
    width:100%;
    _width:99%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*behavior: url(/content/css/pie.htc);*/
}
.faq .question .answer {
 margin:10px;
}
.faq .question .answer ul li {
margin:0px 0px 10px 0px; line-height:1.6em;
}


.dynamic-form 
{
    padding: 10px;
}
.dynamic-form .control
{
    padding: 0 0 5px 0;    
	width:95%;
}
.dynamic-form .control label
{
    display:inline-block;
    min-width:65px;    
	width:25%;
	_width:35%;	
	margin-bottom:5px;
}
.dynamic-form .control label.error
{
    display:none !important;
}
.dynamic-form .control input
{
    min-width:118px;
	width:60%;
	vertical-align:top;
}
.dynamic-form .control select.error, .dynamic-form .control input.error, .dynamic-form .control textarea.error, .dynamic-form .control select .error
{
    border:1px solid red;
}
.dynamic-form .control select
{
    min-width:120px;
	width:60%;
}
.dynamic-form .control textarea
{
    min-width:185px;
	width:60%;
	height:75px;
}
.dynamic-form .RadioButtons 
{
	padding:0 0 10px;
}
.dynamic-form .RadioButtons label
{
	display:inline;
	width: auto;
}
.dynamic-form .CheckBox label
{
	display:none;
}
.dynamic-form .checkbox, .dynamic-form .CheckBox
{
	display:block;
	padding:5px;
	width:60%;
}
.dynamic-form .checkbox input, .dynamic-form .CheckBox input
{
	display:inline-block;
	height:15px;
	min-width:15px;
	position:relative;
	width:15px;
	border: 0px solid black;
}
.dynamic-form .checkbox label
{
display:inline;
position:relative;
vertical-align:text-bottom;
}

/*hidden overlay div*/
#hiddenOverlay
{
    display:none;
    border:2px solid red;
    margin:20px 0;
}

#hiddenOverlay h2
{
    font-size:16px;
    padding:10px;
}

#overlayDiv
{
    
}

#overlayDivClose
{
    bottom:10px;
    font-weight:bold;
    position:absolute;
    right:10px;
	text-align:right;
}
/*hidden overlay div end*/

/*boxesX3*/
.boxesX3
{
    clear:left;
	display:block;
	min-height:178px;
}
.boxesX3 .box
{
    display:inline-block;
    margin:0 4px;
    background-image:url("../images/style/LightBlueTop.jpg"); 
    background-position:top right;
    background-color:#C6E0F9;
    width:142px;    
    min-height:95px;    
    float:left;
}
.boxesX3 .first
{
    margin:0;
}
.boxesX3 .last
{
    margin:0;    
}
#content .boxesX3 .box a.boxLink
{
    background-image:url("../images/style/LightBlueBottom.jpg");    
    height:43px;
    width:100%;    
    display:block;
}
#content .boxesX3 .box p
{
    color:#317EDC;  
    padding:30px 10px 0 10px;
    height:95px;
    overflow:hidden;
}
#content .boxesX3 .box a
{
    color:#317EDC;    
    border:none;
}
#content .boxesX3 .box a:hover
{
    color:#317EDC;    
    border:none;
}
/*boxesX3 end*/

/*boxesX3-v2*/
.boxesX32
{
    clear:left;
	display:block;
	min-height:150px;
}
.boxesX32 .box
{
    display:inline-block;
    margin:0 4px;
    background-image:url("../images/style/l1.jpg"); 
    background-position:top right;
    background-color:#C6E0F9;
    width:142px;    
    min-height:40px;    
    float:left;
}
.boxesX32 .first
{
    margin:0;
}
.boxesX32 .last
{
    margin:0;    
}
#content .boxesX32 .box a.boxLink
{
    background-image:url("../images/style/l2.jpg");    
    height:43px;
    width:100%;    
    display:block;
}
#content .boxesX32 .box p
{
    color:#317EDC;  
    padding:30px 10px 0 10px;
    height:48px;
    overflow:hidden;
    font-weight: bold;
    font-size:14px;
}
#content .boxesX32 .box a
{
    color:#317EDC;    
    border:none;
}
#content .boxesX32 .box a:hover
{
    color:#317EDC;    
    border:none;
}
/*boxesX3-v2 end*/

/*fancyList end*/
.fancyList ul
{
    margin:0;
    padding:0;
    list-style:none;
    background-image:url("../images/style/list-start.jpg");    
    background-repeat:repeat-y;
    clear:left;
}
.fancyList ul li
{
    background-image:url("../images/style/list-end.jpg");  
    background-position:right;
    background-color:#1867C6;
    margin:10px 0 10px 30px;
    padding:9px 10px;
    color:White;
    font-size:13px;
    font-weight:bold;
    height:18px;
    overflow:hidden;
    line-height:18px;
}
/*fancyList end*/

/*pagination-clean */
ul.pagination-clean 
{
   list-style:none;
   margin:0;
   padding:0;

}
ul.pagination-clean li
{
     float:left;    
     display:block;
     padding:5px;
}
ul.pagination-clean li a
{
     display:block;
     float:left;    
  
}
ul.pagination-clean li.next 
{
    padding:2px;
}
ul.pagination-clean li.next a
{
    text-indent: -9999px;
    background-image:url("../images/style/arrow-r.jpg");  
    height:18px;
    width:18px;    
}
ul.pagination-clean li.next-off
{
    text-indent: -9999px;
    background-image:url("../images/style/arrow-r-off.jpg");  
    height:18px;
    width:18px;
    margin:2px 0;
    padding:0;
}
ul.pagination-clean li.previous 
{
    padding:2px 0;
}
ul.pagination-clean li.previous a
{
    text-indent: -9999px;
    background-image:url("../images/style/arrow-l.jpg");  
    height:18px;
    width:18px;
}
ul.pagination-clean li.previous-off
{
    text-indent: -9999px;
    background-image:url("../images/style/arrow-l-off.jpg");  
    height:18px;
    width:18px;
    margin:2px 0;
    padding:0;    
}
/*pagination-clean end*/

/*fancy quote */
.fancy {
margin:0px 0;
height:100%;
min-height:100%;
position: relative;
}
#content .fancy blockquote
{
    padding:10px 45px;
	margin: 0;
}
#content .fancy blockquote.two
{
    padding:10px 40px 80px 40px;
	margin: 0;
}
#content .fancy blockquote p
{
    text-align:center;
}
.fancy img.qopen
{
    left:5px;
    position:absolute;
    top:5px;
	background-color:#E2EBF0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties)
	}
.fancy img.qclose
{
    right:5px;
    position:relative;
    bottom:35px;
    float:right;
	background-color:#E2EBF0;
}
.fancy img.qclosetwo
{
    right:5px;
    position:absolute;
    bottom:60px;
    float:right;
	background-color:#E2EBF0;
}
/*fancy quote end*/


.centeralign {text-align:center}
.excerpt { display:block;/*padding: 5px 0;*/ padding:10px 20px 0px 0px;line-height: 1.4em;color:#444; }


/*job */
#content .job
{
    clear:both;
	display:block;
}
.job h1.mainTitle, #content .job h1.mainTitle
{
    text-transform:uppercase;
    margin-left:25px;
}
.job h1.title, #content .job h1.title
{    
    color:#A6ADB0;
    font-size:20px;
    margin:10px 25px ;
}
.job .header h1.title, #content .job .header h1.title
{    
    background-image:url("../images/style/end-left.jpg"); 
    background-color:#317EDC;
    height:36px;
    font-size:18px;
    margin:0 17px 0 0;
    color:White;
    height:29px;
    margin:0 17px 0 0;
    padding:7px 0 0 25px;
}
.job .header
{
    clear:both;
}
.job .header ul, #content .job .header ul
{
    margin:10px 25px;
	font-size:16px;
}
.job .header p, #content .job .header p
{
    margin:10px 25px;
	font-size:16px;
}
.job .header img, #content .job .header img
{
    position:relative;
    top:-36px;
    float:right;
}
.job .left img, #content .job .left img
{
    float:right;
}
.job .left
{
    width:49%;
    float:left;
    clear:none;    
}
.job .right
{
    width:49%;
    clear:none;    
    float:right;    
}

/*job end*/
form button{
background-color:white;
border:1px solid #E2EBF0;
color:#317EDC;
font-weight:bold;
padding:5px;
background-color:#EBF1F4;
}
form button:hover{
border:1px solid gray;
}
br.clear {
clear:both;
}

.QuoteLink {
font-size:12px;
font-weight:normal;
font-style: italic;
padding:0px 0px 0px 0px;
color:#317edc; 
width: 90%;
position: absolute;
bottom: 10px;
left:10px;
}
a:link.QuoteLink {
color:#317edc; 
} 
a:hover.QuoteLink {
color:#317edc; 
} 
a:visited.QuoteLink {
color:#317edc;
} 

.calltoaction{background:url(../images/ctoa-joinnow.png) top left no-repeat; position:relative; height:140px; width:216px; display:block; cursor:pointer; margin-bottom:15px; padding:30px 0 0 20px !Important; }
.calltoaction:hover{background-position:bottom left;}
.calltoaction p
{
	margin:0; 
	display:block; 
	width:100px;
	height:auto !important;  
	float:left;
	clear:left;
	line-height:22px; 
	font-weight:bold; 
	color:#c4d8f1 !important; 
	font-size:18px;
	font-size:18px;
	letter-spacing:-1px;
	}
.calltoaction span{color:#fff; }


/** --- logo --**/

.logoHolder {
width:960px;
position:relative;
margin:0px 0px 30px 0px;
padding-bottom:30px;
}
.logoHolder h2 {
color:#60256d;
font-style:italic;
font-size:40px;
}
.onestyle {
margin-right:10px;
}

.logoHeader {
background-image:url("../images/logoimg.png"); 
background-repeat:no-repeat;
height:320px;
width:960px;
margin:0px;
padding:0px;
}

.logoIntro {
width:475px;
height:278px;
float:right;
border-bottom:1px solid #60256d;
}
.logoIntro h1 {
color:#60256d;
font-size:40px;
font-style:italic;
line-height:1.1em;
}
.logoIntro p {
color:#404a4f;
margin:20px 0px 20px 0px;
}
.logoAssets {
clear:both;
padding-top:0px;
padding-bottom:30px;
display:block;
position:relative;
float:left;
}

h2.downloadHeader {
background-color:#60256d;
padding:20px 20px 20px 10px;
color:#ffffff;
font-size:20px;
background-image:url("../images/d3.png"); 
background-repeat:no-repeat;
background-position:240px 10px;
font-style:normal;
}
ul.downloadLinks {
margin:10px 0px 0px 10px;
padding:0px;
list-style:none;
width:140px;
float:left;
}
ul.downloadLinks.purple {
color:#60256d;
font-weight:bold;
}
ul.downloadLinks li {
margin:0px 0px 12px 0px;
padding:0px 0px 2px 0px;
height:13px;
display:block;
}
ul.downloadLinks li a:link {
}
.downloadLogo {
padding:5px;
background-color:#404a4f;
color:#ffffff;
margin-right:5px;
_margin-right:10px;
margin-bottom:3px;
float:right;
}
a:hover.downloadLogo {
padding:5px;
background-color:#60256d;
color:#ffffff;
margin-right:5px;
_margin-right:10px;
margin-bottom:3px;
float:right;
}
span.grey {
color:#404a4f;
}



.boxgridz{ 
width: 310px; 
height: 290px; 
float:left; 
position: relative; 
}
.boxgridz.middle{
margin-left:12px;
margin-right:12px; 
}
.boxgridz p{ 
text-align:center;
color:#404A4F;
}

.boxgrid{ 
width: 310px; 
height: 220px; 
margin:15px 0px 0px 0px; 
float:left; 
background:#ffffff; 
border: solid 1px #60256d; 
overflow: hidden; 
position: relative; 
}
.boxgrid.middle{
margin-left:12px;
margin-right:12px; 
}
.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid p{ 
padding: 0 10px; 
color:#afafaf; 
font-weight:bold; 
font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
float: left; 
position: absolute; 
background: #000; 
height: 100px; 
width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
top: 260;
left: 0;
}
.caption .boxcaption {
top: 220;
left: 0;
}


a.logobtn {
background-image:url("../images/logobutton.png"); 
background-repeat:no-repeat;
width:140px;
height:25px;
float:left;
padding:15px 0px 0px 0px;
display:block;
color:#ffffff;
font-weight:bold;
font-size:15px;
text-align:center;
}
a:hover.logobtn {
background-image:url("../images/logobutton.png"); 
background-repeat:no-repeat;
background-position: 0px -40px;
width:140px;
height:25px;
float:left;
padding:15px 0px 0px 0px;
display:block;
color:#ffffff;
font-weight:bold;
font-size:15px;
}
.logobtn.left {
margin-right:10px;
background-image:url("../images/logobutton.png"); 
}

.customlogin 
{
	width:300px;
}
.customlogin .control 
{
	padding:0 0 5px;
	width:95%;
}
.customlogin .control label
{
	display:inline-block;
	margin-bottom:5px;
	min-width:65px;
	width:25%;
}
.customlogin .control input
{
	min-width:118px;
	vertical-align:top;
	width:60%;
}


/** team**/
#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 410px;
    width: 720px;
    overflow:hidden;
    position: relative;
    clear: left;
    background: #ffffff;
    border-bottom: 1px solid #317edc;
    border-top: 1px solid #317edc;
    padding-bottom:3px;
    padding-top:3px;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 410px;
    width: 720px;
}

/** team bits start **/
.teamtitle {
font-style:italic;
}
.profileInfo {
margin:10px;
padding:10px;
width:220px;
background-color:#f0f5f6;
height:370px;
/* for IE */
filter:alpha(opacity=70);
/* CSS3 standard */
opacity:0.7;
}
.profileInfo.right {
float:right;
}
#content .profileInfo h1 {
color:#000000;
font-size:20px;
padding-bottom:10px; 
}
#content .profileInfo p {
color:#000000;
}
.scrollContainer div.panel.one {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/1.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.two {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/2.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.three {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/3.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.four {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/4.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.five {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/11-1.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.six {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/5.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.seven {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/6.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.eight {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/7.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.nine {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/8.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.ten {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/9.jpg);
    background-repeat:no-repeat;
}
.scrollContainer div.panel.eleven {
    padding: 0px;
    height: 410px;
    width: 720px;
    background-image: url(../images/team/10.jpg);
    background-repeat:no-repeat;
}

/** team bits end **/

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    float:left;
    margin-right: 0px;
    padding-bottom:3px;
}

ul.navigation a {
    padding: 0px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.hide {
    display: none;
}

/** tabs **/
ul.navigation li.one a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/onegraham.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.one a:hover {
    background-image: url(../images/team/onegraham.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.one a.selected {
    background-image: url(../images/team/onegraham.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 2**/
ul.navigation li.two a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/twokeegan.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.two a:hover {
    background-image: url(../images/team/twokeegan.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.two a.selected {
    background-image: url(../images/team/twokeegan.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 3**/
ul.navigation li.three a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/threelow.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.three a:hover {
    background-image: url(../images/team/threelow.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.three a.selected {
    background-image: url(../images/team/threelow.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 4**/
ul.navigation li.four a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/fourschwartz.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.four a:hover {
    background-image: url(../images/team/fourschwartz.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.four a.selected {
    background-image: url(../images/team/fourschwartz.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 5**/
ul.navigation li.five a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/elevendan.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.five a:hover {
    background-image: url(../images/team/elevendan.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.five a.selected {
    background-image: url(../images/team/elevendan.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 6**/
ul.navigation li.six a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/fiverandolph.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.six a:hover {
    background-image: url(../images/team/fiverandolph.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.six a.selected {
    background-image: url(../images/team/fiverandolph.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 7**/
ul.navigation li.seven a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/sixmcLaughlin.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.seven a:hover {
    background-image: url(../images/team/sixmcLaughlin.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.seven a.selected {
    background-image: url(../images/team/sixmcLaughlin.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 8**/
ul.navigation li.eight a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/sevenpenny.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.eight a:hover {
    background-image: url(../images/team/sevenpenny.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.eight a.selected {
    background-image: url(../images/team/sevenpenny.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 9**/
ul.navigation li.nine a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/eightcole.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.nine a:hover {
    background-image: url(../images/team/eightcole.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.nine a.selected {
    background-image: url(../images/team/eightcole.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 10**/
ul.navigation li.ten a {
    padding: 0px;
    height: 131px;
    width: 65px;
    background-image: url(../images/team/nineconway.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.ten a:hover {
    background-image: url(../images/team/nineconway.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}

ul.navigation li.ten a.selected {
    background-image: url(../images/team/nineconway.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 65px;
    display:block;
}
/** 11**/
ul.navigation li.eleven a {
    padding: 0px;
    height: 131px;
    width: 70px;
    background-image: url(../images/team/tenneal.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    display:block; 
    text-indent:-9000px;
}
ul.navigation li.eleven a:hover {
    background-image: url(../images/team/tenneal.jpg);
    background-repeat:no-repeat; 
    background-position: 0px -131px;
    height: 131px;
    width: 70px;
    display:block;
}

ul.navigation li.eleven a.selected {
    background-image: url(../images/team/tenneal.jpg);
    background-repeat:no-repeat;
    background-position: 0px -131px;
    height: 131px;
    width: 70px;
    display:block;
}

    /* tooltip styling. by default the element to be styled is .tooltip  */
    .tooltip {
	    display:none;
	    background:transparent url(../images/black_arrow.png);
	    background-repeat:no-repeat;
	    font-size:12px;
	    height:70px;
	    width:160px;
	    padding:45px 25px 25px 25px;
	    margin-top:50px;
	    color:#fff;	
	    text-align:center;
    }
    
.exchangeBox
{
	display: block;
	width: 720px;
	clear: both;
}   
.exchangeBox .cms-module
{
	float:left;
	width:auto;
	min-width:240px;
}  
.control .exchange, .control .job, .control .exchangefeatured {width:100%; float:none;}
.exchange
{
	clear:none;
	display:block;
	float:left;
	height:175px;
	width:300px;
	position:relative;
	padding:0px;
	_margin:10px 0px 0px 0px;
}    
.exchangeTitle
{
	padding:0 0 10px;
}    
.exchangeTitle a
{
	border-bottom:1px solid #E2EBF0;
	color:#317EDC;
	font-size:14px;
} 
.exchangeTitle a:hover
{
	border-bottom:1px solid #E2EBF0;
	color:#000000;
	font-size:14px;
}    
.exchangeImg
{
	padding:5px;
	width:95px;
	background-color:#404A4F;
	position:relative;
	z-index:0;
}    
.exchangeImg a
{
}    
.exchangeContent {
display:none;
left:115px;
padding:10px;
position:absolute;
top:22px;
width:150px;
background-color: #E2EBF0;
color:#556269;
min-height:150px;
background-image:url(../images/info.jpg);
background-repeat:no-repeat; background-position:top center;
z-index:5;
}

.exchangeContent p {
margin-top:40px;
font-size:11px;
text-align:center;
}
.exchangeContent li {
margin:0px 0px 10px 0px;
}

.exchange.over .exchangeContent {
display: block;
}


.exchangefeatured {
    clear:none;
	display:block;
	float:left;
	min-height:235px;
	width:415px;
	position:relative;
	padding:10px;
	margin:20px 0px 20px 0px;
	background-color:#E2EBF0;
	border:1px solid #ddd;
}
.exchangeImgfeatured {
    padding:0px;
	margin:0px;
	width:136px;
	height:180px;
	background-color:transparent;
	position:relative;
	z-index:0;
	border:5px solid #404A4F;
	float:left;
}
.exchangeContentfeatured {
    display:block;
    padding:0px 0px 0px 15px;
    width:245px;
    background-color: #E2EBF0;
    color:#556269;
    min-height:150px;
    background-image:none;
    float:left;
}
#content .exchangeContentfeatured p {
   padding:0px;
   margin:0px;
}
#content .exchangeContentfeatured li {
   padding:0px;
   margin:0px 0px 10px 0px;
}
.exchangeTitlefeatured {
    padding:0px;
    font-size:20px;
    padding-bottom:15px;
}
.exchangeTitlefeatured h4 {
  font-weight:bold;
  font-style:italic;
  padding-bottom:5px;
}
.exchangeTitlefeatured a.tracked {
    color:#317EDC;
}


/* navigation selector */

.page-container
{
    padding-top: 20px;
    position: relative;
}

#region
{    
    font-weight: bold;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 5px;
}


#nav-page-tree
{
    position: absolute;
    top: 5px; 
    right: 0;
    z-index: 9999999;
    font-size: 11px;
    color: #404A4F;
	text-align: right;
}

#nav-page-tree a,
#region-selector a
{
    color: #556269;
}

#nav-page-tree a:hover,
#region-selector a:hover
{
    color: #317EDC;
}

/*.page-container
{
    position: relative;
}*/

#region-selector
{
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
}

#region-selector .nav-container
{
	clear: both;
}

#region-selector h3
{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
#region-selector h4
{
    font-weight: bold;
    float: left;
    width: 90px;
    clear: both;
    background-repeat: no-repeat;
    height: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
}

#region-selector .nav-region li
{
    list-style-type: none;
}
#region-selector .nav-region ul li
{
    font-size: 11px;
}

#region-selector .nav-region
{
    /*float: left;*/
    margin: 0;
    font-size: 12px;
}

#region-selector .nav-region.trading,
#region-selector h4.trading
{
    margin-bottom: 0;
}

#region-selector .nav-region a
{
    line-height: 16px;
}

#region-selector h4.homepage
{
    background-image: url(../images/icon-globe-blue-small.png);
}

#region-selector h4.payments
{
    background-image: url(../images/icon-pay-small.png);
}

#region-selector h4.telecom
{
    background-image: url(../images/icon-tel-small.png);
}

#region-selector h4.trading
{
    background-image: url(../images/icon-tra-small.png);
}

#region-selector .border
{
    margin-top: 26px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
}

#region-selector .notch {
    position: absolute;
    top: 13px;
    right: 10px;
    margin: 0;
    border-top: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}
#region-selector .border-notch { border-bottom-color: #ccc; top: 12px; }

.resource-centre-logon form
{
}
       
.resource-centre-logon label
{
    display: block;
    padding-bottom:10px;
}

.resource-centre-logon input,
.resource-centre-logon select
{
    display: block;
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 1em;
    width: 200px;
}

a.news-download-link,
a.resource-centre-register-link
{
margin:10px 0px 10px 0px;
display:block;
background-image: url(../images/resource-btn.jpg);
width:220px;
height:35px;
text-indent:-900000px;
}

a.news-download-link {
background-position:0px -40px;
}

/*


.resource-centre-logon form.register-form button {
background-image: url(../images/resource-btn.jpg);
background-position:0px -40px;
width:220px;
height:35px;
border:0; cursor:pointer; text-indent:-9000px;
display:block;
clear:both;
}

a:hover.news-download-link.tracked { background-position:0px -40px;}

.logOn {
margin:20px 0px 0px 0px;
}
*/

.resource-center .article
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2EBF0
}

ul.pagination-clean li
{
    padding: 5px !important;
}

.tag-cloud a.tag-1 { font-size: 0.7em; font-weight: 100; }
.tag-cloud a.tag-2 { font-size: 0.8em; font-weight: 200; }
.tag-cloud a.tag-3 { font-size: 0.9em; font-weight: 300; }
.tag-cloud a.tag-4 { font-size: 1.0em; font-weight: 400; }
.tag-cloud a.tag-5 { font-size: 1.2em; font-weight: 500; }
.tag-cloud a.tag-6 { font-size: 1.4em; font-weight: 600; }
.tag-cloud a.tag-7 { font-size: 1.6em; font-weight: 700; }
.tag-cloud a.tag-8 { font-size: 1.8em; font-weight: 800; }
.tag-cloud a.tag-9 { font-size: 2.2em; font-weight: 900; }
.tag-cloud a.tag-10 { font-size: 2.5em; font-weight: 900; }

.tag-cloud
{
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.tag-cloud li { display: inline; line-height: 2em; }


/* styling for the image wrapper  */
.imageRotatorWrap {
	width:700px;
	margin:0;
	padding:8px;
	height: 500px;
	text-align:center;
	border:1px solid #ddd;
	overflow: hidden;
}
.imageRotator 
{
	overflow: hidden;
	z-index: 1;
	width: 700px;
	position: absolute;
}
.imageRotatorNew
{
	z-index: 2;
}
.imageRotatorNav
{
	position: relative;
	top: 380px;
	height:105px;
}
.imageRotator img
{
	float: left;
}
.imageRotator .imageRotatorContent
{
	text-align:right;
	float: right;
	width: 680px;
	padding: 10px;
	height: 355px;
	margin-top: -375px;
	 /*background-color: #40A5E6;*/
	background: transparent url(/content/images/style/transparent-blue.png);
	/*background: rgba(64,165,230,0.85) none;*/ /* Should be ignored by browsers that don't support rgba */

}
.imageRotator .imageRotatorContent p, .imageRotator .imageRotatorContent p
{
	clear:both;
	width: 170px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: White;
	word-wrap: break-word;
	padding:0 0 15px;
	float: right;
}
.imageRotator .imageRotatorLink
{
	margin-top: -75px;
	padding: 10px;
	background-color: #40A5E6;
	float: Left;
	margin-left: 1px;
}
.imageRotator .imageRotatorLink a
{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: White;
}
.imageRotatorHover
{
	cursor:pointer;
}

.imageRotatorHover .imageRotatorLink a, .imageRotatorHover .imageRotatorContent p
{
	color: black;
}

.scrollable
{
	position:relative;
	overflow:hidden;
	width: 664px;
	height: 125px;
	float: left;
	padding:0;
}
.scrollable .items
{
	width:20000em;
	position:absolute;
	top: 10px;
}
.scrollable .items .item
{
	float: left;
	padding: 5px;
	float: left;
	padding: 0 13px;
	position:relative;
	width: 140px;
}
.scrollable .items .item img
{
	width: 140px;
}
.scrollable .items .item img:hover, .scrollable .items .item img.hover
{
	cursor:pointer;
	-moz-box-shadow: 0px 0px 10px 3px rgb(64, 165, 230);
	-webkit-box-shadow: 0px 0px 10px 3px rgb(64, 165, 230);
	box-shadow: 0px 0px 10px 3px rgb(64, 165, 230);
	behavior: url(/content/css/pie.htc);
}
.scrollable .thumbText
{
	background-color: #ffffff;
	bottom: 15px;
	color: #000000;
	padding: 2px 5px;
	overflow: hidden;
	max-width: 130px;
	display: block;
	position: absolute;
	left: 13px;
	_float:left;
	
}
a.browse
{
	float: left;	
	cursor:pointer;
	width: 18px;
	height: 95px;
	background-position: 0 44px;
}
a.left
{
    background-image: url(../images/style/arrow-l.jpg);
    clear: left;
}
a.left.disabled
{
    background-image: url(../images/style/arrow-l-off.jpg);
}
a.right
{
    background-image: url(../images/style/arrow-r.jpg);
    clear:right;
}
a.right.disabled
{
    background-image: url(../images/style/arrow-r-off.jpg);
}


		ul.tnspay-nav
		{
			overflow: auto;
			margin: 0;
			padding: 0 !important;
		}
		ul.tnspay-nav li
		{
			float: left;
			padding: 0 !important;
			list-style-type: none;
		}
		ul.tnspay-nav li {margin-right:47px;}
		ul.tnspay-nav li.first {margin-left:13px;}
		ul.tnspay-nav li a
		{
			display: block;
			width: 64px;
			height: 65px;
			text-indent: -999em;
		}
		ul.tnspay-nav li a.about-tns-pay {background-image: url("/content/images/1abouttnspay.jpg");}
		ul.tnspay-nav li a.press-area {background-image: url("/content/images/2pressarea.jpg");}
		ul.tnspay-nav li a.retail {background-image: url("/content/images/3retail.jpg");}
		ul.tnspay-nav li a.ecommerce {background-image: url("/content/images/4ecommerce.jpg");}
		ul.tnspay-nav li a.moto {background-image: url("/content/images/5moto.jpg");}
		
		
		.tnspay #header h1
		{
			background-image: url("/content/images/tnspay.jpg");
			height: 123px;
			width: 239px;
			text-indent: -999em;
		}
		
		.tnspay #header h1 a
		{
			height: 123px;
			margin: 0;
		}
		
		.tnspay #header h1 a span
		{
			display: inline;
		}
        
        html #container #content div.space div.faq div.question .answer {
            clear:both;
        }
        #content div.question h3.open {
        background-image: url("../images/style/icon-min.png");
        /*clear:both;*/
        display:block;
        }
        
/* action box */

.actionbox {
  width: 99%;
  margin-bottom:10px;
  margin-top:0px;
  position: relative;
  padding: 15px 15px 5px;
  border: 1px solid #cdd3d6; 
  position: relative;
  clear:left;
  background: url("../images/style/bg-contact.gif") top left repeat-x;
  padding:0px 0px 20px 0px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  /*behavior: url(/content/css/pie.htc);*/
  }
  .actionbox .figure {
    position: absolute;
    top: 5px;
    right: 5px;}
  #content .actionbox h1, #content .actionbox h2, #content .actionbox h3, #content .actionbox h4, #content .actionbox h5 {
    margin: 15px 15px 15px 10px;
    font-size: 18px; 
    color:#317edc;
    width:155px;
   }
   #content .actionbox h1 a, #content .actionbox h2 a, #content .actionbox h3 a, #content .actionbox h4 a, #content .actionbox h5 a {
    color:#317edc; text-decoration:none;
   }
  #content .actionbox p {
    font-size: 11px; 
    padding:0px 10px 10px 10px;
    }
    
      .leftColArea .actionbox h1, .leftColArea .actionbox h2, .leftColArea .actionbox h3, .leftColArea .actionbox h4, .leftColArea .actionbox h5 {
    margin: 15px 15px 15px 10px;
    font-size: 18px; 
    color:#317edc;
    width:155px;
   }
   .leftColArea .actionbox h1 a, .leftColArea .actionbox h2 a, .leftColArea .actionbox h3 a, .leftColArea .actionbox h4 a, .leftColArea .actionbox h5 a {
    color:#317edc; text-decoration:none;
   }
  .leftColArea .actionbox p {
    font-size: 12px; 
    padding:0px 10px 10px 10px;
    color:#666;
    }
    
    .leftColArea h3 {   font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3em;
    padding: 0 0 5px;}
    
    
    
    
    

/* form */
a.form-open, a#form-open {
    background: url("../images/button-form.png") top left no-repeat;
    display:block;
    height:29px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    padding:14px 14px 0px 10px;
    margin-bottom:10px;
}
a:active.form-open {
    color:#fff;
}

.tns-form, #tns-form {
    margin-top:10px;
    display:none;
    margin-bottom:5px;
    position:relative;
    width:100%;
}
.tns-form .dynamic-form {
  padding:10px 10px 0px 10px; 
}
.tns-form .dynamic-form {
    border:1px solid #cdd3d6;
    background-color:#f2f2f2;
    width:90%;
}
.tns-form .dynamic-form .control label {
    display: inline-block;
    margin-bottom: 10px;
    min-width: 65px;
    width: 100%;
}
.tns-form .dynamic-form .control input {
    vertical-align: top;
    /*width:187px;*/
    width:100%;
    padding:5px;
    background-color:#fff;
    margin-bottom:5px;
}
.tns-form .dynamic-form .CheckBox input {
    border: 0 solid black;
    display: inline-block;
    height: 15px;
    min-width: 15px;
    position: relative;
    width: 15px;
    margin-right:5px;
    background-color:transparent;
}
.tns-form .dynamic-form input#check-form {
    display:none;
}

.tns-form .dynamic-form button {
    background: url("../images/form-button-submission.gif") repeat-x scroll 0 2px #EBF1F4;
    border: 0 solid #317EDC;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    height: 35px;
    margin: 10px 0.5em 0 0;
    padding: 5px 8px;
    width: 120px;
}
.tns-form .dynamic-form button:hover {
 background-position:0px -36px; cursor:pointer;
}

.DynamicFormResponse {
    line-height:1.6em;
    font-weight:bold;
    font-size:14px;
}

.tns-form .dynamic-form .control select {
    width:199px;
    background-color:#fff;
    padding:5px;
    margin-bottom: 5px;
}
.tns-form .dynamic-form .control textarea {
    height: 75px;
    width:187px;
    padding:5px;
    background-color:#fff;
    margin-bottom: 5px;
}


#aside-sub .infobox {
    width:187px;
}
form .control div.preview {
    border: 1px solid #EEEEEE;
    cursor: pointer;
    padding: 5px;
    position:relative;
}

#content h1 a {
    color: #317EDC;
}

.leftColArea{width:200px; margin-bottom:20px; float:left; display:block;}

.leftColArea blockquote {

    padding: 15px 20px;
    color: #404a4f;
    background-color: #e2ebf0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    }
 .leftColArea blockquote p {
      padding: 0;
      font-size:16px;
font-weight:bold;
font-style:italic; }

.leftColArea .fancy blockquote
{
    padding:10px 45px;
	margin: 0;
}
.leftColArea .fancy blockquote.two
{
    padding:10px 40px 80px 40px !important;
	margin: 0;
}
.leftColArea .fancy blockquote p
{
    text-align:center;
}
 .leftColArea blockquote span {
      padding: 0;
      font-size:16px;
font-weight:bold;
font-style:italic; }


/* Fix Addthis on atm page */
body.atm{background:#fff; width:auto !important; padding:33px 0 0 0px !important;}

/*---fix---*/

body.en #nav-main li.products-services ul.level3 { display:none; }
#nav-main li ul { padding:10px 5px; }
#nav-main li.products-services ul.level3 li.level3 a{
    background-color:#fff;
    color: #27373F;    
    font-size:13px;
    padding:3px 0 3px 15px;
    border-radius:0px;
}


