#showCaseWrap, #showCase {
	width: 920px;
	height: 612px;
	position: relative;
	background-repeat: no-repeat;
}
#showCaseWrap {
	padding: 0px 40px 40px 40px;
}

#showCase.darkBg {
	color: #fff;
	background-color:#000;
}

#showCase.lightBg {
	color: #000;
}


#showCase.brightLinks a, #showCase.brightLinks a:visited, #showCase.brightLinks a:active {
	color: #cc0000;
	font-weight: bold;
}
#ecl #showCase a {
	font-weight: bold;
	color: #e68306;
}
#eqs #showCase a {
	font-weight: bold;
	color: #acc234;
}
#ccm #showCase a {
	font-weight: bold;
	color: #000;
}
#about #showCase .pageCopy a {
	text-decoration: underline;
}


#showCase h1 {
	position: absolute;
	top: 50px;
	left: 90px;
	font-size: 26px;
}

#showCase h3 {
	font:  11px Arial, helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
}

#showCase p, #showCase ul {
	line-height: 1.3em;
}

#showCase ul {
	list-style-type: none;
	padding-bottom: 20px;
}

#showCase .pageCopy {
	position: absolute;
	width: 300px;
	top: 125px;
	left: 90px;
}
#showCase .pageCopy .intro {
	font-size: 1.1em;
	font-family: "Lucida Grande";
}

#showCase .panelRight {
	position: absolute;
	width: 230px;
	top: 125px;
	right: 230px;
}

#showCase .panelRightQuote {
	position: absolute;
	width: 230px;
	top: 120px;
	right: 240px;
}

#showCase div.quoteWrap {
	background: url(/images/shared/quotes/tl-white.png) top left no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	color: #000;
}
#showCase p.quote span {
	background: url(/images/shared/quotes/br-white.png) bottom right no-repeat;
	padding-right: 15px;
	padding-bottom: 5px;
}
#showCase p.quote {
	font-style: italic;
	padding-bottom: 0px;
}
#showCase p.quote strong.quoteBy {
	display: block;
	padding-top: 10px;
}

#nowhere #showCase p.quote {
	font-size: 18px;
}
#nowhere #showCase .panelRightQuote a {
	color: #000;
}

#nowhere #showCase p.quote strong.quoteBy {
	font-size: 12px;
}
#eqs #showCase p.quote {
	color: #666;
}
#eqs #showCase .panelRightQuote a {
	color: #000;
}
	

#eqs #showCase div.quoteWrap {
	background: url(/images/shared/quotes/tl-green.png) top left no-repeat;
}
#eqs #showCase p.quote span {
	background: url(/images/shared/quotes/br-green.png) bottom right no-repeat;
}

#ccm #showCase div.quoteWrap {
	background: url(/images/shared/quotes/tl-blue.png) top left no-repeat;
}
#ccm #showCase p.quote span {
	background: url(/images/shared/quotes/br-blue.png) bottom right no-repeat;
}

#showCase a.next {
	display: block;
	width: 90px;
	height: 23px;
	padding-top: 10px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: right 0px;
	font-weight: normal;
	color: #333;
}
#showCase a.next:hover {
	background-position: right -33px;
	text-decoration: none;
	font-weight: normal;
}

#showCase a.nextWhite {
	color: #eee;
	background-image: url(/images/shared/buttons/white-chev-right.png);
}
#showCase a.nextWhite:hover {
	color: #fff;
}
#showCase a.nextBlack {
	color: #333;
	background-image: url(/images/shared/buttons/black-chev-right.png);
}
#showCase a.nextBlack:hover {
	color: #000;
}



#showCase p.chev a, #showCase p.chev span {
	display: block;
	color: #333;
	text-decoration: none;
	float: left;
	display: block;
	height: 23px;
	padding-top: 10px;
	font-weight: normal;
}

#showCase p.chev a {
	width: 29px;
	background-position: 0px 0px;
}
#showCase p.chev a:hover {
	background-position: 0px -33px;
}
#showCase p.whiteChev span {
	color:#fff;
}
#showCase p.blackChev a.back {
	background-image: url(/images/shared/buttons/black-chev-left.png);
}
#showCase p.blackChev a.forward {
	background-image: url(/images/shared/buttons/black-chev-right.png);
}
#showCase p.whiteChev a.back {
	background-image: url(/images/shared/buttons/white-chev-left.png);
}
#showCase p.whiteChev a.forward {
	background-image: url(/images/shared/buttons/white-chev-right.png);
}
#showCase p.orangeChev a.back {
	background-image: url(/images/shared/buttons/orange-chev-left.png);
}
#showCase p.orangeChev a.forward {
	background-image: url(/images/shared/buttons/orange-chev-right.png);
}
#showCase p.redChev a.back {
	background-image: url(/images/shared/buttons/red-chev-left.png);
}
#showCase p.redChev a.forward {
	background-image: url(/images/shared/buttons/red-chev-right.png);
}


#showCase ul li {
	padding-bottom: 3px;
}
#showCase ul.twoCol li {
	display: block;
	width: 140px;
	float: left;
}

#showCase ul.bul {
	margin-left: 12px;
}
#showCase ul.bul li {
	padding-bottom: 8px;
}
#ecl #showCase ul.bul {
	list-style-image: url(/images/shared/ecl-bul.png);
}
#eqs #showCase ul.bul {
	list-style-image: url(/images/shared/eqs-bul.png);
}
#ccm #showCase ul.bul {
	list-style-image: url(/images/shared/ccm-bul.png);
}
#nowhere #showCase ul.bul {
	list-style: disc;
}
#academy #showCase ul.bul {
	list-style-image: url(/images/shared/academy-bul.png);
}

#eqs .storyList ul li {
	padding-top: 5px;
}

#showCase .question, #showCase .question a {
	color: #fff;
}

#showCase ul.dialogues li {
	line-height: 16px;
}



#showCase #subMenuWrap {
	position: absolute;
	top: 128px;
	left:20px;
	z-index: 200;
}
#showCase #subMenuWrap a.openMenu {
	display: block;
	width:12px;
	padding:4px;
}
#showCase #subMenu .movieMenu {
	padding-top: 10px;
}
#showCase #subMenu li {
	display: block;
	padding-top: 5px;
}

#showCase #subMenu {
	width: 110px;
	padding: 20px;
	/*background-color: #fff;*/
	background: url('/images/shared/transparent_menu_mask.png');
}


#showCase .bigOption {
	position: absolute;
}
#showCase .bigOption, #showCase .bigOption a {
	display: block;
	width: 81px;
	height: 89px;
}


#showCase .movieSnap a {
	background: url('/images/shared/play-movie.png');
}
#showCase .movieSnap a.movieWhite {
	background: url('/images/shared/play-movie-white.png');
}
#showCase .movieSnap {
	top: 30px;
	left: 345px;
}

#showCase .joinHands a {
	background: url('/images/shared/join-nowhere.png');
}
#showCase .joinHands {
	top: 30px;
	left: 445px;
}

#eqs #showCase .joinHands a {
	background: url('/images/eqs/join-quest.png');
}
#ecl #showCase .joinHands a {
	background: url('/images/ecl/join-quest.png');
}
#ecl #showCase.darkBg .joinHands a {
	background: url('/images/ecl/join-quest-white.png');
}
#ccm #showCase .joinHands a {
	background: url('/images/ccm/join-quest.png');
}
#eqs #showCase .joinHands a:hover, #ecl #showCase .joinHands a:hover, #ccm #showCase .joinHands a:hover {
	background-position: right -89px;
}

#showCase .bigOption a:hover {
	background-position: right -89px;
}
#subMenu .bigOption {
	position: relative;
	top: auto;
	left: auto;
	padding-left: 10px;
}



#showCase .joinPanel p {
	clear: both;
}
#showCase.joinQuest p img {
	width: 100px;
	float: left;
	padding-right: 10px;
}

#showCase.pastProjects ul {
	padding-bottom: 6px;
}

#showCase .glimpses h3, #showCase .glimpses ul {
	padding-left: 14px;
}