/* RESET STYLES */
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;
}

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: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-align: center;
	background: #fff;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #017f8e;
	text-decoration: none;
	border-bottom: 1px dotted #017f8e;
}

a:visited{
	color: #017f8e;
	text-decoration: none;
	border-bottom: 1px dotted #017f8e;
}

a:hover{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 18px;
	color: #0d5a6a;
	margin: 0 0 10px 0;
	text-align: left;
}

h3{
	font-size: 16px;
	color: #0d5a6a;
	margin: 0 0 10px 0;
	text-align: left;
	
}

p{
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}


/* ----------------------------------------------- MAIN SECTIONS --------------------------------------------*/
div#wrapper{
	width: 880px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

div#masthead{
	position: relative;
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/mastheadbg.jpg) top left no-repeat;
	
}

div#nav{
	width: 880px;
	height: 30px;
	background: #017f8e;
	margin:0;
	padding:0;
}

div#content-wrapper{
	clear:both;
	width: 880px;
	margin:0;	
	padding: 0;
	text-align: left;
	background: url(../img/content-wrapper-bg.gif) top right repeat-y;
}

div#content{
	float: left;
	display: inline;
	width: 580px;
	min-height: 400px;
	padding: 15px 0 15px 30px;
	margin: 0;
}

div#sidebar{
	float: right;
	width: 245px;
	min-height: 400px;
	padding: 10px 10px 0 0;
	margin: 0;
}

div#footer{
	clear:both;
	float:right;
	width: 855px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
	border-top: 2px solid #017f8e;
	padding: 10px 0;
}

div.welcome{
	margin:0;
	padding: 10px 0 0 0;
}
div.clearall{
	clear: both;
	color: #fff;
}

div.home-row{
	padding: 20px 0 0 0;
	clear:both;
}
/* ----------------------------------------------- SECTION STYLES --------------------------------------------*/
div.welcome h2{
	margin:0;
	padding:0;
	font-size: 20px;
	font-weight: normal;
}
.welcome p{
	font-size: 15px;
	margin: 0 0 5px 5px;
	line-height: 1.8em;
}

.welcome ul{
	font-size: 14px;
	list-style: square;
	margin: 5px 0 5px 25px;
	padding: 0 0 0 10px;
}

.welcome span.highlight{
	color: #017f8e;
}
img#etp_logo{
	display: block;
	position: absolute;
	bottom: -14px;
	left:-44px;
}

div[id="masthead"] h1{
display: block;
height: 115px;
background: url(../img/etp_masthead_title.png) bottom left no-repeat;
margin: 0 0 0 40px;
text-indent: -9999px;
}

div#nav ul{
	list-style: none;
	margin: 0 0 0 48px;
	padding:0;

}

div#nav li{
	float: left;
}

div#nav a{
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	padding: 0 7px;
	border-bottom: none;
}

div#nav a:visited{
	color: #fff;
}

div#nav a:hover{
	color: #017f8e;
	background: #cecece;
}

div#nav a.here{
	color: #017f8e;
	background: #e0e0e0;
}

#content p{
	margin: 0 0 5px 0;
	padding: 0 20px 0 0;
}

#content ul{
	font-size: 12px;
	list-style: square;
	margin: 0 0 10px 25px;
	padding: 0 20px 0 10px;
}

#content ol{
	font-size: 12px;
	list-style: decimal;
	margin: 0 0 10px 25px;
	padding: 0 20px 0 10px;
}

#content li{
	margin: 0 0 10px 0;
}

h3.latest-news{
	padding: 20px 0 0 0;
}
div.home-books{
	padding: 0;
}
img.home-book{
	float: left;
	height: 100px;
	margin: 0 5px 0 0;
	border: 1px solid #666;
}

a.home-book-title{
	display: block;
	font-size: 14px;
	padding: 0 10px 0 0;
	border-bottom: none;
}

span.home-book-more{
	display: block;
	font-size: 11px;
	padding: 10px 10px 0 0;
}

/* ----------------------------------------------- HOME PAGE LINKS STYLES --------------------------------------------*/

div.home-page-links{
	position: relative;
	float: left;
	display: inline;
}

div#hptraining{
	margin: 0 12px 0 0;
	width: 180px;
	height: 150px;
}

div#hpconsulting{
	width: 180px;
	height: 150px;
}

div#hpabout{
	margin: 0 12px 0 0;
	width: 180px;
	height: 150px;
}

div#hpclients{
	width: 180px;
	height: 150px;
}

div#hptraining a.hpl-header:link{background: #4a838f; color: #fff;}
div#hpconsulting a.hpl-header:link{background: #4a838f; color: #fff;}
div#hpabout a.hpl-header:link{background: #4a838f; color: #fff;}
div#hptestimonials a.hpl-header:link{background: #86acb4; color: #fff;}
div#hpclients a.hpl-header:link{background: #86acb4; color: #fff;}

div#hptraining a.hpl-header:visited{background: #4a838f; color: #fff;}
div#hpconsulting a.hpl-header:visited{background: #4a838f; color: #fff;}
div#hpabout a.hpl-header:visited{background: #4a838f; color: #fff;}
div#hptestimonials a.hpl-header:visited{background: #86acb4; color: #fff;}
div#hpclients a.hpl-header:visited{background: #86acb4; color: #fff;}

div#hptraining a.hpl-header:hover{background: #cfdee1; color: #017f8e;}
div#hpconsulting a.hpl-header:hover{background: #cfdee1; color: #017f8e;}
div#hpabout a.hpl-header:hover{background: #cfdee1; color: #017f8e;}
div#hptestimonials a.hpl-header:hover{background: #cfdee1; color: #017f8e;}
div#hpclients a.hpl-header:hover{background: #cfdee1; color: #017f8e;}

div#hptestimonials{
	width: 372px;
	margin: 0 12px 0 0;
}

div#hptestimonials p{
	font-size: 11px;
}
a.hpl-header{
	display: block;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	border-bottom: none;
}


span.hpl-content{
	display: block;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5em;
}

span.test_content{
	font-style: italic;
}
span.test_name{
	display: block;
	text-align: right;
	font-weight: bold;
}
span.test_position{
	display: block;
	
	text-align: right;
	margin:0;
	padding:0;
}
span.test_company{
	display: block;
	
	text-align: right;
	line-height: 12px;
	margin:0;
	padding:0;
}

span.hpl-link{
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	padding: 5px;
}

div.news-item{
	margin: 0 0 20px 0;
}

ul#news-list{
	list-style: square;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
	line-height: 1.5em;
}

ul.home-news{
	font-size: 12px;
}

ul.news-news{
	font-size: 11px;
}
ul#news-list li{
	margin: 0 0 5px 0;
	padding: 0 10px 0 0;
}

div.news h3{
	display: inline;
	padding: 0 0 20px 0;
}

div.news p{
	display: block;
	padding: 5px 0 0 10px;
}
div.news p.news-date{
	margin: 0;
	font-size: 10px;
	color: #666;
	display: inline;
}

div.news p.permalink{
	font-size: 9px;
	margin:0;
	padding:0 0 0 10px;
}

div.news-item-important{
	border: 1px solid #017f8e;
	background: #f8f8f8;
	padding: 5px;
	margin: 0 0 10px 0;
}
div.testimonial{
	border-top: 1px dotted #666;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	
}

div.testimonial p{
	font-size: 12px;
}
p.test_content{
	font-style: italic;
}
p.test_name{
	text-align: right;
	font-weight: bold;
}
p.test_position{
	text-align: right;
	margin:0;
	padding:0;
}
p.test_company{
	text-align: right;
	line-height: 12px;
	margin:0;
	padding:0;
}

#sidebar h2{
	font-size: 14px;
}

#sidebar h3{
	padding: 20px 0 0 0;
	clear: both;
}
#sidebar h4{
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #017f8e;
}
table.course-selector{
	margin: 10px 10px 0 0;
	font-size: 12px;
}

table.course-selector tr.header td{
background: #017f8e;
color: #fff;
font-weight: bold;
padding: 5px;
}

.course-selector td{
	padding: 10px 5px 10px 5px;
	border-bottom: 1px dotted #017f8e;
}

div#schedule{
	margin: 20px 0 0 0;
}

div#subscriptions{
	margin: 20px 0 0 0;
}

div#subscriptions ol{
	margin: 0 0 20px 0;
}

div#consulting li{
	font-size: 13px;
	color: #017f8e;
	font-weight: bold;
}
div#consulting h3{
	font-size: 12px;
}

div#consulting span.moreinfo{
	display: block;
	margin: 5px 0 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

div.book{
	padding: 20px 0 0 0;
	clear:both;
}

div.book h3{
	font-size: 16px;
	line-height: 1.5em;
}

div.book p.pub-date{
	font-size: 10px;
	color: #666;
}

div.book p.desc{
	font-size: 12px;
}

div.amazon-link{
	font-size: 12px;
}

div.book-info{
float: right;	padding: 0;
	width: 400px;
}

div.book-thumb{	
display: inline;
float: left;
}
div.book-thumb img{
	border: 1px solid #666;
}
div.book-thumb a{
border-bottom:none;}

div#clientlist ol{
	font-size: 10px;
	margin: 0 0 20px 20px;
	padding: 0 0 0 10px;
}

div#clientlist li{
	margin:0;
	padding:0;
}
div#clientlist ul{
	font-size: 10px;
	margin: 0 0 20px 20px;
	padding: 0 0 0 10px;
}

div#footer a{
	border-bottom:none;
}

div#footer a:visited{
	border-bottom: none;
}

div#footer a:hover{
	border-bottom: 1px solid;
}
div#footer p{
	font-size: 10px;
	line-height: 1.2em;
	padding: 2px 0 2px 0;
	color: #666;
	margin:0;
}

ul#footer-nav{
	padding: 0 0 2px 0;
	margin:0;
}
ul#footer-nav li{
	padding: 0 10px 0 0;
	display: inline;
	font-size: 10px;
}

img#footer-logo{
	float: left;
	margin: 0 0 0 -22px;
	padding: 0 10px 0 0;
}

.accordion h3 {
	text-decoration: underline;
	padding: 2px 0;
	cursor: pointer;
	
}
.accordion h3:hover {
	background-color: #eee;
	text-decoration: underline;
	padding: 2px 0;}
	
.accordion h3.active {
	text-decoration: none;
}

ul#sitemap ul{
	margin: 5px 0 0 20px;
}

ul#sitemap ul ul{
	margin: 5px 0 0 40px;
}
/* ----------------------------------------------- Contact STYLES --------------------------------------------*/
p.contactmessage{
	font-weight: bold;
	color: #bf0000;
}

input.single{
	width: 240px;
}

textarea.text{
	width: 240px;
	height: 75px;
}

div.moreinfo-courses{
	float: left;
	width: 380px;
	padding: 0 0 0 20px;
}
div.moreinfo-services{
	float: left;
	width: 150px;
}

div.contactelement{
	width: 250px;
	float: left;
	padding: 10px 20px 0 0;
	
}
div.moreinfo-section{
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	clear:both;
	border-top: 1px dotted #666;
}

input#send{
	clear:both;
	float: right;
	margin: 20px 30px 0 0;
}
/* ----------------------------------------------- Permanent STYLES --------------------------------------------*/
ol{
	text-align: left;
	list-style: decimal;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
}

ul{
	text-align: left;
	list-style: square;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	
}

p{
	text-align: left;
	margin: 10px 0 0 0;
}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{color: #f60000;}
.turq{color: #017f8e;}
.smalltext{font-size: 10px;}
p.bold{font-weight: bold;}
p.italic{font-style: italic;}

span.rss_feed{
	padding: 0 0 0 18px;
	background: url(../img/feed_icon.gif) top left no-repeat;
}