﻿body 
{
	font-family: SegoeUI, Arial, Sans-Serif;	
}

.landingHero 
{
	width:975px;
}
.landingHero .float_left
{
	background-image:url('hero_left.jpg');
	background-repeat:no-repeat;
	width:350px;
	height:371px;
	padding:50px 0 0 30px;
}

.landingHero .float_right
{
	width:595px;
	height:421px;
}

.landingHero .float_left h1
{
	margin-bottom:20px;
}

.landingHero .float_left .join_button
{
	margin:20px 0;
}

.landingHero a:link, .landingHero a:active, .landingHero a:visited, .landingHero a
{
	color: #339ccd;
	text-decoration: none;
}

.mainContent.clear a:hover
{
	text-decoration: underline;
}

.landingContent
{
	clear:both;
	height:150px;
	padding-top:20px;
}

.landingContent .float_left
{
	width:70%;
	float: left;
	position:relative;
	border-right: 1px #ccc solid;
}

.landingContent .float_left ul li
{
	float:left;
	text-align:center;
	margin-right:14px;
	width:95px;
}

.landingContent .float_right
{
	width:30%;
	height: 100%;
	position:relative;
	top: -100px;
}

.landingContent h2
{
	margin: 0 0 15px 15px;
	font-family: SegoeUI, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #0b9d00; 
}

#learn_more_highlight				
{
	position:absolute;
	z-index: 5;
	background:#ccc;
	height: 45px;
	border:1px solid #cdcdcd;
	font-size:10px;
	top:-60px;
	display:none;
	background: #fff url('tooltip_fill.jpg') repeat-x 0px -10px;
}
#learn_more_highlight p			
{
	padding: 19px 10px 0 10px;
}

.eBook
{
	color: #0b9d00;
	margin: 25px 0 0 0;
	height: auto;
}
.eBook p
{
	color: #0b9d00;
	margin: 0 0 0 60px;
}

.eBook a
{
	color: #0b9d00;
}

.eBook img
{
	float: right;
	position: relative;
	top: -25px;
	margin-right:30px;
}

span.blue
{
	font-weight: bold;
	color: #339ccd;
}

#lmArrow
{
	width: 28px;
	height: 12px;
	position: absolute;
	left: 45px;
	top: 45px;	
	background: #fff url('rollover_arrow.jpg') no-repeat left top;
}

#nav_icons
{
	color: #339ccd;
}

#nav_popups
{
	position:absolute;
	z-index: 10;
	list-style:none;
	top:-433px;
}

#nav_popups li
{
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	width:726px;
	height:405px;
	padding:30px 50px 0 0;
	z-index:10;
	text-align:right;
}

#nav_popups li.nav_support
{
	background-image:url('pop_support.png');
}

#nav_popups li.nav_training
{
	background-image:url('pop_training.png');
}

#nav_popups li.nav_selfhelp
{
	background-image:url('pop_selfhelp.png');
}

#nav_popups li.nav_community
{
	background-image:url('pop_community.png');
}

#nav_popups li.nav_library
{
	background-image:url('pop_articles.png');
}

#nav_popups li.nav_licensing
{
	background-image:url('pop_licensing.png');
}

/* ===================== Start Home Hero Slideshow styles =====================*/

#hero_slideshow_container,
ul#hero_slideshow 
{
	width:595px;
	height:421px;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}

ul#hero_slideshow 
{
	list-style:none;
	padding:0;
	margin:0;
}	
ul#hero_slideshow li
{
	padding:0;
	margin:0;
}
#hero_slideTop,
#hero_slideBottom
{
	position:absolute;
	width:595px;
	height:421px;
}
#hero_slideTop
{
	z-index:10;
}
#hero_slideBottom
{
	z-index:9;
}

#hero_slideshow_container p
{
	font-size:120%;
	color:Blue;
}

#hero_slideshow_container .slideshow_one_text, #hero_slideshow_container .slideshow_two_text, #hero_slideshow_container .slideshow_three_text
{
	position:absolute;
	width:150px;
}

#hero_slideshow_container .slideshow_one_text
{
	margin-top:100px;
	margin-left:200px;
}

#hero_slideshow_container .slideshow_two_text
{
	margin-top:200px;
	margin-left:265px;
}

#hero_slideshow_container .slideshow_three_text
{
	margin-top:100px;
	margin-left:400px;
}

/* ===================== End Home Hero Slideshow styles =====================*/


#joindiv
{
   margin-left:20px;
}

#joindiv p.join_button
{
	margin:30px 0px 10px 0px;
}

