
/* -- postal ad -- */
#postal-ad {
	width: 600px;
	height: 300px;
	background-image: url(images/frame_bg_75.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#postal-ad td {
	font: 12px arial;
	text-align: left;
	vertical-align: top;
}
#postal-ad .spacer-h {
	height: 10px;
	background-image: url(images/spacer_bg_h.gif);
	background-position: left center;
	background-repeat: repeat-x;
	line-height: 10px;
}
#postal-ad .spacer-v {
	width: 10px;
	background-image: url(images/spacer_bg_v.gif);
	background-position: left center;
	background-repeat: repeat-y;
}
#postal-ad .heading {
	text-align: center;
}
#postal-ad .heading h1 {
	font: bold 35px arial;
	color: #184bc0;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#postal-ad .text-left, #postal-ad .text-right {
	padding: 10px;
}
#postal-ad .text-left h2, #postal-ad .text-right h2{
	font: bold 17px arial;
	color: #e73f1e;
	padding: 0px;
	margin: 0px;
}
#postal-ad .text-left ul, #postal-ad .text-right ul {
	font: bold 12px arial;
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 15px;
}
#postal-ad .text-left ul li, #postal-ad .text-right ul li {
	background-image: url(images/checkmark_green.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}
#postal-ad .text-right ul li {
	background-image: url(images/checkmark_red.gif);
}
#postal-ad .text-left {
	width: 350px;
	padding: 10px 10px 10px 20px;
}
#postal-ad .text-right {
	width: 250px;
}
#postal-ad .readmore {
	text-align: center;
	position: relative;
	top: 90px;
		/*border: solid 1px #000;*/
}
#postal-ad .readmore a {
	font: bold 12px arial;
	color: #009b04;
}

