/* @group Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* @end */


body  {
	font-size: 75%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
        line-height:1.5;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link, a:visited {
	color:#028004;
	text-decoration:none;
}
a:hover, a:active {
                     color:#028004;
	text-decoration:underline;
}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	width:100px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	margin:0px 8px 0px 8px;
	border:1px solid #474646;
}

.nav-over {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	width:100px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	margin:0px 8px 0px 8px;
	border:1px solid #ccc;
}

.sidebarBoxLeft {
	width:274px;
	background-color:#eee;
	padding-bottom:4px;
	margin-bottom:4px;
}
.sidebarBoxLeft h1{
	background-image:url(/img/subhead_bgrd_purple.gif);
	background-repeat:repeat-x;
	width:255px;
	height:23px;
	color:#fff;
	text-transform:uppercase;
	padding-top:13px;
	padding-left:19px;
	font-weight:normal;
        font-size:10px;
	margin-bottom:13px;
        line-height: 110%;
}
.sidebarBoxLeft h1 a:link, .sidebarBoxLeft h1 a:visited {
	color:#fff;
	text-decoration:none;
}
.sidebarBoxLeft h1 a:hover, .sidebarBoxLeft h1 a:active {
	color:#fff;
	text-decoration:underline;
}
.sidebarBoxLeft h2{
	font-size:12px;
	margin:0 10px 0 19px;
	color:#000;
	font-weight:bold;
}
.sidebarBoxLeft h2 a:link, .sidebarBoxLeft h2 a:visited {
	font-size:12px;
        line-height:15px;
	color:#028004;
	font-weight:bold;
	text-decoration:none;
}
.sidebarBoxLeft h2 a:hover, .sidebarBoxLeft h2 a:active {
	text-decoration:underline;
}
.sidebarBoxLeft h3 {
	font-size:11px;
	margin:0 10px 0 19px;
	color:#5d398a;
	font-weight:bold;
	text-transform: uppercase;
        padding-top:5px;
}
.sidebarBoxLeft .h3spaceBefore{
	font-size:11px;
	margin:0 10px 0 19px;
	color:#5d398a;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:20px;
	padding-bottom:5px;
}
.sidebarBoxLeft h4{
	font-size:16px;
	padding:5px 10px 0 19px;
	color:#5d398a;
        margin:0 0 10px 0;
}
.sidebarBoxLeft h5{
	font-size:14px;
	line-height:130%;
	padding:0 10px 15px 19px;
	color:#787878;
        font-weight: normal;
	border-bottom:1px solid #ccc;
        margin:0;
}
.sidebarBoxLeft p {
	margin:0 15px 1.0em 19px;
}
.sidebarBoxLeft .moreLink {
	padding-right: 8px;
	text-align: right;
	font-weight:bold;
	color: #028004;
        font-size:11px;
}
.waveBottLeftCol {
	width: 274px;
	height:35px;
	background-image: url(/img/side_wave_left.gif);
	background-repeat:no-repeat;
	margin-top: -4px;
}
.headerSolutions {
	background-image:url(/img/learning/subhead_bgrd_wave_home_SL.gif);
	background-repeat:no-repeat;
	width:473px;
	height:33px;
	color:#fff;
	font-size:10px;
	padding:13px 0 0 19px;
}
.headerSolutions a:link, .headerSolutions a:visited {
color:#fff;
text-decoration:none;
}
.headerSolutions a:hover, .headerSolutions a:active {
color:#fff;
text-decoration:underline;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.imageIcon {
	margin-right: 15px;
	border: 3px solid #d8d8d8;
	vertical-align:middle;
	margin-top:0;
}
.imageIconNoBorder {
	margin-right: 5px;
	vertical-align:middle;
	border: 1px solid #fff;
	margin-top:0;
}
.contactIcon {
	margin: -5px 0 30px -10px;
}
.subnav {
	width:274px;
	background-color:#eeeeee;
        margin-bottom:4px;
}
.subnav h1{
	background-image:url(/img/subhead_bgrd_purple.gif);
	background-repeat:repeat-x;
	width:255px;
	height:23px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding-top:13px;
	padding-left:19px;
	font-weight:normal;
        margin-bottom:0;
}
.subnav h1 a:link, .subnav h1 a:visited {
	color:#fff;
	text-decoration:none;
}
.subnav h1 a:hover, .subnav h1 a:active {
	color:#fff;
	text-decoration:underline;
}
.subnav ul {width:274px; margin:0; padding:0; list-style:none; border-bottom:solid 1px #ccc;}	
.subnav ul li {margin:0; padding:0; background:none; font-size:12px;}
.subnav li a {display:block; min-height:1.5em; height:auto !important /*Non-IE6*/; height:1.5em /*IE-6*/; line-height:1.5em; margin:0; padding:8px 19px 8px 19px; border-top:solid 1px #ccc; color:#4d4d4d; font-weight:bold;}
.subnav ul li ul {margin:0 0 5px 0; border:none;}
.subnav ul li ul li {margin:0; padding:0; background:none; font-size:100%;}
.subnav ul li ul li a {display:block; min-height:1.5em; height:auto !important /*Non-IE6*/; height:1.5em /*IE-6*/; line-height:1.5em; margin:0; padding:0 0 0 30px; border:none; color:#4d4d4d; font-weight:normal;}
.subnav li a:hover {background-color:#e1e1e1; color:#4d4d4d; text-decoration:none;}
.subnav li a:visited {color:#4d4d4d; text-decoration:none;}
.hideNav{
	display: none;
}

#search h1{
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding-top:13px;
	padding-left:16px;
	font-weight:normal;
}
#search h1 a:link, #search h1 a:visited {
	color:#fff;
	text-decoration:none;
}
#search h1 a:hover, #search h1 a:active {
	color:#fff;
	text-decoration:underline;
}
.sidebarBoxRight {
	width:213px !important /*IE6*/;
        width:212px /*Non-IE6*/;
	background-color:#eee;
	padding-bottom:4px;
	margin-bottom:4px;
}
.sidebarBoxRight h1{
	background-image:url(/img/subhead_bgrd_purple.gif);
	background-repeat:repeat-x;
	width:197px;
	height:36px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding-top:13px;
	padding-left:16px;
	font-weight:normal;
	margin-bottom:4px;
}
.sidebarBoxRight h1 a:link, .sidebarBoxRight h1 a:visited {
	color:#fff;
	text-decoration:none;
}
.sidebarBoxRight h1 a:hover, .sidebarBoxRight h1 a:active {
	color:#fff;
	text-decoration:underline;
}
.sidebarBoxRight h2{
	font-size:10px;
	margin:0 10px 0 16px;
	color:#000;
	font-weight:bold;
}
.sidebarBoxRight h2 a:link, .sidebarBoxRight h2 a:visited {
	font-size:12px;
	color:#028004;
	font-weight:bold;
	text-decoration:none;
}
.sidebarBoxRight h2 a:hover, .sidebarBoxRight h2 a:active {
	text-decoration:underline;
}
.sidebarBoxRight h3 {
	font-size:11px;
	margin:0px 10px 0 16px;
	color:#5d398a;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:20px;
}
.sidebarBoxRight .h3spaceBefore{
	font-size:11px;
	margin:0 10px 0 16px;
	color:#5d398a;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:20px;
}
.sidebarBoxRight h4{
	font-size:16px;
	padding:0 10px 5px 16px;
        margin:0;
	color:#5d398a;
}
.sidebarBoxRight h5{
	font-size:14px;
	line-height:130%;
	padding:0 10px 0 16px;
        margin:0 0 10px 0;
	color:#787878;
        font-weight: normal;
}
.sidebarBoxRight p{
	margin:0 15px 1.0em 19px;
}
.sidebarBoxRight .moreLink {
        padding-right:5px;
	text-align: right;
	font-weight:bold;
	color: #028004;
	font-size:11px;
}
.waveBottRightCol {
	width: 213px;
	height:35px;
	background-image: url(/img/side_wave_right.gif);
	background-repeat:no-repeat;
	margin-top: -4px;
}
.testimonial {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
        font-size: 12px;
	line-height: 170%;
        margin:12px 15px 12px 16px !important /*Non-IE6*/;
        padding:0 !important /*Non-IE6*/;
        margin:0 /*IE6*/;
        padding:10px 0 0 0 /*IE6*/;
	color:#7d7d7d;
}
.testimonial strong {
	font-style:bold;
        font-style:normal;
	font-size: 10px;
	line-height: normal;
}
.testimonialheading {
	font-size:11px;
	margin:0 0 0 19px;
	color:#5d398a;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:20px;
	padding-bottom:5px;
}
.testimonial h1 {
	font-size:11px;
	color:#5d398a;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:20px;
	padding-bottom:5px;
}
.solutionsText {
font-size:11px;
line-height:14px;
}
.solutionsText a:link, .solutionsText a:visited {
color:#028004;
text-decoration:none;
}
.solutionsText a:hover, .solutionsText a:active {
color:#028004;
text-decoration:underline;
}
.solutionsMoreLink {
font-size:11px;
font-weight:bold;
color:#028004;
}
.solutionsMoreLink a:link, .solutionsMoreLink a:visited {
text-decoration:none;
}
.solutionsMoreLink a:hover, .solutionsMoreLink a:active {
text-decoration:underline;
}
.solutionsHeading {
font-size:14px;
color:#ed4f02;
padding-bottom: 8px;
font-weight:bold;
}
.solutionsHeading a:link, .solutionsHeading a:visited {
text-decoration:none;
}
.solutionsHeading a:hover, .solutionsHeading a:active {
text-decoration:underline;
}
.solutionsImage {
	margin-right: 10px;
	border: 3px solid #d8d8d8;
	margin-top:0;
}
.solutionsImage a {
	margin-right: 10px;
	border: 3px solid #d8d8d8;
	margin-top:0;
}
.solutionsImage a:hover {
	margin-right: 10px;
	border: 3px solid #eeeeee;
	margin-top:0;
}
p          { margin: 0 0 1.2em; }

ul, ol      { margin:0 1.5em 1.5em 3.5em;}
ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.75em; color: #5d398a; }
h2 { font-size: 1.3em; font-weight:bold; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 0.5em; color: #333; }
h3 { font-size: 1.1em; font-weight:bold; line-height: 1.5em; margin-top:1.5em; margin-bottom: 0.75em; color: #5d398a; }
h4 { font-size: 0.6em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 0.5em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 0.5em; font-weight: bold; }

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 1.4em 0;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* CONTACT FORM */
.contactform {width:380px; margin:25px 10px 0 0; float:left;}
.contactform fieldset {padding:20px 0 10px 10px !important /*Non-IE6*/; padding:10px /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:90%;}

.contacttext {width:200px; margin:25px 10px 0 0; float:right;}

/* BOOKING FORM */
.bookingform {width:460px; margin:25px 10px 0 0;}
.bookingform fieldset {padding:20px 0 10px 10px !important /*Non-IE6*/; padding:10px /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.bookingform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:#028004; font-weight:bold; font-size:120%;}

#solutionsBox1-SL {
float:left;
width:211px;
padding: 25px 15px 10px 19px;
background-image:url(/img/dots-vert.gif);
background-repeat:repeat-y;
background-position:right;
}

#solutionsBox2-SL {
float:right;
width:211px;
padding: 25px 15px 10px 19px;
}

#solutionsBox3-SL {
float:left;
width:211px;
padding: 25px 15px 5px 19px;
background-image:url(/img/dots-vert.gif);
background-repeat:repeat-y;
background-position:right;
}

#solutionsBox4-SL {
float:right;
width:211px;
padding: 25px 15px 10px 19px;
}

