/* universal styling */
body					{height: auto; font-family: arial, helvetica, sans-serif; font-size: 12px; margin: 5px;}
div					{position: relative; top: 0px; left: 0px; z-index: 1;}
#borderdiv			{width: 1002px; height: auto; margin: 0 auto; border: 2px solid #005E00; border-top-color: #B2E5B2; border-left-color: #B2E5B2; }
#maindiv			{width: 1000px; height: auto; border: 1px solid #B2E5B2; border-top-color: #005E00; border-left-color: #005E00; background: #FFFFFF;}

/* rss menu bar and links style */
#menubar			{height: 20px; width: 990px; margin: 0 auto; background: #00AA00; border: 1px solid #005900; border-top-color: #8ECA8E; border-left-color: #8ECA8E; z-index: 3; }
#menutabs			{width: auto; height: 18px; border-right: 1px solid #005900; float: left; text-align: center; padding: 2px 10px 0 10px; }
.menulink			{text-decoration: none; color: #FFFF00; font-weight: bold; font-size: 14px; }
.menulink:hover		{color: #003300; }

/* drop down menu style */
#pestinfo			{position: absolute; top: -500px; left: -500px; }
.menuparent			{width: auto; z-index: 3; background: #00AA00; border: 1px outset #008800; border-top: none;}
.submenu			{width: auto; padding: 2px 4px 2px 4px; text-align: center; border-bottom: 1px outset #008800; z-index: 3;}
.dmenulink			{text-decoration: none; color: #FFFFFF; font-weight: bold;}
.dmenulink:hover	{color: #FFFF00;}

/* home page contact form style */
.ffname				{position: relative; width: 90px; text-align: right; font-weight: bold; color: #114411; white-space: nowrap; }
.ffdata				{position: relative; width: 250px; text-align: left; padding: 3px 5px 3px 0; color: #114411; }
.formfields			{width: 250px; border: 3px solid #C1FFB2; border-top-color: #B2E5B2; border-left-color: #B2E5B2; background: #FFFFFF; }
.formbutton			{border: 1px outset #008800; background: #00AA00; color: #FFFF00; font-weight: bold; cursor: pointer;}

/* rss feed style */
.featureitem		{font-size: 14px; font-weight: bold; color: #005500; margin-top: 10px;}
.featureitem:hover	{color: #105289;}
.itembreak			{height: 2px; font-size: 1px; background: #B2E5B2; margin-top: 2px;}

.contenttitle		{width: auto; margin: 0 auto; padding: 5px 0; white-space: nowrap; text-align: center; font-size: 14px; font-weight: bold; color: #005500;}
.contentsubtitle	{width: auto; margin: 0 auto; padding: 5px 0; white-space: nowrap; text-align: center; font-size: 12px; font-weight: bold; color: #333333;}

.rightbar {
	width: 350px; 
	float: left;
	height: auto;
	background-color: #D2F5D2;
	padding: 0 8px;
	margin-top: 5px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

.rightbar span.corners-top, .rightbar span.corners-bottom  {
	margin: 0 -8px;
}

span.corners-top {
	background-image: url('../images/corners_left.png');
	background-position: 0 0;
	margin: 0 -3px;
}

span.corners-top span {
	background-image: url('../images/corners_right.png');
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: url('../images/corners_left.png');
	background-position: 0 100%;
	margin: 0 -3px;
	clear: both;
}

span.corners-bottom span {
	background-image: url('../images/corners_right.png');
	background-position: 100% 100%;
}