@charset "utf-8";
#contentExpertiseContainer {
	padding: 0px;
	width: 808px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	clear: both;
	float: none;
	z-index: 200;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#contentExpertise {
	background:#fab84a;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	clear: both;
	width: 808px;
	z-index: 200;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#expertiseNavT2Blind {
	width: 719px;
	padding: 25px 45px;
	position: absolute;
	z-index: 5300;
}
#expertiseNavT2 {
	width: 808px;
	margin: 0;
	clear: both;
	float: none;
	padding: 0;
}
#expertiseNavT2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #dd7c12;
	cursor: pointer;
	font-size: 40px;
	font-weight: bold;
}
#expertiseNavT2 a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #c69139;
}
a#expertiseLink1 {
	display:none;
}
a#expertiseLink3, a#expertiseLink4 {
	background:url(../img/expertise/header-arrow.png) no-repeat left;
	margin-left:5px;
	padding-left:26px;
}
#navPrevNextBg {
	height: 31px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 270px;
	width: 100%;
	z-index: 100;
}
#navPrevNextBg div {
	background-color: #c6d100;
	border-bottom:1px solid #7e8a04;
	height: 30px;
	position:absolute;
	width:50%;
}
#navPrevNextContainer {
	padding: 0px;
	clear: none;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: 9000;
	left: 0px;
	top: 270px;
	height: 1px;
	overflow: visible;
}
#navPrevNext {
	padding: 0px;
	height: 1px;
	width: 808px;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	overflow: visible;
}
#navPrev {
	height: 32px;
	left: -135px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 135px;
	z-index: 9000;
}
#navNext {
	height: 32px;
	left: 770px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 135px;
	z-index: 9000;
}
#navPrev a, #navNext a {
	display:block;
	cursor: pointer;
	height: 32px;
	width: 135px;
}
#expertiseBody {
	margin: 0px;
	width: 808px;
	clear: both;
	float: none;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 5000;
	overflow: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#expertiseBodyHeight {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 300px;
	width: 0px;
	overflow: hidden;
}
#expertiseAnim {
	height: 520px;
	position: relative;
	z-index: 5300;
}
/* backgrounds */
#expertiseBg {
	background:#fab84a url(../img/expertise/expertiseBgScroll.jpg) 0 0;
	position:absolute;
	z-index: 5100;
	height: 520px;
	top: 0;
	width: 808px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#expertiseBgMid {
	background:url(../img/expertise/expertiseBgMid.png) repeat-x 0 100px;
	position:absolute;
	z-index: 5110;
	height: 520px;
	top: 0;
	width: 808px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* individual slides */
.expertiseSlide {
	clear: none;
	float: left;
	height: 520px;
	width: 718px;
	position: absolute;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	z-index: 5200;
}
#expertiseSlide1 {
	background:url(../img/expertise/mainSlide.png) no-repeat center top;
	left:0;
	/*top:-8px;*/
}
#expertiseSlide2 {
	background:url(../img/expertise/designSlide.png) no-repeat center top;
	left:808px;
}
#expertiseSlide3 {
	background:url(../img/expertise/developSlide.png) no-repeat center top;
	left:1616px;
}
#expertiseSlide4 {
	background:url(../img/expertise/curateSlide.png) no-repeat center top;
	left:2424px;
}
.expertiseSlide h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #dd7c12;
	cursor: pointer;
	font-size: 40px;
	font-weight: bold;	
}
.expertiseSlide h1 a {
	color: #dd7c12;
}
.expertiseSlide h1 a.active {
	color: #fff;
	text-shadow: 1px 1px 1px #c69139;
}
.expertiseSlide h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin:0;
	padding-bottom:10px;
}
.expertiseSlide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 13px;
	color: #333;
}
.expertiseSlide ul {
	margin: 0px;
	padding-top: 24px;
	padding-right: 53px;
	padding-bottom: 20px;
	padding-left: 53px;
}
.expertiseSlide ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #d37707;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	list-style-type: none;
	padding: 6px;
	position: relative;
}
.expertiseSlideHover {
	height:119px;
	position: absolute;
	top: 212px;
	width: 118px;
	z-index: 6200;
}
.expertiseSlide .expertiseSlideHover p, .expertiseSlide .expertiseSlideHover a {
	color:#fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	height:119px;
	line-height:119px;
	position: absolute;
	text-align:center;
	text-shadow:1px 1px 1px #555;
	width: 118px;
	z-index: 6301;
}
.expertiseSlideHover div.active  {
	background:url(../img/expertise/onState.png) no-repeat;
	display:none;
	height:119px;
	position:absolute;
	width: 118px;
	z-index:6300;
}
.expertiseSlideContent {
	position: absolute;
	z-index: 6200;
}
.landing {
	width: 180px;
	top: 380px;
}
.interior {
	width: 210px;
	top: 340px;
}
.expertiseSlide a.arrow {
	background:url(../img/expertise/arrow-right.png) no-repeat 0;
	display:block;
	height:15px;
	line-height:15px;
	color:#fff;
	padding-left:18px;
	font-size: 14px;
}
.expertiseSlide a.arrow:hover {
	background:url(../img/expertise/arrow-right.png) no-repeat 2px;
	display:block;
	height:15px;
	line-height:15px;
	color:#fff;
	padding-left:18px;
	font-size: 14px;
}
p.tagline {
	color: #FFFFFF;
	font-size:60px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:60px;
	margin-left:45px;
	text-shadow: 1px 1px 1px #c69139;
}
p.tagline-sm {
	color:#1a1818;
	font-size:20px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-left:45px;
	padding-bottom:4px;
	text-shadow: 1px 1px 1px #c69139;
}
#expertiseFooter {
	height: 109px;
	width: 808px;
	padding: 0px;
	clear: both;
	float: none;
	position: relative;
	z-index: 5900;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
}
#expertiseFooter div.left {
	background:url(../img/expertise/footerRibbon.png) no-repeat left;
	position: absolute;
	height: 209px;
	width: 217px;
	left: -217px;
	top: -122px;
	overflow: hidden;
}
#expertiseFooter div.right {
	background:url(../img/expertise/footerRibbon.png) no-repeat right bottom;
	position: absolute;
	height: 100px;
	width: 213px;
	left: 0px;
	top: -13px;
	overflow: hidden;
}
.callUs {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	clear: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4f;
	padding-top: 24px;
}
.callUs a:link, .callUs a:visited, .callUs a:hover {
	color: #d37707;
}
