@charset "utf-8";

.home_icon_container {
	margin-top: -16px;
	margin-bottom: 20px;
}

.home_icon {
	margin-right: 9px;	
}

.h1_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003F7D;
	color: #003F7D;
}

.h2_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003F7D;
	color: #003F7D;
}

#building_img {
	float: right;	
}

#lms_desc {
	margin-top: 26px;	
}

.purple_box {
	border: 1px solid #669;
	padding-top: 10px;
	padding-bottom: 10px;
}

.purple_box h3 {
	margin-left: 12px;
}

.home_box {
	background-color: #D5D5E3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7C7C7C;
	border-bottom-color: #333;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	margin-right: 16px;
	margin-left: 16px;
	background-image: url(/graphics/home_box_bg.png);
	background-repeat: repeat-x;
}

.entry h3 {
	color: #282828;/*#4F2776*/
}

#contact_tele_rt {
	float: right;
	margin-top: 17px;	
}

#find_us_tele_rt {
	float: right;
	margin-top: -17px;	
}

.lms_list {
	font-size: 14px;
	list-style-type: circle;
}

.entry ul li {
	list-style-image: url(/graphics/bullet.png);
}

#affiliate_img {
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}

#referral_bonus_h3 {
	margin-top: 42px;	
}

.faq_title {
	color: #280051;
}

.check_bg {
	background-image: url(/graphics/check.png);
	height: 25px;
	width: 556px;
	margin-bottom: 20px;
	margin-left: 18px;
}

.check_bg em {
	padding-left: 24px;	
}

/*icon stuff*/
.icons_left {
	float: left;
}

.icons_left img {
	margin-bottom: 7px;
}

#top_text_container {
	margin-left: 170px;
	border: 1px solid #CCC;
	padding-right: 16px;
	padding-left: 16px;
}

#top_text_container h1 {
	font-size: 18px;
	margin-top: 6px;
}
/*end icon stuff*/

