@charset "UTF-8";

/****************/
/**** Layout ****/
/****************/

#flashContainer
{
	width: 970px;
	height: 275px;
	margin-bottom: 10px;
}
#homeContentContainer
{
	width: 970px;
	min-height: 235px;
	height: auto !important;
	height: 235px;
	padding-bottom: 15px;
	background: url(../images/home-buckets-bg.gif) no-repeat 0 0;
}
#homeContentContainer #caseStudiesContainer
{
	width:630px;
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
	position: relative;
}
#homeContentContainer #newsContainer
{
	width:250px;
	float: left;
	display: inline;
	margin: 20px 0 0 50px;
}

/**********************/
/**** Case Studies ****/
/**********************/

#homeContentContainer #caseStudiesContainer h1, #homeContentContainer #newsContainer h1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;	
	margin-bottom:32px;
}
#homeContentContainer #caseStudiesContainer h1
{
	color: #104B7D;
}
#homeContentContainer #newsContainer h1
{
	color: #C60;
}
#navContainer
{
	width: 280px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
}
#navContainer .backward
{
	display: block;
	width: 21px;
	height: 15px;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/previous.gif) no-repeat 0 0;
	float: left;
}
#navContainer .backward.disabled
{
	background: url(../images/previous_disabled.gif) no-repeat 0 0;
}
#navContainer .forward
{
	display: block;
	width: 19px;
	height: 15px;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/next.gif) no-repeat 0 0;
	float: left;
}
#navContainer .forward.disabled
{
	background: url(../images/next_disabled.gif) no-repeat 0 0;
}
#tabs
{
	width: 239px;
	height: 15px;
	float: left;
}
#tabs a#one
{
	display: block;
	float: left;
	width: 79px;
	height: 15px;
	cursor: pointer;
	text-indent: -999em;
	background: url(../images/tab_1_off.gif) no-repeat 0 0;
}
#tabs a#one:hover, #tabs a#one.current
{
	background: url(../images/tab_1_on.gif) no-repeat 0 0;
}
#tabs a#two
{
	display: block;
	float: left;
	width: 79px;
	height: 15px;
	cursor: pointer;
	text-indent: -999em;
	background: url(../images/tab_2_off.gif) no-repeat 0 0;
}
#tabs a#two:hover, #tabs a#two.current
{
	background: url(../images/tab_2_on.gif) no-repeat 0 0;
}
#tabs a#three
{
	display: block;
	float: left;
	width: 80px;
	height: 15px;
	cursor: pointer;
	text-indent: -999em;
	background: url(../images/tab_3_off.gif) no-repeat 0 0;
}
#tabs a#three:hover, #tabs a#three.current
{
	background: url(../images/tab_3_on.gif) no-repeat 0 0;
}

#panes
{
	width: 630px;
	position: relative;
}
#panes .pane
{
	width: 630px;
	height:150px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#panes .pane .caseStudy
{
	width: 190px;
	height: 150px;
	float: left;
	margin-right: 30px;
}
#panes .pane .caseStudy.last
{
	margin-right: 0;
}
#panes .pane .caseStudy .copyBlock
{
	width: 145px;
	float: right;
}
#panes .pane .caseStudy .copyBlock p
{
	font-size: 11px;
	line-height: 14px;
	color:#333;
}
#panes .pane .caseStudy img.icon
{
	display: block;
	width: 32px;
	float: left;
}
#panes .pane .caseStudy .copyBlock a
{
	color: #104B7D;
	text-decoration: underline;
}
#panes .pane .caseStudy .copyBlock a:hover
{
	text-decoration: none;
}

/**************/
/**** News ****/
/**************/

#homeContentContainer #newsContainer p
{
	font-size: 11px;
	line-height: 14px;
	color:#333;
}

#homeContentContainer #newsContainer ul
{
	margin-bottom: 16px;
}
#homeContentContainer #newsContainer li
{
	margin-bottom: 10px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	background: url(../images/orange-arrow-home.png) no-repeat 0 4px;
}
#homeContentContainer #newsContainer a
{
	color: #C60;
	text-decoration: underline;
}
#homeContentContainer #newsContainer a:hover
{
	text-decoration: none;
	text-shadow: #B50 0 0 3px;
}


#footer
{
	margin-top: -15px;
	background: url(/images/footer-bg-home.gif) no-repeat 0 0;
}

