@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/office2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#wrapper{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#subWrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
#wrapperPrintable{
	text-align: left;
	margin: 0 auto;
	width: 560px;
	position: relative;
}
#subWrapperPrintable{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}

#video {
	position:absolute;
	margin-left:-160px;
}

/* Tabs Styling */

#tab {
	position: absolute;
	text-align: center;
	font-style: italic;
}
#tab.header {
	margin-top: -30px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-left: 147px;
}
#tab.actor{
	margin-left: 400px;
	margin-top: -30px;
	color: #000000;
	text-align: center;
	padding: 0px;
}
#tab.actress{
	margin-top: -30px;
	margin-left: 487px;
	padding: 0px;
}
#tab.voice{
	margin-top: -30px;
	margin-left: 570px;
	height: 82px;
	width: 120px;
	padding: 0px;
}
#tab.creatives{
	margin-top: -30px;
	margin-left: 670px;
	padding: 0px;
}
.tabLinks {
	position: absolute;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	left:0;
}
#actorTab {
	margin-left: 296px;
	margin-top: 30px;
}
#actressTab {
	margin-left: 373px;
	margin-top: 30px;
}
#voiceTab {
	margin-top: 30px;
	margin-left: 475px;
}
#creativesTab {
	margin-top: 30px;
	margin-left: 549px;
}
.tabLinks a{
	text-decoration:none;
	color:#000000;
	display: block;
}
.tabLinks a:hover {
	text-decoration:underline
}


/* Backgroung Imagery */

#leftHand {
	float:left;
	bottom:0;
	background-position: center;
	position: fixed;
	margin-left: -62px;
	margin-bottom: -130px;
}

#rightHand {
	position:fixed;
	float:right;
	bottom:0;
	margin-left: 736px;
	margin-bottom: -150px;
}

#backgrdHand {
	position:fixed;
	bottom:0;
	margin-left:-25px;
	width:1124px;
}

#coffeeCup{
	position: absolute;
	height: 284px;
	margin-top: 520px;
	margin-left: 635px;
	padding: 0px;
}
#backgroundPaper1{
	position: absolute;
	background-image: url(../images/background_paper_1.png);
	background-repeat: no-repeat;
	height: 1080px;
	width: 800px;
	margin-left: 100px;
}
#backgroundPaper2{
	background-image: url(../images/background_paper_2.png);
	position: absolute;
	height: 1126px;
	width: 800px;
	margin-top: 30px;
	margin-left: 80px;
}
#backgroundPaper3{
	position: absolute;
	background-image: url(../images/backgrd_pages.png);
	background-repeat: no-repeat;
	height: 1080px;
	width: 800px;
	margin-left: 100px;
}
#tickets{
	position: absolute;
	background-image: url(../images/tickets.png);
	height: 300px;
	width: 300px;
	margin-top: 450px;
	margin-left: -35px;
}


/* Content Styling */

#mainFrame{
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-position: left top;
	height: auto;
	position: relative;
	background-image: url(../images/backgrd_main.png);
}
#mainFramePrintable{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-position: center top;
	height: auto;
	position: relative;
	background-image: url(../images/backgrd_main.png);
}
#header{
	width: 660px;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headerMP7.png);
	height: 125px;
}
#headerActors{
	width: 660px;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headerACTORS.png);
	height: 125px;
}
#headerActresses{
	width: 660px;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headerACTRESS.png);
	height: 125px;
}
#headerVoices{
	width: 660px;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headerVOICE.png);
	height: 125px;
}
#headerCreative{
	width: 660px;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headerCREATIVE.png);
	height: 125px;
}
#headerPrintable{
	width: 560px;
	padding: 0px;
	height: 20px;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/backgrd_header.png);
}
#searchBox{
	height: 50px;
	width: 200px;
	padding-left: 20px;
	margin-top: 74px;
	float: left;
}
#searchBox img{
	margin-top: 5px;
	margin-left: 5px;
	border:0px;
}
#searchBox form {
	padding:0px;
	position: absolute;
	height: 20px;
	width: 240px;
	margin-top: -35px;
	margin-left: 400px;
}
#searchBoxPrintable{
	height: 50px;
	width: 200px;
	position: relative;
	padding-left: 20px;
}
#searchBoxPrintable img{
	margin-top: 5px;
	margin-left: 5px;
}
#logo {
	position:absolute;
	margin-left:470px;
	margin-top:-44px;
	width:150px;
	height:50px;
}
#logoPrintable {
	position:absolute;
	margin-left:390px;
	margin-top:-44px;
	width:150px;
	height:50px;
}
#mainMenu{
	height: 43px;
	width: 660px;
	margin-left: auto;
	text-align: center;
	padding-top: 17px;
	color: #FFFFFF;
	background-image: url(../images/backgrd_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	position: relative;
}
#mainMenu ul{
	margin: 0px;
	padding: 0px;
}
#mainMenu li{
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#mainMenu li a {
	text-decoration:none;
	color: #FFFFFF;
}
#mainMenu li:hover {
	text-decoration: underline;
}
#mainMenu li.last{
	border-right-width: 0px;
}
#mainMenuPrintable{
	height: 43px;
	width: 560px;
	margin-left: auto;
	text-align: center;
	padding-top: 17px;
	color: #FFFFFF;
	background-image: url(../images/backgrd_nav.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	position: relative;
}
#mainMenuPrintable ul{
	margin: 0px;
	padding: 0px;
}
#mainMenuPrintable li{
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#mainMenuPrintable li a {
	text-decoration:none;
	color: #FFFFFF;
}
#mainMenuPrintable li:hover {
	text-decoration: underline;
}
#mainMenuPrintable li.last{
	border-right-width: 0px;
}
#banner{
	margin-left: 23px;
	position:absolute;
	width: 604px;
	height:287px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 45px;
	padding-bottom:5px;
}

#printMap {
	position:absolute;
	margin-top:100px;
	margin-left:530px;
	font-size:16px;
	text-align:left;
}

#printMap img {
	border:0px;
}

#printMap a {
	color:#666666;
	text-decoration:none;
	vertical-align: middle;
}

#printMap a:hover {
	color:#000000;
}

#media a {
	color:#666666;
	text-decoration:none;
	vertical-align: middle;
}

#media a:hover {
	color:#000000;
}

#headlines {
	position:absolute;
	width:255px;
	margin-top:65px;
	color:#FFFFFF;
	margin-left:345px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#headlines h1 {
	font-size:16px;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#moreClients {
	position:absolute;
	margin-top:275px;
	color:#FFFFFF;
	margin-left:520px;
}

#moreClients a {
	color:#FFFFFF;
	text-decoration:none;
}

#moreClients a:hover {
	text-decoration:underline;
}

#moreClients h1 {
	font-size:11px;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent {
	width: 623px;
	padding-left: 17px;
	padding-right: 30px;
	min-height: 840px;
	height:auto !Important;
	height:840px;
}
#mainContentPrintable {
	width: 560px;
	padding-left: 17px;
	padding-right: 30px;
}
#mainContentelement {
	width: 619px;
	float: left;
}
#mainContentelementPrintable {
	width: 560px;
	float: left;
}
#mainContentelement h1 {
	font-size:20px;}

#mainContentelement h2{
	font-size:16px;
}

#mainContentelement p {
	font-size:12px;
	text-align: left;
}

#mainContentelement.central{
	width:auto;
	padding-left:200px;
}
#mainContentelement.left {
	float: left;
	width: 204px;
	text-align: center;
	height: 575px;
	margin-top: -21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainContentelement.left p {
	text-align: left;
	padding: 20px;
	margin-top: 140px;
}
#mainContentelement.right {
	float: right;
	width: 400px;
	font-size: 0.9em;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.right h1 {
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainContentelement.right h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:600;
	color:#666666
}
#mainContentelement.right a {
	color: #000000;
	text-decoration: none;
}

#mainContentelement.right a:hover {
	text-decoration:underline;
}

#mainContentelement.right p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainContentelement.right table {
	font-size:0.9em;
}

#mainContentelement.left1 {
	float: left;
	width: 204px;
	text-align: center;
	height: 575px;
	margin-top: 277px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainContentelement.left1 p {
	text-align: left;
	padding: 20px;
	margin-top: 140px;
}
#mainContentelement.right1 {
	float: right;
	width: 400px;
	font-size: 0.9em;
	padding-right: 15px;
	margin-top:285px;
	text-align: justify;
}

#mainContentelement.right1 h1 {
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainContentelement.right1 h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:600;
	color:#666666
}
#mainContentelement.right1 a {
	color: #000000;
	text-decoration: none;
}

#mainContentelement.right1 a:hover {
	text-decoration:underline;
}

#mainContentelement.right1 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainContentelement.right1 table {
	font-size:0.9em;
}


#mainContentelement.news1 {
	float: right;
	width: 400px;
	margin-top:279px;
	font-size: 0.9em;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.news1 h1 {
	padding: 0px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color:#666666;
}

#mainContentelement.news1 h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:600;
	color:#666666
}

#mainContentelement.news1 a {
	color: #000000;
	text-decoration: none;
}

#mainContentelement.news1 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContentelement.news1 table {
	font-size:0.9em;
}

#mainContentelement.news {
	float: right;
	width: 400px;
	font-size: 0.9em;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.news h1 {
	padding: 0px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color:#666666;
}

#mainContentelement.news h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:600;
	color:#666666
}

#mainContentelement.news a {
	color: #000000;
	text-decoration: none;
}

#mainContentelement.news p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContentelement.news table {
	font-size:0.9em;
}

#mainContentelement.about {
	float: right;
	margin-top:299px;
	width: 400px;
	font-size: 0.9em;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.about h1 {
	padding: 0px;
	font-weight: normal;
	color:#666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainContentelement.about h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
}

#mainContentelement.about a {
	color:#666666;
	text-decoration: none;
}

#mainContentelement.about a:hover {
	color:#000000;
	text-decoration:underline;
}

#mainContentelement.about p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainContentelement.allPhotos {
	padding-left:10px;
}

#mainContentelement.allPhotos a {
	color:#000000;
	text-decoration:none;
}

#mainContentelement.allPhotos a:hover {
	text-decoration:underline;
}

#mainContentelement.allPhotos h1 {
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#mainContentelement.photo {
	float: left;
	width: 169px;
	text-align: center;
}

#mainContentelement.photo img {
	text-decoration:none;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px;
}

#photo img {
	text-decoration:none;
	border: 1px solid #000000;
}

#photo img:hover {
	text-decoration:none;
	border: 1px solid #999999;
}

#mainContentelementPrintable.photo {
	float: left;
	width: 165px;
	text-align: center;
}

#mainContentelementPrintable.photo img {
	text-decoration:none;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px;
}

#mainContentelement.actorFacts {
	position:relative;
	float: right;
	width: 385px;
	font-size: 12px;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.actorFacts table {
	font-size:12px;
}

#mainContentelement.actorFacts h1 {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:20px;
}

#mainContentelement.actorFacts h2 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size:16px;
	font-weight: normal;
	color:#666666;
}

#mainContentelement.actorFacts table {
	margin:30px 0 0 0;
	font-size:12px;
}

#officialWebsite a {
	display:block;
	margin:2px 0 0 0;
	font-size:10px;
	color:#999999;
	text-decoration:none;
}

#officialWebsite a:hover {
	text-decoration:underline;
}

#mainContentelement.creativeFacts {
	float: right;
	width: 385px;
	padding-left:10px;
	font-size: 12px;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.creativeFacts table {
	font-size:12px;
}

#mainContentelement.creativeFacts h1 {
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:20px;
}

#mainContentelement.creativeFacts h2 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	font-size:16px;
	font-weight: normal;
	color:#666666;
}

#mainContentelement.creativeFacts table {
	font-size:12px;
}

#mainContentelementPrintable.actorFacts {
	float: right;
	width: 355px;
	font-size: 12px;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelementPrintable.actorFacts table {
	font-size:12px;
}

#mainContentelementPrintable.actorFacts h1 {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:20px;
}

#mainContentelementPrintable.actorFacts h2 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:40px;
	padding-left: 0px;
	font-size:16px;
	font-weight: normal;
	color:#666666;
}

#mainContentelementPrintable.actorFacts table {
	font-size:12px;
}

#media {
	float: right;
	margin-left:270px;
	margin-top:100px;
	position:absolute;
	color:#666666;
	font-size:16px;
	*right:50px;
}

#media a {
	color:#666666;
	text-decoration:none;
	vertical-align: middle;
}

#media a:hover {
	color:#000000;
}

#creativeMedia {
	float: left;
	margin-left:-220px;
	padding-top:20px;
	position:absolute;
	color:#666666;
	font-size:16px;
}

#creativeMedia a {
	color:#666666;
	text-decoration:none;
	vertical-align: middle;
}

#creativeMedia a:hover {
	color:#000000;
}

#creativeMedia h2 {
	padding:0px;
	margin:0px;
}

#creativeMedia img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.reels a {
	font-size: 16px;
	color: #666666;
	text-decoration:none;
}

.middle {
	vertical-align: middle;
}

#media h2 {
	padding:0px;
	margin:0px;
}

#media img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div.commentForm {
  margin: 0px 20px 0px 20px;
  display: none;
}
#bottom{
	height: 5px;
	width: 619px;
	clear: both;
	position:relative;
}
#footer{
	height: 100px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrd_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	position:relative
}
#footer ul{
	list-style-type: none;
	display: inline;
	margin-top:0px;
	padding-top:0px;
	padding-left:280px;
}
#footer li{
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size:9px;
}
#footer li a {
	color: #000000;
	text-decoration: none;
}
#footer li.last{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 40px;
}

#footerPrintable{
	height: 100px;
	width: 667px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrd_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}
#footerPrintable ul{
	list-style-type: none;
	display: inline;
	margin-top:0px;
	padding-top:0px;
}
#footerPrintable li{
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size:9px;
}
#footerPrintable li a {
	color: #000000;
	text-decoration: none;
}
#footerPrintable li.last{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 40px;
}

.electricJelly {
	color:#FFFFFF;
	font-size:9px;
	padding-left:435px;
	padding-top:1px;
	float:left;
	position:relative;
}

.electricJelly a {
	color:#FFFFFF;
	text-decoration:none;
}

.electricJelly a:hover {
	text-decoration:underline;
}
#footerMenu {
	float:left;
}

#displayAllactors{
	float:left;
	margin-right:11px;
	margin-bottom:20px;
	text-align:center;
	width:108px;
	height:200px;;
}

#displayAllactors p {
	font-size:10px;
	text-align:center;
}

#photo2 {
	width:106px;
	height:138px;
	border: 1px solid #000000;
}

.hidden {
	display:none;
}

#voiceAgent {
	float:left;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
	width:97%;
}

#overview {
	float:left;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	padding-top:10px;
	font-size:12px;
	width:97%;
}

#overview a {
	color:#000000;
}

#overview h2 {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#credits {
	float:left;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:30px;
	font-size:12px;
	width:97%;
}
#credits h2 {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#credits li {
	color:#000000;
	font-size:13px;
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#credits ul {
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

#creditsPrintable {
	float:left;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:30px;
	font-size:12px;
	width:93%;
}

#creditsPrintable h2 {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#creditsPrintable li {
	color:#000000;
	font-size:13px;
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#creditsPrintable ul {
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

.grey {
	color:#666666;
}
#skills {
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	width:97%;
}

#skills h2 {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#skillsPrintable {
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	width:93%;
}

#skillsPrintable h2 {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.smallSkills {
	font-size:8px
}

.expand {
	padding-bottom:10px;
	padding-top:10px;
	font-size:11px;
	color:#666666;
}

.expand a {
	color:#666666;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight:600;
	color:#666666
}

.thelanguage {
	padding-bottom:10px;	
	font-size:9px;
}

.thelanguage p {
	padding-bottom:0px;
	margin-bottom:0px;	
	font-size:9px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #666666;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #666666;
}

.expand{
	text-align: right;
}
.closedlanguage:hover{
	color: #000000;
}

#voiceContent {
	float:left;
	clear:both;
}

#voiceContent a {
	font-weight:normal
}

#mainContentelement.search {
	float: right;
	width: 400px;
	font-size: 0.9em;
	padding-right: 15px;
	text-align: justify;
}

#mainContentelement.search h1 {
	padding: 0px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color:#666666;
}

#mainContentelement.search h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:600;
	color:#666666
}


#mainContentelement.search p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#EJLogo {
	margin-top:-20px;
	float: right;
}

#EJLogo img {
	border:0px;
}

#legalStuff {
	width:500px;
	margin:0 auto;
	font-size:12px;
}