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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
/*
 * =======================================
 *
 * Serif
 *
 * =======================================
 */
@font-face {
 font-family: 'AD';
 src: url('/static/sitewide/type/arnopro-display_0-webfont.eot?44c1f35f4d74');
 src: local('☺'), url('/static/sitewide/type/arnopro-display_0-webfont.woff?44c1f35f4d74') format('woff'), url('/static/sitewide/type/arnopro-display_0-webfont.ttf?44c1f35f4d74') format('truetype'), url('/static/sitewide/type/arnopro-display_0-webfont.svg#webfontPoIjuGOc') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'AD';
 src: url('/static/sitewide/type/arnopro-smbddisplay_0-webfont.eot?44c1f35f4d74');
 src: local('☺'), url('/static/sitewide/type/arnopro-smbddisplay_0-webfont.woff?44c1f35f4d74') format('woff'), url('/static/sitewide/type/arnopro-smbddisplay_0-webfont.ttf?44c1f35f4d74') format('truetype'), url('/static/sitewide/type/arnopro-smbddisplay_0-webfont.svg#webfontQMd0iHKY') format('svg');
 font-weight: bold;
 font-style: normal;
}
@font-face {
	font-family: 'AD';
	src: url('/static/sitewide/css/arnopro-smbditalicdisplay_0-webfont.eot');
	src: local('☺'), url('/static/sitewide/type/arnopro-smbditalicdisplay_0-webfont.woff?44c1f35f4d74') format('woff'), url('/static/sitewide/type/arnopro-smbditalicdisplay_0-webfont.ttf?44c1f35f4d74') format('truetype'), url('/static/sitewide/type/arnopro-smbditalicdisplay_0-webfont.svg#webfontWvGvZ4H3') format('svg');
	font-weight: bold;
	font-style: italic;
}

/*
 * =======================================
 *
 * Sans
 *
 * =======================================
 */
@font-face {
 font-family: 'M';
 src: url('/static/sitewide/type/myriadpro-regular-webfont.eot?a2b6734e8567');
 src: local('☺'), url('/static/sitewide/type/myriadpro-regular-webfont.woff?a2b6734e8567') format('woff'), url('/static/sitewide/type/myriadpro-regular-webfont.ttf?a2b6734e8567') format('truetype'), url('/static/sitewide/type/myriadpro-regular-webfont.svg#webfontsfN20EAP') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
	font-family: 'M';
	src: url('/static/sitewide/type/myriadpro-it-webfont.eot?a2b6734e8567');
	src: local('☺'), url('/static/sitewide/type/myriadpro-it-webfont.woff?a2b6734e8567') format('woff'), url('/static/sitewide/type/myriadpro-it-webfont.ttf?a2b6734e8567') format('truetype'), url('/static/sitewide/type/myriadpro-it-webfont.svg#webfontzlZvCIMb') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
 font-family: 'M';
 src: url('/static/sitewide/type/myriadpro-semibold-webfont.eot?a2b6734e8567');
 src: local('☺'), url('/static/sitewide/type/myriadpro-semibold-webfont.woff?a2b6734e8567') format('woff'), url('/static/sitewide/type/myriadpro-semibold-webfont.ttf?a2b6734e8567') format('truetype'), url('/static/sitewide/type/myriadpro-semibold-webfont.svg#webfontwUzXScZ2') format('svg');
 font-weight: bold;
 font-style: normal;
}
@font-face {
	font-family: 'M';
	src: url('/static/sitewide/type/myriadpro-semiboldit-webfont.eot?a2b6734e8567');
	src: local('☺'), url('/static/sitewide/type/myriadpro-semiboldit-webfont.woff?a2b6734e8567') format('woff'), url('/static/sitewide/type/myriadpro-semiboldit-webfont.ttf?a2b6734e8567') format('truetype'), url('/static/sitewide/type/myriadpro-semiboldit-webfont.svg#webfont7pEPL9YF') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'MCondensed';
	src: url('/static/sitewide/type/myriadpro-semiboldcondit_0-webfont.eot?a2b6734e8567');
	src: local('☺'), url('/static/sitewide/type/myriadpro-semiboldcondit_0-webfont.woff?a2b6734e8567') format('woff'), url('/static/sitewide/type/myriadpro-semiboldcondit_0-webfont.ttf?a2b6734e8567') format('truetype'), url('/static/sitewide/type/myriadpro-semiboldcondit_0-webfont.svg#webfontwijIwEgM') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'MBlack';
	src: url('/static/sitewide/type/myriadpro-black_0-webfont.eot?44c1f35f4d74');
	src: local('☺'), url('/static/sitewide/type/myriadpro-black_0-webfont.woff?a2b6734e8567') format('woff'), url('/static/sitewide/type/myriadpro-black_0-webfont.ttf?a2b6734e8567') format('truetype'), url('/static/sitewide/type/myriadpro-black_0-webfont.svg#webfontYFURNsWL') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
 * =======================================
 *
 * Cursive
 *
 * =======================================
 */
@font-face {
    font-family: 'Handwriting';
    src: url('/static/sitewide/type/handsean-webfont.eot?f09f44df2359');
    src: local('☺'), url('/static/sitewide/type/handsean-webfont.eot?#iefix') format('../type/embedded-opentype'), url('/static/sitewide/type/handsean-webfont.woff?f09f44df2359') format('../type/woff'), url('/static/sitewide/type/handsean-webfont.ttf?f09f44df2359') format('truetype'), url('/static/sitewide/type/handsean-webfont.svg#HandOfSeanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
 * =======================================
 *
 * Basic typography 
 *
 * =======================================
 */
body {
    font: normal 87.5%/1.25 "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #082F40;
}
h1 { 
  margin-top:0;
  margin-bottom:0;
  font-family: "AD", Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
  font-size:2.6154em;
  padding:1.28677em 0;
  text-shadow: white 0px 1px 0px;
}
h2 {
  margin-top:0;
  margin-bottom:0;
  font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:1.61538em;
  padding:1.2542em 0;
  text-shadow: white 0px 1px 0px;
}

h3 {
    color:#518399;
    margin-top:0;
    margin-bottom:0;
    font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.30769em;
    padding:1.69653em 0;
    text-shadow: white 0px 1px 0px;
}

h4 {
  margin-top:0;
  margin-bottom:0;
  font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:1.167em;
  padding: 1.69653em 0;
}

p {
  font-size: 1em;
  margin: 0 0 1.25em 0;
}

a.permalink, a.plink {
    color: #999 !important;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    text-decoration: none;
}

.handwriting {
    color:#11A;
    font-family: "Handwriting", "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
}

/*
 * =======================================
 *
 * Basic table
 *
 * =======================================
 */

table tr td {
    padding: 5px 5px;
}

table tr td img {
	  vertical-align:middle;
}

table thead {
	  border-top: none
	  border-bottom:solid #ccc 1px;
}

table thead tr {		
    padding: 5px 5px;
}

table thead th {
    border-bottom: none;
    padding: 5px 5px;
    text-align:center;
}

table tbody {	
	  border-top:solid #ccc 1px;
	  border-bottom:solid #ccc 1px;
}

/*
 * =======================================
 *
 * Basic lists
 *
 * =======================================
 */
ul.bullet {
   list-style: square;
   margin-left: 0;
   padding-left: 0;
}

ul.bullet li {
    padding-bottom: 1em;
}

/*
 * =======================================
 *
 * Forms
 *
 * =======================================
 */

form input, form select {
    color:#444;
    font-weight:bold;
    padding: 2px;
    font-size: 112%;
}


/*
 * =======================================
 *
 * Callouts
 *
 * =======================================
 */
aside#first-course-callout {
    top:40px;
    left:-220px;
}

aside#last-course-callout {
    top:20px;
    right:-220px;
}

aside#date-callout {
    top:175px;
    right:20px;
}

aside#register-callout {
    top:100px;
    right:20px;
}

aside#topics-callout {
    left:-220px;
    padding-top:35px;
}

aside#callout-training-guarantee {
    left:-220px;
}

aside.callout, aside.callout {
    position:absolute;
    width:200px;
    z-index: 10;
}

aside.callout img {
    display:block;
}

aside.callout p {
    display:block;
    text-align:center;
    font-size:1.30769em;
    padding:0;
    margin:0;    
}

aside.callout.right img {
    float: right;
}

aside.callout.right p {
    float: right;
}

aside.callout.left img {
    float: left;
}

aside.callout.left p {
    float: left;
}

/*
 * =======================================
 *
 * Page
 *
 * =======================================
 */
#main-content {
    background-color: #FFF;
    padding-bottom: 20px;
}

#page-header {
    background-color: #518399;
    border-bottom: #D9E5E5 solid 1px;
}

#page-header a {
    text-decoration: none;
}

#page-header-inner {
    padding: 5px 0 0 0;
}

#site-logo {
    padding:0;
    height:60px;
    line-height:60px;
    width: 132px;
    height:60px;
    text-indent: -9999em;
    background-image:url('/static/sitewide/images/logo.png?2475d575dbe4');
    background-repeat:no-repeat;
}

#site-slogan {
    color:#eee;
    font-family: "MCondensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-style:italic;
    font-size:1.30769em;
    line-height:60px;
    text-align:left;
    margin:0;
    padding: 4px 0 0 20px;
    text-decoration:none;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

#site-contact {
    color:#eee;
    font-family: "MCondensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-style:italic;
    font-size:1.30769em;
    line-height:60px;
    text-align:right;
    margin:0;
    padding: 4px 0 0 20px;
    text-decoration:none;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

#site-contact span {
    color: #9DDCF9;
    font-weight:bold;
}

#primary-nav {
    margin: 0;
}

#primary-nav ul {
    list-style-type:none;
    list-style-image:none;
    margin: 0 0 0 0;  
}

#primary-nav ul li {
    display:block;
    float:left;
    
    border-top: #518399 solid 4px;
    
    font-size:1.167em;
    font-weight:bold;
    letter-spacing: 0.1em;
    /* line-height:40px; */
    
    color: #CCC;
    padding: 10px 10px 10px 10px;
    margin: 0 20px 0 0;
    
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

#primary-nav ul li:hover {
    color: #fff;
    background-color: #84b6cc;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

#primary-nav ul li a {
    color: #CCC;
    line-height:40px;
    cursor: pointer;
    text-decoration:none;
}

#primary-nav ul li a:hover {
    color: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

#primary-nav ul li.active {
    color: #fff;
    font-family: "MBlack", "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-top: #C44C40 solid 4px;
}

#primary-nav ul li.active a {
    color: #fff;
}

#page-footer {
    color:#DDD;
    font-size: 90%;
    min-height: 200px;
    background-color: #082F40;
    border-top: #D9E5E5 solid 1px;
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A4D63', endColorstr='#082F40');
    /* Firefox */
    background: -moz-linear-gradient( top, #1A4D63, #082F40 );
    /* Chrome & Safari */
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #1A4D63 ), color-stop( 1, #082F40 ) );   
}

#page-footer-inner {
    padding: 20px 0 0 0;
}

#page-footer a {
    font-size: 90%;
    color:#F3F3F3;
}

#page-footer ul,#page-footer li {
    margin: 0;
    padding: 0;

}
#page-footer ul li {
    padding-top:0;
    list-style:none;
}

#page-footer div#page-footer-eep {
    width:226px;
    height:74px;
    background-image: url('/static/sitewide/images/tenfifteen-sprites.png?44c1f35f4d74');
    background-repeat: no-repeat;
    background-position: -340px -156px; 
}

#page-footer div#page-footer-1015 {
    margin: 20px auto 20px auto;
    width:170px;
    height:74px;
    background-image: url('/static/sitewide/images/tenfifteen-sprites.png?44c1f35f4d74');
    background-repeat: no-repeat;
    background-position: 0px -156px; 
}

#page-footer div#page-footer-touch, #page-footer div#page-footer-about {
    border-top: #ccc solid 1px;
    padding-top: 10px;
}

#page-footer #page-footer-legal p, #page-footer #page-footer-touch p {
    text-align: center;
}

#page-footer #page-footer-legal p {
    font-size: 85%;
    color:#999;
}

ul.messages {
    margin: 10px 0 10px 0;
    padding: 20px 20px;
    border: 1px solid #008000;
    background-color: #d7ffd7;
}

ul.messages li {
    font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-style: italic;
    font-size:1.167em;
    color: #444;
    text-align:center;
}

/*
 * =======================================
 *
 * Course list
 *
 * =======================================
 */

article.course-teaser {
}

article.course-teaser a.inner {
    display: block;
    position:relative;
    padding: 20px 40px 20px 40px;
    margin: 5px 0;
    border:#ccc solid 1px;
    min-height:160px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(12,12,12,.1);
    -moz-box-shadow: 0 2px 3px rgba(12,12,12,.1);
    box-shadow: 0 2px 3px rgba(12,12,12,.1);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;          
}

article.course-teaser a.inner:link, article.course-teaser a.inner:visited, article.course-teaser a.inner:hover {
    text-decoration: none;
    color:#FFF;
    text-shadow: none;
}

article.course-teaser a.inner:hover, article.course-teaser a.inner:focus {
    outline:none;
}

article.course-teaser a.inner:active {
    transform: scale(.98,.98);
    -ms-transform: scale(.98,.98); /* IE 9 */
    -webkit-transform: scale(.98,.98); /* Safari and Chrome */
    -o-transform: scale(.98,.98); /* Opera */
    -moz-transform: scale(.98,.98); /* Firefox */
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;          
}

article.course-teaser h3 {
    font-family: "AD", Georgia, "Times New Roman", Times, serif;
    font-size:2.01538em;
    padding:0;
    font-weight:normal;
    text-decoration: none;
    color:#FFF;
    text-shadow: none;
}

article.course-teaser h4 {
    font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.30769em;
    padding:1em 0;
    font-weight:normal;
    text-decoration: none;
    color:#FFF;
    text-shadow: none;
}

#article.course-teaser a.inner div.continue {
    display:block;
    position:absolute;
    bottom:20px;
    right:40px;
    text-decoration: underline;
}


div.belly-band {
    margin: 40px 0 40px 0;
    padding: 10px 10px 10px 10px;
    color: #518399;
    background-color: #A3CADB;
    font-size:1.61538em;
}

div.belly-band p {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
}

div.calendar-day {
    float:left;
}


div.course-event-teaser {
    margin-bottom: 10px;
}


div.course-event-teaser a {
    padding: 10px 10px 10px 120px;
    margin-left: 10px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

div.course-event-teaser a:link, div.course-event-teaser a:visited, div.course-event-teaser a:hover {
    text-decoration: none;
}


div.course-event-teaser div.name {
    color:#444;
    font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.136em;
    padding: 0;
}

div.course-event-teaser a div.description {
    float:left;
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
}

div.course-event-teaser a:hover div.description {
    outline:none;
    background-color:#FAFAFA;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

tr.venue-teaser td.location h4 {
    color:#444;
    font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.167em;
    padding: 0;
}

tr.venue-teaser td.description a.name{
    font-weight:bold;
}

/*
 * =======================================
 *
 * Date block
 *
 * =======================================
 */
div.calendar-day {
    background-color: #FAFAFA;
    padding: 4px;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 2px 3px rgba(12,12,12,.1);
    -moz-box-shadow: 0 2px 3px rgba(12,12,12,.1);
    box-shadow: 0 2px 3px rgba(12,12,12,.1);
}

div.calendar-day div.inner {
    text-align: center;
    text-shadow: white 0px 1px 0px;
}

div.calendar-day abbr.month {
  color: #666;
  font-weight:bold;
  font-family: "AD", Georgia, "Times New Roman", Times, serif;
  font-size:1.167em;
  padding: 1.69653em 0;
}

div.calendar-day span.date {
  color: #666;
  font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:1.30769em;
  padding:1.69653em 0;
}

div.calendar-day span.year {
  color: #666;
  font-family: "AD", Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
  font-size:1.167em;
  padding:1.0;
}

/*
 * =======================================
 *
 * Title block
 *
 * =======================================
 */
div#title-block h1 {
    font-family: "AD", Georgia, "Times New Roman", Times, serif;
    padding: 1em 0 0 0;
}

div#title-block h2#subtitle {
    font-family: "AD", Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
    font-size: 1.30769em;
    padding: 0;
}

/*
 * =======================================
 *
 * Social block
 *
 * =======================================
 */
div#social {
    padding: 2px 0 2px 0; 
}

div#social ul {
    padding: 0;
    margin: 0;
}

div#social ul li {
    display:block;
    display:block;
    float:left;
    padding: 2px 10px 2px 0px;
}

/*
 * =======================================
 *
 * Vertical nav block
 *
 * =======================================
 */
.vnav h2 {
    font-family: "AD", Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
    font-size: 1.61538em;
    padding: 1.69653em 0 1em 0;
}

.vnav ul {
    list-style-type:none;
    list-style-image:none;
    margin: 0;
    padding: 0;
}

.vnav ul li {
    display:block;
    
    font-size:90%;
    
    color: #444;
    background-color: #EEE;
    padding: 10px 10px;
    margin: 4px 0;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.vnav ul li:hover {
    color: #fff;
    background-color: #ccc;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.vnav ul li a {
    font-weight:bold;
    color: #444;
    cursor: pointer;
    text-decoration: none;
}

.vnav ul li a:hover {
    color: #fff;
    font-weight:bold;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.vnav ul li.active {
    background-color:#bbb;
    color: #fff;
    font-weight:bold;
    border-left: #C44C40 solid 4px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.vnav ul li.active a {
    color:#fff;
    cursor: default;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

/*
 * =======================================
 *
 * Horizontal nav block
 *
 * =======================================
 */

.hnav {
    margin: 0;
}

.hnav ul {
    list-style-type:none;
    list-style-image:none;
    margin: 0 0 0 0;  
}

.hnav ul li {
    display:block;
    float:left;
    
    border-top: #FFF solid 4px;
    
    font-size:1.167em;
    font-weight:bold;
    letter-spacing: 0.1em;
    
    color: #444;
    padding: 10px 10px 10px 10px;
    margin: 0 20px 0 0;
    
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.hnav ul li:hover {
    color: #fff;
    background-color: #ccc;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.hnav ul li a {
    color: #444;
    cursor: pointer;
    text-decoration:none;
}

.hnav ul li a:hover {
    color: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;          
}

.hnav ul li.active {
    background-color: #bbb;
    color: #fff;
    font-family: "MBlack", "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-top: #C44C40 solid 4px;
}

.hnav ul li.active a {
    color: #fff;
}


/*
 * =======================================
 *
 * Course
 *
 * =======================================
 */
div#title-block h1#course-title {
    font-family: "AD", Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    letter-spacing: 0.1em;
    font-size: 2.11538em;
    padding: 20px 0 0 0;
}

.csstransforms .inc-left, inc-left p {
    -moz-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
    -o-transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
}

.csstransforms .inc-right, html.csstransforms inc-right p {
    -moz-transform:rotate(15deg);
    -webkit-transform:rotate(15deg);
    -o-transform:rotate(15deg);
    -ms-transform:rotate(15deg);
}

#course-keyinfo {
    border:solid #ccc 1px;
    padding: 20px;
    margin: 10px 0 10px 0;
    border-radius: 8px;
    color: #FAFAFA;
    text-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(12,12,12,.1);
    -moz-box-shadow: 0 2px 3px rgba(12,12,12,.1);
    box-shadow: 0 2px 3px rgba(12,12,12,.1);
}

#course-keyinfo span.price {
    /* color:#C44C40; */
    color:#FFF;
    font-weight: bold;
    font-size: 1.61538em;
}

#course-keyinfo strong {
    font-weight: bold;
    font-size: 1.30769em;
}

#course-keyinfo input[type="submit"] {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    width:165px;
    height:55px;
    background: transparent url('/static/sitewide/images/tenfifteen-sprites-book-now.png?44c1f35f4d74') no-repeat center;
    background-position: 0px 0px;
    border:none;
    cursor:pointer;
    overflow:hidden;
    outline:0 none;
    text-indent:-1000em;
}
#course-keyinfo input[type="submit"]:hover {
    background-position: 0px -55px; 
}

#course-keyinfo input[type="submit"]:active {
    background-position: 0px -110px; 
}

#course-keyinfo a.register {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    width:165px;
    height:55px;
    background: transparent url('/static/sitewide/images/tenfifteen-sprites-register-interest.png?6d674c6ab891') no-repeat center;
    background-position: 0px 0px;
    border:none;
    cursor:pointer;
    overflow:hidden;
    outline:0 none;
    text-indent:-1000em;
}
#course-keyinfo a.register:hover {
    background-position: 0px -55px; 
}

#course-keyinfo a.register:active {
    background-position: 0px -110px; 
}

div.course-event {
    padding-bottom: 10px;
    height: 55px;
}

div.course-event a {
    text-decoration: none;
    color:#fff;
}

div.course-event div.calendar-day {
    margin-top: 5px;
    float:left;
    margin-right: 20px;
}

div.course-event div.location {
    padding-top: 10px;
    float:left;
    width: 100px;
    line-height: 30px;
    font-weight:bold;
    /*font-size:1.167em;*/
    font-size:1.30769em;
}

div.course-event a div.book {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    width:170px;
    height:55px;
    background: transparent url('/static/sitewide/images/tenfifteen-sprites.png?44c1f35f4d74') no-repeat center;
    background-position: 0px -72px;
    border:none;
    cursor:pointer;
    overflow:hidden;
    outline:0 none;
    text-indent:-1000em;
}

div.course-event a:hover div.book {
    background-position: -170px -72px;
}

div.course-event a:active div.book {
    background-position: -340px -72px;
}

/*
 * =======================================
 *
 * Register interest
 *
 * =======================================
 */

form#register-interest input[type="submit"] {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    width:165px;
    height:55px;
    background: transparent url('/static/sitewide/images/tenfifteen-sprites-register.png?48e1e2f19792') no-repeat center;
    background-position: 0px 0px;
    border:none;
    cursor:pointer;
    overflow:hidden;
    outline:0 none;
    text-indent:-1000em;
}
form#register-interest input[type="submit"]:hover {
    background-position: 0px -55px; 
}

form#register-interest input[type="submit"]:active {
    background-position: 0px -110px; 
}

/*
 * =======================================
 *
 * Book
 *
 * =======================================
 */

form#book input[type="submit"] {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    width:165px;
    height:55px;
    background: transparent url('/static/sitewide/images/tenfifteen-sprites-register.png?48e1e2f19792') no-repeat center;
    background-position: 0px 0px;
    border:none;
    cursor:pointer;
    overflow:hidden;
    outline:0 none;
    text-indent:-1000em;
}
form#book input[type="submit"]:hover {
    background-position: 0px -55px; 
}

form#book input[type="submit"]:active {
    background-position: 0px -110px; 
}

/*
 * =======================================
 *
 * Booking thankyou
 *
 * =======================================
 */
#thanks-content div.booking-reciept {
    border: #444 solid 1px;
    -webkit-box-shadow: 0 5px 5px rgba(12,12,12,.1);
    -moz-box-shadow: 0 5px 5px rgba(12,12,12,.1);
    box-shadow: 0 5px 5px rgba(12,12,12,.1);
    padding-bottom: 80px;
    margin-bottom: 20px;
}

div.print-button {
    padding: 10px 0 20px 10px;
}

div.print-button * {
    float:left;
    text-align:center
}

/*
 * =======================================
 *
 * Booking
 *
 * =======================================
 */

div#booking-summary {
    padding: 40px 40px 40px 0;
}

table.summary {
    width:100%;
}

table.summary th, table.summary td {
    text-align:right;
}

table.summary td.description {
    text-align:left;
}

table.summary tr.line-gst span.price {
}

table.summary tr.line-total span.price {
    color:#C44C40;
    font-weight: bold;
    font-size: 1.61538em;
}

fieldset {
    background-color: #FAFAFA;
    padding: 20px 20px 0px 20px;
    margin: 0 40px 10px 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

fieldset legend {
    font-weight: bold;
    font-size: 1.30769em;
}

div.field {
    padding: 0 20px 20px 0;
}

div.hgroup div.field {
    float:left;
}

div.field div.field-help{
    width:13px;
    margin: 0 8px;
}
div.field div.field-help img {
    vertical-align:middle;
}

div.field-no_delegates input {
    text-align:right;
}

div.field span.required_flag {
    padding-left: 4px;
    color: #F00;
}

div.field.error input {
    border: #F00 solid 3px;
}

div.field-errors ul {
    padding: 0;
    margin: 0;
}

div.field-errors ul li {
    padding-top: 0.5em;
    text-align:left;
    font-style:italic;
}

aside h3.thanks {
    font-size:1.61538em;
}

/*
 * =======================================
 *
 * Receipts
 *
 * =======================================
 */
p.update_url {
    padding: 4em 0 0 0;
}

/*
 * =======================================
 *
 * Booking cancellation
 *
 * =======================================
 */
#booking-cancellation div.booking-reciept {
    border: #444 solid 1px;
    -webkit-box-shadow: 0 5px 5px rgba(12,12,12,.1);
    -moz-box-shadow: 0 5px 5px rgba(12,12,12,.1);
    box-shadow: 0 5px 5px rgba(12,12,12,.1);
    padding-bottom: 80px;
    margin-bottom: 20px;
}

#booking-cancellation input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*
 * =======================================
 *
 * Article(s)
 *
 * =======================================
 */
#article-container #title-block {
    padding-bottom: 40px;
}

.article {
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px dotted #DADFE6
}

.article.brief .story-image {
    float:left;
    margin:0 10px 10px 0;
}

.article #social {
    padding-top: 20px;
    border-top: 1px dotted #DADFE6
}

.article h2 {
    padding: 0 0 .6em 0;
}

.article h2 a {
    font-weight:bold;
    cursor: pointer;
    text-decoration: none;
}

.byline {
    font-size: 89%;
    padding-bottom: 1em;
}

.byline .author {
    font-weight:bold;
    color: #999;
}

.byline .published {
    font-weight:bold;
    color: #999;
}

.article .story-image {
    padding-bottom: 1em;
}

.article div.continue {
    color: #AAA;
    padding-top:1em;
    display:block;
    text-decoration: underline;
    text-transform: capitalize;
}
/*
 * =======================================
 *
 * Article comments
 *
 * =======================================
 */
.comments {
    padding-top: 20px;
}

.comments .title-bar {
    padding: 20px 10px;
    line-height: 10px;
}
.comments .title-bar h2 {
    float:left;
    font-family: "AD", Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
    font-size: 1.61538em;
}

.comments .byline {
    padding: 10px 0 10px 0;
    background: #FAFAFA;
}

.comments .byline .author {
    padding-left: 10px;
}

.comments .body {
    padding: 10px
}

.comments p.no-comments {
    color:#444;
    text-align: center;
    font-family: "M", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.167em;
    padding: 20px 0;
}

form#comment-post input#id_honeypot {
    display: none;
}

form#comment-post input[type="submit"] {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    width:165px;
    height:55px;
    background: transparent url('/static/sitewide/images/tenfifteen-sprites-post-comment.png?a30206638f6a') no-repeat center;
    background-position: 0px 0px;
    border:none;
    cursor:pointer;
    overflow:hidden;
    outline:0 none;
    text-indent:-1000em;
}
form#comment-post input[type="submit"]:hover {
    background-position: 0px -55px; 
}

form#comment-post input[type="submit"]:active {
    background-position: 0px -110px; 
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .grid_1 {
	width:50px;
}

.container_16 .grid_2 {
	width:110px;
}

.container_16 .grid_3 {
	width:170px;
}

.container_16 .grid_4 {
	width:230px;
}

.container_16 .grid_5 {
	width:290px;
}

.container_16 .grid_6 {
	width:350px;
}

.container_16 .grid_7 {
	width:410px;
}

.container_16 .grid_8 {
	width:470px;
}

.container_16 .grid_9 {
	width:530px;
}

.container_16 .grid_10 {
	width:590px;
}

.container_16 .grid_11 {
	width:650px;
}

.container_16 .grid_12 {
	width:710px;
}

.container_16 .grid_13 {
	width:770px;
}

.container_16 .grid_14 {
	width:830px;
}

.container_16 .grid_15 {
	width:890px;
}

.container_16 .grid_16 {
	width:950px;
}




/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}