@charset "utf-8";
/* <![CDATA[ */

/* Training Contact Form */
form#frm_contact {
	width: 600px;
	margin-top: 20px;
}
form#frm_contact .frmLabel {
	font-weight: bold;
}

form#frm_contact p.info {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

form#frm_contact .fields-personal {
	width: 400px;
}


form#frm_contact .fields-interestedIn {
	float: left;
	display: inline;
	width: 20%;
}
form#frm_contact .fields-interestedIn.wide {
	width: 28%;
}
form#frm_contact .fields-interestedIn.first {
	margin-left: 10px;
}
form#frm_contact .fields-interestedIn .title {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 33px;
	margin-bottom: 8px;
}
form#frm_contact .fields-interestedIn .field {
	margin-bottom: 4px;
}

form#frm_contact .fields-trainingPreferences {
	margin-left: 10px;
}
form#frm_contact .fields-trainingPreferences .field {
	margin-bottom: 4px;
}

form#frm_contact .comments {

}


form#frm_contact .fields-submit {
	margin: 15px 0;
}

form#frm_contact #btn_submit {
	cursor: pointer;
	background-color: #045C04;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px;
}

/* Partners page */
#partners p.section {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
#partners p.section.first {
	margin-top: 10px;
}
#partners ul li {
	margin-top: 10px;
}
#partners ul li li {
	margin-top: 0;
}

div.logo {
	border: 2px solid #333;
	background-color: #fff;
	padding: 5px;
	margin: 5px;
}

h4 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}
p.redTriangle {
	background: transparent url(/graphics/arrow.gif) left 10px no-repeat;
	padding-left: 20px;
}

/* Join Benefits */
table#guidelines {
	border: 0 none;
	border-collapse: collapse;
	margin: 15px 0 25px 0;
	width: 100%;
	background-color: #fff;
}
table#guidelines th {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
table#guidelines td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	line-height: 20px;
	border: 4px solid #fff;
	background-color: #E5E4E3;
	padding: 8px;
}
table#guidelines td.desc {
	font-size: 14px;
	font-style: italic;
	text-align: right;
	background-color: #fff;
}


table#compareBenefits {
	border: 0 none;
	border-collapse: collapse;
	background: #e5e4e3 url(/graphics/2009/bg_comparebenefits.gif) left top no-repeat;
	margin: 15px 0 25px 0;
	width: 100%;
}
table#compareBenefits img {
	vertical-align: top;
}
table#compareBenefits th {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding: 4px 0;
}
table#compareBenefits th span {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
table#compareBenefits th em {
	font-weight: bold;
	line-height: 200%;
}
table#compareBenefits th,
table#compareBenefits td
{
	border-right: 4px solid #fff;
}
table#compareBenefits th.check {
	width: 105px;
	background-color: #e5e4e3;
}
table#compareBenefits th.expander {
	border-bottom: 4px solid #fff;
}
table#compareBenefits th.join {
	background-color: #fff;
}
table#compareBenefits th a.join {
	background: transparent url(/graphics/2009/btn_join.gif) center center no-repeat;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 32px;
	padding-top: 3px;
	line-height: 14px;
	text-decoration: none;
}
table#compareBenefits th a.join:hover {
	text-decoration: underline;
}
table#compareBenefits td {
	border-bottom: 4px solid #fff;
	padding: 4px 6px;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}
table#compareBenefits td.expander {
	border-right: 0 none;
}
table#compareBenefits td.child {
	background-color: #fff;
	padding: 0;
	width: 10px;
	overflow: hidden;
} 
table#compareBenefits td.detail {
}
table#compareBenefits tr.zebra td {
	background-color: #fff;
}
table#compareBenefits td.yellow {
	background-color: #fdfba3;
}
table#compareBenefits td.pink {
	background-color: #f9ada5;
}
table#compareBenefits td.purple {
	background-color: #a698d8;
}
table#compareBenefits td.check {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	height: 42px;
}
table#compareBenefits a.expander {
	display: block;
	width: 15px;
	height: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	margin: 0 auto;
}
table#compareBenefits a.expander.closed {
	background-image: url(/graphics/2009/icons/expander_closed.gif);
}
table#compareBenefits a.expander.open {
	background-image: url(/graphics/2009/icons/expander_open.gif);
}
table#compareBenefits th.expander a.expander {
	width: auto;
	display: inline;
	margin-right: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
}
table#compareBenefits td.expander {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	overflow: hidden;
}
table#compareBenefits td a.expander.closed {
	display: none;
}
table#compareBenefits td span.detail {
	font-weight: normal;
	font-size: 11px;
	display: block;
	margin: 4px 0;
}


table.oct11-pricing {
	border: 0;
	border-collapse: collapse;
	margin: 15px 0;
}
table.oct11-pricing td {
	border: 1px solid #666;
	padding: 5px 8px;
}
table.oct11-pricing td.checkmark {
	background: transparent url(../graphics/icons/sml-checkmark-black.gif) center center no-repeat scroll;
}


/* ]]> */
