/*******************
	Bar
********************/
#bar{
	height:320px;
	background-image:url(/assets/images/layout/bar-large.jpg);
	margin-bottom:-47px;
}

/*******************
	Page
********************/
#secondhalf{
	padding-top:20px;
	margin-bottom:30px;
	background:url(/assets/images/layout/page-divider.jpg) top center no-repeat;
}

/*******************
	Service Blocks
********************/
#paths .path{
	float:left;
	width:165px;
	margin-right:5px;
	cursor:pointer;
	background:url(/assets/images/layout/index/solutions-column-bg.jpg) no-repeat bottom #f1f1f1;
	padding:0px 5px;
	height:250px;
	font-size:0.9em;
}
#paths .path a{
	font-weight:bold;
	font-size:1.3em;
	display:block;
	color:#daedff;
	text-align:center;
	background-image:url(/assets/images/layout/index/solutions-column-topcurve.jpg);
	width:175px;
	height:41px;
	padding-top:5px;
	margin:0px -5px;
}
#paths .path ul{
	display:none;
	margin:0px;
	height:195px;
}
#paths .path ul li{
	list-style-type:none;
	border-bottom:1px solid #D9D9D9;
	padding:5px 0px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	color:#555555;
}
#paths .path p{
	margin-top:0px;
	padding:0px 8px;
	height:195px;
}
#paths .path.over ul{
	display:block;
}
#paths .path.over p{
	display:none;
}

/*******************
	Case Studies
********************/
#studies{
	position:relative;
}
#studies .study{
	position:relative;
	background:url(/assets/images/layout/index/studies-bg.jpg) no-repeat;
	height:180px;
	padding:15px 34px 25px 11px;
	display:none;
}
#studies .study.active{
	display:block;
}
#studies .study h3{
	color:#666666;
	font-size:1.6em;
}
#studies .study p{
	margin:0px;
	padding:5px;
}
#studies .study a.more{
	display:block;
	text-indent:-9999px;
	width:165px;
	height:20px;
	position:absolute;
	bottom:35px;
	right:33px;
	overflow:hidden;
	background-image:url(/assets/images/layout/index/btn-learnmore.jpg);
}
#studies a.next,#studies a.previous{
	position:absolute;
	height:18px;
	width:18px;
	text-indent:-9999px;
	display:block;
	bottom:6px;
	overflow:hidden;
}
#studies a.previous{
	right:63px;
}
#studies a.next{
	right:37px;
}

/*******************
	Low Boxes
********************/
#lowboxes .box{
	background:url(/assets/images/layout/index/lowbox-bg.jpg) no-repeat;
	height:94px;
	width:271px;
	padding:12px;
	font-size:0.9em;
	position:relative;
}
#lowboxes .box h5{
	color:#666666;
	font-weight:bold;
}
#lowboxes .box p{
	color:#999999;
	width:172px;
}
#lowboxes .box img{
	position:absolute;
	top:12px;
	right:12px;
}
#lowboxes .box a{
	display:block;
	text-indent:-9999px;
	background:no-repeat;
	width:165px;
	height:20px;
	position:absolute;
	bottom:14px;
	left:14px;
	overflow:hidden;
}
#lowboxes .box a.more{
	background-image:url(/assets/images/layout/index/btn-learnmore.jpg);
}
#lowboxes .box a.go{
	background-image:url(/assets/images/layout/index/btn-gonow.jpg);
}
