body {
	background: #262626 url(../images/footer_excess.gif) repeat-x 0 100%; /* #999 */
	margin: 0px 0px 20px 0px;
	padding:0px;
	font:11px verdana, arial, sans-serif;
	color: #333;
}

a, a:link, a:visited {
	color: #990;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#880000;
}
a:active {
	color: #4C4D27;
}

a.b1, a.b1:link, a.b1:visited, a.b1:hover, a.b1:active {
	font-size:14px;
}

a.sLB {
	margin-left: 20px;
}

td {
	text-align: left;
}

#wrap {
	position:relative;
	width:100%;
	height:100%;
	text-align:left;
	background: #262626 url(../images/header_bg.gif) repeat-x 0 0; /* #999 */
}
#header {
	position:relative;
	width:731px;
	height:198px;
	margin: 0 auto;
	background: #666;

}
#main {
	position:relative;
	width:731px;
	height:100%;
	margin: 0 auto;
	background: #fff url(../images/content_bg.gif) repeat-y 0 0;	
}

#contentTD {
	height:300px;
	vertical-align: top;
}

#contentDIV {
	width: 645px;
	margin: 10px auto;
}

#footerwrap {
	position: relative;
	bottom: 0;
	width: 100%;
	background: #666666 url(../images/footer_bg.gif) repeat-x 0 100%;
}

#footerwrap #footer {
	position: relative;
	width: 701px;
	margin: 0 auto;

}

/* Bottom, textual main nav */

#botNav {
	font: normal 10px arial;
	color: #333;
	margin-left: 9px;
}
#botNav a, #botNav a:link, #botNav a:visited {
	font: bold 10px arial;
	color: #000;
	text-decoration: none;
}
#botNav a:hover { color:#404020 }
#botNav a:active { color:#800000 }
/* #botNav a:after { color: #333; font-weight: normal; content: " | " } */
#botNav a.last:after { content: none }
#botNav .at { color: #999; }
/* #botNav .at:after { color: #333; content: " | " } */


/* Staff List sub nav */

#staffListS, #staffListS ul {
	position:static;
	padding-top:0px;
	margin-top:0px;
}
#staffListS, #staffListS li {
	list-style: none;
	margin:0;
	padding:0;
	background:#fff
}
#staffListS {
	padding-top:0;
	border-top: 1px solid #ccc;
	margin-top: 1px
}

#staffListS a {
	padding: 5px 0 5px 0px;
	background-color: #fff;
	font: bold 10px arial;
	display:block;
}
#staffListS a, #staffListS a:link, #staffListS a:visited, #staffListS a:hover, #staffListS a:active {
	text-decoration:none;
	cursor:pointer;
} 
#staffListS a:link, #staffListS a:visited {
	color:#999900;
}
#staffListS a:hover {
	color:#4C4D27;
	background-color: #E0DFB8;
}

#staffListS li.active {
	color:#000;
	padding: 5px 0 5px 0px;
	background-color: #fff;
	font: bold 10px arial;
	display:block;
} 
#staffListS li.active a:link, #staffListS li.active a:visited, #staffListS li.active a:hover, #staffListS li.active a:active {
	color:#000;
} 
#staffListS li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}


/* Director's Post contents */

#dirpost p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	font-size: 10px;
	color: #333;
	text-align: justify;
}
#dirpost .title {
	font: bold 14px "Lucida Grande","Trebuchet MS",Trebuchet,Georgia;
	color: #000;
}
#dirpost .date {
	font: italic 12px "Lucida Grande","Trebuchet MS",Trebuchet,Georgia;
	color: #474747;
}
#dirpost .dirName {
	color: #666;
	font: 16px times, palatino, serif;
}
#dirpost .dirTitle {
	color: #666;
	font-family: times, palatino, serif;
	font-size: 14px;
	font-style: italic;
}

/* About Page's Director's Post plug */

#aboutDirPlug .title {
	font: bold 12px "Lucida Grande","Trebuchet MS",Trebuchet,Georgia;
	color: #000;
}
#aboutDirPlug .date {
	font:	9px "Lucida Grande","Trebuchet MS",Trebuchet,Georgia;
	color: #474747;
}
#aboutDirPlug .teaser {
	padding: 0px;
	margin: 3px 0px;
	font: italic 10px arial;
	color: #333;
}


/* Director's post sub nav */

#postListS, #postListS ul {
	position:static;
	padding-top:0px;
	padding-left: 0px;
	margin-top:0px;
}
#postListS, #postListS li, #postListS ul li {
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding:0px;
	background:#fff;
}
#postListS {
	padding-top:0;
	border-top: 1px solid #ccc;
	margin-top: 1px
}

#postListS a {
	padding: 2px 0px;
	background-color: #fff;
	font: bold 10px arial;
	display:block;
}
#postListS a, #postListS a:link, #postListS a:visited, #postListS a:hover, #postListS a:active {
	text-decoration:none;
	cursor:pointer;
} 
#postListS a:link, #postListS a:visited {
	color:#999900;
}
#postListS a:hover {
	color:#4C4D27;
	background-color: #E0DFB8;
}

#postListS li {
	margin-left: 0px;
	padding-left: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
#postListS li .date, #postListS li.active .date {
	margin: 0px 0px 3px 0px;
	font: italic bold 10px arial;
	color: #999;
}
#postListS li.active {
	color:#000;
	padding: 2px 0px;
	background-color: #fff;
	font: bold 10px arial;
	display:block;
}
#postListS li.active .title {
	margin: 0px;
	padding: 2px 0px;
}

#postListS li.active a:link, #postListS li.active a:visited, #postListS li.active a:hover, #postListS li.active a:active {
	color:#000;
} 


/* Auditions sub nav */

#audListS, #audListS ul {
	position:static;
	padding-top:0px;
	margin-top:0px;
}
#audListS, #audListS li {
	list-style: none;
	margin:0;
	padding:0;
	background:#fff
}
#audListS {
	padding-top:0;
	border-top: 1px solid #ccc;
	margin-top: 1px
}

#audListS a {
	padding: 5px 0 5px 0px;
	background-color: #fff;
	font: bold 10px arial;
	display:block;
}
#audListS a, #audListS a:link, #audListS a:visited, #audListS a:hover, #audListS a:active {
	text-decoration:none;
	cursor:pointer;
} 
#audListS a:link, #audListS a:visited {
	color:#999900;
}
#audListS a:hover {
	color:#4C4D27;
	background-color: #E0DFB8;
}

#audListS li.active {
	color:#000;
	padding: 5px 0 5px 0px;
	background-color: #fff;
	font: bold 10px arial;
	display:block;
} 
#audListS li.active a:link, #audListS li.active a:visited, #audListS li.active a:hover, #audListS li.active a:active {
	color:#000;
} 
#audListS li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}


/* Audition Form */

td.tdLabel1 {
	width:75px;
}
.tdSub1 {
	margin:0px;
	padding: 2px 15px 0px 0px;
}
.tdSub1b {
	margin:0px;
	padding: 2px 15px 0px 8px;
}
.tdSub2 {
	padding:0px;
	margin: 2px 3px 0px 0px;
}
.tdSub3 {
	margin:0px;
	padding: 0px 0px 0px 8px;
}

.L1 {
	font: 10px verdana;
	color: #474747;
}
.L2 {
	font: 11px arial;
	color: #666;
}
.L1e {
	font: bold 10px verdana;
	color: #f33;
}
.text1 {
	border: 1px solid #666;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	background-color: #e1e1e1;
	font: normal 10px verdana;
	color: #000;
	padding: 1px;
	margin: 1px;
	height: 13px;
}
.text1err {
	border: 1px solid #900;
	border-right-color: #ffd1d1;
	border-bottom-color: #ffd1d1;
	background-color: #e1e1e1;
	font: normal 10px verdana;
	color: #000;
	padding: 1px;
	margin: 1px;
	height: 13px;
}

/* generic reusable styles */

.b1 {
	font-size: 14px;
	font-weight: bold;
}

.b2 {
	font-size: 12px;
	font-weight: bold;
}

.g1 {
	font: bold 14px "Lucida Grande","Trebuchet MS",Trebuchet,Georgia;
	color: #474747;
}
.g2 {
	font: bold 12px "Lucida Grande","Trebuchet MS",Trebuchet,Georgia;
	color: #474747;
}
p.bio1 {
	font-size:10px;
	color: #333;
	text-align:justify;
	padding: 0px;
	margin: 0px
}

p.gen10 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
}
p.j10 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 11px;
	text-align: justify;

}
p.j10s {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 10px;
	text-align: justify;

}
