@charset "utf-8";
/* CSS Document */

/*
PNG transparent fix for IE 6
For this fix to work the image used will need to be in the public html folder, not in subfolders

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='insertimagenamehere', sizingMethod=crop);
	height:30px;
	background-color:transparent;
	background-image:none;
*/

#pestcontrolbottom{
	height:300px;
}

#words{
	height:33px;
	width:278px;
	float:right;
}

#quicklinks{
	height:38px;
	width:278px;
	float:right;
}

#content{
	height:420px;
	padding:15px 0; 
}

/*menu style*/

a.mainlevel:link, a.mainlevel:visited {
	width: auto;
	display:inline-block;
}

a.mainlevel:hover, a.mainlevel:active, a.mainlevel#active_menu:hover, a.mainlevel#active_menu {
	width: auto;
	display:inline-block;
}

/*main menu*/
table.moduletable-main {
	padding:23px 0 0 33px;
}

/*user menu*/
a.mainlevel-user:link, a.mainlevel-user:visited {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding: 0px 9px;
	line-height:35px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	background-color:#000000;
}

a.mainlevel-user:hover, a.mainlevel-bottom:active{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color:#FFFFFF;
}

table.moduletable-user {
	text-align:center;
	height:35px;
}

/*end of user menu*/