/*CSS for the banner ad on the home page of the site. */
#banner_hp
{
	background-image: url(../images/promo_box.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 145px;
	padding-left: 10px;
	padding-top: 7px;
}

#banner_image
{
	float: left;
	width: 101px;
}

#banner_copy
{
	float: right; 
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 13px;
	padding-right: 30px;

}

#banner_nn
{
	align: center;
	width: 704px;
	padding-top: 15px;
	background-color: #ffffff;
	clear: both;
	line-height: 1.3;
	border: thin solid #d66f34;
	margin: 10px auto;

}

#banner_nn .image
{
	border: none;
	float: left;
}

#banner_nn .copy
{
	margin-left: 210px;
	width: 494px;
}

#banner_nn h2
{
	font-size: 13px;
	font-weight: bold;
	color: #256255;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 0px;
}

#banner_nn a
{
	color: #005eab;
	text-align: center;
}

