/*-----------------------------------------------------------------------------------------------
CORE STRUCTURE
-----------------------------------------------------------------------------------------------*/

#showcasebanner {
	height: 322px;
	width: 1024px;
	position: absolute;
	top: 64px;
	right: -32px;
	z-index: 5;
	}
#accordian {
	border: 1px solid black;
	width: 940px;
	margin: 30px auto;
	}
.acc_heading {
	height: 100px;
	border-top: 1px solid white;
	background: black;
	color:#FFFFFF;
	text-indent: -9999px;
	font-size:18px;
	cursor:pointer;
	clear:both;
	}
.acc_heading.header_highlight {
	cursor: default;
	}
.acc_content {
	position: relative;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, Serif;
	}
.acc_content h2 {
	font-size: 22px;
	line-height: 28px;
	width: 430px;
	margin: 0 0 20px 30px;
	}
.acc_content p {
	font-size: 14px;
	line-height: 20px;
	width: 430px;
	margin: 0 0 20px 30px;
	}
.acc_content ul {
	font-size: 14px;
	line-height: 20px;
	width: 430px;
	margin: 0 0 20px 30px;
	}
.acc_content ul li {
	font-size: 14px;
	line-height: 20px;
	}
.acc_content .cta {
	background: url(images/cta_liveversion.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
	width: 255px;
	height: 35px;
	margin: 0 0 30px 30px;
	}
.acc_content .acc_tools {
	display: none;
	}
.acc_content .flashvideo {
	position: absolute; top: 0; right: 30px;
	width: 430px;
	height: 277px;
	overflow: hidden; /*REMOVE WHEN VIDEOS ARE READY*/
	}
.acc_content .video img {
	width: 430px;
	}

	
/*-----------------------------------------------------------------------------------------------
CLIENT: CHG
-----------------------------------------------------------------------------------------------*/

.acc_heading#chg-header {
	background: url(showcases/chg/banner.jpg) no-repeat top left;
	}
.acc_content#chg-content {
	background: #00325e;
	}
.acc_content#chg-content h2 {
	color: white;
	}
.acc_content#chg-content p {
	color: white;
	}
.acc_content#chg-content ul li, .acc_content#chg-content ul li a {
	color: #faa61a;
	}

/*-----------------------------------------------------------------------------------------------
CLIENT: ENTOURE
-----------------------------------------------------------------------------------------------*/

.acc_heading#entoure-header {
	background: url(showcases/entoure/banner.jpg) no-repeat top left;
	}
.acc_content#entoure-content {
	background: #363636 url(showcases/entoure/bg.jpg) top left;
	}
.acc_content#entoure-content h2 {
	color: white;
	}
.acc_content#entoure-content p {
	color: white;
	}
.acc_content#entoure-content ul li, .acc_content#entoure-content ul li a {
	color: #faa61a;
	}

/*-----------------------------------------------------------------------------------------------
CLIENT: TOM SAADES
-----------------------------------------------------------------------------------------------*/

.acc_heading#tsch-header {
	background: url(showcases/tsch/banner.jpg) no-repeat top left;
	}
.acc_content#tsch-content {
	background:  url(showcases/tsch/bg.jpg) repeat-x top left;
	}
.acc_content#tsch-content h2 {
	color: #283A79;
	}
.acc_content#tsch-content p {
	color: 666;
	}
.acc_content#tsch-content ul li, .acc_content#tsch-content ul li a {
	color: #283A79;
	}

/*-----------------------------------------------------------------------------------------------
CLIENT: ICMS
-----------------------------------------------------------------------------------------------*/

.acc_heading#icms-header {
	background: url(showcases/icms/banner.jpg) no-repeat top left;
	}
.acc_content#icms-content {
	background: white;
	}
.acc_content#icms-content h2 {
	color: #0a5696;
	}
.acc_content#icms-content p {
	color: #0a5696;
	}
.acc_content#icms-content ul li, .acc_content#icms-content ul li a {
	color: #00b1e8;
	}

/*-----------------------------------------------------------------------------------------------
CLIENT: PM-PARTNERS
-----------------------------------------------------------------------------------------------*/

.acc_heading#pmp-header {
	border-top: 1px solid #a5a5a5;
	background: url(showcases/pmp/banner.jpg) no-repeat top left;
	}
.acc_content#pmp-content {
	background: #363636 url(showcases/pmp/bg.jpg) top left;
	}
.acc_content#pmp-content h2 {
	color: #353535;
	}
.acc_content#pmp-content p {
	color: #353535;
	}
.acc_content#pmp-content ul li, .acc_content#pmp-content ul li a {
	color: #af1120;
	}
	
/*-----------------------------------------------------------------------------------------------
CLIENT: PROGRESS PACIFIC - COMMENTED OUT - DO NOT HAVE PERMISSION TO PUBLISH
-----------------------------------------------------------------------------------------------*/

/*------

.acc_heading#progresspacific-header {
	border-top: 1px solid #a5a5a5;
	background: url(showcases/progresspacific/banner.jpg) no-repeat top left;
	}
.acc_content#progresspacific-content {
	background: #363636 url(showcases/progresspacific/bg.jpg) top left;
	}
.acc_content#progresspacific-content h2 {
	color: #0a5696;
	}
.acc_content#progresspacific-content p {
	color: #0a5696;
	}
.acc_content#progresspacific-content ul li, .acc_content#progresspacific-content ul li a {
	color: #00b1e8;
	}

------------*/
	
/*-----------------------------------------------------------------------------------------------
CLIENT: ESCAPE CLUB
-----------------------------------------------------------------------------------------------*/

.acc_heading#escape-header {
	border-top: 1px solid #a5a5a5;
	background: url(showcases/escape/banner.jpg) no-repeat top left;
	}
.acc_content#escape-content {
	background: #173B48;
	}
.acc_content#escape-content h2 {
	color: white;
	}
.acc_content#escape-content p {
	color: white;
	}
.acc_content#escape-content ul li, .acc_content#escape-content ul li a {
	color: #faa61a;
	}

