@charset "UTF-8";

body { background: url(../images/home_body_bg.png) top center repeat-x #fff; }

h2#main_title {
	height: 224px;
	background: url(../images/home_main.jpg) top left no-repeat;
}

.left {
	margin-left: 5px;
	margin-right: 30px;
	width: 400px;
}
.right {	
	float: left !important;
	width: 520px;	
}

.left ul, .right ul { margin-left: 10px; margin-bottom: 8px; }
.left li, .right li {
	background: url(../images/li_bullet1.png) 0px 1px no-repeat;
	padding: 0 0 8px 18px;
	line-height: 1.4em;
}
.left, .right { margin-top: 6px; }
.left h2 {
	background: url(../images/home_h2_individuals.png) top left no-repeat;
	width: 157px;
	height: 30px;
}
.right h2 {
	background: url(../images/home_h2_managers.png) top left no-repeat;
	width: 400px;
	height: 30px;
}
.left .btn a, .right .btn a {
	display: block;
	text-decoration: none;	
	width: 270px;
	height: 26px;
}
.left .btn a { background: url(../images/home_btn_individuals.png) top left no-repeat; }
.right .btn a { background: url(../images/home_btn_managers.png) top left no-repeat; }



.bottom { clear: both; padding-top: 30px; margin-bottom: 20px; }

.bottom_feature {
	width: 318px;
	background: url(../images/home_bottom_feature_bg.png) top left no-repeat;
	float: left;
}
.bottom_feature h4 {
	height: 36px;
	background-repeat: no-repeat;
	background-position: 13px 11px;
}
.faq h4 { background-image: url(../images/home_h4_faqs.png); }
.training h4 { background-image: url(../images/home_h4_training.png); }
.testimonials h4 { background-image: url(../images/home_h4_testimonials.png); }

.bottom_content { 
	height: 110px;
	overflow: hidden;
}

.faq { margin-right: 5px; }
.training { margin-right: 5px; }

.bottom_feature li a {
	color: #000;
	text-decoration: none;
}
.bottom_feature li a:hover { text-decoration: underline; }

.faq li {
	background: url(../images/home_bottom_faq_bullet.png) 0px 4px no-repeat;
	padding: 0 0 4px 18px;
}

.training ul {
	margin: 0 13px;
}
.training li {
	border-bottom: 1px dotted #ccc;
	padding: 4px 0 4px 10px;
	background-image: url(../images/home_bottom_training_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
.training li:first-child { padding-top: 0; background-position: 0px 5px; }
.training li:last-child { border-bottom: none; }

.testimonials p {
	padding: 0 13px;
	margin-bottom: 6px;
}
.testimonials p.byline {
	margin-bottom: 0;
	color: #d71f2b;
}

.bottom .btn { margin-left: 13px; }
.bottom .btn a {
	height: 26px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
}
.faq .btn a { background-image: url(../images/home_btn_faqs.png); }
.training .btn a { background-image: url(../images/home_btn_training.png); }
.testimonials .btn a { background-image: url(../images/home_btn_testimonials.png); }
