* { padding: 0; margin: 0; border: 0; font-family: Verdana, Arial, Helvetica, sans-serif;}

#wrapper {
	width: 960px;
	margin: 0 auto;
}




#header {
	float: left;
	width: 960px;
	background-image: url(../images/bg-staves.gif);
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 20% top;
}

#logo {
	float: left;
	width: 180px;
}

#latest {
	float: left;
	width: 600px;
	text-align: right;
	margin: 0 0 20px 180px;
	min-height: 110px;
}

#latest p {
	color: #333333;
	font-size: 0.8em;
	margin-bottom: 5px;
}




#navigation {
	float: left;
	width: 780px;
	background-color: #91439a;
	background-image: url(../images/bg-nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

#navigation ul {
	list-style: none;
	background-image: url(../images/bg-nav-top.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}

#navigation li {
	display: inline;
	border-left: 1px solid #ffe900;
}

#navigation li a {
	color: #ffe900;
	text-decoration: none;
	line-height: 35px;
	padding: 0 5px 0 7px;
	font-size: 0.8em;
}

#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation li.first {
	border-left: 0px;
}

#navigation li a.navon {
	color: #FFAF00;
}



#banner {
	float: left;
	width: 960px;
	margin: 20px 0;
	height: 250px;
}

#introduction {
	float: left;
	width: 460px;
	margin: 10px 0 0 30px;
}

#introduction h1 {
	font-size: 1.6em;
	margin-bottom: 0.6em;
	color: #91439a;
}

#introduction h2 {
	font-size: 0.9em;
	margin-bottom: 0.6em;
	font-weight: normal;
	line-height: 150%;
	color: #333333;
}

#introduction a {
	text-decoration: none;
	color: #f6881f;
}

#introduction a:hover {
	text-decoration: underline;
	color: #91439a;
}

#slideshow {
	float: left;
	width: 470px;
	height: 250px;
	margin: 0;
	overflow: hidden;
}

#slideshow ul {
	width: 470px;
	height: 250px;
	list-style: none;
	position: absolute;
	overflow: hidden;
}

#sshowtop {
	position: relative;
	width: 470px;
	height: 250px;
	z-index: 500;
	background-image: url(../images/slideshow/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#content-hp {
	float: left;
	width: 960px;
}

#content-hp .feature-row {
	float: left;
	width: 960px;
	border-bottom: 20px solid white;
}


#content-hp .feature {
	width: 470px;
	float: left;
	min-height: 190px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content-hp .small {
	width: 225px;
}

#content-hp .right {
	margin-left: 20px;
}

#content-hp .orange {
	background-color: #f6881f;
	background-image: url(../images/feature-bottom-orange.gif);
}

#content-hp .red {
	background-color: #e4472e;
	background-image: url(../images/feature-bottom-red.gif);
}

#content-hp .black {
	background-color: #000000;
	background-image: url(../images/feature-bottom-black.gif);
	min-height: 160px;
}

#content-hp .purple {
	background-color: #91439A;
	background-image: url(../images/feature-bottom-purple.gif);
}

#content-hp .pink {
	background-color: #D300D3;
	background-image: url(../images/feature-bottom-pink.gif);
}

#content-hp .feature h1 {
	color: #FFFFFF;
	margin: 10px 20px;
	font-size: 1em;
}

#content-hp .feature p {
	color: #FFFFFF;
	margin: 0 20px 6px 20px;
	font-size: 0.8em;
}
 
#content-hp .feature a {
	color: #ffe900;
	text-decoration: none;
}

#content-hp .feature a:hover {
	color: #ffffff;
	text-decoration: underline;
}






#content {
	float: left;
	width: 960px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	border-top: solid 20px white;
	border-bottom: solid 20px white;
}

#left-column {
	float: left;
	width: 180px;
}

#sub-navigation, #latest-news, #gallery-box, #latest-blog {
	float: left;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#sub-navigation {
	background-color: #fdbc20;
	margin-bottom: 20px;
	background-image: url(../images/box-subnav-bottom.gif);
}

#sub-navigation ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

#sub-navigation li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 0.75em;
	text-align: left;
	width: 160px;
	background-color: #FDBC20;
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
}

#sub-navigation li a:hover {
	background-color: #E4472E;
	color: #FFFFFF;
}

html>body #sub-navigation li a {
	width: auto;
}

#sub-navigation li a.subon {
	background-color: #FFFFFF;
	color: #FDBC20;
	background-image: url(../images/bg-subnavon.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#sub-navigation li a.subon:hover {
	background-color: #FFFFFF;
	color: #E4472E;
}

#sub-navigation h1 {
	color: #FFFFFF;
	margin: 0 10px 10px 10px;
	font-size: 0.9em;
}





#latest-news {
	background-color: #f6881f;
	background-image: url(../images/box-news-bottom.gif);
}


#text {
	float: left;
	width: 540px;
	margin: 0 30px;
}

#text h1 {
	color: #FF9900;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}

#text h2 {
	color: #666666;
	font-size: 1em;
	margin-bottom: 0.8em;
	line-height: 140%;
}

#text h3 {
	color: #91439a;
	font-size: 1em;
	margin-bottom: 0.8em;
	line-height: 140%;
}


#text p {
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 0.8em;
	line-height: 140%;
}

#text li {
	color: #666666;
	font-size: 0.85em;
	margin: 0 0 0.2em 30px;
	line-height: 140%;
}

#text a {
	color: #f6881f;
	text-decoration: none;
}

#text a:hover {
	color: #91439a;
	text-decoration: underline;
}

#text ul, #text ol {
	margin: 0 0 0.8em 0;
}

#right-column {
	float: left;
	width: 180px;
}

#gallery-box {
	background-color: #000000;
	margin-bottom: 20px;
	background-image: url(../images/box-gallery-bottom.gif);
}

#latest-blog {
	background-color: #e4472e;
	background-image: url(../images/box-blog-bottom.gif);
}

#latest-news h1, #gallery-box h1, #latest-blog h1 {
	color: #FFFFFF;
	margin: 0 10px;
	font-size: 0.9em;
}

#latest-news p, #gallery-box p, #latest-blog p {
	color: #FFFFFF;
	margin: 10px;
	font-size: 0.8em;
}

#latest-news a, #gallery-box a, #latest-blog a {
	color: #ffe900;
	text-decoration: none;
}

#latest-news a:hover, #gallery-box a:hover, #latest-blog a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#latest-news ul {
	list-style: none;
	margin: 10px;
}

#latest-news ul li {
	padding: 5px 0;
	border-bottom: 1px solid #f8a657;
	font-size: 0.8em;
}

#latest-news ul li a {
	color: #ffffff;
}

.latest-news-footer {
	border-top: 1px solid #ad72b3;
	padding: 5px 0 0 0;
}

#latest-blog ul {
	list-style: none;
	margin: 10px;
}

.red ul {
	list-style: none;
	margin: 10px 20px;
}

#latest-blog ul li, .red ul li {
	padding: 5px 0;
	font-size: 0.8em;
}

#latest-blog ul li a, .red ul li a {
	color: #ffffff;
}


#gallery-box a img, #splash-box a img {
	border: 1px solid #FFFF00;
}

#gallery-box a img:hover, #splash-box a img:hover {
	border: 1px solid #ffffff;
}





#footer {
	float: left;
	width: 960px;
	background-color: #91439a;
	background-image: url(../images/bg-footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: solid #FFFFFF 20px;
	padding: 0 0 10px 0;
}

#footer p {
	font-size: 0.8em;
	color: #FFFFFF;
}

#footer a {
	color: #ffe900;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#legal {
	width: 460px;
	float: left;
	margin: 0 0 0 20px;
}

#commun {
	width: 460px;
	float: left;
	margin: 0 20px 0 0;
	text-align: right;
}

#small-logo {
	float: left;
	margin: -65px 0 0 460px;
	z-index: 100;
	position: relative;
}



#creditfooter { 
        display: none;
}




.simple_form {
	width: 260px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	}
.simple_form h4{
	color: #1F3E5F;
	font: normal bold 16px/normal 'Arial', sans-serif;
	padding: 5px;
	clear: both;
	}
.simple_form label {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	clear: both;
	font-weight: bold;
	}
.simple_form input.text {
	width: 160px;
	padding: 2px;
	margin: 0 0 4px 8px;
	border: 1px solid #c3c3c3;
	}
.simple_form input.submit{
	display: block;
	margin-left: 170px;
	width:  auto;
}

div.simple_message{
	color: #FF4500;
	font: normal bold 16px/normal 'Arial', sans-serif;
	padding: 5px;
}


.newsentry {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

.newsentry h3 {
	font-size: 1em;
}

.newsentry p {
	font-size: 0.7em;	
}

ul.productions-list {
	list-style: none;
}

#text ul.productions-list li {
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
	margin-left: 0;
}

.event {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}


.mc-field-group label {
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 0.8em;
	line-height: 140%;
}

.mc-field-group input, .btn {
	color: #666666;
	border: 1px solid #666666;
	padding: 3px;
	margin: 0 0 0.5em 0;
}
