


/*  ----- sub divs  ---- */


#mainSub {
	background: url(../images/bg_main_sub.jpg) no-repeat top center;
	width: 766px;
	padding: 10px 7px;
	text-align: left;
}

#headerSub {
	margin: 0px;
	width: 766px;
	padding: 57px 0px 0px 0px;
}

#contentSubWrap {
	clear: left;
	float: left;
	background: url(../images/bg_sub_content.jpg) repeat-y top center;
}

#contentSubblank {
	float: left;
	width: 760px;
	padding: 0px 3px 40px 3px;
	background: url(../images/bottom.jpg) no-repeat bottom center;
}

#subLeftWrap {
	float: left;
	width: 210px;  
	margin: 0px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	background: #eef2fb;
}

#subLeftWrap img {
	padding: 0px;
	margin: 0px;
}

#subLeft {
	width: 150px;
	height: 100%;
	margin: 0px 10px 0px 10px;
	padding: 20px;
	text-align: center;
	background: #e4ecfa;
}

#subLeft p, #subLeft a, #subLeft ul.newsEvents li {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20pt;
	font-style: italic;
	font-size: 10px;
	text-align: center;
}

#subLeft p.leftBlue, #subLeft a, #subLeft ul.newsEvents li {
	font-style: normal;
	color: #799ee2;
	line-height: 10pt;
}

#subLeft.bold {
	font-style: normal;
	font-weight: bold;
}

#subLeft img {
	padding: 5px;
}

#subLeft ul.newsEvents {
	list-style: none;
	text-indent: 0px;
}

#subLeft ul.newsEvents li {
	line-height: 10pt;
	padding: 8px 0px;
}

#subRight {
	float: left;
	width: 460px;
	padding: 30px 40px 10px 50px;
	margin: 0px;
}

#subRight p {
	margin-top: 8px;
	margin-bottom: 14px;
}

#subRight h1 {
	padding-left: 28px;
	line-height: 18pt;
	background: url(../images/h1_mlm_logo.gif) no-repeat 0px 0px;
}

#subRight h2 {
	margin-bottom: 8px;
	margin-top: 6px;
}

#subRight h2.sitemap, #subRight h2.sitemap a {
	padding: 6px 0px;
	margin-top: 10px;
	color: #1a3e86;
}

#subRight ul {
	list-style: square inside;
	text-indent: -20px;
	margin-bottom: 15px;
}

#subRight ul.newsEvents {
	list-style: none outside;
	text-indent: 0px;
	margin: 0px;
	padding-left: 15px;
}

#subRight ul.newsEvents li {
	padding: 4px 0px;
}

#subRight li {
	padding: 0px 0px 8px 20px;
}

#subRight img {
	border: 5px solid #e4ecfa;
	float: left;
	margin: 5px 8px 5px 0px;
}

#subRight table td {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #bbcdeb;
	font-size: 8pt;
}

#subRight table.aboutTable td {
	padding: 0px;
	border-bottom: none;
	font-size: 9pt;
}


/*  ------  sub nav ------- */


#navSub {
	clear: left;
	background: url(../images/nav_sub_bg.jpg) no-repeat top center;
	width: 760px;
	height: 33px;
	padding: 0px 3px 0px 3px;
	margin: 0px;
}

#navSub ul {
	list-style: none;
	font-weight: normal;
	padding: 0px 5px 5px 10px;
	margin: 0px;
}

#navSub li {
	float: left;
	border: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#navSub li a:link, #navSub li a:visited {
	float: left;
	display: block;
	/*height tag needed for IE to format properly*/
	height: 12px;
	color: #1a3e86;
	line-height: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 10px 10px 6px 34px;
	margin: 0px;
}

#navSub li a:hover, #navSub li a:active, #navSub li.sfhover a:hover, #navSub li.sfhover a:active {
	color: #fff;	
}

/* The .sfhover is a class called by the Javascript as IE will not do rollovers this way. */
#navSub li:hover, #navSub li.sfhover {
	
}


/*  ---------  classes -------------  */


.testimonialsBody {
	padding-left: 10px;
	border-left: solid 1px #4f77c6;
}

.testimonialsName {
	text-align: right;
	line-height: 10pt;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #4f77c6;
	font-style: italic;
}

.teamTitle {
	line-height: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #4f77c6;
	margin: 0px;
}

.contactTag {
	font-style: italic;
	font-weight: bold;
	color: #1a3e86;
}

.newsClip {
	margin: 8px 0px;
	padding: 6px 0px;
	border-bottom: solid 1px #4f77c6;
}

.clear {
	clear: left;
}

