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

BODY{
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/main_bg.png);
	margin-top:0px;
	scrollbar-base-color: orange;
	scrollbar-arrow-color: green;
	scrollbar-DarkShadow-Color: blue; 
}

h2{
	color:#492a17;
	font-size:15px;
	padding-left:20px;
	padding-top:10px;
}

#MainContent{
	position:relative;
	width:1024px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;
	border-style:solid;
	border-width:1px;
	background-color:#d7d4d0;
}

#top{
	position:relative;
	background-image:url(../images/fence.png);
	width:1024px;
	height:227px;
	margin-right:auto;
	margin-left:auto;
	top:35px;
	z-index:1000;
}

#topNav{
	position:relative;
	top:35px;
	color:#999999;
	background-color:#414141;
	height:30px;
	width:1024px;
	z-index:100;
}

#logo{
	position:relative;
	top:25px;
	width:228px;
	height:
}

#phone{
	position:relative;
	float:right;
	top:-35px;
	color:#FFFFFF; 
	font-weight:bold;
	font-size:14px;
	margin-right:5px;
}

#newsletter{
	position:relative;
	float:right;
	color:#FFFFFF; 
	font-size:10px;
	z-index:1;
	margin:3px;
	top:-20px;
}

#celebrating{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:417px;
	top:0px;
}

.input, .submit {
 font-size: 11px;
 border: 1px solid #666666;
 margin:2px;
}

#request_quote{
	position:relative;
	background-image:url(../images/quote_bg.png);
	width:276px;
	height:346px;
	font-size:10px;
	color:#FFFFFF;
}

#quote_form{
	position:relative;
	left:30px;
	top:50px;
}

#homeleft{
	position:relative; 
	float:left; 
	background-color:#ebeae8; 
	width:70%;
}

#homeright{
	position:relative; 
	float:right; 
	height:585px; 
	background-color:#d7d4d0; 
	width:30%;
}

#homeContent{
	position:relative; 
	margin-top:45px;
}

#flash{
	position:relative;
	width:90%;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:20px;
	margin-right:auto;
	margin-left:auto;
	min-height:95px;
}

#pestLibrary{
	position:relative;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-left:20px;
	margin-bottom:10px;
	float:left;
	width:45%;
}

#company{
	position:relative;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
	float:right;
	width:45%;
	height:300px;
}

#sub_content{
	background-color:#FFFFFF; 
	min-height:600px; 
	padding-top:25px;
	margin-right:auto;
	margin-left:auto;
	width:90%;
}

#formRequired{
	font-size:9px;
	color:#FF0000;
	font-weight:bold;
}

#form{
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin:10px;
}

#content{
	padding:25px; 
	background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	min-height:600px;
	background-color:#FFF;
}


A:link {text-decoration: none; color:#000099; font-weight:bold; margin-left:10px; margin-right:10px;}
A:visited {text-decoration: none; color: 000099; font-weight:bold; margin-left:10px; margin-right:10px;}
A:active {text-decoration: none; color: 000099; font-weight:bold; margin-left:10px; margin-right:10px;}
A:hover {text-decoration: underline; color:#FFCC00; font-weight:bold; margin-left:10px; margin-right:10px;}

#sponsors{
	padding-top:100px;
	width:200px;
	margin-right:auto;
	margin-left:auto;
}

#msds{
	padding-top:25px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	min-height:768px;
	background-image:url(../images/content_bg.gif);
}

#flash_slide{
	padding:5px;
	width:688px;
	height:150px;
	margin-right:auto;
	margin-left:auto;
	z-index:1;
}
	


