@charset "UTF-8";
/* CSS Document 
	-- newsletter.css --
*/



h2 {
	background: #00508e url(http://www.pestit.com/news/newsgfx/head.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
	padding: 1px 24px;
	margin: 16px 0 14px;
	clear: right;

}

h3 { padding-left: 10px; }
h4 { 
	font-size: 1em; 
	color: #00508e;
	margin: 1em 0 0;
}

.rightpics {
	float: right;
	margin: 0 10px 6px;
	width: 250px;
}
	.rightpics img {
		margin: 4px 0;
		background: #fff;
	}
	
li { padding: .3em 0; }
	
ul.ticks li {
	list-style: none;
	background: url(tick_bullet.jpg) no-repeat;
	padding-left: 24px;
}

img.border { border: 3px double #00508e; }

.newsbody p { 
	margin-left: 12px;
	margin-right: 16px;
}


h3.pit_ftr {
	background: url(http://www.pestit.com/images/pestITlogoWhiteBg.gif) no-repeat 20px 0;
	padding: 40px 0 40px 180px;
	font-size: 12px;
	text-align: center;
}

.fl {
	float: left;
	padding: 0 1em;
}

strong.label {
	float: left;
	width: 100px;
	text-align: right;
}

label {
	float: left;
	width: 100px;
	padding: 0 10px 0 0;
	text-align: right;
}
.details p {
	margin-bottom: 4px;
}

.centre { text-align: center; }

.labels strong, .labels em { float: left; }
.labels li { 
	clear: both;
	list-style: none;
	overflow: auto;
}
.labels strong {
	width: 100px;
	text-align: right;
	margin-right: 8px;
}
.labels em { width: 75%; }

input[type="button"] {
	padding: 4px 8px;
	border: 1px solid #ddd;
	background: #eee;
	border-top-color: #eee;
	border-left-color: #eee;
	
}

.nospace {
	white-space: nowrap;
}
