body, html { height: 100%; }

body {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: white;
	width: 100%;
	position: relative;
}

a, a:hover { color: white; }


body.darkGrey { background-color: #333; }
body.mediumGrey { background-color: #818181; }

body.white { background-color: white; color: black; }
body.white a, 
body.white a:hover { color: #777; }
body.white .contentText { color: black; }


#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 153px;
	background-image: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	z-index: 4;
}

#bubbles {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 2;
}

	.leftColumn {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 207px;
		padding-right: 8px;
		z-index: 3;
	}

		.leftColumn .menu { margin-top: 152px; }
		
			.leftColumn .menu a.menuItem {
				width: 202px;
				padding: 5px 5px 5px 0;
				font-size: 18px;
				font-weight: bold;
				display: block;
				color: black;
				text-decoration: none;
				text-align: right;
				clear: left;
				margin-right: -3px; /* for IE6 */
				text-transform: uppercase;
			}

				.leftColumn .menu a.menuItem:hover {
					color: white;
					background-color: black;
				}
				
			.leftColumn .menu a.icon {
				display: block;
				width: 100%;
				text-align: right;
			}
				
			.leftColumn .menu a.icon img {
				border: none;
			}
		

	.rightColumn {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
			
		#rightColContent {
			position: absolute;
			left: 215px;
			top: 88px; 
			bottom: 0;
			right: 0;
			overflow: auto;	/* won't work in IE6, because there's no "height" explicitly defined */
		}

			.contentTitle {
				background-color: black;
				padding: 10px 0;
				font-size: 16px;
				font-weight: bold;
				color: white;
				position: relative;
			}

				.contentTitle h1 {
					/* width: 600px; */
					/* text-align: right; */
					width: 588px;
					padding-left: 12px;
					text-align: left;
					margin: 0;
					font-size: 16px;
				}

			.contentText {
				padding: 10px 0 10px 10px;
				width: 600px;
				font-size: 12px;
				color: white;
			}
			
			.contentText h1 {
				margin: 18px 0 12px 0;
				font-size: 13px;
				font-weight: bold;
			}
			
			.contentText h2 {
				margin: 18px 0 12px 0;
				font-size: 12px;
				font-weight: normal;
				text-decoration: underline;
			}


/* REEL PAGES */

div.contentReel {
	padding: 10px 0 10px 10px;
	padding-left: 0;
	width: 700px;
	font-size: 12px;
}

	div.reelEmbed {
		float: left;
		width: 480px;
		margin-right: 10px;
		text-align: center;
	}

	div.reelEmbedLarge {
		float: left;
		width: 720px;
		margin-right: 10px;
		text-align: center;
	}


	table.reelList {
		width: 200px;
	}

		table.reelList tr.even { background-color: #eee; }
		table.reelList tr.odd { background-color: white; }
		table.reelList tr.playing { background-color: #ccc; }

			table.reelList td {
				color: black;
				font-size: 11px;
			}

				table.reelList a {
					color: #444;
					text-decoration:none;
				}

					table.reelList a:hover { color:#666; }

/* END REEL PAGES */


/* CONTACT PAGE */

div.address {
	color: black;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

/* END CONTACT PAGE */


/* NEWS PAGE */

	#pressSection {
		position: relative;
		padding-bottom: 1px;
		width: 100%;
	}

		#pressTitle {
			width: 39px;
			height: 14px;
			top: 12px;
			left: 524px;
			position: absolute;
			color: Black;
		}

		#newsHeader {
			position: absolute;
			bottom: -10px;
			left: 0;
			width: 100%;
			height: 196px;
			color: Black;

		}

		#newsHeaderSpacer {
			width: 1px;
			height: 200px;
			float: left;
		}

		#press {
			color: Black;
			width: 475px;
			padding: 5px 0;
			margin-left: 5px;
			position: relative;
		}

			#press .pressArticle {
				margin-bottom: 5px;
			}


			#press .pressArticle a {
				text-decoration: none;
				color: Black;
			}

			#press .pressArticle a:hover {
				border-bottom: 2px solid black;
				color: Black;
			}

	#news {
		width: 500px;
		margin-left: 5px;
		position: relative;
	}

		#news .newsArticle {
			margin: 10px 0;
		}

		#news a.toggleButton, #news a.toggleButton:visited {
			font-size: 14px;
			width: 10px;
			text-decoration: none;
			position: absolute;
			left: -15px;
			top: 1px;
			color: #aaa;
			text-align: center;
			color: Black;
		}

		#news a img {
			border-color: White;
		}

		.newsItemOpened {
			padding: 10px 0;
			margin-left: 10px;
			color: Black;
		}

		.newsItemClosed {
			color: Black;
			position: absolute;
			left: 0;
			top: 0;
			visibility: hidden;
		}

		#news a, #news a:hover { color: black; }


	#press span.date,
	#news span.date {
		font-size: 10px;
		color: black;
		margin-left: 7px;
	}

	#press .headline,
	#news .headline {
		font-size: 12px;
		font-weight: bold;
		color: Black;
		position: relative;
	}

		#press .headline a, #press .headline a:visited,
		#news .headline a, #news .headline a:visited {
			color: #ffff;
			text-decoration: none;
		}		
	
	
			
/* END NEWS PAGE */


/* REEL REQUEST PAGE */

	td.formError {
		text-align: center;
		font-weight: bold;
		color: red;
		padding-bottom: 0;
		padding-top: 3px;
	}

/* END REEL REQUEST PAGE */


/* SUBMISSIONS PAGE */

table.form  {
	width: 600px;
}

	table.form td.fieldName {
		width: 200px;
		text-align: right;
		vertical-align: top;
	}

	table.form td.formField input {
		width: 380px;
	}

	table.form td.formField textarea {
		width: 380px;
	}
	
	table.form td.error {
		text-align: center;
		font-style: italic;
		color: red;
		padding-top: 10px;
	}
	
p.error {
	text-align: center;
	font-style: italic;
	color: red;
}

/* END SUBMISSIONS PAGE */


body a.short {
	color: black;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	clear: left;
}

	a.short strong {
		font-weight: bold;
		font-size: 16px;
	}

	a.short img {
		vertical-align: middle;
		margin-right: 15px;
		border: none;
		float: left;
	}