/* CSS Document */

.homepage_body
{
	display:block;
	float:left;
	width:986px;
	background-image:url(/images/homepage_bg-tile.gif);
	background-position:right;
	background-repeat:repeat-y;
	border-top:#FFFFFF 1px solid;
	border-bottom:#ffffff 1px solid;
}
	

/*

	COLUMN 2; Homepage Main Content
	-------------------------------------------------------------------------

*/


.col_2
{
	display:block;
	width:386px;
	float:left;
	margin:12px 0px 0px 0px;
}

		.homepage_textbox_outer
		{
			float:left;
			width:367px;
			background-image:url(/images/homepage_rounded_bot.gif);
			background-repeat:no-repeat;
			background-position:bottom;
			background-color:#FFFFFF;
			margin:0px 0px 15px 0px;
		}
		
		.homepage_textbox_inner
		{
			float:left;		
			width:327px;
			background-image:url(/images/homepage_rounded_top.gif);
			background-repeat:no-repeat;
			background-position:top;
			padding:15px 20px 5px 20px;
			
		}
		
				.fact_pic
				{
					float:left;
					margin:20px 0px 0px 0px;
				}
				
				.pest_fact
				{
					float:right;
					width:143px;
					border-left:#878786 solid 1px;
					margin:20px 0px 0px 0px;				
					padding:0px 0px 0px 15px;
				}
				.pest_fact p
				{
					font-style:italic;
				}
			
		.bullet_sq a
		{
			color: #50626b;
		}
				

/*

	COLUMN 2a; Homepage Main Content second col
	-------------------------------------------------------------------------

*/


.col_2a
{
	display:block;
	width:182px;
	float:left;
	margin:-43px 0px 0px 0px;
}

		.find_pro
		{
			width: 142px;
			padding: 0 20px 15px;
			border-bottom: solid 1px #7a7264;
			color: #414042;
			font-size: 12px;
		}
		
				.find_pro input
				{
					width: 112px;
				}

				.find_pro select
				{
					width: 116px;
					margin: 10px 0;
				}

				.find_pro_tips
				{
					background: #e8e7d5;
					border: solid 1px #676156;
					text-align: center; 
					padding: 3px 5px 5px; 
					width: 130px; 
					line-height: 120%;
				}
				
						.find_pro_tips div
						{
							margin-top:4px;
						}
				
						.find_pro_tips a
						{
						    /*
							font-size: 10px;
							width: 60px;
							padding: 1px 7px;
							background: #597852;
							color: #e8e7d5;
                            */
						}
								
		.feature
		{
			width: 161px;
			background: #e8e7d5;
			border: solid 1px #676156;
			margin: 15px auto;
			font-size: 12px;
		}

				.feature img
				{
					width: 161px;
					display: block;
				}
				
				.feature .feature_hdg
				{
					background: #676156;
					text-align: center;
					color: #e8e7d5;
					font-weight: bold;
				}
				
				.feature p
				{
					margin: 5px;
					color: #414042;
					line-height: 130%;
				}
				
				.feature a
				{
				    /*
					font-size: 10px;
					font-weight: bold;
                    */
				}
				
