/* 
    Document   : boxstyle
    Created on : May 8, 2013, 11:18:05 AM
    Author     : julrich
    Description:
        Purpose of the stylesheet follows.
*/


.maplink{
	font-family: sans-serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

.pestwrapper{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 195px;
	
}
.pestboxes{
	border: 1px solid gray;
	padding-bottom: 5px;
	margin: 5px 3px;
	text-align: left;
}
.main{
	text-align: center;
	width: 760px;
	height: 660px;
}
.boxtitle{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	background-color: #cde1d9;
	text-align: center;
	margin-bottom: 5px;
}
.toptext{
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}
.t1{
	font-weight: bold;
	font-size: 16px;
}
.caubox{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 760px;
}
.caution{
	background-color: #FFEEEE;
	font-size: 14px;
	font-family: sans-serif;
	text-align: left;
	padding: 5px;
	border: 2px solid red;
}
#map {
	margin-left:30px;
	
}
#map img {
    width:750px;
    height:781;
}