@charset "utf-8";
/* CSS Document */

.sliderWrapper {
 width:960px;
 height: 270px;
 margin: 0 0 20px 0;
}

#courseWrapper {
  width: 600px;
  border: 4px solid #a4e1fb;
  padding: 19px 16px;
 margin: 0 0 30px 0;
}

#courseThumb {
  width: 160px;
  height: 116px;
  background: #f7f7f7;
  border: 2px solid #ececec;
  float: left;
}

#courseDesc {
  width: 370px;
  margin: 0 0 0 14px;
  float: left;
  color: #898989;
  line-height: 170%;
}

#courseDesc h3 {
 color: #444444;
 font-size: 18px;
 margin: 0 0 10px 0;
}

#courseDesc a.sampleLink:link, #courseDesc a.sampleLink:visited {
 display: block;
 height: 34px;
 background: url(../images/blue_arrow.png) no-repeat #edf6f9;
 background-position: 10px;
 line-height: 34px;
 font-weight: bold;
 text-decoration: none;
 padding: 0 0 0 35px;
}

#courseDesc a.sampleLink:hover {}

#courseDesc span.subMenu {
 color: #2f2f2f;
 font-weight: bold;
 line-height: 300%;
}

.courseCost {
 display: block;
 font-size: 54px;
 font-weight: bold;
 text-align: center;
 letter-spacing: -2px;
 color: #3b3b3b;
 text-shadow: 
  -1px -1px 0 #fff,
     1px -1px 0 #fff,
     -1px 1px 0 #fff,
     1px 1px 0 #fff; 
 margin: 30px 0;
}

.courseDate, .courseTime {
 display: block;
 color: #3b3b3b;
 font-size: 30px;
 text-align: center;
 letter-spacing: -1px;
 text-shadow: 
  -1px -1px 0 #fff,
     1px -1px 0 #fff,
     -1px 1px 0 #fff,
     1px 1px 0 #fff; 
 margin: 20px 0;
}

.courseTime {
 font-size: 36px;
 font-weight: bold;
}
}

/* Specific Course Image Backgrounds */

#courseonlinetraining 
{
 width: 210px;
 height: 220px;
 float: left;
 background-image: url(../images/courseicons/online_training.png);
 background-repeat: no-repeat;
}

#courselivesupport 
{
 width: 210px;
 height: 220px;
 float: left;
 background-image: url(../images/courseicons/live_support.png);
 background-repeat: no-repeat;
}

#coursefacebookautopost 
{
 width: 210px;
 height: 220px;
 float: left;
 background-image: url(../images/courseicons/facebook_autoposting.png);
 background-repeat: no-repeat;
}
