/* reset		---------------------------------------- */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* selectors	---------------------------------------- */
body {
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px 0px;
}
a {
	color: #047;
	text-decoration: none;
}
a:hover {
	color: #047;
	text-decoration: underline;
}
h1 {
	color: #047;
	font: bold 20px Verdana;
	line-height: 25px;
	margin-bottom: 5px;
}
h2 {
	font: bold 15px Verdana;
	line-height: 25px;
	margin-bottom: 5px;
}
h3 {
	font: bold 13px Verdana;
	line-height: 20px;
	margin-bottom: 10px;
}
h4 {
	font: bold 12px Verdana;
	line-height: 20px;
	margin-bottom: 10px;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
ul {
	font-size: 12px;
	margin: 0px 0px 10px 20px;
}
ol {
	font-size: 12px;
	margin: 0px 0px 10px 30px;
}
li {
	line-height: 20px;
}
input, select, textarea {
	border: 1px solid #ccc;
	font: normal 11px Verdana;
	width: 200px;
}
input, textarea {
	padding: 5px;
}
select {
	width: 205px;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
}
blockquote {
	background: url(../pics/blockquote_bg.gif) no-repeat;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	padding: 0px 45px;
}
blockquote em {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}
label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 150px;
}
input, select {
	border: 1px solid #ccc;
	font: normal 11px Verdana;
	padding: 2px;
}
form ul {
	border-left: 2px dotted #ddd;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
form li {
	clear: left;
	padding: 5px 0px;
}
/* layout		---------------------------------------- */
#container {
	margin: 0px auto;
	width: 955px;
}
#top {
	/* for later */
}
#left {
	clear: left;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 25px;
	width: 135px;
}
#middle {
	float: left;
	margin: 0px 20px 25px 20px;
	width: 585px;
}
#right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	float: left;
	margin-bottom: 25px;
	width: 195px;
}
#bottom {
	border-top: 2px solid #eee;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 20px auto;
	overflow: auto;
	padding: 10px 0px;
	width: 955px;
}
/* left			---------------------------------------- */
.ec-logo {
	background: url(../pics/left_ec-logo_bg.gif) no-repeat;
	display: block;
	height: 75px;
	width: 135px;
}
.ec-logo span {
	display: none;
}
#left .banner {
	background: #900;
	color: #fff;
	display: block;
}
#left .banner:hover {
	background: #c00;
}
.nav, .nav ul {
	margin: 0px;
	padding: 0px;
}
.nav li {
	/* lteie7 */
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 135px;
}
.nav a, .nav span {
	color: #047;
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}
.nav a:hover, .nav span:hover {
	background: #e6f5ff;
	color: #c03;
}
.nav .parent {
	background: transparent url(../pics/nav_icon_parent.gif) 125px 8px no-repeat;
	padding-right: 15px;
}
.nav .parent:hover {
	background: #e6f5ff url(../pics/nav_icon_parent.gif) 125px -92px no-repeat;
}
.nav ul .parent, .nav ul .parent:hover {
	background-position: 125px 11px;
}
.nav ul {
	display: none;
}
.nav li:hover ul, .nav li.over ul {
	border: 5px solid #fff;
	display: block;
	position: absolute;
	left: 135px;
	top: -5px;
	width: 152px;
}
.nav ul li {
	border: 1px solid #ddd;
	border-width: 0px 1px;
	width: 150px;
}
.nav ul a, .nav ul span {
	background: #f3faff;
	padding: 5px 15px 5px 10px;
	text-decoration: none;
}
.nav .alpha {
	border-top: 1px solid #ddd;
}
.nav .omega {
	border-bottom: 1px solid #ddd;
}
.nav .white a {
	background-color: #fff;
}
#left .hr {
	clear: both;
}
/* right		---------------------------------------- */
#right h2 {
	border-bottom: 1px solid #eee;
	font: bold 13px Verdana;
	line-height: 15px;
}
#right h2 span {
	background: #083e88;
	color: #fff;
	display: block;
	float: left;
	padding: 3px 10px 4px 5px;
}
#right ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#right p, #right li {
	font-size: 11px;
	line-height: 15px;
}
#right li {
	padding-bottom: 2px;
	padding-top: 1px;
}
#right .conferences-listing li {
	color: #333;
	font-size: 10px;
}
#right .conferences-listing a {
	font-size: 11px;
}
#right .subscribe {
	background: #083e88;
	color: #fff;
	height: 70px;
	padding: 10px;
	margin-bottom: 10px;
}
.subscribe input {
	border: 1px solid #6786aa;
}
.subscribe .text {
	width: 130px;
}
.subscribe .button {
	background: #fff;
	width: 30px;
	color: #083e88;
	margin: 0px;
}
div.tweet {
	background: transparent;
	padding: 0px;
}
/* middle		---------------------------------------- */
.content a {
	border-bottom: 1px dotted #047;
}
.content a:hover {
	border-bottom: 1px solid #047;
	text-decoration: none;
}
.content a.no-underline {
	border-bottom: none;
	text-decoration: none;
}
.content .no-underline a:hover{
	border-bottom: none;
	text-decoration: none;
}
.precis {
	font: italic 13px Verdana;
	line-height: 20px;
	margin: 10px 0px;
}
/* details		---------------------------------------- */
.details {
	background: #fff;
	border-bottom: 2px solid #eee;
	float: right;
	margin: 0px 0px 10px 15px;
	width: 150px;
}
.details .thumb {
	display: block;
	overflow: hidden;
	width: 150px;
}

.details .thumb2 {
	display: block;
	overflow: hidden;
	width: 155px;
}

.details ul {
	border-top: 2px solid #ddd;
	margin: 5px 0px 5px 0px;
	padding-top: 3px;
}
.details li {
	background-position: 0px 4px !important;
	border-bottom: 1px dotted #ddd;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 6px;
}
.details .omega {
	border-bottom: 0px;
	padding-bottom: 3px;
}
.details p {
	font-size: 11px;
	margin-bottom: 0px;
}
#middle .details .hr {
	margin: 5px 0px;
}
/* masthead		---------------------------------------- */
.masthead {
	background: url(../pics/masthead_bg-090824.gif) no-repeat;
	padding-top: 30px;
	margin-bottom: 10px;
}
.masthead h1 {
	display: none;
}
.reports, .training, .advisory {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 60px;
	margin: 0px 15px 5px 0px;
	width: 185px;
}
.reports:hover, .training:hover, .advisory:hover {
	background-position: 0px -70px;
}
.advisory {
	margin-right: 0px;
}
.reports {
	background-image: url(../pics/masthead_btn_reports.gif);
}
.training {
	background-image: url(../pics/masthead_btn_training.gif);
}
.advisory {
	background-image: url(../pics/masthead_btn_advisory.gif);
}
.reports span, .training span, .advisory span {
	display: none;
}
/* reports		---------------------------------------- */
#bottom ul {
	margin: 0px;
}
#bottom li {
	border-right: 1px solid #ccc;
	float: left;
	font: normal 11px Verdana;
	list-style-type: none;
	padding: 0px 10px;
	white-space: nowrap;
}
#bottom .alpha {
	padding-left: 5px;
}
#bottom .omega {
	border-right: 0px;
}
#bottom .pi-squared {
	color: #ddd;
	display: block;
	height: 22px;
	float: right;
	padding-left: 27px;
}
#bottom .pi-squared span {
	visibility: hidden;
}
#bottom .pi-squared:hover {
	background: url(../pics/icon_pi-squared.gif) no-repeat;
	color: #f09;
	float: right;
	text-decoration: none;
}
#bottom .pi-squared:hover span {
	visibility: visible;
}
/* reports		---------------------------------------- */
.feature.report {
	background: url(../pics/gradient_f5f5f5-fff_100.gif) repeat-x;
	padding: 5px 10px;
	width: 565px;
}
div.report {
	margin: 0px 20px 5px 0px;
}
.feature .thumb {
	float: left;
	margin: 5px 0px;
	width: 150px;
}
.feature .thumb img {
	border: 1px solid #fff;
	float: left;
	max-width: 150px;
}

.feature .thumb2 {
	float: left;
	margin: 5px 30px 0px 0px;
	width: 150px;
}
.feature .thumb2 img {
	float: left;
	max-width: 150px;
}


.report h3 {
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}
.feature h3 {
	font-size: 20px;
	line-height: 30px;
}
.report p, .report ul {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 5px;
}
.feature h3, .feature p {
	margin-left: 160px;
}
.feature ul {
	margin-left: 166px;
}
.report li {
	margin-left: 5px;
}
.feature li {
	margin-left: 15px;
}
.twocols.report {
	float: left;
	width: 270px;
}
.report.col2 { /* ready.js */
	margin-left: 25px;
	margin-right: 0px;
}
/* do stuff		---------------------------------------- */
.do-stuff {
	margin: 0px;
}
.feature .do-stuff {
	margin-left: 160px;
}
.report .do-stuff li {
	float: left;
	list-style-type: none;
	padding-top: 1px;
	padding-right: 20px;
	margin-left: 0px;
	white-space: nowrap;
}
/* hrs			---------------------------------------- */
.clear {
	clear: both;
}
.dotted {
	background: url(../pics/dotted_bg.gif) top left repeat-x;
	height: 1px;
	margin: 4px 0px 5px 0px;
}
.hr {
	background: #eee;
	height: 2px;
	margin: 4px 0px;
}
.clear hr, .dotted hr, .hr hr {
	display: none;
}
/* icons		---------------------------------------- */
.info, .brochure, .cd, .people, .person, .print, .comment, .email, .send, .rss, .telephone, .pdf, .calendar, .page,
li.report,
.podcast, .podcast li,
.linkedin, .linkedin li,
.blogger, .blogger li,
.tweet, .tweet li {
	background-position: 0px 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 21px;
}
ul.podcast, ul.linkedin, ul.blogger, div.tweet {
	background: transparent;
	padding: 0px;
}
.info {
	background-image: url(../pics/icon_info.gif);
}
.page {
	background-image: url(../pics/icon_page.gif);
}
.brochure {
	background-image: url(../pics/icon_brochure.gif);
}
.cd {
	background-image: url(../pics/icon_cd.gif);
}
.email {
	background-image: url(../pics/icon_email.gif);
}
.people {
	background-image: url(../pics/icon_people.gif);
}
.person {
	background-image: url(../pics/icon_person.gif);
}
li.report {
	background-image: url(../pics/icon_report.gif);
}
.print {
	background-image: url(../pics/icon_print.gif);
}
.comment {
	background-image: url(../pics/icon_comment.gif);
}
.send {
	background-image: url(../pics/icon_send.gif);
}
.rss {
	background-image: url(../pics/icon_rss.gif);
}
.telephone {
	background-image: url(../pics/icon_telephone.gif);
}
.pdf {
	background-image: url(../pics/icon_pdf.gif);
}
.calendar {
	background-image: url(../pics/icon_calendar.gif);
}
.podcast, .podcast li {
	background-image: url(../pics/icon_podcast.gif);
}
.linkedin, .linkedin li {
	background-image: url(../pics/icon_linkedin.gif);
}
.blogger, .blogger li {
	background-image: url(../pics/icon_blogger.gif);
}
.tweet, .tweet li {
	background-image: url(../pics/icon_twitter.gif);
}
/* tabs  		---------------------------------------- */
h2.tab {
	background: #fff url(../pics/h2_tab_bg.gif) top left no-repeat;
	height: 24px;
	margin-bottom: 0px;
	padding: 3px 8px;
	text-align: center;
	width: 84px;
}
.box {
	background: #fff url(../pics/gradient_f5f5f5-fff_20.gif) top left repeat-x;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px;
}
/* report-table  		---------------------------------------- */
.report-table th, .report-table td {
	border: 1px solid #ccc;
	padding: 4px 5px;
	text-align: center;
}
.report-table th {
	background: #fff url(../pics/gradient_f5f5f5-fff_20.gif) top left repeat-x;
	font-size: 12px;
}
.report-table td {
	font-size: 11px;
}
.report-table td.alpha, .report-table th.alpha {
	text-align: left;
}
/* modules-table --------------------------------------- */
.modules {
	width: 100%;
}
.modules td {
	vertical-align: top;
}
.modules h4 {
	color: #003399;
	font: bold 13px Verdana;
	line-height: 20px;
	margin-bottom: 10px;
}
/* classes		---------------------------------------- */
.dotted-divider {
	background: url(../pics/dotted-divider_bg.gif) top center repeat-y;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.left.cover img {
	margin: 0px 10px 5px 0px;
}
.error, .success {
	background-color: #ffe;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 35px;
}
#middle .error, #middle .success {
	width: 365px;
}
.error {
	background-image: url(../pics/icon_error.gif);
	border: 1px outset #e22;
}
.success {
	background-image: url(../pics/icon_success.gif);
	border: 1px outset #373;
}
.red, .required {
	color: #b00;
}
.checkbox, .radio {
	border: 0px;
	padding: 0px;
	width: auto;
}
.button {
	background: #ffe;
	border: 1px solid #971b1e;
	color: #971b1e;
	font-weight: bold;
	margin: 5px 0px 0px 160px;
	width: 100px;
}
.label-before-checkbox {
	padding-left: 10px;
	width: 330px;
}
.checkbox-after-label {
	margin-top: 1px;
}
.photo {
	float: right;
}
.photo img {
	margin: 5px 0px 5px 10px;
}
/* agenda		---------------------------------------- */
.agenda {
	margin-bottom: 10px;
}
.agenda .item {
	border: 1px solid #ddd;
	padding: 1px 1px 0px 1px;
	margin: 5px 0px;
	}
.agenda h3, .agenda h4 {
	font-size: 11px;
	margin: 0px 0px 1px 0px;
	padding: 5px 10px;
	text-decoration: none;
	}
.agenda h3 {
	background: #f5faff;
	}
.agenda h4 {
	background: #f5f5f5;
	}
.agenda .time {
	background: #fff;
	color: #b00;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 5px;
	}
.agenda ul {
	margin-left: 25px;
	}
.agenda li {
	font-size: 11px;
	}
.agenda p {
	font-size: 11px;
	margin: 5px 10px 10px 10px;
}
/* omghax  		---------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* useful		---------------------------------------- */
.tac {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.nobullet {
	list-style: none;
}
/* all done		---------------------------------------- */


