/* CSS Document */

/* backgrounds */

body {
	background: #0A8D1D;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

body#home {
	background: #4D98DC;
}


td { vertical-align: top; }
th { text-align: left; font-weight: normal; }
.ncEmploymentQuestion { margin: 5px 0; }

img {
	border: 0px solid #fff;
}

#contentTd {
    padding-left: 20px;
	padding-right: 20px;
}

/* anchor format */

#home a:link, #home a:visited {text-decoration: none; color: #FFFFFF; 
	}
a:link, a:visited {text-decoration: none; color: #FBA618; 
	}
a:active, a:hover {text-decoration: none; color: #000000; 
	}
		
	
.class1 a:link {text-decoration: none; color: #FFFFCC; 
	font-size: 13px; font-weight: 700; line-height: 30px; }
.class1 a:visited {text-decoration: none; color: #FFFFCC; 
	font-size: 13px; font-weight: 700; line-height: 30px; }
.class1 a:active {text-decoration: none; color: #000000; 
	font-size: 13px; font-weight: 700; line-height: 30px; }
.class1 a:hover {text-decoration: none; color: #000000; 
	font-size: 13px; font-weight: 700; line-height: 30px; }
	
.class2 a:link {text-decoration: none; color: #FFFFFF; 
	font-size: 13px;}
.class2 a:visited {text-decoration: none; color: #FFFFFF; 
	font-size: 13px; }
.class2 a:active {text-decoration: none; color: #000000; 
	font-size: 13px; }
.class2 a:hover {text-decoration: none; color: #000000; 
	font-size: 13px; }	
	
.class3 a:link {text-decoration: none; color: #FFFFCC; 
	font-size: 13px; font-weight: 500; }
.class3 a:visited {text-decoration: none; color: #FFFFCC; 
	font-size: 13px; font-weight: 500; }
.class3 a:active {text-decoration: none; color: #6633CC; 
	font-size: 13px; font-weight: 500; }
.class3 a:hover {text-decoration: none; color: #6633CC; 
	font-size: 13px; font-weight: 500; }
	
.class4 a:link {text-decoration: none; color: #FFFFFF; 
	font-size: 11px; font-weight: 800; }
.class4 a:visited {text-decoration: none; color: #FFFFFF; 
	font-size: 11px; font-weight: 800; }
.class4 a:active {text-decoration: none; color: #000000; 
	font-size: 11px; font-weight: 800; }
.class4 a:hover {text-decoration: none; color: #000000; 
	font-size: 11px; font-weight: 800; }			

.class5 a:link {text-decoration: none; color: #FFFFFF; 
	font-size: 10px;}
.class5 a:visited {text-decoration: none; color: #FFFFFF; 
	font-size: 10px; }
.class5 a:active {text-decoration: none; color: #000000; 
	font-size: 10px; }
.class5 a:hover {text-decoration: none; color: #000000; 
	font-size: 10px; }	

/* navigation format */

.tertiary {margin-right: 20px; }

.hpipe {
	color: #FF33CC;
	font-size: 11px; }
	
.hpipe5 {
	color: #FF33CC;
	font-size: 10px; }	
	
/* font format */

h1 {
	font-size: 16px; 
	color: #FFFF33;
	text-align: left;
	letter-spacing: 0.1cm;
	line-height: 16px;
	}
	
h2 {
	font-size: 14px; 
	color: #FFFFFF;
	text-align: left;
	font-weight: 900;
	line-height: 110%;
	}

p {
	font-size: 13px; 
	color: #FFFFFF;
	text-align: left;
	line-height: 110%;
	}	

.view {
	font-size: 12px; 
	color: #FFFFFF;
	line-height: 110%;
	}	
	
.footer {
	font-size: 10px; 
	color: #FFFFFF;
	text-align: center;
	}	

	
/* Updates 4/16/10
----------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 269px;
	width: 800px;
	position: relative;
	z-index: 1;
}

#home #header {
	background: url(/layout/images/home-header-bkgrd.jpg);
}

#about #header {
	background: url(/layout/images/about-header-bkgrd.jpg);
}

#box-office #header {
	background: url(/layout/images/box-office-header-bkgrd.jpg);
}

#childrens #header {
	background: url(/layout/images/childrens-header-bkgrd.jpg);
}

#on-stage #header {
	background: url(/layout/images/on-stage-header-bkgrd.jpg);
}

#support #header {
	background: url(/layout/images/support-header-bkgrd.jpg);
}

#logo {
	margin: 0 0 0 6px;
}

#carousel {
	position: absolute;
	height: 117px;
	width: 330px;
	z-index: 1;
	top: 20px;
	right: 20px;
	background: none;
	overflow: hidden;
}

#buy-tickets {
	position: absolute;
	right: 15px;
	bottom: 80px;
	z-index: 2;
	height: 50px;
	width: 131px;
	background: url(/layout/images/buy-tickets.png) no-repeat 0 0;
	display: block;
}

a img {
	border: 0px solid #fff;
}

#content {
	position: absolute;
	top: 269px;
	left: 0;
	width: 800px;
	z-index: 2;
}

#home #content {
	background: url(/layout/images/home-content-bkgrd.jpg) no-repeat 0 0;
}

#about #content {
	background: url(/layout/images/about-content-bkgrd.jpg) no-repeat 0 0;
}

#box-office #content {
	background: url(/layout/images/box-office-content-bkgrd.jpg) no-repeat 0 0;
}

#childrens #content {
	background: url(/layout/images/childrens-content-bkgrd.jpg) no-repeat 0 0;
}

#on-stage #content {
	background: url(/layout/images/on-stage-content-bkgrd.jpg) no-repeat 0 0;
}

#support #content {
	background: url(/layout/images/support-content-bkgrd.jpg) no-repeat 0 0;
}

#content-left {
	padding: 0 0 0 15px;
	float: left;
	width: 175px;
	position: relative;
	z-index: 999;
}

#content-left ul.sf-menu {
	position: relative;
	z-index: 999;
}

#content-main {
	width: 570px;
	padding: 0 20px;
	margin: 0;
	float: left;
	font-size: 12px;
	position: relative;
	z-index: 1;
}

#footer {
	clear: both;
	float: left;
	padding: 20px;
	font-size: 9px; 
	color: #ffffff;
	text-align: left;
	width: 760px;
}

.social {
	display: block;
	height: 34px;
	width: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
}

#facebook {background: url(/layout/images/facebook.png);}
#foursquare { background: url(/layout/images/foursquare.png);}
#twitter {background: url(/layout/images/twitter.png);}
#youtube {background: url(/layout/images/youtube.png);}
#myspace {background: url(/layout/images/myspace.png);}
#linkedin {background: url(/layout/images/linkedin.png);}


.home-block {
	width: 170px;
	margin: 15px 0 0 15px;
	border: 1px solid #000000;
	float: left;
	font-size: 12px;
}

.home-block h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	background: #004f93;
	color: #ffffff;
}

.home-block div {
	background: #004f93;
	color: #ffffff;
	padding: 5px;
}

#nav {
	font-size: 12px;
}

#secondary-nav {
	height: 20px;
	width: 288px;
	position: absolute;
	bottom: 63px;
	right: 0;
	margin: 0;
	padding: 15px 0 0 165px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}

#secondary-nav li {
	float: left;
	display: block;
}

#secondary-nav li a {
	padding: 0 5px;
	white-space: nowrap;
}

#secondary-nav li a:hover {
	color: #000;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 100px;
	font-size: 10px;
}

#footer li {
	float: left;
	display: inline;
	color: #FBA618;
}

#footer li a {
	padding: 0 3px;
}
