/* Overlay Classes */
#overlay{
	position: 		absolute !important;
}

#overlay,
.apple_overlay
{
	overflow: hidden;
}


#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: 303px
}

#intro #social .link-blog,#intro #social .link-facebook,#intro #social .link-twitter,#intro #social .link-newsletter {
	font-size: 13px;
	color: #231f20;
	font-family: helvetica, arial, sans-serif;
	height: 24px;
	line-height: 24px;
	margin-right: 21px;
	margin-bottom: 6px;
	display: block;
	padding-left: 29px;
	background: url(/site/images/bg-home-blog.png);
	background-repeat: no-repeat
}

#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;
		background-repeat: no-repeat;
	padding-left: 85px
}

#whatsnew {
	width: 280px;
	margin-top: 10px;
	float: left
}

#whatsnew a
{
	color: #4C280F!important;
}

#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: 700;
	text-decoration: underline;
	color: #ada382
}

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

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

/* tabs (those little circles below slides) */
.banner-tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 65px;
	width: 100%;
	background: url(/site/images/bg-slideshow-thumbnails.png);
	background-repeat: repeat-x
}

.banner-tabs table {
	position: absolute;
	right: 20px;
	top: 0
}

/* single tab */
.banner-tabs a {
	width: 77px;
	display: block;
	border: 1px solid #fff;
	margin-right: 11px;
	margin-top: 10px;
	background-color: #000
}

/* mouseover state */
.banner-tabs a:hover {
}

/* active state (current page state) */
.banner-tabs a.current img {
	opacity: .4;
	filter: alpha(opacity=40)
}

ul#twitter_update_list
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	margin-bottom:			15px;
}
ul#twitter_update_list li
{
	margin:					0px 0px 12px;
}

ul#twitter_update_list a
{
	color:					#ada382;
	text-decoration:		underline;
}

.blogline
{
	color:					#666;
}

.blogline a
{
	color:					#ada382!important;
	text-decoration:		underline;
}

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