@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #303030;
	background-image: url(../images/template3-7/containerBG.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	font-family: Helvetica, Arial;
	font-size: 14px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 79px;
	background-image: url(../images/template3-7/r1c1-headerbg.png);
	background-repeat: repeat-x;
}

#header table tr td ul {
	font-size: 22px;
	list-style-type: none;
	font-family: "Helvetica Neue", Helvetica;
}
#header ul li {
	display:inline;
	padding-right: 30px;
}

#header ul li a {
	color:#FFF;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 496px;
	background-image: url(../images/template3-7/r2c1-mainBG.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	height: 99px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}
a {
	color: #56aef9;
	text-decoration: none;
}
a:hover {
	color: #3CF;
}
.iconText {
	font-size: 20px;
}
#directorsearch {
	height: 100%;
	width: 100%;
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#audition {
	background-color: #FFF;
	opacity: .8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	width: 60%;
	margin-left: 15%;
	margin-top: 20px;
	color: #000;
	border: 2px solid #333;
}
.news_title   {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #232B6D;
}
#director {
	background-color: #FFF;
	opacity: .8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	color: #000;
	border: 2px solid #333;
}
.seasonText {
	font-size: 16px;
	color: #000;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
