@charset "UTF-8";

/* Banner
------------------------------------------------------------------*/
#banner_shadow {
	background-image: url(images/bg_banner.png);
	background-repeat: repeat-x;
	width: 100%;
	background-position: bottom;
	background-color: #f5ecd8;
	padding-bottom: 30px;
}
#banner_container {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
#banner {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#textContainer  {
	width: 500px;
	float: left;
}
#textContainer h2 {
	color: #990000;
	margin: 10px 0 20px;
	padding: 0;
	clear: both;
	font-size: 24px;
}
#textContainer p {
	margin: 0 0 15px;
	padding: 0;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.banner_image_container  {
	width: 260px;
	float: right;
}
.banner_box {
	width: 260px;
	background-image: url(images/blog-banner_box_grad.png);
	background-repeat: repeat-y;
	margin-bottom: 0;
}
.banner_box_top {
	width: 260px;
	background-image: url(images/blog-banner_box_top.png);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.banner_box_content {
	width: 240px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/blog-banner_box_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.banner_image {
	width: 100%;
	height: 180px;
}
.banner_image img {
	overflow: hidden;
	height: 100%;
	width: 100%;
}