/* CSS Document 
yellow: #FFF200 (televsion)
red/pink: #D2232A (radio)
darkerGreen: #41AD49 (print)
blue: #00ADEF (shortFilm)
purple: #9966CC (interactive)
green: #99FF00 (bio)
grey: #666666 (contact)
middleGrey: #8C8C8C (contactType)
darkGrey: #3F3F3F (contactBkgd)
*/

html, body {
	background-color:#000000;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:visited {
	text-decoration:none;
	color:white;
}

#container {
	margin-top:25px;
	width: 850px;
	height: 850px;
	background-image:url(../_img/crosshatch_bkgd.gif);
	background-repeat:repeat-y;
}

#navContainer {
	width:145px;
	height:850px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}

#navMain {
	margin-bottom:5px;
	text-align:left;
	color:white;
	clear:both;
	float:left;
}

#navMain ul li {
	list-style:none;
}

#navSection {
	float:left;
	overflow:auto;
	width:145px;
	height:475px;
	margin-top:47px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	font-size:10px;
	color:#666666;
}

#navSection .subNavItem {
	padding:0 0 15px 0;
	text-align:left;
}

#navSection .subNavItem .underline {
	width:90px;
	height:2px;
	clear:both;
	color:#666666;
	background-color:#666666;
	margin-top:2px;
	margin-bottom:-8px;
}

#navSection img {
	border:0;
}

#navSection a:link, #navSection a:visited {
	text-decoration:none;
	color:#666666;
}

#navSection a:link.selected, #navSection a:visited.selected {
	color:white;
}

#sectionHeader {
	float:left;
	width:625px;
	padding-top:60px;
	margin-left:80px;
	color:#FFF200;
	text-align:left;
}

#sectionHeader h2 {
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#sectionHeader h3 {
	font-size:10px;
}

/* ID->SECTION HEADER CSS ----------------------------------------------------------------------*/

#tv #content {
	width:650px;
}

#tv #sectionHeader {
	color:#FFF200;
}

#print #sectionHeader {
	color:#41AD49;
}

#print #content h4, #interactive #content h4 {
	color:#999999;
	margin-bottom:1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#interactive #content a:link  {
	color:#999999;
}

#interactive #content a:hover  {
	color:white;
}

#radio #sectionHeader {
	color:#D2232A;
}

#interactive #sectionHeader {
	color:#9966CC;
}

#director #sectionHeader {
	color:#00ADEF;
}

#bio #sectionHeader, #bio #content h3 {
	color:#99FF00;
	margin-left:80px;
	margin-top:0;
}

/* ID->CONTENT CSS ----------------------------------------------------------------------*/
#content {
	float:left;
	padding-top:25px;
	margin-bottom:100px;
	text-align:left;
}

#tv #tvDefault {
	margin-left:80px;
	margin-top: 42px;
}

#tv #content, #director #content {
	margin-top:58px;
}

#tv #content p {
	float:left;
	width: 440px;
	margin-top:-120px;
	margin-left:85px;
	font-size:10px;
	line-height:14px;
	color:#999999;;
}

#radio #radioDefault {
	margin-left:80px;
	margin-top: 38px;
}

#radio #content {
	margin-top:45px;
}

#print #content {
	margin-left:80px;
	margin-top:67px;
}

#interactive #content {
	margin-left:80px;
	margin-top:70px;
}

#bio #content {
	margin-top:55px;
}

#bio #content p {
	margin-left:80px;
	margin-right:20px;
	color:#999999;
	line-height:18px;
	width:430px;
}

#bio #content #bioscroller{
	height:500px;
	width:600px;
	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#contact #sectionHeader, #processContact #sectionHeader,  .contact {
	color:#666666;
}

#processContact #content p {
	color:#666666;
}

/* ID->CONTACT PAGE CSS ----------------------------------------------------------------------*/
#contact #content, #processContact #content {
	margin-left:80px;	
}

#contact {
	text-align:right;
}

#contact img {
	border:0;
}

#contactForm {
	width:450px;
}

#contactForm td{
	background-color:#3F3F3F;
	color:#8C8C8C;
	padding:5px;
	font-size:11px;
}

#contactForm td.right {
	text-align:right;
}

#contactForm tr.spacerCell {
	height:8px;
}

#contactForm input.text, #contactForm textarea {
	background-color:black;
	color:white;
	border:1px solid #B2B2B2;
	width:276px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	padding:2px;
}

#contactForm textarea {
	height:170px;
}
