.banner-container {
	margin-bottom:		30px;
	width: 100%;
	height: 285px;
	padding: 0;
	position: relative;
	background-color: #fff
}

/* container for slides */
.banner-images {
	position: relative;
/*	cursor: pointer;	*/
	width: 100%;
	height: auto;
}

/* single slide */
.banner-images div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.banner-images div img {
	width: 100%;
	height: auto;
}


.banner-images div #overlaytext {
	position: absolute;
	top: 40px;
	left: 52px;
	font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	background-color: transparent;
}

.banner-images div #overlaytext p {
	color: #fff
}

.banner-images div #overlaytext h2,.banner-images div #overlaytext h2 a,.banner-images div #overlaytext h2 a:hover {
	color: #fff;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 54px
}

#intro {
	width: 980px;
	height: 146px;
	background: url(/site/images/bg-home-introtext.jpg);
	background-repeat: no-repeat;
	position: relative
}

#intro #text {
	position: absolute;
	top: 30px;
	left: 23px;
	width: 586px
}

#intro h1 {
	font-family: georgia,garamond,serif;
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
	color: #000;
	font-weight: 400;
	border-bottom: none
}

#intro #image {
	float: left;
	margin-right: 15px
}

#intro #social {
	position: absolute;
	top: 23px;
	right: 18px;
	width: 343px
}

#social td
{
	padding-bottom:		5px;
}

.link-blog
{
	font-size: 			11px;
	line-height: 		11px;
	color: 				#231f20!important;
	font-family: 		helvetica, arial, sans-serif;
	height: 			24px;
	margin-right: 		21px;
	margin-bottom: 		6px;
	display: 			block;
	padding-left: 		28px;
	background: 		url(/site/images/bg-home-blog.png);
	background-repeat: 	no-repeat;
	display:			table-cell;
	vertical-align: 	middle;
	width:				220px;
}


#whatwedo {
	width: 642px;
	margin-left: 20px;
	margin-top: 10px;
	float: left
}

#whatwedo h2 {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 17px;
	margin-right: 30px
}

#whatwedo .item {
	width: 300px;
	float: left;
	margin-right: 20px
}

#whatwedo .item h2 {
	border-bottom: none;
	margin-bottom: 5px;
	font-size: 22px;
	text-transform: uppercase
}

#whatwedo .item img {
	margin-bottom: 12px
}

#whatwedo .item .text {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;

}

#whatsnew {
	width: 280px;
	margin-top: 10px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

#whatsnew h2 {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 10px
}

#whatsnew .thumb {
	margin-right: 15px;
	display: block
}

#whatsnew .link {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #008066
}

#whatsnew td a.more {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	display: block;
	text-decoration: underline;
	color: #632e73;
	display: block;
	clear: both;
	margin-top: 10px;
	text-align: right;
	width: 172px
}

#whatsnew td {
	padding-bottom: 0px;
	padding-top: 15px;
	border-bottom: 1px solid #dedbcd
}

.banner-container
{
	margin-bottom:		0px!important;
}
