@charset "utf-8";
/* CSS Document */

body
{
 background:#FFFFFF url(images/bg.png) repeat-y center;
 font-family: Helvetica, Arial, sans-serif;
 margin:0;
 padding:0;
}
h1, h2, h3, h4, h5, h6, p, form, ul, li, a
{margin:0;
padding:0;

		color:#333B69;
}

.clear
{
 clear:both;
}

.spacer
{
	height:20px;
}
.clearl
{
 clear:left;
}

.clearr
{
 clear:right;
}
 
img
{
 border:none;
}

#wrapper
{
 margin:0 auto;
 width:940px;
 padding:0px;
}
#nav
{
	background:url(images/nav-bg.png) no-repeat;
	width:940px;
	height:55px;
	padding:0 0 0 20px;
	margin:20px 0 0 0;
}

#nav ul
{
	display:inline;
}

#nav li
{
	float:left;

	list-style:none;
	margin:17px 12px 0 12px;
	cursor:pointer;

	padding:0;
	letter-spacing:-0.5px;

}

#nav li.spacer
{
		border-left:1px solid #c5c5c5;
		height:30px;
		width:1px;
		margin:10px 10px 0 10px;
}

#nav li a
{
	display:block;
	color:#333B69;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	
}

#nav li:hover a, #nav li.active a
{
	color:#88C63F;
}

#nav li.home
{
	background:url(images/home-nav.png) no-repeat;
	width:38px;
	height:41px;
		margin:4px 0 0 0;
		border:none;
		padding:0 10px 0 0;
}

#nav li.home:hover, #nav li.home.active
{
	background-position:0 -41px;
}
#nav li.home a
{
	display:block;
		width:38px;
	height:41px;
}

.body
{
	background:url(images/body-bg.gif) no-repeat;
	padding:0 60px;
}

.body.split
{
	background:url(images/body-split.png) no-repeat;
	padding:0 30px 0 60px;
}

.body.split .money
{
	background:url(images/money.gif) no-repeat right bottom;
}
.body .livezilla
{
	float:right;
	padding:25px 0 0 0;
}
.body .livezillanew
{
	float:right;
	width:400px;
	padding:35px 0 0 0;
}

.body .livezillanew img
{
	float:right;
	margin:0 0 0 15px;
}
.body .livezillanew h6
{
	text-align:right;
	font-size:14px;
	margin:0;
	padding:10px 0 5px 0;
	font-weight:bold;
}
.body .livezillanew p
{
	text-align:right;
	color:#6F6F6F;
	font-size:12px;
	margin:0;
	padding:3px;
}
.body .livezillanew p a
{
	color:#6F6F6F;
	text-decoration:underline;
}

.body .livezillanew p a:hover
{text-decoration:none;
}

.body .home-images
{
	padding:10px 0 20px;
}

.body .home-images img
{
	margin:0 5px 0 0;
}
.body .home-images img.last
{
	margin:0 0px 0 0;
}
.body .logo
{
	margin:0px auto;
	padding:20px 0 0 0;
	width:270px;
}

.body .logonew
{
	margin:0px;
	padding:30px 0 0 0;
	width:165px;
}

.body .hr
{
	border-bottom:1px solid #DEDEDE;
	height:10px;
	margin:0 0 10px 0;
}
.body .hr-top
{
	border-bottom:1px solid #DEDEDE;
	height:10px;
	margin:10px 0 10px 0;
}
.body .shorthr
{
	clear:both;
	border-bottom:1px solid #DEDEDE;
	height:10px;
	margin:0 100px 10px 100px;
}
.body h1
{
	color:#333B69;
	font-size:20px;
	font-weight:bold;
	padding:25px 0 10px 0px;
	letter-spacing:-0.8px;
}
.body h2
{
	color:#333B69;
	font-size:20px;
	font-weight:bold;
	padding:25px 0 10px 0px;
	letter-spacing:-0.8px;
}
.body h3
{
	color:#333B69;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	letter-spacing:-0.6px;
}

.body h4
{
	color:#333B69;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	letter-spacing:-0.8px;
}


.body p
{font-size:14px;
padding:5px 0;
}

.body-bottom
{background:url(images/body-bottom.gif) no-repeat;
height:13px;
margin:0 0 10px 0;
}
.body-split-bottom
{background:url(images/body-split-bottom.gif) no-repeat;
height:13px;
margin:0 0 10px 0;
}

#home-calc-box
{
	width:570px;
	height:198px;
	background:url(images/home-calc-bg.gif) no-repeat;
	margin:30px auto;
}
#home-calc-box p
{
	color:#577028;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:25px 40px;
	line-height:10px;
	letter-spacing:-0.6px;
}
#home-calc-box input
{
	border:none;
	border-top: 1px solid #86A44E;
	width:150px;
	padding:2px 5px 8px 5px;
	float:left;
	background:url(images/field-bg.gif) repeat-x;
	height:28px;
	margin:0 0 0 85px;
}
select option
{
	background: #fff;
}
#home-calc-box select
{
	float:left;
	border:none;
	border-top: 1px solid #86A44E;
	width:150px;
	padding:8px 5px 8px 5px;
	background: url(images/field-bg.gif) repeat-x;
	height:38px;
	margin:0 15px 15px 15px;
}

#home-calc-box input.go
{
	cursor:pointer;
	border:none;
	margin:2px 0 0 0;
	width:50px;
	height:35px;
	background:url(images/go.gif) no-repeat;
}

#home-calc-box input.go:hover
{
	background-position:0 -35px;
}

#home-calc-box input
{
	border:none;
	border-top: 1px solid #86A44E;
	width:150px;
	padding:2px 5px 8px 5px;
	float:left;
	background:url(images/field-bg.gif) repeat-x;
	height:28px;
	margin:0 0 0 85px;
}
#home-calc-box-new
{
	width:808px;
	height:393px;
	background:url(images/home-new-calc-bg.gif) no-repeat;
	margin:30px auto 10px;
}

#home-calc-box-new .right{
	float:right;
	width:320px;
	margin:60px 70px 0 0;
}

#home-calc-box-new .left{
	margin:15px 450px 0 25px;
	padding:10px 0 0 0;
}

#home-calc-box-new .left h1
{
	font-size:24px;
}
#home-calc-box-new .right p
{
	color:#577028;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:25px 40px 15px;
	line-height:10px;
	letter-spacing:-0.6px;
}

#home-calc-box-new .left ul
{
	margin:10px 0 0 20px;
}

#home-calc-box-new .left li
{
	font-weight:bold;
	padding:3px 0;
	font-size:16px;
}

#home-calc-box-new .left li span
{
	color:#8BC43F;
}
#home-calc-box-new .left li span.number
{
		color:#333B69;
}
#home-calc-box-new form
{width:160px;
margin:0 auto;

}
#home-calc-box-new input
{
	border:none;
	border-top: 1px solid #86A44E;
	width:150px;
	padding:2px 5px 8px 5px;
	background:url(images/field-bg.gif) repeat-x;
	height:28px;
	margin:0px 0 5px 0;
	font-size: 12px;
}
select option
{
	background: #fff;
}
#home-calc-box-new select
{
	border:none;
	border-top: 1px solid #86A44E;
	width:160px;
	padding:8px 5px 8px 5px;
	background: url(images/field-bg.gif) repeat-x;
	height:38px;
	margin:0 0px 15px;
	font-size: 12px;
}

#home-calc-box-new input.go
{
	cursor:pointer;
	border:none;
	margin:0 15px 0 0;
	width:128px;
	height:51px;
	background:url(images/next-step.gif) no-repeat;
}

#home-calc-box-new input.go:hover
{
	background-position:0 -51px;
}

.third-box
{
	float:left;
	width:200px;
	margin:25px 110px 25px 0;
}

.third-box.last
{margin-right: 0;
}

.third-box.lastup
{margin-right: 0;
margin-top:5px;
}
.third-box img
{
	border:none;
	float:left;
	margin-right:10px;
}
.third-box h2
{
	color:#333B69;
	font-size:20px;
	font-weight:normal;
	padding:15px 0 0 0px;
}
.third-box h2 a
{
		color:#333B69;
		text-decoration:none;
}
.third-box h2 a:hover
{
	color:#88C63F;
}

.friend-box
{
	float:right;
	width:267px;
	padding:15px 0px 20px 0;
	min-height:183px;
	margin:0 0 0 10px;
}
.friend-box h3
{
	font-size:17px;
	margin-bottom:10px;
}

.friend-box h3 .strike
{color:#C2252E;
text-decoration:line-through;
}

.friend-box h3 a
{
	text-decoration:none;
}

.friend-box p
{
			font-size:13px;
		padding:5px 70px 5px 0px;
}

.friend-box p a
{
	color:#89C348;
	text-decoration:underline;
}
.friend-box p a:hover
{
	text-decoration:none;
}

.news-box, .news-box-last
{width:240px;
margin:10px 0px 10px 0;
float:left;
}

.news-box
{
	padding:0 40px 0 0;

}
.news-box-last
{
	padding-right:none !important;
}

.news-box h3, .news-box-last h3
{
	padding:0 0 10px 0;
}

.news-box h3 a, .news-box-last h3 a
{
	text-decoration:none;
			color:#333B69;
}

.news-box p, .news-box-last p
{
		color:#333B69;
		font-size:13px;
		padding:5px 0;
}
.news-box p a, .news-box-last p a
{
	color:#89C348;
	text-decoration:underline;
}
.news-box p a:hover, .news-box-last p a:hover
{
	text-decoration:none;
}


.news-box p.date, .news-box-last p.date
{
	font-size: 11px;
}


.news-box img, .news-box-last img
{
	float:right;
}

.ipad
{
		margin:0 auto;
	width:823px;
}
.ipad h4
{text-align:center;
padding:24px 0;
font-size:24px;
}

.ipad p
{text-align:center;
font-size:16px;
padding:3px 0 20px;
}

.ipad img
{margin:30px 0 10px;
padding:20px 0 0;
}

.full-box-right, .full-box-left
{
	margin:10px 0 0 0;
	padding:10px 0 40px;
}

.full-box-right h2
{
		margin:0 185px 0 0;
}
.full-box-left h2
{
	margin:0 0 0 185px;
}
.full-box-right p, .full-box-left p
{
	font-size:13px;
	padding:5px 0;
}

.full-box-right p
{
	margin:0 185px 0 0;
}
.full-box-left p
{
	margin:0 0 0 185px;
}
.full-box-left img
{float:left;
margin:20px 0 0 0;
}
.full-box-right img
{float:right;
margin:20px 0 0 0;
}


#news-cats
{
	width:200px;
	float:right;
}

#news-cats h3
{
	text-align:right;
	margin:20px 0 0px;
}
#news-cats p
{
	text-align:right;
	padding:3px 0;
}
#news-cats p a:hover
{text-decoration:none;
}
.news
{
	width:548px;
	min-height:150px;
	margin:20px 0 40px 0;
	padding:0 0 20px 0;
	background:url(images/news-bg.gif) no-repeat bottom left;
}

.news a:hover
{text-decoration:none;
}

.news img
{
	float:left;
}

.news h2
{
	margin:0 0 5px 120px;
	padding:0px;
	

}

.news h2 a
{
	text-decoration:none;
	color:#88C63F;
	
}
.news p
{
	margin:0 0 0 120px;
	padding:5px 0;
	font-size:13px;
}

.news p.read-more
{
	text-align:right;
}

.news p.read-more a
{
text-decoration:underline;
color:#88C63F;
font-weight:bold;
}
.news p.date
{float:left;
clear:left;
color:#999EB2;
width:100px;
text-align:center;
margin:0px;
font-size:12px;
font-weight:bold;
}
#footer
{
	margin:0 0 10px 0;
}

#footer p, #footer p a
{
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:5px 0;
}


#pagenav 
{
margin:10px 10px 0px 10px;
	width:548px;
padding:0px 0 20px 0;
}

#pagenav.full
{width:800px;
}
#pagenav p
{
}
#pagenav p.viewingpage
{
text-align:center;
font-size:12px;
margin:5px 0 5px 0;
}

#pagenav p
{
	text-align:center;
	padding:0 0 10px 0;
}
#pagenav p.resultsnavtop
{
margin:10px 0 0px 20px;
padding:10px 0 0 0;
text-align:center;
font-size:12px;
}
#pagenav p.resultsnavtop a
{
text-decoration:none;
}
#pagenav p.resultsnavtop a:hover
{
text-decoration:underline;
}
#pagenav p.resultsnavtop a.pagenumber
{border:1px #EFECE7 solid;
background:#fff;
padding:1px 5px 1px 5px;
text-decoration:underline;
}
#pagenav p.resultsnavtop a.pagenumber:hover
{
background:#88C63F;
}
#pagenav p.resultsnavtop .nolink
{
color:#949696;
text-decoration:none;
}
#pagenav a.next
{
padding: 0 0 0 0px;
}
#pagenav a.previous
{
padding: 0 0 0 0px;
}

.body p.rss
{
	float:right;
	background:url(images/rss.gif) no-repeat;
	padding:5px 0 12px 40px;
	margin:20px 0 0 0;
	clear:right;
}
.body p.rss a:hover
{
	text-decoration:none;
}

.body p.view-all-news
{
	margin:20px 0 10px 0;
	font-size:13px;
}

.body p.questions
{background:url(images/questions.gif) no-repeat;
width:131px;
height:128px;
cursor:pointer;
float:right;
}


.body p.questions a
{
	display:block;
	width:131px;
height:128px;
text-decoration:none;
}

.body p.star-up-to
{background:url(images/star-up-to.gif) no-repeat;
width:131px;
height:128px;
cursor:pointer;
float:right;
margin-top:20px;
}


.body p.star-up-to a
{
	display:block;
	width:131px;
height:128px;
text-decoration:none;
}



.work
{
	margin:30px 0;
	background:url(images/work-bg.gif) no-repeat bottom left;
	padding:0 0 30px 0;
}

.work img
{
	float:left;
}

.work h2
{
	margin:0 0 10px 175px;
	padding: 0;
	font-size:24px;
}

.work p
{
		margin:0 0 0 175px;
		font-size:13px;
		padding:5px;
}

.question {
	margin:30px 0;
	background:url(images/work-bg.gif) no-repeat bottom left;
	padding:0 0 30px 0;
}
.question h3
{
	background:url(images/q.gif) no-repeat left center;
	padding:10px 0 10px 45px;
}

.question h3 a
{
	text-decoration:none;
}
.question h3 a:hover
{
	text-decoration:underline;
}

#landing
{
	width:700px;
	float:left;
	margin:0px 40px 0 0;
	padding:0px 40px 20px 40px;
}

#landing ul
{
	margin:10px 10px 10px 10px;


}

#landing li
{
	padding:5px 0;
	font-size:13px;
	color: #666666;
}
#landing img
{
float:right;
vertical-align:top;
}
#calculator
{
	background:url(images/calc-bg.jpg) no-repeat;
	height:757px;
	width:356px;
	float:left;
	margin:25px 40px 0 0;
	padding:0px 40px 20px 40px;
}
#calculator img.capimg
{
	border:1px solid #999;
	margin: 5px 0;
}
#calculator.contact
{
	background:url(images/calc-bg-contact.jpg) no-repeat;
	height:722px;
	width:356px;
	float:left;
	margin:25px 40px 0 0;
	padding:15px 40px 20px 40px;
}
#calculator.comeback
{
	background:url(images/calc-bg-h782.gif) no-repeat;
	height:782px;
	width:356px;
	float:left;
	margin:25px 40px 0 0;
	padding:15px 40px 20px 40px;
}

#calculator.contact-friend
{
	background:url(images/calc-bg-contact.jpg) no-repeat;
	height:652px;
	width:356px;
	float:left;
	margin:25px 40px 0 0;
	padding:15px 40px 20px 40px;
}

#calculator input
{
	border:none;
	border-top: 1px solid #86A44E;
	width:346px;
	padding:3px 5px;
	background:url(images/field-bg.gif) repeat-x;
	height:28px;
	margin:5px 0;
}

#calculator select
{
	border:none;
	border-top: 1px solid #86A44E;
	width:150px;
	padding:6px;
	background:url(images/field-bg.gif) repeat-x;
	height:38px;
	margin:5px 0;
}

#calculator textarea
{
	border:none;
	border-top: 1px solid #86A44E;
	width:346px;
	
	padding:6px;
	background:#fff url(images/field-bg.gif) repeat-x;
	height:38px;
	margin:5px 0;
    font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

#calculator.contact textarea
{
	height:60px !important;
}
#calculator select.short
{
	width:250px;
}
#calculator input.short
{
		width:150px;
		}

#calculator input.go
{
	cursor:pointer;
	border:none;
	margin:10px 0 0 0;
	float:right;
	width:50px;
	height:35px;
	background:url(images/go.gif) no-repeat;
}
#calculator input.go:hover
{
	background-position:0 -35px;
}
#calculator input.submit
{
	cursor:pointer;
	border:none;
	margin:10px 0 0 0;
	float:right;
	width:77px;
	height:35px;
	background:url(images/submit.gif) no-repeat;
}
#calculator input.submit:hover
{
	background-position:0 -35px;
}
#calculator p
{
	color:#547025;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	letter-spacing:-0.6px;
}
#calculator.contact p
{
	margin-top:2px;
	padding:5px 0 2px;
}




.question p
{
	background:url(images/a.gif) no-repeat left center;
	padding:10px 0 10px 45px;
	font-size:13px;
	
}

.body p.smallprint
{
	font-size:11px;
}

.body p.smallprint-grey
{
	font-size:11px;
	color:#666666;
	margin-left:20px;
	
}


.right
{text-align:right;
}


span.number
{
	letter-spacing:-2px !important;
}

div.ieright ul
{
	margin:10px 10px 10px 490px
}

div.ieright li
{
	padding:5px 0;
	font-size:13px;
}

#land {
margin-top:300px; 
padding-top:100px;

}

#land ul
{
	margin:10px 10px 10px 490px
}

#land img
{
text-align:center;
margin-left:10px;
margin-top:20px;
float:right;
}
#land h2
{
text-align:justify;
color: #8bc43f;

}

#land li
{
	padding:5px 0;
	font-size:13px;
	color: #666666;
}

#land p
{
	font-size:13px;
	color: #666666;
}

#rest p {
font-size:12px;
color:#FFFFFF;
background:#608fe1;
margin-top:150px;
width:320px;
float: right;
padding:10px;
}



/* contracto-april landing page */

#contractor-april 
{
border:none;
}

#contractor-april img#graph {
	width:500px;
	float:right;
}
#contractor-april h1 {
font-size:26px;
margin-bottom:0px;
padding-bottom:0px;
}
#contractor-april h2 {
font-size:20px;
color: #8bc53d;
}
#contractor-april #form_wrapper {
	margin:220px auto;
	width:800px;
	height:631px;
	background:url(../assets/images/ipad_form.jpg) no-repeat 0 0;
	margin-bottom:0;
}

#contractor-april #form_wrapper img.capimg
{
	border:1px solid #999;
	width:240px;
	margin: 5px 0;
}
#contractor-april.nomargin #form_wrapper {
	margin:20px auto;
	margin-bottom:0;
	padding-bottom:20px;
}
#contractor-april #form_wrapper2 {
	margin:0px auto;
	width:800px;
	height:631px;
	background:url(../assets/images/ipad_form.jpg) no-repeat 0 0;
	margin-bottom:0;
}

#contractor-april #form_wrapper2 img.capimg
{
	border:1px solid #999;
	width:240px;
	margin: 5px 0;
}
#contractor-april.nomargin #form_wrapper2 {
	margin:20px auto;
	margin-bottom:0;
	padding-bottom:20px;
}
#contractor-april form {
	width:600px;
	overflow:hidden;
	margin:0 auto;
	display:block;
}
#contractor-april div.form_column {
	width:235px;
	margin:30px 0 0 40px;
	float:left;
}
#contractor-april label {
	display:block;
	clear:both;
	padding: 0;
}
#contractor-april input, #contractor-april select {
	display:block;
	clear:both;
	padding:5px;
	width:230px;
	margin:3px 0 20px;
	font-size:15px;
}
#contractor-april select
{
	width:242px;
	padding:5px;
}
#contractor-april #submitbtn {
	width:76px;
	height:35px;
	margin:0px 0 0 165px;
	cursor:pointer;
	border:none;
	background:url(../assets/images/submit.jpg) no-repeat 0 0;
}
#contractor-april div.form_column.up input, #contractor-april div.form_column.up select
{
	margin-bottom:10px;
}
#april {
	width:800px;
	height:400px;
	
}

#april .left {
	width:290px;
	floast:left;
	font-size:16px;
	color:#666666;

	min-height:410px;
	
}
#april .left ul {
padding-left:20px;
	
}
#april .left p {
font-size:14px;
color:#666666;
padding-bottom:10px;
	
}
#april .left li {
padding-bottom:10px;
font-size:14px;
color:#666666;
list-style:circle color:#AAAAAA; 
	
}
#april img#graph {
	width:500px;
	height:394px;
	float:right;
}
#contractor-april #form_note {
	text-align: center;
}
#center {
	text-align:center;
	color:#FFFFFF;
	font-weight:800;
	padding-top:35px;
	margin-top:35px;
	width: 800px;
	
}
hr.divider {
	border:none;
	border-top:1px solid #aaa;
	background-color:#666;
	height:3px;
	margin:30px 10px;
}
div.error {
	border:1px solid #f00f00;
	background: #FF7373;
	padding:20px;
	color: white;
	margin:20px;
}
div.confirmation {
	border:1px solid #55a62a;
	background: #99ee6b;
	padding:20px;
	color: white;
	margin:20px;
}


#landing-table
{
	background:#FF7373;
	clear:both;
	border:1px solid #000;
	font-size: 20px;
	color:#fff;
	margin:40px 20px 10px 8px;
}

#landing-table td
{
	padding:10px;
}
/* END contracto-april landing page */



.result
{background:url(images/reward.jpg) no-repeat bottom left;
width:825px;
height:290px;
margin:0 auto;
padding:40px 0 0 0;
}

.result p
{
	padding:130px 230px 0 30px;
	color:#4D4D4D;
	font-weight:bold;
	font-size:20px;
}
.result p.findoutmore
{background:url(images/find-out-more.gif) no-repeat;
width:128px;
height:40px;
cursor:pointer;
padding:0;
margin:10px 280px 0 0;
float:right;
}

.result p.findoutmore:hover
{background-position:0 -40px;
}

.result p.findoutmore a
{display:block;
width:128px;
height:40px;
text-decoration:none:
}
p.terms
{
	text-align:right;
	color:#4D4D4D;
	font-size:12px;
	top:-30px;
	position:relative;
}

#form_wrapper input.hidden, #calculator input.hidden, #form_wrapper2 input.hidden
{display:none;
}

img.back-to-school
{margin:24px 0 0 0;
}
