/*
TruGreen Site Styles
tips.css: styles for homepage
*/



/* main background image */

#chromeback {
	width: 920px;
	height: 383px;
	background-repeat: no-repeat;
	background-position: left top;
}


/* dynamic tips panel */

#wavygrass {
	position: absolute;
	top: 30px;
	left: 600px;
	z-index: 9;
}

#pageheader {
	padding: 28px 0 0 43px;
	width: 453px;
/*	height: 173px; */
}

#seasontips {
	padding: 12px 0 0 43px;
	width: 460px;
}

.tipsname {
	float: left;
	font-size: 1.0em;
	color: #00703c;
	font-weight: bold;
}

.tipsnav {
	/*float: right;
	margin-right: 70px;*/
	margin-left: 270px;
}

.tipsnavlink, .tipsnavlink:hover, .tipsnavlink:visited {
	display: block;
	width: 15px;
	height: 14px;
	color: #666666;
	text-align: center;
}

.tipsnavlinkhilite, .tipsnavlinkhilite:hover, .tipsnavlinkhilite:visited {
	display: block;
	width: 15px;
	height: 14px;
	color: #ffffff;
	background-image: url(../images/chrome/number_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

.tipsnavitem {
	float: left;
}

.tipspic {
	float: left;
	width: 165px;
	padding: 15px 0 0 0;
}

.tipsbody {
	float: left;
	width: 255px;
	padding: 15px 0 0 0;
}

.tipssubhead {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 4px;
}

.flashvideocontainer {
	float: left;
	width: 165px;
	padding: 15px 0 0 0;
}

.zipform_error {
clear:both;
color:#990000;
display:block;
font-size:9px;
margin-left:5px;
}

#navmainholder {
    padding-left: 50px;
}
.navitemseparator{
    background-position: 10px 1px;
    padding: 3px 0 0 20px;
}
#wavygrass {
    top: 30px;
}
