body{
	background:#fff;
	padding:0px;
	margin:0px;
	font-family: 'Droid Sans', arial, sans-serif;
}
h1{
	font-size:34px;
	font-weight:bold;
}
p{
	font-size:13px;
	text-align:justify;
}
a{
	text-decoration:none;
	color:#00548d;
}
#topPage{
	background:#00548d;
}
.wrapper{
	width:915px;
	margin:auto;
}
#logo{
	float:left;
	width:250px;
}
#header{
	padding-top:20px;
}
#headerRight{
	float:right;
	width:400px;	
	color:#fff;
	text-align:right;
}
.bbb{
	float:right;
	margin-left:15px;
}
#headerRight h3{
	margin:8px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
	font-size: 22px;
}
#headerRight p{
 	margin:5px 0px 0px 0px;
	font-size:12px;
	text-align:right;
}
#headerDivider{
	padding-top:10px;
}
#mainImage{
	background-image:url("/lnd/0514/images/lp_headerCorpLLC.jpg");
	min-height:500px;
}
#mainImage.busLic{
	background-image:url("/lnd/0514/images/lp_headerBusLic.jpg");
	min-height:500px;
}
#mainImageContent{
	float:right;
	width:480px;	
	color:#fff;
	padding-top:30px;
	
}
#mainImageContent h1{
	margin:20px 0px 5px 0px;
	
}
#mainImageContent h2{
	font-size:18px;
	color:#39cafe;
	margin:0px;
	
}
#mainImageContent ul{
	font-size:13px;
	list-style-type:none;
	padding-left:0px;
}
#mainImageContent ul li{
	background-image:url('/lnd/0514/images/listarrow.png');
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:7px;
}
#mainImageContent p{
	line-height:20px;
}
#overflowPanelContainer{
	width:977px;
	margin:auto;
	background-repeat:no-repeat;
	min-height:300px;

	
}
#fullPageImage{
	background-image:url('../images/heropaychex.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	min-height:500px;
	border-top:2px solid #fff;
}
#overflowPanelContainerContent{
	background:#fff;
	width:962px;
	margin:auto;
	margin-top:10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 30px 40px 0px 40px;
}
#overflowPanelContainerContent h1{
	text-transform:uppercase;
	font-size:19px;
	color:#000;
}
.pricingBtn{
	display:block;
	background-image:url(/lnd/0514/images/lpButtons.png);
	background-position:-4px 0px;
	float:left;
	height: 89px;
	width: 256px;
	font: 0/0 a;
  	text-shadow: none;
  	color: transparent;
}
.pricingBtn.v2{
	background-image:url(/lnd/0514/images/lpButtons2.png);
}
.pricingBtn:hover{
	background-position:-4px 98px;
}
.videoBtn{
	display:block;
	background-image:url(/lnd/0514/images/lpButtons.png);
	background-position:188px 0px;
	float:left;
	height: 89px;
	width: 188px;
	font: 0/0 a;
  	text-shadow: none;
  	color: transparent;
}
.videoBtn:hover{
	background-position:188px 98px;
}

.dividerLine{
	height:0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #eee;
	width:100%;
	margin-top:15px;
}
.dividerLine2{
	height:0px;
	border-bottom:1px solid #eee;
	width:100%;
	margin-top:15px;
}
.servicesList{
	vertical-align:top;
}
#overflowPanelRight ul.servicesList li{
	margin-top:0px;
	background-image:url(/paychex/images/paycheckLndBullet.png);
	padding-left:24px;
	padding-top:0px;
	background-repeat:no-repeat;
}
#overflowPanelLeft{
	width:512px;
	float:left;
	padding-top:20px;
}
#overflowPanelLeft ul{
	font-size:13px;
	list-style-type:square;
}
#overflowPanelRight{
	background:#eee;
	float:right;
	width:300px;
	padding:20px;
	margin-top:15px;
}
#overflowPanelRight h4{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size: 19px;
	background-image:url("/lnd/0514/images/lp_arrowIcon.jpg");
	background-repeat:no-repeat;
	background-position:right;
}
#overflowPanelRight ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	font-size:13px;
}
#overflowPanelRight ul li{
	padding-bottom:15px;
	padding-top:15px;
	margin-left:0px;
}
#overflowPanelRight ul li strong{
	font-size:14px;
}
#grayMiddle{
	background:#4b4d50;
}
#grayMiddleContent, #fullPageImageContent{
	width:890px;
	margin:auto;
}
#grayMiddleContent h1{
	text-transform:uppercase;
	font-size:35px;
	text-align:center;
	color:#f0f0f0;
	padding:25px 0px;
	margin: 0px;
	
}
#grayMiddleContent table{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d2d6db 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d6db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d2d6db 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d2d6db 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d2d6db 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d2d6db 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d6db',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	overflow:hidden;	
}
#grayMiddleContent table th{
	background:#000;
	color:#fff;
	text-transform:uppercase;
	padding:15px;
	text-align:left;
}
#grayMiddleContent table td{
	text-align:left;
	font-size:13px;
	padding:15px;
	vertical-align:top;	
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
}
#grayMiddleContent table td strong{
	font-size:14px;
	
}
.wizardLink{
	text-align:center;
	color:#fff;
}
.wizardLink:hover{
	text-decoration:underline;
}
.centerBtns{
	width:446px;
	margin:auto;
	text-align:center;
}
.centerBtns p{
	text-align:center;
	color:#fff;
	padding:0px;
	margin:0px;
}
.centerBtns h3{
	text-align:center;
	color:#fff;
	padding:5px 0px 5px 0px;
	margin:0px;
}
.whiteLowerPanel{
	background:#fff;
	width:960px;
	margin:auto;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 30px 40px 0px 40px;
	
}
.whiteLowerPanel h1{
	font-size: 19px;
	color: #000;
	margin:0px;
	padding: 10px 0px 20px 0px;
}
.whiteLowerPanel h1 span{
	color:#00548D;
}
#whiteLowerPanelHeader{
	text-align:center;
	background-image:url(/lnd/0514/images/lp_whiteheader.png);
	background-position:bottom center;
	padding-bottom:40px;
	background-repeat:no-repeat;
}
.box{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	float:left;
	width:33.33%;
	padding:20px;
}
.box p strong{
	text-align:left;
}
.box p{
	margin-top:25px;
}
.boxIcon{
	width:51px;
	float:left;
	margin-right:8px;
}
#sideShadowPanel{
	float:right;
	width:380px;
	position:relative;
	right:-40px;
	background-color:#fff;
	background-image:url(/lnd/0514/images/lp_sideshadow.png);
	background-position:top left;
	background-repeat:no-repeat;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left:17px;
}
#sideShadowPanel h3{
	background:#4B4D50;
	color:#fff;
	padding-left:20px;
	font-size:14px;
	padding:10px;
	margin-top:0px;
}
#sideShadowPanel p{
	padding:5px 40px;
} 
#sideShadowPanel i{
	color:#666;
}
#sideShadowLeft{
	float:left;
	width:490px;
}

#sideShadowLeft ul li {
	background-image: url('/lnd/0514/images/listarrow.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 9px;
	line-height:20px;
}
#sideShadowLeft ul {
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	margin-top:20px;
	margin-left:10px;
}
#footer{
	width:100%;
	padding:20px 0px;
	background-color:#000;
}
#footerContent{
	width:960px;
	margin:auto;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding:20px;
}
#lhnchatimg {
	max-height: 120px;
}
#textContent{
	padding:20px;
	width:450px;
	background-color:rgba(0,0,0,0.7);
	border:1px solid #ccc;
	float:right;
	margin-top:150px;
}
#textContent h1{
	color:#fff;
	font-weight:normal;
}
#textContent p{
	color:#fff;
}
.clear{
	clear:both;
}
.herobtn{
	display:block;
	padding:15px 20px;
	float:right;
	margin-left:15px;
	color:#fff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	transition: all 0.5s ease;
	font-size:13px;
}
.herobtn.bluebutton{
	background-color:#00548D;
	border:1px solid #0979c4;
}
.herobtn.bluebutton:hover{
	background-color:#0979c4;

}
.herobtn.orangebutton{
	background-color:#ff6600;
	border:1px solid #ff9900;
}
.herobtn.orangebutton:hover{
	background-color:#ff9900;
}
.topLinkVideo{
	color:#fff;
	float:right;
	font-size:13px;
	padding-top:10px;
	
}
