@charset "utf-8";
/*-------------------------------------
|     Left Menu
--------------------------------------*/
#case-studies-bg {
	background: url(../images/case-studies/case-studies-bg.png) repeat-y -1px 0;
	float: left;
	margin: 0 0 0 -1px;
	width: 242px;
}


#case-studies {
	background: url(../images/case-studies/case-bg.png) no-repeat left bottom;
	font-size: 12px;
	overflow: hidden;
	padding: 0 0 15px;
	width: 242px;
}
#case-studies li {
	float: left;
	width: 239px;
}
#case-studies li a {
	color: #FFF;
	display: block;
	padding: 5px 0 6px 0;
	text-decoration: none;
	text-indent: 20px;
	width: 100%;
}
#case-studies li a:hover, #case-studies li a.selected {
	background: url(../images/case-studies/selected.png) repeat-x;
}
#case-studies li h2 {
	background: url(../images/case-studies/case-studies.png) no-repeat;
	height: 65px;
	text-indent: -1000em;
}



/*-------------------------------------
|     Content
--------------------------------------*/
#main {
	border-left: 1px solid #EFEEEE;
	height: 1%;
	margin: 15px 0 0;
	overflow: hidden;
}
#case {
	border-right: 1px solid #EFEEEE;
	float: left;
	width: 677px;
}
#top {
	background: url(../images/case-studies/top.png) no-repeat;
	float: right;
	height: 61px;
	margin: 0 -1px 0 0;
	overflow: hidden;
	position: relative;
	width: 678px;
}
#case #top h2 {
	margin: 31px 0 0 20px;
	text-indent: -1000em;
}
#top h2.db {
	background: url(../images/case-studies/db.png) no-repeat;
	height: 19px;
	width: 219px;
}
#top h2.ap {
	background: url(../images/case-studies/ap.png) no-repeat;
	height: 19px;
	width: 219px;
}

#top h2.cg {
	background: url(../images/case-studies/cg.png) no-repeat;
	height: 19px;
	width: 219px;
}

#top h2.header {
	background: url(../images/case-studies/header.gif) no-repeat;
	height: 19px;
	width: 219px;
}
#top h2.connex {
	background: url(../images/case-studies/connex.png) no-repeat;
	height: 19px;
	width: 219px;
}
.case {
	float: right;
	margin: -48px 27px 0 0;
	position: relative;
	z-index: 100;
}
#case h2 {
	color: #00A9C1;
	font-size: 17px;
	margin: 0 0 5px;
}
#case p, #case ul, #case ol {
	clear: both;
	margin: 0 0 1em;
}
#case .padding {
	clear: both;
	line-height: 16px;
	padding: 0 30px 0 20px;
}
#case .quote {
	float: right;
	margin: 5px 50px 20px 0;
}
#bottom {
	background: url(../images/case-studies/bottom.png) no-repeat;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
.padding ul {
	margin:0 0 1.5em;
	width:300px;
}
.padding ul li {
	background:url(../images/subpage/arrow.png) no-repeat 10px 12px;
	list-style: none;
	padding:7px 0 7px 25px;
	background-color:#FFFFFF;
}
.padding ul li.alt {
	background:url(../images/subpage/arrow-2.png) no-repeat #E8F7F9;
	border-bottom:1px solid #b8e7ee;
	list-style:none;
	padding:7px 0 7px 25px;
}

.contentBorder {
width:300px;
	border:solid #B8E7EE;
	border-width:1px;
	padding:3px;
	background-image:url(../images/template/table_BGshade.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}
