/* Banner Styling */
.bx-prev {
	background: url("../images/btn-prev.png") no-repeat scroll 0 0 transparent;
	height: 345px;
	left: 0;
	position: absolute;
	text-indent: -999999px;
	top: 0;
	width: 42px;
}
.bx-next {
	background: url("../images/btn-next.png") no-repeat scroll 0 0 transparent;
	height: 345px;
	position: absolute;
	right: 0;
	text-indent: -999999px;
	top: 0;
	width: 42px;
}

.sidebar {
	max-height: 45vh;
	min-height: 400px;
	overflow-y: scroll !important;
}

h4.section-title.x-title {
	margin-bottom: 0px;
}

.x-widget-spacing{
	margin-bottom:40px;
}

#banner-wrapper {
	overflow: hidden; 
	position: relative; 
	height: 500px;
	width: 960px; 
	margin: 0 0 20px;
	background-color:#f4f1f1;
}
ul#banner-carousel {
	list-style: none outside none;
	padding: 0;
	margin:0;
	background: none;
}
ul#banner-carousel li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	height:345px;
	float:left;
	background: none;
	position: relative;
}

/* Content Styling */
#bannerGreeting{
	padding:10px 20px;
}
#bannerGreeting p{
	color:#2d3e6a;
	margin:0;
}
.leftColumn{
	margin-left:0;
	float:left;
	}
.rightColumn{
	margin-right:0;
	float:right;
}
#content{
	background: url('../images/lg-dots.gif') 20px 520px no-repeat;
	background-color:#ffffff;
}
#content div.grid_12{
	margin-left: 80px;
}
#content div.grid_11{
	margin-left: 80px;
}
h1.article-title {
	color:#DC4405;
	font-weight:bold;
}