@import 'combined.css';

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

/*
  Colors: 
    Dark Blue:  #131b28
    Ligher Blue: #3d4c65

*/

/* Fix for Webkit */
html, body { height: 100%;}

html {
  background: #3d4c65;
}

body {
  background: transparent;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
     -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5); /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 15px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */
}

#wrapper #m-head {
  height: 338px;
  background: #131b28 url(../images/bridge.jpg) center center no-repeat;
  position: relative;
  padding: 1px 0;
  border-bottom: solid 4px #e8cf9d;
}

#nameplate {
  width: 630px;
  height: 75px;
  background: #131b28;
  position: relative;
  margin: 286px 0 0 163px;
  font-family: "nevisBold", "Century Gothic";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 11px;
  font-size: 18px;
  line-height: 56px;
}

#nameplate a {
  display: block;
  text-decoration: none;
  width: 299px;
  height: 74px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/jqcon.png) no-repeat;
  left: -125px;
  top: -215px ;
}

#nameplate time {
  display: block;
  width: 630px;
  border: solid 4px #e8cf9d;
  border-top: none;
  position: absolute;
  left: -4px;
  bottom: -4px;
  font-family: Garamond, "Times New Roman", serif;
  font-weight: bold;
  color: #e8cf9d;
  letter-spacing: 6px;
  font-size: 14px;
  height: 20px;
  line-height: 10px;
}

#nameplate time em {
  position: relative;
  top: -5px;
}

header nav {
  height: 28px;
  background: #19283a;
  border: solid 1px #000000;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius: 0 0 4px 4px;
  float: left;
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
  -moz-box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
  box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
}

header nav li {
  float: left;
  height: 27px;
  border-bottom: solid 1px #30445c;
}

header nav li.alpha {
  border-left: solid 1px #30445c;
  padding-left: 5px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius: 0 0 0 4px;
}

header nav li.omega {
  border-right: solid 1px #30445c;
  padding-right: 5px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0 4px 0 0;
}

header nav li.break {
  border-left: solid 1px #131b28;
}

header nav li a {
  display: block;
  height: 25px;
  line-height: 26px;
  color: #d0d0d0;
  padding: 0 10px;
  font-family: "Trebuchet", "MS Trebuchet", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

header nav li.active a {
  border-bottom: solid 2px #176092;
}

header nav li a:hover {
  border-bottom: solid 2px #4082ae;
  color: #fff;
}

/* -- */

#intro {
  height: 237px;
  background: #e9e9e9;
  border-bottom: solid 1px #656565;
  padding-top: 1px;
}

#intro ul {
  height: 174px;
  margin-top: 43px;
  padding-left: 0;
  margin-left: 10px;
}

#intro ul li {
    margin-left: 10px;
}

#intro li.photo {
  height: 174px;
  width: 220px;
  background: #aaa;
  overflow: hidden;
  position: relative;
}


#intro li.photo img {
  position:absolute;
  top:0px;
  left:0px;
}

.sub header {
  z-index: 100;
}

.sub #primary {
  height: 74px;
  border-top: none;
  background-image: -moz-linear-gradient(top, #20293d, #0e121b); /* FF3.6 */
   background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0e121b),color-stop(1, #20293d)); /* Saf4+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#20293d', endColorstr='#0e121b'); /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#20293d', endColorstr='#0e121b')"; /* IE8 */
}
.sub #primary li {
  margin-top: 37px;
}

.sub #primary li.helper {
  top: 75px;
}

#primary {
  border-top: solid 1px #415f9d;
  background: #121a28;
  padding: 1px 0 1px 0;
  height: 54px;
  position: relative;
  z-index: 10;
}

#primary li.alpha {
  margin-left: 35px;
}

#primary li {
  margin-top: 17px;
  width: 168px;
  float: left;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius: 6px 6px 0 0;
  background: #06080c;
  border: solid 1px #06080c;
  border-bottom: none;
  z-index: 7;
  -webkit-transition: -webkit-box-shadow linear 0.5s;
  -moz-transition: -moz-box-shadow linear 0.5s;
  -webkit-box-shadow: rgba(90,135,221,0.0) 0 0 10px;
  -moz-box-shadow:    rgba(90,135,221,0.0) 0 0 10px;
  box-shadow:         rgba(90,135,221,0.0) 0 0 10px;
}
#primary li a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-family: "nevisBold", "Century Gothic", Helvetia, Arial;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius: 4px 4px 0 0;
  border: solid 1px #415f9d;
  border-bottom: none;
  background: #2b477d;
  color: #fff;
  text-transform: uppercase;
  text-shadow: rgba(0,0,0,0.7) 0 -1px 1;
  text-align: center;
  -webkit-transition: border-color linear 0.2s, background-color linear 0.2s, color linear 0.2s;
  -moz-transition: border-color linear 0.2s, background-color linear 0.2s, color linear 0.2s;
}

#primary li:hover {
  -webkit-box-shadow: rgba(90,135,221,0.4) 0 0 10px;
  -moz-box-shadow:    rgba(90,135,221,0.4) 0 0 10px;
  box-shadow:         rgba(90,135,221,0.4) 0 0 10px;
}

#primary li a:hover {
  background: #426dc0;
  border-color: #5a87dd;
}

#primary li.active {
  z-index: 14;
}

#primary li.active a,
#primary li.active a:hover {
  background: #fff;
  background-image: -moz-linear-gradient(top, #d1d1d1, #ffffff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #d1d1d1)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff')"; /* IE8 */
  color: #121a28;
  border-color: #fff;  
  text-shadow: none;
}

#primary li.helper {
  margin: 0;
  position: absolute;
  width: 958px;
  left: 1px;
  height: 2px;
  background: #fff;
  top: 55px;
  border-top: solid 1px #11161c;
  -webkit-box-shadow: rgba(0,0,0,0.6) 0 0 8px;
  -moz-box-shadow: rgba(0,0,0,0.6) 0 0 8px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


#content {
  background: #fff;
  z-index: 150;
  position: relative;
  float: left;
  padding-bottom: 20px;
  min-height: 400px;
}

.frame {
  width: 220px;
  height: 174px;
  background: url(../images/frame.png);
  z-index: 3000;
  top: 0;
  left: 0;
  position: absolute;
}

.button {
  width: 215px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/buttons.png);
  margin-bottom: 5px;
}

#register, #register-alt {
  height: 55px;
}

#register:hover { background-position: -215px 0; }
#register:active { background-position: -430px 0; }
#register-alt { background-image: url(../images/buttons_d.png)}

#register-alt { background-position: 0 -109px; }
#register-alt:hover { background-position: -215px -109px; }
#register-alt:active { background-position: -430px -109px; }

#submit {
  height: 38px;
  background-position: 0 -61px;
}

#submit:hover {
  background-position: -215px -61px;
}

#submit:active {
  background-position: -430px -61px;
}


article h1, article h2, section h2 {
  font-size: 24px;
  padding: 30px 0 10px 0;
  font-family: "nevisBold", "Century Gothic", "Trebuchet", sans-serif;
  color: #131b28;
  text-transform: uppercase;
}
article h2, section h2 {
  font-size: 18px;
  padding: 20px 0 5px 0;
  font-family: "nevisBold", "Century Gothic", "Trebuchet", sans-serif;
  color: #2b477d;
  text-transform: uppercase;
}

article h3 {
  font-size: 14px;
  padding: 20px 0 5px 0;
  font-family: "nevisBold", "Century Gothic", "Trebuchet", sans-serif;
  color: #2b477d;
  text-transform: uppercase;
}

article ul {
}

article ul li {
  font-size: 12px;
  line-height: 14px;
  padding: 3px;
  border-bottom: solid 1px #ccc;
  color: #333;
}


article header, .group header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
article p {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin: 0 0 10px 0;
}

article header p {
  font-size: 12px;
  color: #666;
}

article strong { font-weight: bold;}



footer {
  background: #131b28;
  border-top: solid 1px #111;
  float: left;
  padding: 20px 0 0 0;
  margin-bottom: -2px;
}

footer h3 {
  text-transform: uppercase;
  color: #6a92dd;
  font-family: "nevisBold", "Century Gothic", "Trebuchet", sans-serif;
  font-size: 14px;
  padding: 15px 0 5px 0;
  text-shadow: #000 0 -1px 0, rgba(255,255,255,0.2) 0 0 4px;
}

footer h3:first-child {
  padding-top: 0;
}

footer h3 small {
  font-size: 12px;
}

footer section ul {
  color: #e8cf9d;
  border-bottom: dotted 1px #273346;
}

footer section li {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #6a92dd;
  padding: 5px;
  font-style: italic;
  border-top: dotted 1px #273346;
  text-shadow: #000 0 1px 0;
}

#upcoming_conferences li {
  font-style: normal;
  color: #919999;
}

#upcoming_conferences br {
  display: block;
}

footer section li br {
  display: none;
}

footer section li .author {
  font-size: 12px;
  display: block;
  margin: 3px 0 0 0;
}

footer section li a {
  color: #e8cf9d;
  font-style: normal;
  text-decoration: none;
}

footer section li .author a {
  color: #fff;
}

footer section li a:hover {
  text-decoration: underline;
}

article.sidebar p {
  font-size: 12px;
}
#flickr ul {
padding: 15px 0 0 10px;
float: left;
  border-top: dotted 1px #273346;
  border-bottom: none;
}

#flickr li {
  float: left;
  border: none;
  padding: 0;
  margin: 0 8px 8px 0;
}
#flickr li a {
  width: 75px;
  height: 75px;
  display: block;
  text-decoration: none;
  border: solid 1px #fff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
  position: relative;
}

#flickr li a:hover {
  border-color: #fff;
  -webkit-box-shadow: rgba(255,255,255,0.3) 0 0 5px;
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter:none;
}

#jquery_footer {
  border-top: solid 1px #2a3445;
  background: #050c18;
  padding: 15px 0;
  margin-top: 20px;
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  position: relative;
}

#jquery_footer a {
  color: #ddd;
}

#jq-copyright a:hover {
  text-decoration: underline;
}

#jq-copyright a {
  color: #6a92dd;
  text-decoration: none;
  font-size: 12px;
}

#jquery_footer p {
  padding: 0 15px;
}
.jq-mediaTemple {
  background: url(http://static.jquery.com/files/rocker/images/icon_mt.gif) no-repeat;
  padding-left: 30px;
  white-space: nowrap;
}

#footer_navigation {
  float: left;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -15px;
}

#footer_navigation li {
  float: left;
  border-bottom: solid 1px #395da5;
  border-top: solid 1px #395da5;
  padding: 0;
  background: #2b477d;
}

#footer_navigation li.alpha {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-left: solid 1px #395da5;
}

#footer_navigation li.omega a {
  border-right: none;
  padding-right: 10px;
}

#footer_navigation li.omega {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius: 0 4px 4px 0;
  border-right: solid 1px #395da5;
}

#footer_navigation li.alpha a {
  border-left: none;
  padding-left: 13px;
}

#footer_navigation li a {
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  float: left;
  border-right: solid 1px rgba(0,0,0,0.2);
  border-left: solid 1px #395da5;
  background: #2b477d;
  text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  font-family: "Trebuchet", "MS Trebuchet", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  font-size: 12px;
}

#footer_navigation li a:hover {
  background-color: #426dc0;
  text-decoration: none;
}


article a {
  color: #2b477d;
}

article a:visited {
  color: #131b28;
}

#upcoming_conferences p {
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 14px; 
  color: #919999;
}

#upcoming_conferences p a {
  color: #ccc;
}

#upcoming_conferences p a:hover {
  color: #fff;
}

table.schedule {
/*  border-collapse: collapse;*/
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  background: #e9e9e9;
}

table.schedule tr td{
    vertical-align: middle;
}

table.schedule td {
  font-size: 12px;
/*  border-right: solid 1px #aaa;*/
  border-bottom: solid 1px #d1d1d1;
  border-top: solid 1px #fff;
  border-right: solid 1px #d1d1d1;
  border-left: solid 1px #fff;
  padding: 4px 6px;
  width: 45%;
  text-align: center;
}

table.schedule th {
  background: #fff;
}

table.schedule th[scope="row"] {
  text-align: right;
  color: #aaa;
  font-size: 9px;
  padding: 4px 5px 4px 0;
  border-top: solid 1px #ddd;
}

table.schedule th[scope="row"] span{
  position: relative;  
  top: -12px;
  display: block;
  background: #fff;
  left: -4px;
  padding-right: 3px;
}

table.schedule tr.hour th[scope="row"] {
  color: #555;
  font-size: 10px;
  border-top: solid 1px #999;

}

tr:first-child td {
}

.s-label {
  font-weight: bold;
  width: 125px;
  text-align: center;
  text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}

.room1 {
  width: 180px;
}

.room2 {
  width: 180px;
}

thead th {
  font-size: 14px;
  color: #2b477d;
  padding: 5px 0;
  font-family: "nevisBold", "Century Gothic", Trebuchet, sans-serif;
}

.s-time {
  width: 60px;
}

td.s-break {
  background-color: #cfd7e6;
  border-top: none;
  text-align: center;
  color: #8791a0;

}

td.s-meal {
  text-align: center;
  background-color: #cfd7e6;
  border-top: none;
}

.table-heading {
  padding: 40px 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #ddd;
}

.whats-included, .special-training {
  background: #2b477d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 0;
  margin-top: 20px;
}

.special-training {
  background: #683b23;
}

.whats-included ul, .special-training ul{
  margin: 0 10px 10px 10px;
  border-bottom: solid 1px #3c63ae;
}

.special-training ul {
  border-bottom: solid 1px #84523a;
}

.whats-included #register-alt, .special-training #register-alt {
  margin-left: 7px;
  margin-bottom: 7px;
}

.whats-included li, .special-training li {
    padding: 6px 6px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #fff;
    border-bottom: solid 1px #192a4b;
    border-top: solid 1px #3c63ae;
    text-shadow: #000 0 1px 0;
}

.special-training li {
  border-bottom: solid 1px #522915;
  border-top: solid 1px #84523a;
}

.whats-included li:nth-child(2n+1), .special-training li:nth-child(2n+1){
  background: rgba(0,0,0,0.1);
}

article.whats-included header, article.special-training header {
  margin: 0 10px 0 10px;
  padding: 0;
  border-bottom: solid 1px #192a4b;
}

article.special-training header {
  border-bottom: solid 1px #522915;  
}

article.whats-included header h3, article.special-training header h3 {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 0 10px 0;
  text-shadow: rgba(255,255,255,0.4) 0 0 6px;
  color: #fff;
  text-align: center;
}

.home article p {
  font-size: 13px;
}

strong.price {
  display: block;
  font-size: 60px;
  line-height: 60px;
  padding: 10px 0 10px 0;
  font-weight: normal;
}

strong.price em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 25px;
  text-transform: none;
}

#thin-sidebar {
  position: relative;
  left: 15px;
}

.testimonials blockquote {
  line-height: 16px;
  color: #666;
}

.testimonials header {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.testimonials cite {
  display: block;
  margin-top: 30px;
  height: 40px;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

.testimonials cite a {
   color: #777;
   text-decoration: none; 
}

.testimonials cite a:hover {
  text-decoration: underline;
}
.testimonials cite strong {
  color: #333;
    font-weight: bold;
    font-style: normal;
}
.testimonials cite img {
  float: right;
  margin-left: 10px;
  position: relative;
  top: -20px;
  border: solid 1px #bbb;
  padding: 2px;
  background: #fff;
  -webkit-box-shadow: rgba(0,0,0,0.2) 2px 2px 4px;
  -moz-box-shadow: rgba(0,0,0,0.2) 2px 2px 4px;
  box-shadow: rgba(0,0,0,0.2) 2px 2px 4px;
     -moz-transform: rotate(4.5deg);  /* FF3.5+ */
       -o-transform: rotate(4.5deg);  /* Opera 10.5 */
  -webkit-transform: rotate(4.5deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.05);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.05)"; /* IE8 */
}

.testimonials li {
  clear: both;
}

.testimonials li:last-child {
  border-bottom: none;
}

article.venue h2 {
  text-align: right;
}

.styled-photo {
  padding: 8px;
  background: #fff;
  float: left;
  margin-right: -60px;
  position: relative;
  left: -80px;
  -webkit-box-shadow: rgba(0,0,0,0.4) 2px 2px 4px;
  -moz-box-shadow: rgba(0,0,0,0.4) 2px 2px 4px;
  box-shadow: rgba(0,0,0,0.4) 2px 2px 4px;
}

#ms-research {
     -moz-transform: rotate(-1.5deg);  /* FF3.5+ */
       -o-transform: rotate(-1.5deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-1.5deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.017);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.017)"; /* IE8 */
}

img#appendto {
  float: right;
  margin-left: 20px;
}

#speaker-list li {
  border: none;
  float: left;
  text-align: center;
  width: 90px;
}

#speaker-list li img {
  display: block;
  padding: 5px;
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 auto;
}
#speaker-list li strong {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 20px;
}

#speaker-large ul {

}

#speaker-large li {
  border-top: none !important;
  clear: left;
  margin-top: 10px;
  position: relative;
  padding-left: 110px;
  min-height: 110px;
}

#speaker-large li > a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #2b477d;
  margin: 0 0 5px 0;
}

#speaker-large li > a:hover {
  text-decoration: underline;
}

#speaker-large li img{
  float: left;
  padding: 6px;
  background: #fff;
  border: solid 1px #ccc;
  margin-right: 10px;
  left: 0;
  top: 0;
  position: absolute !important;
  margin-right: -10px;
  -webkit-box-shadow: rgba(0,0,0,0.4) 2px 2px 4px;
  -moz-box-shadow: rgba(0,0,0,0.4) 2px 2px 4px;
  box-shadow: rgba(0,0,0,0.4) 2px 2px 4px;
     -moz-transform: rotate(-1.5deg);  /* FF3.5+ */
       -o-transform: rotate(-1.5deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-1.5deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.017);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.017)"; /* IE8 */
}

article.sidebar {
  padding-top: 48px;
}


body.speakers article p {
  line-height: 19px;
}

.logo-left {
  float: left;
  margin: 0 15px 10px 0;
}

.logo-right {
  float: right;
  margin: 0 0 10px 15px;
}

#webcamps {
  background: #eee !important;
  width: 100%;
  padding: 15px 0;
}

.home #content{
  padding-bottom: 0;
}

#training-link {
  display: block;
  font-size: 12pt;
  padding: 15px;
  font-family: nevisBold, helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: solid 1px #aaa;
     -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3+, Chrome */
          border-radius: 4px; /* Opera 10.5, IE 9 */
  background-color: #ddd;
  background-image: -moz-linear-gradient(top, #999, #eee); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #999999)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#eeeeee'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#eeeeee')"; /* IE8 */
  text-shadow: rgba(255,255,255,0.5) 0 1px 0;
  margin: 0 0 10px 0;
}

#training-link:hover,
#training-link:active {
  background-image: -moz-linear-gradient(top, #777777, #dddddd); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dddddd),color-stop(1, #777777)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#dddddd'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#dddddd')"; /* IE8 */
  text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}

#training-link:active {
    padding: 16px 14px 14px 16px;
}

#training-link:visited {
    color: #2b477d;
}

#main_sponsor {
  position: relative;
  left: 10px;
}

#ms_pre {
  background: #cfd7e6;
  padding: 10px;
  color: #2b477d;
  font-size: 10pt;
  line-height: 140%;
  margin:  0 0 10px 0;
  width: 560px;
  font-family: Monaco, "Courier New", monospace;
}

h2 strong {
  color: #131b28;
}

.silver article {
  width: 263px;
  margin: 0 20px;
  float: left;
}

.silver article.alpha {
  margin-left: 0;
}

.silver article.omega {
  margin-right: 0;
}

.silver article header {
  height: 120px;
  position: relative;
}

.silver article header a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.silver article.omega header a {
  bottom: 7px;
}

.mini_sponsors article {
  padding: 10px;
  margin: 0 0 10px -10px;
  border: solid 1px #ddd;
  background: #eee;
  -webkit-box-shadow: rgba(0,0,0,0.05) 2px 2px 4px;
     -moz-box-shadow: rgba(0,0,0,0.05) 2px 2px 4px;
          box-shadow: rgba(0,0,0,0.05) 2px 2px 4px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.mini_sponsors article a {
  display: block;
  margin: 10px 0 20px 0;
  text-align: center;
}

.mini_sponsors article header h3 {
  padding-top: 0;
  text-align: center;
  text-shadow: #fff 0 1px 0;
}

.mini_sponsors article header {
  -webkit-box-shadow: #FFF 0 1px 0;
     -moz-box-shadow: #FFF 0 1px 0;
          box-shadow: #FFF 0 1px 0; 
}

.ind_sponsors ul li {
  border: none !important;
}