/* line 6, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
html, body, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0;
}

/* line 20, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 23, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 33, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" "";
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 36, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
a img {
  border: none;
}

/* line 1, sass/partials/_course_buttons.sass */
.course_buttons_wrapper {
  background: transparent url(/images/buttons/course_button_palette_bg.png) no-repeat 100% 0;
  width: 357px;
  float: left;
  display: inline;
  position: relative;
  margin-bottom: 10px;
}

/* line 8, sass/partials/_course_buttons.sass */
ul.course_buttons {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent url(/images/buttons/course_button_palette_bg.png) no-repeat 0 100%;
  width: 357px;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #111111;
}
/* line 8, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
ul.course_buttons li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 16, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link {
  margin-left: -8px;
  width: 400px;
  background: transparent url(/images/buttons/course_button.png) no-repeat 0 0;
}
/* line 20, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link a {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 331px;
  padding: 0 22px 0 41px;
  cursor: pointer;
}
/* line 28, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_name, ul.course_buttons li.course_link .course_level {
  display: block;
  float: left;
}
/* line 31, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_name {
  width: 290px;
}
/* line 33, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_level {
  width: 22px;
  height: 18px;
}
/* line 36, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_level_1, ul.course_buttons li.course_link .course_level_2, ul.course_buttons li.course_link .course_level_3, ul.course_buttons li.course_link .course_level_4 {
  margin-top: 5px;
  background: transparent url(/images/buttons/course_levels.png) no-repeat;
  text-indent: -9999px;
}
/* line 40, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_level_1 {
  background-position: 0 0;
}
/* line 42, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_level_2 {
  background-position: 0 -18px;
}
/* line 44, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_level_3 {
  background-position: 0 -36px;
}
/* line 46, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link .course_level_4 {
  background-position: 0 -52px;
}
/* line 48, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link:hover {
  background-position: 0 -29px;
}
/* line 50, sass/partials/_course_buttons.sass */
ul.course_buttons li.course_link:hover ul {
  display: block;
}
/* line 52, sass/partials/_course_buttons.sass */
ul.course_buttons a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
/* line 56, sass/partials/_course_buttons.sass */
ul.course_buttons ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 392px;
  width: 207px;
  height: 75px;
  background: transparent url(/images/buttons/course_summary_bg.png) no-repeat;
  padding: 19px 0;
}
/* line 8, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
ul.course_buttons ul li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 67, sass/partials/_course_buttons.sass */
ul.course_buttons ul li {
  padding: 0 26px;
  white-space: nowrap;
}
/* line 70, sass/partials/_course_buttons.sass */
ul.course_buttons ul li .title, ul.course_buttons ul li .value {
  display: block;
  float: left;
}
/* line 73, sass/partials/_course_buttons.sass */
ul.course_buttons ul li .title {
  width: 56px;
}
/* line 75, sass/partials/_course_buttons.sass */
ul.course_buttons ul li .value {
  width: 99px;
  text-align: right;
  font-weight: bold;
  overflow: hidden;
}

/* line 1, sass/partials/_creative_licence.sass */
ul.creative_licences_nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  height: 29px;
  margin-left: 10px;
  clear: both;
}
/* line 8, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
ul.creative_licences_nav li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 7, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li {
  float: left;
  border-right: 1px solid #9b9b9b;
  background: transparent url(/images/creative_licence/nav_bg.png) no-repeat -30px 0;
}
/* line 11, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li span {
  line-height: 29px;
  padding: 0 32px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 16, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li:first-child, ul.creative_licences_nav li.first-child {
  background-position: 0px 0px;
}
/* line 18, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li:first-child:hover, ul.creative_licences_nav li:first-child.current, ul.creative_licences_nav li:first-child.hover, ul.creative_licences_nav li.first-child:hover, ul.creative_licences_nav li.first-child.current, ul.creative_licences_nav li.first-child.hover {
  background: transparent url(/images/creative_licence/nav_bg.png) no-repeat 0 -30px;
}
/* line 20, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li:last-child, ul.creative_licences_nav li.last-child {
  border: none;
  background-position: 100% 0px;
}
/* line 23, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li:last-child:hover, ul.creative_licences_nav li:last-child.current, ul.creative_licences_nav li:last-child.hover, ul.creative_licences_nav li.last-child:hover, ul.creative_licences_nav li.last-child.current, ul.creative_licences_nav li.last-child.hover {
  background: transparent url(/images/creative_licence/nav_bg.png) no-repeat 100% -30px;
}
/* line 25, sass/partials/_creative_licence.sass */
ul.creative_licences_nav li:hover, ul.creative_licences_nav li.current, ul.creative_licences_nav li.hover {
  color: white;
  cursor: pointer;
  background: transparent url(/images/creative_licence/nav_bg.png) no-repeat -30px -30px;
}

/* line 30, sass/partials/_creative_licence.sass */
ul.creative_licences_levels {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  float: left;
  margin-bottom: 20px;
}
/* line 8, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
ul.creative_licences_levels li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 35, sass/partials/_creative_licence.sass */
ul.creative_licences_levels li.current ul.levels {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  float: left;
  margin: 20px 0 0;
}
/* line 39, sass/partials/_creative_licence.sass */
ul.creative_licences_levels li.levels {
  display: none;
}
/* line 41, sass/partials/_creative_licence.sass */
ul.creative_licences_levels li.current {
  display: block;
}
/* line 43, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent url(/images/creative_licence/levels_bg.png) no-repeat 0 0;
  float: left;
  width: 684px;
}
/* line 48, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level {
  float: left;
  width: 222px;
  display: inline;
}
/* line 52, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level span.level_name {
  line-height: 40px;
  font-weight: bold;
  margin-left: 50px;
}
/* line 56, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level span.level_name span.name {
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 59, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level span.level_name span.package {
  font-size: 0.9em;
}
/* line 61, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level ul.detail {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 220px;
  margin-right: 2px;
}
/* line 65, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level ul.detail .content {
  float: left;
  padding: 10px;
  width: 200px;
}
/* line 69, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level ul.detail .content ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  padding-left: 20px;
}
/* line 72, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level ul.detail .content ul li {
  list-style-type: disc;
}
/* line 74, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level ul.detail .content p {
  margin-bottom: 0.5em;
}
/* line 76, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level .enquire {
  clear: both;
  height: 24px;
  line-height: 24px;
  background: #115571;
  color: white;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  margin-right: 2px;
  font-size: 0.9em;
}
/* line 87, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level .enquire a {
  color: white;
  text-decoration: none;
}
/* line 4, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
ul.creative_licences_levels ul.levels li.level .enquire a:hover {
  text-decoration: underline;
}
/* line 90, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level.level_0 {
  margin-left: 10px;
}
/* line 94, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level.level_1 span.level_name {
  color: #656565;
}
/* line 97, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels li.level.level_2 span.level_name {
  color: #f4f0cc;
}
/* line 99, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .standard_cost, ul.creative_licences_levels ul.levels .saving, ul.creative_licences_levels ul.levels .creative_cost {
  float: left;
  text-align: center;
  color: white;
}
/* line 103, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .standard_cost .title, ul.creative_licences_levels ul.levels .saving .title, ul.creative_licences_levels ul.levels .creative_cost .title {
  height: 50px;
  font-size: 0.8em;
  padding: 0 4px;
  margin: auto 0;
  text-transform: uppercase;
}
/* line 109, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .standard_cost .value, ul.creative_licences_levels ul.levels .saving .value, ul.creative_licences_levels ul.levels .creative_cost .value {
  font-size: 1.3em;
  padding: 10px 0;
  font-weight: bold;
}
/* line 113, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .standard_cost {
  background: black;
  width: 75px;
}
/* line 116, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .standard_cost .title {
  background: #7a7a7a;
  padding-top: 10px;
  height: 40px;
}
/* line 120, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .saving {
  background: #2c8fb3;
  width: 70px;
}
/* line 123, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .saving .title {
  background: #8acfe8;
  color: black;
  font-size: 1em;
  padding-top: 15px;
  height: 35px;
}
/* line 129, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .creative_cost {
  background: #6f8310;
  width: 75px;
}
/* line 132, sass/partials/_creative_licence.sass */
ul.creative_licences_levels ul.levels .creative_cost .title {
  background: #bcc979;
  color: black;
  padding-top: 3px;
  height: 47px;
}

@font-face {
  font-family: "DIN-RegularRegular";
  src: url(/fonts/web/dinregular-webfont.eot);
  src: local("☺"), url(/fonts/web/dinregular-webfont.woff) format("woff"), url(/fonts/web/dinregular-webfont.ttf) format("truetype"), url(/fonts/web/dinregular-webfont.svg#webfontkzDYqMMH) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN-BoldRegular";
  src: url(/fonts/web/dinbold-webfont.eot);
  src: local("☺"), url(/fonts/web/dinbold-webfont.woff) format("woff"), url(/fonts/web/dinbold-webfont.ttf) format("truetype"), url(/fonts/web/dinbold-webfont.svg#webfontlJgeSjpr) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 26, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
}

/* line 58, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
/* line 63, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h1 img {
  margin: 0;
}

/* line 65, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 69, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 74, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 79, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 84, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
}

/* line 88, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 90, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
p {
  margin: 0 0 1.5em;
}
/* line 92, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
p img.left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 96, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
p img.right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 100, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
a {
  text-decoration: underline;
  color: #000099;
}
/* line 12, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:visited {
  color: #000066;
}
/* line 15, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:focus {
  color: black;
}
/* line 18, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:hover {
  color: black;
}
/* line 21, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:active {
  color: #cc0099;
}

/* line 103, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}

/* line 107, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
strong {
  font-weight: bold;
}

/* line 109, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
em {
  font-style: italic;
}

/* line 111, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dfn {
  font-style: italic;
  font-weight: bold;
}

/* line 114, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
sup, sub {
  line-height: 0;
}

/* line 116, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
abbr, acronym {
  border-bottom: 1px dotted #666666;
}

/* line 118, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 121, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
del {
  color: #666666;
}

/* line 123, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 126, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 129, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
li ul, li ol {
  margin: 0;
}

/* line 131, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}

/* line 134, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
ul {
  list-style-type: disc;
}

/* line 136, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
ol {
  list-style-type: decimal;
}

/* line 138, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dl {
  margin: 0 0 1.5em 0;
}
/* line 140, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dl dt {
  font-weight: bold;
}

/* line 142, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dd {
  margin-left: 1.5em;
}

/* line 144, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 147, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
th {
  font-weight: bold;
}

/* line 149, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
thead th {
  background: #c3d9ff;
}

/* line 151, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 153, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
tr.even td {
  background: #e5ecf9;
}

/* line 155, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
tfoot {
  font-style: italic;
}

/* line 157, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
caption {
  background: #eeeeee;
}

/* line 159, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
.quiet {
  color: #666666;
}

/* line 161, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
.loud {
  color: #111111;
}

/* line 25, sass/application.sass */
a {
  color: #5a5c5f;
}
/* line 12, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:visited {
  color: #5a5c5f;
}
/* line 15, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:focus {
  color: #5a5c5f;
}
/* line 18, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:hover {
  color: #9dbc34;
}
/* line 21, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:active {
  color: #5a5c5f;
}

/* line 28, sass/application.sass */
table {
  width: auto;
}

/* line 31, sass/application.sass */
body {
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  background: #5c5c5c url(/images/background-gradient.gif) repeat-x;
  margin: 0;
}
/* line 36, sass/application.sass */
body h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #71a500;
  font-family: "DIN-RegularRegular", arial, "lucida console", sans-serif;
  text-transform: uppercase;
}
/* line 42, sass/application.sass */
body h2 {
  font-size: 1.3em;
  color: #6f6f6f;
  font-family: "DIN-RegularRegular", arial, "lucida console", sans-serif;
}
/* line 47, sass/application.sass */
body #mainbody {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  background-color: white;
  padding: 10px 20px;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body #mainbody {
  display: block;
}
/* line 51, sass/application.sass */
body #mainbody #main-content {
  display: inline;
  float: left;
  margin-right: 25px;
  width: 710px;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body #mainbody #main-content {
  overflow-x: hidden;
}
/* line 53, sass/application.sass */
body #mainbody #main-content p.intro {
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.3em;
}
/* line 57, sass/application.sass */
body #mainbody #cross-sell-column {
  display: inline;
  float: left;
  margin-right: 0;
  width: 220px;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body #mainbody #cross-sell-column {
  overflow-x: hidden;
}
/* line 59, sass/application.sass */
body #footerSitemap {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  display: inline;
  float: left;
  margin-right: 25px;
  width: 710px;
  margin-top: 10px;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body #footerSitemap {
  display: block;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body #footerSitemap {
  overflow-x: hidden;
}
/* line 63, sass/application.sass */
body #footer {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  display: inline;
  float: left;
  margin-right: 25px;
  width: 955px;
  margin-top: 10px;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body #footer {
  display: block;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body #footer {
  overflow-x: hidden;
}
/* line 67, sass/application.sass */
body #footer p {
  text-align: center;
}

/* line 88, sass/application.sass */
#top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 40px;
  background: transparent url(/images/site-nav.png) no-repeat 0 0;
  position: relative;
  border-bottom: #9ea1a3 5px solid;
  z-index: 597;
}
/* line 97, sass/application.sass */
#top-nav li {
  float: left;
  display: block;
  height: 40px;
  background: transparent url(/images/site-nav.png) no-repeat 0px 0px;
}
/* line 102, sass/application.sass */
#top-nav li:hover > ul.dropdown {
  visibility: visible;
}
/* line 104, sass/application.sass */
#top-nav li a, #top-nav li span {
  display: block;
  height: 40px;
  text-indent: -9999px;
  background: transparent url() no-repeat 0px 0px;
}
/* line 109, sass/application.sass */
#top-nav li#home {
  width: 87px;
  background-position: 0px 0px;
}
/* line 112, sass/application.sass */
#top-nav li#home a {
  width: 87px;
}
/* line 114, sass/application.sass */
#top-nav li#home:hover {
  background-position: 0px -42px;
}
/* line 116, sass/application.sass */
#top-nav li#training-courses {
  width: 173px;
  background-position: -87px 0px;
}
/* line 119, sass/application.sass */
#top-nav li#training-courses a {
  width: 173px;
}
/* line 121, sass/application.sass */
#top-nav li#training-courses:hover {
  background-position: -87px -42px;
}
/* line 123, sass/application.sass */
#top-nav li#services {
  width: 104px;
  background-position: -260px 0px;
}
/* line 126, sass/application.sass */
#top-nav li#services span {
  width: 104px;
}
/* line 128, sass/application.sass */
#top-nav li#services:hover {
  background-position: -260px -42px;
}
/* line 130, sass/application.sass */
#top-nav li#testimonials {
  width: 137px;
  background-position: -364px 0px;
}
/* line 133, sass/application.sass */
#top-nav li#testimonials a {
  width: 137px;
}
/* line 135, sass/application.sass */
#top-nav li#testimonials:hover {
  background-position: -364px -42px;
}
/* line 137, sass/application.sass */
#top-nav li#about-us {
  width: 106px;
  background-position: -501px 0px;
}
/* line 140, sass/application.sass */
#top-nav li#about-us a {
  width: 106px;
}
/* line 142, sass/application.sass */
#top-nav li#about-us:hover {
  background-position: -501px -42px;
}
/* line 144, sass/application.sass */
#top-nav li#contact-us {
  width: 127px;
  background-position: -607px 0px;
}
/* line 147, sass/application.sass */
#top-nav li#contact-us a {
  width: 127px;
}
/* line 149, sass/application.sass */
#top-nav li#contact-us:hover {
  background-position: -607px -42px;
}
/* line 151, sass/application.sass */
#top-nav li#search {
  width: 221px;
  background-position: -734px 0px;
}
/* line 154, sass/application.sass */
#top-nav li#search input#searchbox {
  margin: 12px 0 0 60px;
  width: 120px;
  border: none;
  outline: none;
}
/* line 159, sass/application.sass */
#top-nav li#search a {
  float: right;
  height: 20px;
  width: 20px;
  margin: 10px 14px 0 0;
  display: inline;
}

/* line 166, sass/application.sass */
#top-nav li ul.dropdown {
  list-style: none;
  margin: 0;
  display: block;
  visibility: hidden;
  background: #515151 url(/images/menu/left_menu_gradient.jpg) repeat-x 0 0;
  padding: 5px 0 5px 0;
  width: 200px;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #333333 1px 1px 5px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #333333 1px 1px 5px;
  /* CSS3 */
  box-shadow: #333333 1px 1px 5px;
  z-index: 598;
  position: absolute;
}
/* line 177, sass/application.sass */
#top-nav li ul.dropdown li {
  background: transparent;
  display: block;
  height: 25px;
  width: 190px;
  float: none;
  padding-left: 10px;
  position: relative;
}
/* line 185, sass/application.sass */
#top-nav li ul.dropdown li ul.dropdown {
  display: block;
  left: 96%;
  *left: 92%;
  top: 2px;
  width: 190px;
  background: #515151 url(/images/menu/left_menu_gradient.jpg) repeat-x 0 0;
  z-index: 599;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* line 197, sass/application.sass */
#top-nav li ul.dropdown li ul.dropdown li {
  width: 180px;
  padding-left: 10px;
}
/* line 200, sass/application.sass */
#top-nav li ul.dropdown li ul.dropdown li:hover, #top-nav li ul.dropdown li ul.dropdown li .hover {
  background: url(/images/menu/rolloverstate1.png) repeat-x;
}
/* line 202, sass/application.sass */
#top-nav li ul.dropdown li ul.dropdown li a {
  text-decoration: none;
  width: 190px;
  font-size: 0.9em;
}
/* line 206, sass/application.sass */
#top-nav li ul.dropdown li a {
  text-decoration: none;
  font-size: 1.1em;
  background: transparent;
  text-indent: 0;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  width: 190px !important;
  color: white;
  cursor: pointer;
}
/* line 217, sass/application.sass */
#top-nav li ul.dropdown li a:hover {
  color: #141414;
  width: 198px;
}
/* line 220, sass/application.sass */
#top-nav li ul.dropdown li.splitter {
  margin-top: 5px;
  padding-top: 5px;
  background: transparent url(/images/menu/splitter.png) scroll repeat-x 0 0;
}

/* line 225, sass/application.sass */
#top-nav li ul#top-testimonials {
  width: 955px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  left: 0;
  position: absolute;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#top-nav li ul#top-testimonials {
  display: block;
}
/* line 54, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#top-nav li ul#top-testimonials li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 44, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#top-nav li ul#top-testimonials li:first-child, #top-nav li ul#top-testimonials li.first {
  padding-left: 0px;
}
/* line 46, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#top-nav li ul#top-testimonials li:last-child, #top-nav li ul#top-testimonials li.last {
  padding-right: 0px;
}
/* line 230, sass/application.sass */
#top-nav li ul#top-testimonials li {
  width: 170px;
  height: auto;
  padding: 0 10px 0 10px;
}
/* line 234, sass/application.sass */
#top-nav li ul#top-testimonials li:first-child, #top-nav li ul#top-testimonials li.first {
  padding-left: 10px;
}
/* line 236, sass/application.sass */
#top-nav li ul#top-testimonials li:last-child, #top-nav li ul#top-testimonials li.last {
  padding-right: 10px;
}
/* line 238, sass/application.sass */
#top-nav li ul#top-testimonials li span {
  color: white;
  height: auto;
  text-indent: 0;
  white-space: normal;
  display: block;
}
/* line 244, sass/application.sass */
#top-nav li ul#top-testimonials li .testimonial-title {
  margin-top: 20px;
  font-size: 1.1em;
}
/* line 247, sass/application.sass */
#top-nav li ul#top-testimonials li .testimonial-company {
  font-style: italic;
}
/* line 249, sass/application.sass */
#top-nav li ul#top-testimonials li .testimonial-quote {
  margin: 10px 0 20px 0;
}

/* line 252, sass/application.sass */
#home-page #top-nav li#home {
  background-position: 0px -42px;
}

/* line 254, sass/application.sass */
#training-page #top-nav li#training-courses {
  background-position: -87px -42px;
}

/* line 256, sass/application.sass */
#creative-services-page #top-nav li#services {
  background-position: -260px -42px;
}

/* line 258, sass/application.sass */
#testimonial-page #top-nav li#testimonials {
  background-position: -364px -42px;
}

/* line 260, sass/application.sass */
#about-us-page #top-nav li#about-us {
  background-position: -501px -42px;
}

/* line 262, sass/application.sass */
#contact-us-page #top-nav li#contact-us {
  background-position: -607px -42px;
}

/* line 268, sass/application.sass */
#image {
  border-bottom: #5a5c5e solid 5px;
  vertical-align: top;
}

/* line 272, sass/application.sass */
#breadcrumbs {
  background: #9da1a4 url(/images/breadcrumb-bg.png) no-repeat;
  height: 28px;
  padding: 0 0 0 45px;
  color: white;
  margin-bottom: 20px;
}
/* line 278, sass/application.sass */
#breadcrumbs a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px 0 5px;
  color: white;
  line-height: 28px;
  font-size: 0.9em;
}
/* line 285, sass/application.sass */
#breadcrumbs a:hover {
  border-bottom: white dotted 1px;
}
/* line 287, sass/application.sass */
#breadcrumbs #social-media-links {
  float: right;
}
/* line 289, sass/application.sass */
#breadcrumbs #social-media-links a {
  padding: 0;
  height: 28px;
  text-indent: -9999px;
  display: block;
  float: left;
}
/* line 295, sass/application.sass */
#breadcrumbs #social-media-links a:hover {
  border-bottom: none;
}
/* line 297, sass/application.sass */
#breadcrumbs #social-media-links a#twitter {
  width: 131px;
  margin-right: 19px;
}
/* line 300, sass/application.sass */
#breadcrumbs #social-media-links a#facebook {
  width: 81px;
  margin-right: 18px;
}
/* line 303, sass/application.sass */
#breadcrumbs #social-media-links a#newsletter {
  width: 105px;
  margin-right: 6px;
}

/* line 309, sass/application.sass */
.family-box, .product-box {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  display: inline;
  float: left;
  margin-right: 25px;
  width: 710px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #333333 0 1px 5px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #333333 0 1px 5px;
  /* CSS3 */
  box-shadow: #333333 0 1px 5px;
  margin-bottom: 20px;
  background-color: #eeeeee;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
.family-box, .product-box {
  display: block;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html .family-box, * html .product-box {
  overflow-x: hidden;
}
/* line 316, sass/application.sass */
.family-box h2, .product-box h2 {
  margin: 5px 0 0 55px;
}
/* line 318, sass/application.sass */
.family-box h2 a, .product-box h2 a {
  text-decoration: none;
  color: #6f6f6f;
}
/* line 4, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
.family-box h2 a:hover, .product-box h2 a:hover {
  text-decoration: underline;
}
/* line 18, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
.family-box h2 a:hover, .product-box h2 a:hover {
  color: black;
}
/* line 321, sass/application.sass */
.family-box p, .product-box p {
  margin-right: 10px;
}
/* line 323, sass/application.sass */
.family-box .productImage, .family-box .icon, .product-box .productImage, .product-box .icon {
  float: left;
  margin: 5px 0 5px 5px;
}
/* line 326, sass/application.sass */
.family-box object.productImage, .product-box object.productImage {
  margin-left: -15px;
  margin-right: 15px;
}

/* line 330, sass/application.sass */
.family-box ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  padding-left: 10px;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
.family-box ul {
  display: block;
}
/* line 54, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
.family-box ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 44, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
.family-box ul li:first-child, .family-box ul li.first {
  padding-left: 0px;
}
/* line 46, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
.family-box ul li:last-child, .family-box ul li.last {
  padding-right: 0px;
}
/* line 333, sass/application.sass */
.family-box ul li {
  white-space: nowrap;
  padding: 0 10px 5px 0;
}
/* line 336, sass/application.sass */
.family-box ul a {
  text-decoration: none;
  color: #0099cc;
}
/* line 4, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
.family-box ul a:hover {
  text-decoration: underline;
}

/* line 341, sass/application.sass */
.product-box h2, .product-box p {
  margin-left: 130px;
}
/* line 343, sass/application.sass */
.product-box ul {
  margin-left: 160px;
  padding: 0 10px 5px 0;
}

/* line 353, sass/application.sass */
#coursesContainer h1 {
  margin-right: 10px;
  float: left;
  display: inline-block;
}
/* line 17, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass */
#coursesContainer h1:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#coursesContainer h1 {
  display: block;
}
/* line 357, sass/application.sass */
#coursesContainer h1 a {
  color: #1e1e1e;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
/* line 6, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
#coursesContainer h1 a:active, #coursesContainer h1 a:focus {
  outline: none;
}
/* line 360, sass/application.sass */
#coursesContainer .link a {
  color: #5e5e5e;
}
/* line 362, sass/application.sass */
#coursesContainer table {
  width: auto;
}
/* line 364, sass/application.sass */
#coursesContainer table td {
  padding: 0;
}
/* line 366, sass/application.sass */
#coursesContainer #description {
  clear: left;
}

/* line 370, sass/application.sass */
.course_information table {
  width: auto;
  margin-bottom: 0;
}
/* line 373, sass/application.sass */
.course_information table td {
  padding: 0;
}
/* line 375, sass/application.sass */
.course_information h3 {
  color: white;
  font-size: 1.3em;
}
/* line 378, sass/application.sass */
.course_information .footer {
  background: #4d4d4d url(/images/course_outline_box/bottom-tile.png) repeat-x;
  height: 7px;
}

/* line 383, sass/application.sass */
.course_details ul {
  padding-left: 20px;
}
/* line 385, sass/application.sass */
.course_details tr td {
  width: 33%;
  padding: 0 5px 10px 10px;
  vertical-align: top;
}
/* line 389, sass/application.sass */
.course_details .image {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 10px;
}

/* line 395, sass/application.sass */
.productImage {
  height: 110px;
  width: 110px;
  float: right;
}

/* line 400, sass/application.sass */
.terms {
  font-size: 0.9em;
  color: red;
  font-weight: normal;
}

/* line 408, sass/application.sass */
table.package_table {
  width: auto;
}
/* line 410, sass/application.sass */
table.package_table td {
  padding: 0;
}

/* line 416, sass/application.sass */
#footerSitemap {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
  color: white;
  background-color: #4e4e4e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 0;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#footerSitemap {
  display: block;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html #footerSitemap {
  overflow-x: hidden;
}
/* line 423, sass/application.sass */
#footerSitemap ul {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
  margin-bottom: 0;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html #footerSitemap ul {
  overflow-x: hidden;
}
/* line 8, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
#footerSitemap ul li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 427, sass/application.sass */
#footerSitemap ul li {
  display: inline;
  float: left;
  margin-right: 0;
  width: 220px;
  font-size: 0.8em;
}
/* line 101, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html #footerSitemap ul li {
  overflow-x: hidden;
}
/* line 430, sass/application.sass */
#footerSitemap ul li a {
  color: white;
  text-decoration: none;
}
/* line 4, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
#footerSitemap ul li a:hover {
  text-decoration: underline;
}

/* line 434, sass/application.sass */
.flash-message {
  border: solid red 2px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
}

/* line 440, sass/application.sass */
.flash-error {
  border: solid red 2px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  color: red;
}

/* line 462, sass/application.sass */
#homepage-title {
  float: left;
  line-height: 44px;
  margin: 0 20px 0 0;
}

/* line 466, sass/application.sass */
#home-page #PartnerLogos {
  clear: none;
  background-image: none;
  height: 44px;
  padding: 0;
}
/* line 471, sass/application.sass */
#home-page #PartnerLogos ul {
  float: right;
}

/* line 473, sass/application.sass */
#PartnerLogos {
  background: transparent url(/images/partner-logo-divider.png) no-repeat;
  height: 89px;
  margin-bottom: 1em;
  clear: left;
  padding: 20px 0 0 10px;
}
/* line 479, sass/application.sass */
#PartnerLogos ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  background: transparent url(/images/partner_logos.png) no-repeat 0 0;
  height: 44px;
}
/* line 5, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#PartnerLogos ul {
  display: block;
}
/* line 54, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#PartnerLogos ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 44, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#PartnerLogos ul li:first-child, #PartnerLogos ul li.first {
  padding-left: 0px;
}
/* line 46, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#PartnerLogos ul li:last-child, #PartnerLogos ul li.last {
  padding-right: 0px;
}
/* line 483, sass/application.sass */
#PartnerLogos ul a, #PartnerLogos ul span, #PartnerLogos ul li {
  padding: 0;
  height: 44px;
  display: block;
  text-indent: -9999px;
}
/* line 488, sass/application.sass */
#PartnerLogos ul li {
  _display: inline;
}
/* line 490, sass/application.sass */
#PartnerLogos ul #partner-adobe {
  margin-left: 77px;
  width: 25px;
}
/* line 493, sass/application.sass */
#PartnerLogos ul #partner-adobe a {
  width: 25px;
}
/* line 495, sass/application.sass */
#PartnerLogos ul #partner-autodesk {
  margin-left: 22px;
  width: 79px;
}
/* line 498, sass/application.sass */
#PartnerLogos ul #partner-autodesk a {
  width: 79px;
}
/* line 500, sass/application.sass */
#PartnerLogos ul #partner-quark {
  margin-left: 17px;
  width: 28px;
}
/* line 503, sass/application.sass */
#PartnerLogos ul #partner-quark a {
  width: 28px;
}
/* line 505, sass/application.sass */
#PartnerLogos ul #partner-apple {
  margin-left: 16px;
  width: 28px;
}
/* line 508, sass/application.sass */
#PartnerLogos ul #partner-apple a {
  width: 28px;
}
/* line 510, sass/application.sass */
#PartnerLogos ul #partner-iot {
  margin-left: 13px;
  width: 42px;
}
/* line 513, sass/application.sass */
#PartnerLogos ul #partner-iot a {
  width: 42px;
}

/* line 519, sass/application.sass */
#top-courses {
  background: transparent url(/images/top-ten-bg.png) no-repeat;
  height: 326px;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 2px;
}
/* line 525, sass/application.sass */
#top-courses h2 {
  text-indent: -9999px;
  height: 127px;
  margin-bottom: 5px;
  background: transparent url(/images/top-ten-heading.png) no-repeat;
}
/* line 530, sass/application.sass */
#top-courses ol {
  margin: 0;
  padding: 0px 0 15px 35px;
}
/* line 533, sass/application.sass */
#top-courses ol li {
  color: white;
  font-weight: bold;
}
/* line 536, sass/application.sass */
#top-courses ol li a {
  color: white;
  text-decoration: none;
  display: block;
  width: 180px;
}
/* line 541, sass/application.sass */
#top-courses ol li a:hover {
  color: #c8de04;
}
/* line 543, sass/application.sass */
#top-courses ol li:hover {
  color: #c8de04;
}

/* line 547, sass/application.sass */
.additional-information {
  display: none;
}

/* line 550, sass/application.sass */
#zero-to-hero-cross-sell {
  background-color: #070f06;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1px;
  height: 138px;
}

/* line 558, sass/application.sass */
#live-chat {
  padding-left: 17px;
}
/* line 560, sass/application.sass */
#live-chat a {
  display: block;
  width: 186px;
  height: 76px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/livechat.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 565, sass/application.sass */
#live-chat a:hover {
  background-position: 0 -77px;
}

/* line 573, sass/application.sass */
.locations a {
  text-decoration: none;
}
/* line 4, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
.locations a:hover {
  text-decoration: underline;
}
/* line 575, sass/application.sass */
.locations .location_entry {
  border-bottom: solid 1px #e1e1e1;
  padding: 10px;
  margin-bottom: 10px;
  color: #5a5c5e;
}
/* line 580, sass/application.sass */
.locations .button {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 10px;
}
/* line 585, sass/application.sass */
.locations .title {
  width: 280px;
}
/* line 587, sass/application.sass */
.locations .title h2 {
  font-size: 2em;
}
/* line 589, sass/application.sass */
.locations .address {
  width: 230px;
  float: right;
}

/* line 593, sass/application.sass */
#map {
  margin-top: 20px;
  height: 300px;
  border: solid 1px;
}

/* line 598, sass/application.sass */
.miniMap {
  border: solid 1px;
  float: left;
  width: 100px;
  height: 75px;
  margin-top: 2px;
}

/* line 605, sass/application.sass */
#new-subscription {
  width: 419px;
  z-index: 100;
}
/* line 608, sass/application.sass */
#new-subscription .title {
  font-size: 1.6em;
  font-weight: bold;
  color: #00b1f9;
}

/* line 613, sass/application.sass */
.event-link {
  margin-top: 10px;
  text-align: center;
}
/* line 616, sass/application.sass */
.event-link a {
  color: #0099cc;
  text-decoration: none;
}
/* line 619, sass/application.sass */
.event-link a:hover {
  text-decoration: underline;
}

/* line 621, sass/application.sass */
#event-image {
  float: right;
}

/* line 624, sass/application.sass */
.CS5-flash {
  text-align: center;
}
/* line 626, sass/application.sass */
.CS5-flash object {
  padding: 5px;
  border: 1px solid #cccccc;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #cccccc 1px 1px 5px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #cccccc 1px 1px 5px;
  /* CSS3 */
  box-shadow: #cccccc 1px 1px 5px;
  margin-bottom: 10px;
}

/* line 632, sass/application.sass */
ul#flickr-photos {
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 8, ../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
ul#flickr-photos li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 637, sass/application.sass */
ul#flickr-photos li.photo {
  float: left;
  margin: 6px;
}
/* line 640, sass/application.sass */
ul#flickr-photos li.photo a {
  display: block;
  float: left;
  border: 1px solid #cccccc;
  padding: 4px;
  height: 75px;
  width: 75px;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #cccccc 1px 1px 5px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #cccccc 1px 1px 5px;
  /* CSS3 */
  box-shadow: #cccccc 1px 1px 5px;
}
/* line 648, sass/application.sass */
ul#flickr-photos li.photo a:hover {
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #c8de04 0px 0px 8px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #c8de04 0px 0px 8px;
  /* CSS3 */
  box-shadow: #c8de04 0px 0px 8px;
}
