/* defaults */
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
}
body {
  background: #2d2d2d;
  font-size: 12px;
  color: #fff;
}
a {
  color: #999;
}
a:hover {
  color: #d64848;
}
em {
  font-style: italic;
}
h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
h4 {
  border-top: 1px solid #444;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
}
span.dropdown {
  padding-right: 15px;
  background: url(../img/arrowDown.png) 100% 50% no-repeat;
}
ul.info {
  padding: 10px 0;
  border-top: 1px solid #444;
}
ul.info li {
  list-style: square;
  margin-left: 25px;
  color: #999;
}
ul.info li.selected {
  color: #d64848;
}
ul.info li.selected a {
  color: #fff;
}
.section {
  width: 800px;
  margin: 0 auto;
}
.section .label {
  clear: left;
  float: left;
  width: 275px;
}
.section .label h3 {
  margin-top: 20px;
}
.section .horizontal {
  padding: 25px;
  width: 474px;
  float: left;
  border: 0;
  border-left: 1px solid #444;
}
.section div.horizontal {
  padding-right: 0;
  width: 499px;
}
.section div.horizontal .section {
  width: 499px;
}
div.horizontal fieldset.horizontal {
  border: 0;
  padding: 0;
}
/* /defaults */

/* layout */
#container {
  
}
#content, #footer, #breadcrumbs, .inlay {
  margin: 0 auto;
  width: 950px;
}
/* /layout */

/* bars */
#bars {
  background: #000;
  height: 16px;
  padding: 4px 0;
  border-bottom: 1px solid #444;
}
#bars ul {
  height: 16px;
}
#bars li {
  float: left;
}
/* /bars */

/* social */
#socialBar {
  float: left;
}
#socialBar li {
  margin-left: 10px;
}
#socialBar li img {
  display: block;
  height: 16px;
  width: 16px;
}
/* /social */

#portalBar, #accountBar, #searchBar {
  float: right;
}
#accountBar li {
  border-left: 1px solid #444;
  padding: 0 7px;
}
#accountBar li:first-child {
  border: 0;
}
#portalBar li a, #accountBar li a {
  display: block;
  line-height: 16px;
}

/* portal */
#portalBar {
  position: relative;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  width: 140px;
}
#portalBar>label {
  border-right: 1px solid #444;
  padding-right: 5px;
  margin-right: 5px;
}
#portalBar img {
  position: relative;
  top: 2px;
}
#portalList {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 47px;
  width: 125px;
  background: #000;
  border: 1px solid #444;
  border-top: 0;
  padding: 0 8px;
}
#portalList li {
  clear: both;
  float: none;
}
#portalList li a {
  display: block;
  line-height: 24px;
  border-top: 1px solid #444;
}
#portalList li:first-child a {
  border: 0;
}
#spotlightAU:hover {
  color: #52d648;
}
#spotlightCA:hover {
  color: #b12626;
}
#spotlightUK:hover {
  color: #2685b1;
}
#spotlightUS:hover {
  color: #d69f48;
}
/* /portal */

/* action */
#accountBar {
  margin-right: 20px;
}
#accountBar li {
  text-transform: uppercase;
  font-size: 10px;
}
#accountBar li em {
  font-style: normal;
  text-decoration: underline;
}
#accountBar li a {
  text-transform: uppercase;
  color: #999;
  font-size: 10px;
}
#accountBar li a:hover {
  text-decoration: underline;
  color: #fff;
}
/* /action */

/* quick login */
#quickLogin {
  display: none;
  border-bottom: 1px solid #444;
  background: #000;
  padding: 15px 0;
  overflow: auto;
}
#quickLogin h3 {
  margin: 0;
}
#quickLogin fieldset {
  padding: 5px 0;
}
#quickLogin label {
  
}
/* /quick login */

/* search */
#searchBar {
  margin-left: 15px;
}
#searchBar li {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 5px;
}
#searchBar input[type="text"] {
  background: #000;
  color: #999;
  border: 1px solid #999;
  width: 120px;
  height: 15px;
  font-size: 12px;
  margin-top: -1px;
}
#searchBar input[type="text"]:focus {
  color: #fff;
  border-color: #fff;
}
/* /search */

/* head */
#head {
  background: url(../img/headBackground.png) 0 0 repeat-x;
  height: 120px;
  border-bottom: 1px solid #444;
}
#head .inlay {
  position: relative;
  height: 120px;
}
#head h1 a {
  text-indent: -1000px;
  clear: left;
  float: left;
  display: block;
  height: 120px;
  width: 350px;
  background: url(../img/header.png) 0 50% no-repeat;
}
/* /head */

/* site navigation */
#siteNavigation {
  position: absolute;
  z-index: 500;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
#siteNavigation>li {
  float: left;
}
#siteNavigation>li>a {
  display: block;
  line-height: 35px;
  border-left: 1px solid #000;
  background: #444;
  padding: 0 16px;
  text-transform: uppercase;
  font-family: arial;
  font-size: 11px;
  color: #fff;
}
#siteNavigation>li:first-child>a {
  border: 0;
}
#siteNavigation>li:hover>a {
  background: #333;
}
#siteNavigation>li>a:hover,
#siteNavigation>li.current>a:hover,
#siteNavigation>li.current.selected:hover>a {
  background: #333 url(../img/li-on.png) 6px 50% no-repeat;
}
#siteNavigation>li.current>a {
  background: #8c4d4d;
}
#siteNavigation>li.current:hover>a {
  background: #333;
}
#siteNavigation ul {
  display: none;
  position: absolute;
  border: 1px solid #555;
  z-index: 750;
  background: #222;
}
#siteNavigation ul li a {
  display: block;
  color: #888;
  text-transform: uppercase;
  border-top: 1px solid #555;
  padding: 0 15px;
  line-height: 25px;
  font-size: 11px;
}
#siteNavigation ul li:first-child>a {
  border: 0;
}
#siteNavigation ul li a:hover, #siteNavigation ul li.current a {
  color: #fff;
  background: url(../img/li-on.png) 6px 50% no-repeat;
}
#siteNavigation>li:hover ul {
  display: block;
}
/* /site navigation */

/* breadcrumbs */
#breadcrumbs {
  border: 1px solid #444;
  border-top: 0;
  border-bottom-style: dotted;
  background: #333;
  height: 30px;
}
#breadcrumbs li {
  float: left;
  background: url(../img/li-off.png) 6px 50% no-repeat;
  padding-left: 17px;
}
#breadcrumbs li a {
  display: block;
  line-height: 30px;
}
#breadcrumbs li:first-child {
  margin-left: 20px;
}
#breadcrumbs li.selected {
  background-image: url(../img/li-on.png);
}
#breadcrumbs li.selected a {
  color: #fff;
}
/* /breadcrumbs */

/* content */
#content {
  border: 1px solid #444;
  border-top: 0;
  background: #333333;
  overflow: auto;
}
#content>.section,
.section>.horizontal>.section {
  border-top: 1px solid #444;
}
#content>.section:first-child,
.section>.horizontal>.section:first-child {
  border: 0;
}
#content>.section>h3,
.section>.horizontal>.section>h3 {
  margin: 20px 0;
}
.section>.horizontal>.section:first-child>h3 {
  margin-top: 0;
}
#content>.section>p,
.section>.horizontal>.section>p {
  clear: both;
  padding: 0 0 20px 0;
}
/* /content */

/* footer */
#footer {
  width: 800px;
  padding: 20px 100px;
}
#footer h5 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #444;
  color: #999;
  font-weight: bold;
}
#footer a {
  color: #999;  
}
#footer a:hover {
  color: #d64848;
}
#footer ul {
  margin: 10px 0 0 20px;
}
#footer .footer-col {
  float: left;
  width: 200px;
  margin-right: 100px;
}
#footer .footer-col ul {
  margin-bottom: 10px;
}
#footer .footer-col li a {
  display: block;
  line-height: 20px;
  background: url(../img/li-off.png) left 50% no-repeat;
  padding-left: 15px;
}
#footer .footer-col li a:hover {
  background-image: url(../img/li-on.png);
  color: #fff;
}
#footer .footer-social {
  float: right;
  width: 200px;
}
#footer .footer-social li {
  clear: both;
  padding: 10px 0;
}
#footer .footer-social li:first-child {
  padding-top: 0;
}
#footer .footer-social li a {
  float: left;
  display: block;
  line-height: 16px;
}
#footer .footer-social img {
  float: left;
  margin-right: 5px;
}
#copyright {
  clear: both;
  color: #999;
  line-height: 50px;
  text-align: center;
}
/* /footer */

/* css corners */
.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundTop {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-topright:        8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-top-right-radius:    8px;
  border-radius-topleft:              8px;
  border-radius-topright:             8px;
}
.roundLeft {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-bottomleft:      8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-bottom-left-radius:  8px;
  border-radius-topleft:              8px;
  border-radius-bottomleft:           8px;
}
.roundRight {
  -moz-border-radius-topright:        8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-top-right-radius:    8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-topright:             8px;
  border-radius-bottomright:          8px;
}
.roundBottom {
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-bottomleft:           8px;
  border-radius-bottomright:          8px;
  /*border-top: none;*/
}
/* /css corners */

/* messages */
#messages {
  width: 600px;
  margin: 20px auto 0 auto;
}
.message {
  color: #999;
  border: 1px solid #444;
  background-color: #3b3b3b;
  padding: 10px 25px;
  margin-bottom: 25px;
}
ul.message li {
  list-style: square;
  margin: 0 0 0 35px;
}
ul.message li:first-child {
  list-style: none;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #444;
}
/* specifics */
.success, ul.success li:first-child {
  color: #7cd648;
  border-color: #7cd648;
  background-color: #394035;
}
.errors, ul.errors li:first-child {
  color: #d64848;
  border-color: #d64848;
  background-color: #403535;
}
.warning, ul.warning li:first-child {
  color: #d6a648;
  border-color: #d6a648;
  background-color: #403c35;
}
/* /specifics */
/* /messages */

/* forms */
form fieldset {
  padding-left: 15px;
}
form fieldset div {
  clear: both;
  margin: 4px 0;
}
form fieldset label {
  display: block;
  width: 150px;
  text-align: right;
  padding: 3px 15px 3px 5px;
  float: left;
}
form fieldset input, form fieldset textarea, form fieldset select {
  padding: 2px 3px;
  width: 160px;
  background: #000;
  border: 1px solid #999;
  color: #999;
}
form fieldset textarea {
  font-size: 100%;
  width: 250px;
  height: 100px;
}
form fieldset select {
  width: 168px;
}
form fieldset input:focus, form fieldset textarea:focus, form fieldset select:focus {
  border-color: #fff;
  color: #fff;
}
form fieldset input[type="submit"] {
  margin-left: 140px;
  margin-top: 10px;
  width: auto;
}
form fieldset input[type="submit"]:hover {
  border-color: #fff;
  color: #fff;
}
/* /forms */

/* contact */
.mail {
  width: 200px;
  padding-left: 25px;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
}
.numbers {
  width: 200px;
  float: right;
  font-size: 14px;
}
.section>ul.numbers li {
  list-style: none;
}
/* /contact */

/* profiles */
.label h4:first-child {
  margin-top: 113px;
}
.label .logo-sm {
  margin: 10px auto;
}
.profile h4, .section>h4, .section>h5 {
  /* reset */
  border: 0;
  padding: 0;
  
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #444;
  margin-bottom: 10px;
  color: #ccc;
}
.section>h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-style: italic;
  border: 0;
}
.section>ul li {
  list-style: square;
  margin: 5px 0 5px 20px;
}
.profile h3 {
  font-size: 20px;
  color: #fff;
  border: 0;
  line-height: 60px;
  margin-bottom: -2px;
}
.profile h3.job-title {
  line-height: 20px;
  margin-bottom: 18px;
}
.profile h3.title span {
  height: 60px;
}
.profile p {
  margin-bottom: 20px;
}
.logo-sm {
  background: #efefef;
  width: 128px;
  height: 64px;
  padding: 12px 16px;
}
.profileList {
  
}
.profileList li {
  clear: both;
  overflow: auto;
  padding: 10px;
  color: #999;
}
.profileList li.first {
  padding: 0 0 20px 0;
  color: #fff;
}
.profileList li.first:hover {
  background: transparent;
  cursor: auto;
}
.profileList li:hover {
  background: #444;
  cursor: pointer;
}
.profileList .info {
  float: left;
  width: 300px;
}
.profileList .full-info {
  float: left;
}
.profileList h3 a {
  color: #fff;
}
.profileList .assoc {
  color: #ccc;
  display: block;
  clear: both;
  text-transform: uppercase;
}
.profileList p {
  font-style: italic;
  font-size: 10px;
}
.profileList .logo-sm {
  float: right;
  opacity: 0.5;
}
.profileList li:hover .logo-sm {
  opacity: 1;
}
.profileList .logo-sm img {
  width: 128px;
  height: 64px;
  display: block;
}

span.sponsor-platinum,
span.sponsor-gold,
span.sponsor-silver,
span.sponsor-friend {
  display: block;
  float: right;
  width: 33px;
  height: 22px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
span.sponsor-platinum {
  background-image: url(../img/icons/sponsor-platinum.png);
}
span.sponsor-gold {
  background-image: url(../img/icons/sponsor-gold.png);
}
span.sponsor-silver {
  background-image: url(../img/icons/sponsor-silver.png);
}

span.school-silver,
span.school-bronze {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
span.school-silver {
  background-image: url(../img/icons/school-silver.png);
}
span.school-bronze {
  background-image: url(../img/icons/school-bronze.png);
}

/* /profiles */

/* videos */
.video, .video a {
  display: block;
  width: 482px;
  height: 305px;
}
.video a {
  background: url(../img/getFlash.png) 0 50% no-repeat;
}
.video {
  margin-bottom: 25px;
}
/* /videos */