/* Reset
---------------------------------------------------------------*/
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,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

del {
	text-decoration: line-through;
}

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

/* Dark Teal Blue: 3f799a */
/* Light Teal Blue: 8db1c6 */
/* Dark Burnt Orange: 884436 */

body{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #3f799a;
}

a{
  color: #3f799a;
}

/* Atomic Classes
---------------------------------------------------------------*/
.clear{clear: both}
.suppressed{color: #afafaf !important}
.hidden{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Layout
---------------------------------------------------------------*/
#container{
  width: 900px;
  margin: 0 auto;
}

#content{
  border-left: 3px dotted #3f799a;
  background: url(/images/content_bg.gif) repeat-y 520px 0;
}

html>/**/body #content{
  background: url(/images/content_bg.gif) repeat-y 517px 0;
}

.full_width #content{
  background: #fff;
  border-right: 3px dotted #3f799a;
}

#main{
  width: 511px;
  float: left;
}

html>body #main{
  width: 517px;
}

.full_width #main{
  width: auto;
  float: none;
}

#sidebar{
  width: 380px;
  float: right;
}

.full_width #sidebar{
  display: none;
}

#footer{
  clear: both;
}

/* Header
---------------------------------------------------------------*/
#header{
  background: #3f799a;
  position: relative;
  padding: 22px 0 5px 20px;
}

#header, #header a{
  color: #fff;
}

#logo a,
#nav li a,
#signupin li a{
  display: block;
  height: 0;
  overflow: hidden;
  background-image: url(/images/images-blue.gif);
  background-repeat: no-repeat;
}

#nav,
#signupin{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#logo{
  margin-bottom: 15px;
}

#logo a{
  width: 132px;
  padding-top: 33px;
}

/* Sign Up/In
---------------------------------------------------------------*/
#signupin{
  position: absolute;
  top: 8px;
  right: 8px;
}

#signupin li{
  float: left;
}

#signupin li a{
  padding-top: 14px;
}

#signupin #register a{ 
  background-position: 0 -83px;
  width: 62px;
  margin-right: 10px;
}

#signupin #register a:hover{ 
  background-position: 0 -97px;
}

#p_register #signupin #register a{ 
  background-position: 0 -111px;
}

#signupin #login a{ 
  background-position: -72px -83px;
  width: 42px;
}

#signupin #logout a {
  background-image: url('/images/btn_logout.jpg');

}

#signupin #login a:hover{ 
  background-position: -72px -97px;
}

#p_login #signupin #login a{ 
  background-position: -72px -111px;
}

/* Nav
---------------------------------------------------------------*/
#nav{
  zoom: 1;
  margin-left: 109px;
}

html>body #nav{
  margin-left: 124px;
}

#nav li{
  float: left;
  margin-left: 15px;
}

#nav li a{
  padding-top: 16px;
}

#nav #nav-training a{
  background-position: 0 -33px;
  width: 104px;
}

#nav #nav-training a:hover{
  background-position: 0 -49px;
}

#p_training #nav #nav-training a{
  background-position: 0 -65px;
}

#nav #nav-expertise a{
  background-position: -122px -33px;
  width: 73px;
}

#nav #nav-expertise a:hover{
  background-position: -122px -49px;
}

#p_expertise #nav #nav-expertise a{
  background-position: -122px -65px;
}

#nav #nav-clients a{
  background-position: -212px -33px;
  width: 56px;
}

#nav #nav-clients a:hover{
  background-position: -212px -49px;
}

#p_clients #nav #nav-clients a{
  background-position: -212px -65px;
}

#nav #nav-contact a{
  background-position: -284px -33px;
  width: 82px;
}

#nav #nav-contact a:hover{
  background-position: -284px -49px;
}

#p_contact #nav #nav-contact a{
  background-position: -284px -65px;
}

/* Sidebar
---------------------------------------------------------------*/
#sidebar{
  color: #fff;
}

#sidebar a{
  color: #fff;
}

#sidebar .sidebar_section{
  padding: 0 25px;
}

#sidebar .with_border{
  border-top: 3px dotted #fff;
  padding-top: 15px;
  margin-top: 15px;
}

/* Main
---------------------------------------------------------------*/
#main{
  padding: 30px 0;
}

#main .main_section{
  padding: 0 20px;
}

#main .main_section_left{
  padding: 0 0 0 20px;
}

#main .with_border{
  border-top: 3px dotted #3f799a;
  padding-top: 15px;
  margin-top: 15px;
}

#main .offsides{
  padding: 0 0 0 20px;
}

#main .offsides .encroacher{
  text-align: right;
  margin: 10px 0;
}

#main p{
  margin-bottom: 12px;
}

/* Close the Gap
---------------------------------------------------------------*/
#main #close_the_gap{
  margin-bottom: 35px;
}

#main #close_the_gap #ctg_headline{
  background: url(/images/images-blue.gif) no-repeat -370px -70px;
  height: 0;
  overflow: hidden;
  padding-top: 182px;
  width: 185px;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}

#main #close_the_gap #video_link{
  display: block;
  background: url(/images/video_tour.gif) no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 15px;
  width: 200px;
  margin-bottom: 6px;
}

#main #close_the_gap #supporting_articles_link{
  display: block;
  background: url(/images/supporting_articles.gif) no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 15px;
  width: 200px;
}

/* Feature
---------------------------------------------------------------*/
#main .feature p,
#main .feature a{
  color: #884436;
}

#main .feature{
  background: url(/images/globe.gif) no-repeat right bottom;
  zoom: 1;
}

#main .feature p{
  padding-right: 260px;
  padding-bottom: 140px;
}

#main .feature #powered_by{
  background: url(/images/images-blue.gif) no-repeat 0 -178px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 47px;
  width: 231px;
  position: relative;
  top: 15px;
  display:block;
}

html>/**/body #main .feature #powered_by{
  top: 35px;
}

/* PDF List
---------------------------------------------------------------*/
.pdf_list{
  margin: 0 0 0 5px;
  padding: 10px 0 0 0;
  list-style-type: none;
}

.pdf_list li{
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: 16px;
  cursor: pointer;
  zoom: 1;
}

.pdf_list li div.active{
  position: relative;
}

.pdf_list li a{
  font-weight: 600;
  text-decoration: none;
}

/* Forms
---------------------------------------------------------------*/
ul.form{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.form li{
  width: 375px;
  margin-bottom: 14px;
}

table.form tr.text td{
  padding-bottom: 14px;
  padding-right: 10px;
}

ul.form li.text input,
ul.form li textarea,
table.form tr.text input{
  width: 100%;
  border: 1px solid #afafaf;
  padding: 3px 1px;
  color: #666;
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

table.form tr.text input{
  width: 190px;
}

ul.form li textarea{
  height: 90px;
}

ul.form li.radios ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.form li.radios{
  margin: 22px 0;
}

ul.form li.radios ul li{
  margin-bottom: 4px;
}

ul.form li.submit{
  text-align: right;
}

table.form tr.submit td{
  text-align: right;
  padding-right: 10px;
}


/* Labels
---------------------------------------------------------------*/
ul.form li.text label,
ul.form li.textarea label,
ul.form li.radios div{
  display: block;
  height: 0;
  overflow: hidden;
  background-image: url(/images/images-blue.gif);
  background-repeat: no-repeat;
  padding-top: 17px;
}

ul.form li.text label#l-name{
  background-position: -291px -187px;
  width: 43px;
}

ul.form li.text label#l-company{
  background-position: -448px -290px;
  width: 68px;
}

ul.form li.text label#l-phone{
  background-position: -291px -209px;
  width: 47px;
}

ul.form li.text label#l-email{
  background-position: -291px -231px;
  width: 43px;
}

ul.form li.text label#l-industry{
  background-position: -291px -252px;
  width: 64px;
}

ul.form li.radios div#l-urgency{
  background-position: -291px -274px;
  width: 115px;
  margin-bottom: 8px;
}

ul.form li.textarea label#l-comments{
  background-position: -291px -296px;
  width: 76px;
}

table.form td.label{
  text-align: right;
  padding-right: 6px;
}

/* Quotes
---------------------------------------------------------------*/
#main .main_section .quote_section {
	display: block;
	width: 448px;
	margin-bottom: 50px;
	text-decoration: none;
}

#main .main_section .quote_section blockquote{
	margin-bottom:  20px;
}

#main .main_section .quote_section cite{
	float: left;
	width: 308px;
	font-weight: bold;
}

#main .main_section .quote_section a.read{
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	margin-left: 20px;
	padding: 10px 0 0 40px;
	background: url('/images/pdf.gif') no-repeat 0 0;
	text-decoration: none;
}

/* Tooltips
---------------------------------------------------------------*/
.tooltip{
  position: absolute;
  z-index: 4;
  top: 12px;
  height: auto;
  width: auto;
  overflow: visible;
  padding: 0 4px 4px 0;
  margin: 4px 0 0 4px;
  font-size: 12px;
}

html>/**/body .tooltip{
  top: 35px;
}

.pdf_list .tooltip{
  top: -169px;
  left: -88px;
  width: 300px;
  height: 170px;
}

html>/**/body .pdf_list .tooltip{
  top: -166px;
  height: 167px;
}

html>body .tooltip{
  background: url(/images/tooltip_edge.png);
}

.tooltip .tooltip_container{
  background: #3f799a;
  color: #fff;
  z-index: 5;
  border: 1px solid #fff;
  padding: 30px 30px 15px 30px;
  zoom: 1;
}

html>/**/body .tooltip .tooltip_container{
  margin: -4px 0 0 -4px;
}

.tooltip .tooltip_container hr{
  position: absolute;
  height: 0;
  padding-top: 30px;
  width: 51px;
  background: url(/images/tooltip_tick.gif) no-repeat;
  overflow: hidden;
  border: none;
  top: -38px;
  left: 50%;
  margin-left: -25px;
}

.pdf_list .tooltip .tooltip_container hr{
  background: url(/images/tooltip_tick_down.gif) no-repeat;
  bottom: -29px;
  top: auto;
  left: 19%;
}

.tooltip .tooltip_container .tooltip_jumplink{
  border-top: 3px dotted #fff;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}

.tooltip .tooltip_container .tooltip_closelink{
  width: 15px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  background: url(/images/tooltip_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}

/* Headers
---------------------------------------------------------------*/
#main h1{
  height: 0;
  overflow: hidden;
  background-image: url(/images/images-blue.gif);
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

#main h1#expertise{
  width: 111px;
  padding-top: 25px;
  background-position: 0 -291px;
}

#main h1#supporting_articles{
  width: 233px;
  padding-top: 25px;
  background-position: 0 -320px;
}

#main h1#help_us_help_you{
  width: 176px;
  padding-top: 23px;
  background-position: 0 -351px;
}

#main h1#register,
#main h1#login{
  margin-bottom: 16px;
}

#main h1#register{
  width: 86px;
  padding-top: 23px;
  background-position: 0 -411px;
}

#main h1#login{
  width: 67px;
  padding-top: 23px;
  background-position: 0 -437px;
}

#main h1#forgot{
  background-image: url('/images/forgot_password.png');
  background-position: 0;
  width: 178px;
  height: 33px;
}

#main #industry_partners h1{
  width: 233px;
  padding-top: 25px;
  background-position: 0 -469px;
  margin-bottom: 35px;
}

#main .feature h1{
  background-image: url(/images/let_om_training.gif);
  width: 322px;
  padding-top: 85px;
}

/* Sidebars
---------------------------------------------------------------*/

/* home */
#home_pitch{
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0 0;
}

#home_pitch li{
  padding-left: 88px;
  background-image: url(/images/images-blue.gif);
  background-repeat: no-repeat;
  margin-bottom: 30px;
  zoom: 1;
}

#home_pitch li#hp_capture {background-position: -580px 0}
#home_pitch li#hp_instruct {background-position: -580px -211px}
#home_pitch li#hp_manage {background-position: -580px -426px}

#home_pitch li h4{
  background-image: url(/images/images-blue.gif);
  background-repeat: no-repeat;
  height: 0;
  padding-top: 22px;
  overflow: hidden;
  width: 120px;
  position: relative;
  top: 12px;
}

#home_pitch li#hp_capture h4 {background-position: -409px 0}
#home_pitch li#hp_instruct h4 {background-position: -409px -21px}
#home_pitch li#hp_manage h4 {background-position: -409px -42px}

#home_pitch li p{
  margin-top: 28px;
}

#home_pitch_feature{
  position: relative;
}

h3#provide_your_clients{
  background: url(/images/images-blue.gif) no-repeat -1px -154px;
  height: 0;
  padding-top: 20px;
  width: 338px;
  overflow: hidden;
  position: absolute;
}

html>body h3#provide_your_clients{
  /* recreate sidebar_section padding */
  top: 15px;
  left: 25px;
}

h4#hundred_percent{
  background: url(/images/images-blue.gif) no-repeat -123px -86px;
  height: 0;
  overflow: hidden;
  padding-top: 62px;
  width: 231px;
  margin: 36px 0 14px 22px;
}

#home_pitch_feature p{
  margin-bottom: 25px;
}

/* training */
#water_wastewater_courses h2{
  background: url(/images/images-blue.gif) no-repeat -1px -252px;
  height: 0;
  overflow: hidden;
  padding-top: 17px;
  width: 206px;
  margin-top: 13px;
}

#training_list,
#training_list ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#training_list ul{
  margin-bottom: 22px;
}

#training_list li{
  font-size: 16px;
  margin-top: 4px;
}

#training_list li ul li,
#training_list li ul li a{
  font-size: 13px;
  color: #E2F3FF;
  text-decoration: none;
}

#training_list li ul li.active a.training_list_itemlink{
/*  font-weight: bold;*/
  background: #82A1B6;
  padding: 1px 2px;
}

#training_list ul li.active{
  position: relative;
  zoom: 1;
}

#training_list ul li .tooltip{
  left: -13px;
  width: 340px;
}

html>/**/body #training_list ul li .tooltip{
  left: -110px;
}

#training_list ul li .tooltip .tooltip_container .tooltip_jumplink{
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

#training_list ul li .tooltip .tooltip_container .tooltip_jumplink span{
  background: url(/images/images-blue.gif) no-repeat -1px -272px;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding-top: 15px;
  width: 118px;
}

/* expertise */
#featured_expert h2{
  background: url(/images/images-blue.gif) no-repeat -119px -289px;
  height: 0;
  margin: 13px 0 20px 0;
  overflow: hidden;
  padding-top: 24px;
  width: 162px;
}

#featured_expert img{
  margin-bottom: 20px;
}

#featured_expert p{
  margin-bottom: 25px;
}

/* contact us */
#contact_us #toll_free{
  background: url(/images/images-blue.gif) no-repeat -241px -318px;
  height: 0;
  margin: 30px 0;
  overflow: hidden;
  padding-top: 29px;
  width: 322px;
}

#contact_us #mailing_address{
  background: url(/images/images-blue.gif) no-repeat  -184px -352px;
  height: 0;
  overflow: hidden;
  padding-top: 87px;
  width: 303px;
}

#contact_us #email{
  background: url(/images/images-blue.gif) no-repeat  -184px -438px;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 24px;
  width: 218px;
}

#contact_form #errors{
  margin-bottom: 20px;
}

/* forgot password */
#forgot_form #errors{
  margin-bottom: 20px;
}

/* clients */
h2#clients_list_header{
  background: url(/images/images-blue.gif) no-repeat -1px -386px;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  width: 118px;
  margin-top: 13px;
}

#clients_list{
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 13px;
}

#clients_list li{
  margin-bottom: 14px;
}

/* Footer
---------------------------------------------------------------*/
#footer{
  background: #3f799a;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 9px;
}

#footer a{
  color: #fff;
}

/* Slideshow
---------------------------------------------------------------*/
#slide-images{
  width: 450px;
	height: 145px;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#slide-images li{
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color :#fff;
}

#slide-images li img{
	display: block;
	background-color: #fff;
}

/* Register & Login
---------------------------------------------------------------*/
#register_form table.form{
  margin: 20px 0 120px;
}

#login_form table.form{
  margin-top: 20px;
}

#login_form #login_extras{
  margin: 50px 0 120px;
  padding: 0;
  list-style-type: none;
}

#login_form #login_extras li{
  color: #8db1c6;
  margin-bottom: 6px;
}

#login_form #login_extras li a{
  font-weight: bold;
  text-decoration: none;
}

/* Errors
---------------------------------------------------------------*/
#errors{
  color: #9a3f3f;
  margin-bottom: 5px;
}

#errors ul{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

#errors ul li{
  font-weight: bold;
}

/* Title Text Popups
---------------------------------------------------------------*/
.training_list_itemlink .title_text{
  display: none;
}

.training_list_itemlink:hover{
  position: relative;
  z-index: 1;
  zoom: 1;
}

.training_list_itemlink:hover .title_text{
  display: block;
  width: 150px;
  position: absolute;
  top: 22px;
  left: 0px;
  background: #FEFCDE;
  padding: 2px;
  color: #000;
  font-size: 9px;
  border: 1px solid #000;
}

.active .training_list_itemlink:hover .title_text{
  display: none;
}

.course_title{
  float: left;
  width: 285px;
}

.course_icons{
  float: left;
  width: 42px;
}

.course_icons img{
  margin-right: 6px;
}

/* Supporting Articles
---------------------------------------------------------------*/
.sa_item { float: left; }
.sa_triangle { float: right; display: none; }
#sidebar_blurb { padding: 25px; }


/* Sample Courses
---------------------------------------------------------------*/
#header #timer { float: right; margin-right: 20px; }
#course { padding: 20px; }
#classNav { float: right; margin-left: 20px; }
#classNav img { margin-left: 10px; }