body {
	background-color: #ddeffb;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, "sans serif";
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.txthdr {
	margin: 0;
	padding: 0;
}

a {
	color: black;
}

a:visited {
	color: #333333;
}

div.hr {
	clear: both;
	border-top: 1px solid black;
}

div.hr hr {
	display: none;
}

div.general-content {
	margin: 30px 25px 0 25px;
	background: url(../assets/images/_sprites/content-backgrounds/solid-blue-top.png) no-repeat top left;
	padding-top: 14px;
}

div.general-content div.module {
	background:  url(../assets/images/_sprites/content-backgrounds/solid-blue-bottom.png) no-repeat bottom right;
	padding: 0 0 14px 0;
}

div.general-content div.modc {
	background-color: #3BB4EA;
	padding: 0 15px;
	overflow: auto;
}


div.general-content2 {
	margin: 30px 25px 0 25px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
}

div.general-content2 div.module {
	background: #ffffff;
	padding: 0 0 14px 0;
}

div.general-content2 div.modc {
	background-color: #ffffff;
	padding: 0 15px;
	overflow: auto;
}

div.general-content2 div.module h3.txthdr {
	margin: 0; padding: 0;
	color: #37c2fd;
	font-size: 23px;
}

#masthead {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: black;
	height: 115px;
	position: relative;
}

#logo {
	position: absolute;
	width: 350px;
	height: 137px;
	background: url(../assets/images/_sprites/logo.png);
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: 0;
}

#site-navigation {
	width: 645px;
	margin-left: 350px;
	height: 115px;
}

#site-navigation a {
	outline: 0;
}

#language {
	margin: 5px 0 0 0;
	width: 70px;
	float: left;
}

#language li {
	margin: 0;
	padding: 0;
	display: block;
	width: 60px;
	height: 15px;
}

#language li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png);
}

#language #lang-en a {
	background-position: -555px 0;
}
#language #lang-en a.current,
#language #lang-en a:hover {
	background-position: -620px 0;
}

#language #lang-es a {
	background-position: -555px -15px;
}
#language #lang-es a.current,
#language #lang-es a:hover {
	background-position: -620px -15px;
}

#main-navigation {
	width: 570px;
	float: left;
}

#main-navigation li {
	margin: 0 5px 0 0;
	padding: 0;
	width: 74px;
	float: left;
	min-height: 40px;
	position: relative;
}

#main-navigation li a {
	display: block;
	width: 74px;
	height: 40px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png);
	text-indent: -9999px;
}

#main-navigation #nav-1 a {
	background-position: 0 0;
}
#main-navigation #nav-132 a {
	background-position: -79px 0;	
}
#main-navigation #nav-4 a {
	background-position: -158px 0;	
}
#main-navigation #nav-129 a {
	background-position: -237px 0;
}
#main-navigation #nav-131 a {
	background-position: -316px 0;
}
#main-navigation #nav-7 a {
	background-position: -395px 0;
}
#main-navigation #nav-130 a {
	background-position: -474px 0;
}
#main-navigation #nav-1 a.open,
#main-navigation #nav-1 a:hover {
	background-position: 0 -46px;
}
#main-navigation #nav-132 a.open,
#main-navigation #nav-132 a:hover {
	background-position: -79px -46px;	
}
#main-navigation #nav-4 a.open,
#main-navigation #nav-4 a:hover {
	background-position: -158px -46px;	
}
#main-navigation #nav-129 a.open,
#main-navigation #nav-129 a:hover {
	background-position: -237px -46px;
}
#main-navigation #nav-131 a.open,
#main-navigation #nav-131 a:hover {
	background-position: -316px -46px;
}
#main-navigation #nav-7 a.open,
#main-navigation #nav-7 a:hover {
	background-position: -395px -46px;
}
#main-navigation #nav-130 a.open,
#main-navigation #nav-130 a:hover {
	background-position: -474px -46px;
}
#main-navigation li a.open {
	background-color: #21ace7;
}

#main-navigation ul.subnav {
	display: none;
	padding: 0 0 7px 0;
	position: absolute;
	z-index: 1501;
	top: 40px;
	left: 0px;
	width: 74px;
	border-top: 1px solid #128bbe;
	background: url(../assets/images/_sprites/subnav-bottom.png) no-repeat bottom left;
}
#main-navigation li ul.subnav li {
	margin: 0;
	padding: 0;
	width: 74px;
	min-height: 0px;
}
#main-navigation li ul.subnav li a {
	background-color: #21ace7;
	color: #ffffff;
	border-bottom: 1px solid #128bbe;
	padding: 6px 8px;
	background-image: none;
	text-indent: 0px;
	font-size: 11px;
	width: 58px;
	font-weight: bold;
	line-height: 11px;
	height: auto;
	min-height: 0;
}
#main-navigation li ul.subnav li a:hover {
	background-color: #128bbe;
}

#home-content,
#site-content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	font-size: 12px;
}

#home-content {
	position: relative;
}

#site-content {
	overflow: auto;
}

#logo {
	display: block;
}

#news-ticker {
	width: 455px;
	height: 27px;
	padding-top: 20px;
	padding-left: 15px;
	margin-top: 10px;
	float: left;
	background: url(../assets/images/_sprites/sprite-global.png) no-repeat 15px 20px;
}

.tickercontainer {
	width: 440px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	left: 5px;
	top: 5px;
	width: 430px;
	overflow: hidden;
	height: 18px;
}
ul.newsticker {
	position: relative;
	left: 440px;
	list-style-type: disc;
}
ul.newsticker li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

ul.newsticker a:visited {
	color: #ffffff;
}

#search {
	padding-top: 7px;
	width: 170px;
	float: right;
}

#search h4 {
	margin: 0;
	padding: 0;
	height: 30px;
	font-size: 15px;
	width: 150px;
	color: #21ace7;
}

#search form input {
	border: 0;
	width: 112px;
	margin: 0; 
	paddinG: 0;
	height: 20px;
}

#search form button {
	width: 26px;
	height: 22px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png);
	background-position: -554px -34px;
	text-indent: -9999px;
	border: 0;
	padding: 0;
}

#search form button:hover {
	background-position: -585px -34px;
}

#footer {
	background: black url(../assets/images/_sprites/bg-footer.gif) no-repeat center 50px;
	height: 100px;
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	padding: 10px 0 0 0;
}

#footer p {
	font-size: 12px;
	color: #21ace7;
	padding: 0;
	margin: 0;
	line-height: 14px;
}

#footer p a {
	color: #ffffff;
}

#footer p a:visited {
	color: #ffffff;
}

#footer-sitemap {
	position: absolute;
	width: 74px;
	height: 40px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -557px -135px;
	display: block;
	text-indent: -9999px;
	left: 25px;
	top: 0px;
}

#footer-sitemap:hover {
	background-position: -557px -181px;
}

div.search-page,
div.events-page {
	background: #ffffff url(../assets/images/_sprites/background-blue-gradient.png) repeat-x;
	padding-bottom: 30px;
}
div.blank-page {
	background: #ffffff;
	padding-bottom: 30px;
}
div.about-page {
	background: #ffffff url(../assets/images/_sprites/background-orange-gradient.png) repeat-x;
	padding-bottom: 30px;
}

div.support-page,
div.press-page {
	background: #ffffff url(../assets/images/_sprites/background-green-gradient.png) repeat-x;
	padding-bottom: 30px;
}

div.block {
	overflow: auto;
}

/* HOME PAGE */
#home-rotator {
	height: 311px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}

#home-rotator img {
	position: absolute;
	top: 0;
	left: 0;
}

#home-welcome {
	height: 426px;
	background: url(../assets/images/_sprites/homepage/home-bg-bottom.jpg);
	position: relative;
}

#home-welcome-text {
	margin: 0;
	padding: 0;
	width: 270px;
	position: absolute;
	top: 15px;
	left: 710px;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	color: black;
}

#home-welcome em {
	color: #37c2fd;
}

#home-calendar {
	position: absolute;
	z-index:1500;
	top: 5px;
	left: 710px;
	background-image: url(../assets/images/_sprites/homepage/calendar.png);
	background-repeat: no-repeat;
	width: 273px;
	height: 295px;
}

#home-calendar-nav {
	padding: 5px 5px;
	height: 30px;
}

#home-calendar-nav a {
	display: block;
	text-indent: -9999px;
	width: 35px;
	height: 25px;
	background-image: url(../assets/images/_sprites/homepage/calendar.png);
	background-repeat: no-repeat;
	float: left;
}

#home-calendar-previous {
	background-position: -284px -175px;
	outline: 0;
}
#home-calendar-next {
	background-position: -284px -134px;
	outline: 0;
}

#home-calendar-table {
	clear: both;
	width: 250px;
	height: 159px;
	padding: 0;
	margin: 0 auto;
}

#home-calendar-nav h5 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	float: left;
	width: 193px;
	height: 30px;
	text-align: center;
}

#home-calendar table td {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#home-calendar table tbody td {
	background: url(../assets/images/_sprites/homepage/calendar.png) no-repeat -283px -63px;
	width: 34px;
	height: 22px;
	padding: 0 1px 2px 0;
	margin: 0;
}

#home-calendar table tbody td.outside{
	background: none;
}

#home-calendar table tbody td a {
	color: black;
	width: 33px;
	height: 20px;
	display: block;
	line-height: 20px;
}

#home-calendar table tbody td.hasEvent {
	background-position: -283px -94px;
	color: #ffffff;
}

#home-calendar table tbody td.today {
	background-position: -283px 0;
	color: #ffffff;
}

#home-calendar table tbody td.today a {
	color: #ffffff;
}

#home-calendar-day {
	height: 89px;
}

div.home-calendar-event {
	padding: 5px 0 0 0;
	min-height: 38px;
	margin: 0 20px 0 20px;
	border-bottom: 1px solid #e1e1e1;
	overflow: auto;
}

#home-calendar-day div.last {
	border-bottom: 0;
}

div.home-calendar-event span.event-time {
	display: block;
	font-size: 11px;
	color: #9dad0e;
	width: 40px;
	float: left;
	font-weight: bold;
}


div.home-calendar-event span.event-name {
	display: block;
	font-size: 11px;
	color: black;
	width: 182px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}

#home-upcoming {
	background: url(../assets/images/_sprites/sprite-homepage-upcoming.png) no-repeat;	
	width: 657px;
	position: absolute;
	top: -37px;
	left: 30px;
	height: 308px;
	overflow: hidden;
}

#home-upcoming h2 {
	margin: 0;
	color: #ffffff;
	padding: 0 0 0 30px;
	height: 50px;
	font-size: 30px;
	width: 500px;
}

#home-upcoming div.rollovers {
	width: 250px;
	float: left;
}

#home-upcoming a.rollover {
	background-image: url(../assets/images/_sprites/sprite-homepage-upcoming.png);	
	background-repeat: no-repeat;
	background-position: 0px -325px;
	width: 223px;
	height: 75px;
	margin: 0 auto 10px auto;
	position: relative;
	display: block;
	color: black;
}

#home-upcoming a.rollover span.thumb {
	width: 58px;
	height: 58px;
	position: absolute;
	overflow: hidden;
	top: 9px;
	left: 11px;
	display: block;
}

#home-upcoming a.rollover span.thumb img {
	border: 2px solid #e08402;
}

#home-upcoming a.rollover span.description {
	margin: 0 0 0 70px;
	padding: 10px 5px 5px 10px;
	overflow: hidden;
	font-size: 11px;
	display: block;
}

#home-upcoming div.preview {
	float: left;
	width: 400px;
	position: relative;
}

#home-upcoming div.preview  img {
	border: 2px solid #e08402;
	position: absolute;
}

#home-upcoming a:hover,
#home-upcoming a.active {
	background-position: -258px -325px;
}

div.home-membership {
	width: 238px;
	background: url(../assets/images/_sprites/homepage/background-bottom.png) no-repeat;
	position: absolute;
	height: 136px;
	overflow: hidden;
}

#home-join {
	top: 285px;
	left: 30px;
}

#home-newsletter {
	top: 285px;
	left: 285px;
}

div.home-membership h3 {
	margin: 0;
	padding: 0 0 0 15px;
	color: #37c2fd;
	height: 30px;
	font-size: 22px;
}

div.home-membership p {
	margin: 0;
	padding: 15px 15px 0 15px;
	font-size: 11px;
}

#home-social {
	width: 118px;
	height: 125px;
	padding: 12px 12px 0 12px;
	overflow: hidden;
	top: 285px;
	left: 545px;
	position: absolute;
	background: url(../assets/images/_sprites/homepage/background-bottom.png) no-repeat -252px 0;
}

#home-social li {
	display: block;
	height: 43px;
}

#home-social li a {
	display: block;
	height: 30px;
	padding: 2px 0 0 40px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: black;
}

#home-social-fb {
	border-bottom: 1px dotted #37c2fd;
	margin-bottom: 11px;
}

#home-social-fb a {
	background: url(../assets/images/_sprites/homepage/buttons-social.png) no-repeat;
}

#home-social-tw a {
	background: url(../assets/images/_sprites/homepage/buttons-social.png) no-repeat 0 -37px;
}

#home-twitter {
	width: 282px;
	height: 184px;
	background: url(../assets/images/_sprites/homepage/twitter.png) no-repeat;
	left: 700px;
	top: 277px;
	z-index: 1000;
	position: absolute;
}

#twitter-status {
	padding: 0 20px 0 95px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	height: 184px;
	display: table-cell;
	vertical-align: middle;
}

#twitter-status .quote {
	font-size: 20px;
	font-weight: bold;
}

#twitter-status a {
	color: #ffffff;
}

#bigImage {
	width: 1000px;
	overflow: hidden;
}

/** ARTIST PERFORMANCE PAGE **/
#upcoming-events ul li {
	display: block;
	width: 171px;
	height: 75px;
	overflow: hidden;
	background: url(../assets/images/_sprites/artistpage/artist-sprites.png);
	margin: 0 auto 5px auto;
	padding: 0;
}

#upcoming-events ul li span {
	width: 50%; float: left;
	text-align: center;
	display: block;
	font-size: 12px;	
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
}

#upcoming-events ul li p {
	clear: both;
	padding: 6px 7px 0 7px;
	line-height: 12px;
	text-align: center;
	font-size: 11px;
}
#upcoming-events ul li p a {
	color: black;
}

#event-content {
	position: relative;
}

#artist-photo {
	width: 219px;
	height: 197px;
	overflow: hidden;
	margin-right: 4px;
	text-align:center;
}

#artist-photo img {
	border: 1px solid #b4ca45;
}

#artist-content {
	margin-top: 30px;
	width: 515px;
	float: left;
}

#artist-desc-sponsor,
#artist-desc {
	width: 515px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
	overflow: auto;
}

#artist-desc-sponsor h3,
#artist-desc h3 {
	margin: 0;
	padding: 0 0 10px 15px;
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
#artist-desc-sponsor div.block {
	background: #c5d940 url(../assets/images/_sprites/artistpages/event-info-bg.gif) repeat-y top left;
}
#artist-desc-sponsor #artist-blob {	
	width: 425px;
	float: left;	
	min-height: 153px;
}

#artist-sponsor {
	width: 90px;
	float: left;
	text-align: center;
}

#artist-sponsor h4 {
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
	line-height: 12px;
}

#artist-blob {	
	background-color: #b6c934;
}

#artist-blob p {
	margin: 0;
	font-size: 11px;
	padding: 10px 15px 10px 15px;
}

#artist-performances {
	width: 219px;
	background: url(../assets/images/_sprites/content-backgrounds/green-top.png) no-repeat top left;
	padding-top: 14px;
	margin-top: 10px;
}

#artist-performances div.module {
	background: url(../assets/images/_sprites/content-backgrounds/green-bottom.png) no-repeat bottom right;
	padding-bottom: 14px;
}

#artist-performances div.module-content {
	background-color: #b6c934;
}

#artist-performances h3 {
	margin: 0 0 5px 0;
	padding: 0 0 10px 15px;
	color: #ffffff;
	font-size: 20px;
	border-bottom: 2px dotted #8f9f20;
}

#artist-performances ul li {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 15px;
}

#artist-listen {
	width: 219px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}

#artist-audio {
	width: 219px;
	background: url(../assets/images/_sprites/content-backgrounds/green-top.png) no-repeat top left;
	padding-top: 14px;
	margin-top: 6px;
}

#artist-audio div.module {
	background: url(../assets/images/_sprites/content-backgrounds/green-bottom.png) no-repeat bottom right;
	padding-bottom: 14px;
}

#artist-audio div.module-content {
	background-color: #b6c934;
}

#artist-audio h3 {
	margin: 0 0 5px 0;
	padding: 0 0 10px 50px;
	background: url(../assets/images/_sprites/artistpage/artist-sprites.png) no-repeat -125px -132px;
	color: #ffffff;
	font-size: 20px;
	border-bottom: 2px dotted #8f9f20;
}

#artist-audio ul li {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 15px;
	height: 30px;
	margin-top: 5px;
	display: block;
	border-bottom: 2px dotted #8f9f20;
}

#artist-audio ul li div.audioPlayer {
	width: 36px;
	float: left;
}

#artist-audio ul li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 0;
	font-size: 12px;
	overflow: hidden;
	color: black;
	float: left;
	width: 160px;
}

#artist-visualmedia {
	width: 495px;
	background: #ffffff;
	margin-top: 6px;
	padding: 10px;
	text-align: center;
}

/*** DIRECTIONS PAGE ***/
#hdrDirections {
	background: url(../assets/images/_sprites/aboutpages/directions-sprites.png) no-repeat;
	margin: 30px 0 10px 0;
	padding-left: 10px;
	height: 40px;
	font-size: 18px;
}

#hdrDirections h2 {
	margin: 0;
	padding: 0;
	height: 40px;
}

#map {
	width: 730px;
	height: 345px;
	border: 5px solid #ffffff;
	background-color: #ffffff;
}

#txtDirections {
	background: url(../assets/images/_sprites/aboutpages/directions-sprites.png) no-repeat 0 -53px;
	padding-left: 10px;
	width: 535px;
	height: 40px;
	float: left;
	font-size: 12px;
	color: #ffffff;
	line-height: 40px;
	margin: 10px 17px 0 0;
}

#txtDirections a {
	color: black;
}

#printDirections {
	width: 178px;
	height: 40px;
	float: left;
	margin-top: 10px;
}

#printDirections a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -242px -90px;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
}

#printDirections a:hover {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -425px -90px;
}

#directionsInfo {
	margin-top: 10px;
}

div.infoColumn {
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	width: 360px;
	margin-right: 0;
	float: left;
	padding-top: 14px;
}

div.infoColumn:first-child {
	margin-right: 19px;
}

div.infoColumn div.module {
	background: #ffffff;
	min-height: 300px;
	padding: 0 15px 15px 15px;
}

div.infoColumn h3 {
	margin: 0; padding: 0;
	color: #37c2fd;
	font-size: 23px;
}

div.infoColumn h4 {
	color: black;
	font-size: 11px;
	margin: 0; padding: 0;
}

div.infoColumn p {
	font-size: 11px;
	margin: 0 0 20px 0; padding: 0;
}

#parkingMapLink a {
	font-size: 14px;
	font-weight: bold;
}

#parkingMapImage {
	text-align: center;
}

/*** GLOBAL COLORED MODULES ***/
div.two-column-content {
	width: 744px;
	float: left;
}

div#leftNav {
	width: 188px;
	float: left;
	margin: 0px 17px 0 25px;
}

div#leftNav div.leftnav {
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

div.leftnav {
	margin: 30px 17px 0 25px;	
	width: 188px;
	padding-top: 14px;
	float: left;
}

div.leftnav div.module {
	padding-bottom: 14px;
}

div.leftnav h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 30px;
	color: black;
}
div.green-leftnav h3,
div.blue-leftnav h3 {
	color: #ffffff;
}

div.green-leftnav {
	background: url(../assets/images/_sprites/content-backgrounds/green-top.png) no-repeat top left;
}

div.green-leftnav div.module {
	background: url(../assets/images/_sprites/content-backgrounds//green-bottom.png) no-repeat bottom right;
}

div.green-leftnav div.module div.module-content {
	background-color: #b6c934;
}

div.orange-leftnav {
	background: url(../assets/images/_sprites/content-backgrounds/orange-top.png) no-repeat top left;
}

div.orange-leftnav div.module {
	background: url(../assets/images/_sprites/content-backgrounds/orange-bottom.png) no-repeat bottom right;
}

div.blue-leftnav {
	background: url(../assets/images/_sprites/content-backgrounds/blue-top.png) no-repeat top left;
}

div.blue-leftnav div.module {
	background: url(../assets/images/_sprites/content-backgrounds/blue-bottom.png) no-repeat bottom right;
}

/*** CONTACT PAGE ***/

div#contactInfo {
	margin: 30px 17px 0 25px;	
	width: 275px;
	padding-top: 14px;
	float: left;
	font-size: 12px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
}

div#contactInfo div.module {
	background: #ffffff;
}

div#contactInfo h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 22px;
	color: black;
}

div#contactContent {
	margin-top: 30px;
	width: 657px;
	float: left;
}

div#contactInfo dl {
	padding: 0 20px;
	margin: 0 0 20px 0;
}

div#contactInfo dl * {
	padding: 0;
	margin: 0;
}

div#contactInfo dl#contactPhoneNumber * {
	display: inline;
	padding-right: 5px;
}

div#contactInfo dt {
	font-weight: bold;
}

div#contactMap {
	padding: 0 0 0 20px;
}

div#contactMap div.thumb { 
	width: 84px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

div#contactMap div.thumb img {
	border: 1px solid #57c0ed;
}

div#contactMap div.description {
	width: 140px;
	float: left;
}

div#contactMap div.description p {
	margin: 0;
	padding: 0;
}

div#contactBrochure {
	padding-top: 14px;
	margin-top: 15px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
}

div#contactBrochure div.module {
	background-color: #ffffff;
}

div#contactBrochure h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 22px;
	color: black;
}

div#contactContent #contactFB {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0 -271px;
	text-indent: -9999px;
	width: 321px;
	height: 69px;
	display: block;
	float: left;
	margin-right: 15px;
	outline: 0;
}

div#contactContent #contactTW {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -341px -271px;
	text-indent: -9999px;
	width: 321px;
	height: 69px;
	display: block;
	float: left;
	outline: 0;
}

div#contactContent #contactFB:hover {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0 -349px;
}

div#contactContent #contactTW:hover {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -341px -349px;
}

div#contactBrochure p {
	font-size: 11px;
	margin: 0;
	padding: 0 20px 20px 20px;
}

div#contactBrochure div.fieldset {
	width: 280px;
	float: left;
	padding: 0 0 0 20px;
}

div#contactBrochure div.fieldpair {
	padding-bottom: 10px;
	overflow: auto;
}

div#contactBrochure div.fieldpair label {
	font-size: 13px;
	padding-right: 5px;
	width: 100px;
	float: left;
	text-align: right;
	display: block;
	font-weight: bold;
}

div#contactBrochure div.fieldpair input {
	font-size: 13px;
	width: 150px;
	float: left;
}

div#contactBrochure div.fieldsubmit {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

div#contactBrochure div.fieldsubmit #btnSubmit {
	width: 114px;
	height: 34px;
	margin: 0 auto;
	border: 0;
	text-indent: -9999px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0 -92px;
}

ul#errorList li {
	color: #EEBE1D;
	font-weight: bold;
	font-size: 14px;
}

ul#errorList {
	padding: 0 0 20px 0;
}

div#contactBrochure ul#errorList li  {
	color: red;
	padding: 0 0 15px 20px;
}

div#contactBrochure div.errors {
	overflow: auto;
	padding: 10px 0 10px 20px;
}

div#contactBrochure div.errors p {
	padding: 0;
	margin: 0;
	color: red;
}

/*** EVENTS PAGE ***/
#events-calendar-top {
	margin-top: 30px;
}

#events-calendar-table table {
	width: 742px;
	border-collapse: collapse;
}

#events-calendar-table thead td {
	background: black;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	height: 19px;
	line-height: 19px;
	border-bottom: 2px solid black;
	border-left:  2px solid #c7d523;
	border-right:  2px solid #c7d523;
}

#events-calendar-table tbody td {
	border: 2px solid #c7d523;
	width: 104px;
	height: 118px;
	background: #ffffff;
	vertical-align: top;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

#events-calendar-table tbody td.today {
	background-color: #e9ff50;
}

#events-calendar-nav {
	padding: 5px 5px;
	height: 30px;
	width: 280px;
	margin: 0 auto;
}

#events-calendar-nav a {
	display: block;
	text-indent: -9999px;
	width: 35px;
	height: 25px;
	background-image: url(../assets/images/_sprites/homepage/calendar.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
}
#events-calendar-nav h5 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	float: left;
	width: 200px;
	height: 30px;
	text-align: center;
}

#events-calendar-previous {
	background-position: -284px -175px;
	outline: 0;
}
#events-calendar-next {
	background-position: -284px -134px;
	outline: 0;
}
#events-calendar-header {
	position: relative;
	height: 50px;
	background: #c7d523;
	width: 742px;
	padding-top: 4px;
}
#events-calendar-jump {
	position: absolute;
	right: 5px;
	top: 15px;
}

#events-calendar-table td * {
	padding: 0;
	margin: 0;
	line-height: 14px;
}
#events-calendar-table td dd a{
	color: black;
}
#events-calendar-table td dt {
	color: #e08402;
}
#events-calendar-table td dd {
	margin-bottom: 10px;
}
#events-calendar-table td dd:first-child {
	margin-bottom: 15px;
}
#eventsCalendarUpdate {
	width: 33px;
	height: 21px;
	text-indent: -9999px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -555px -62px;	
	border: 0;
}

#events-calendar-table td.decoration {
	background: #ffffff url(../assets/images/events/decoration.jpg) no-repeat;
}
#events-calendar-table td div.calendarDayContent {
	position: relative;
	min-height: 125px;
}
#eventsCalendarBanner {
	position:absolute;
	left: 40px;
	top: 20%;
	z-index: 1000;
}

/*** SEARCH RESULTS ***/
div.searchResultsHdr {
	margin: 20px 20px 20px 20px;
}

div.searchResultsHdr h2 {
	margin: 0;
	padding: 0;
}

div.searchResults {
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
	margin: 0 20px 0 20px;
}
div.searchResults div.module {
	background: #ffffff;
	padding: 0 25px 25px 25px;
	overflow: auto;
}
div.searchResults p.ajaxSearch_resultsInfo {
	font-size: 14px;
	margin-top: 15px;
}
div.searchResults p.ajaxSearch_intro {
	font-size: 14px;
	margin-top: 15px;
}
div.searchResults div.ajaxSearch_result {
	margin-top: 15px;
	font-size: 14px;
	overflow: auto;
}
div.searchResults div.ajaxSearch_resultExtract p {
	margin: 0;
	padding: 0;
}
div.searchResults div.ajaxSearch_resultExtract p span.ajaxSearch_highlight {
	font-weight: bold;
}
div.searchResults span.ajaxSearch_paging {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
div.searchResults p.ajaxSearch_resultsInfo {
	margin: 0;
}
div.searchResults p.ajaxSearch_resultsInfo span.ajaxSearch_highlight {
	color: #21ace7;
}

div.searchPanel h2.tab {
	display: none;
}

#searchTabs {
	margin: 20px 20px 0 20px;
	height: 40px;
}

#searchTabs li {
	background: url(../assets/images/_sprites/search-tab.png) no-repeat;
	width: 260px;
	height: 40px;
	font-size: 18px;
	margin: 0 0 0 40px;
	float: left;
	display: block;
}

#searchTabs li.current {
	background: url(../assets/images/_sprites/search-tab.png) no-repeat 0 -40px !important;
}

#searchTabs li a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

div.search_result_image {
	width: 150px;
	float: left;
}

div.search_result_image a {
	outline: 0;
}

div.search_result_text {
	width: 750px;
	float: left;
}


/*** Support main ***/
#supportMainWelcomeTop {
	overflow: auto;
	margin: 20px 15px 0 20px;
}

#supportMainWelcome {
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	width: 700px;
	float: left;
	margin-right: 15px;
	padding-top: 14px;
}

#supportMainWelcome div.module {
	background: url(../assets/images/_sprites/content-backgrounds/white-bottom.png) no-repeat bottom right;
}

#supportMainWelcome div.module {
	padding: 0 25px 25px 25px;
}

#supportMainWelcome div.module p {
	padding: 0;
	margin: 0;
}

#supportMainOptions {
	width: 235px;
	float: left;
}

#donateOnline, #downloadForm {
	display: block;
	width: 234px;
	height: 62px;
	text-indent: -9999px;
	outline: 0;
}

#donateOnline {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0 -134px;
}

#supportMainOptions #donateOnline {
	margin-bottom: 15px;
}

#downloadForm {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0 -202px;
}

#donateOnline:hover {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -245px -134px;
}

#downloadForm:hover {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -245px -202px;
}

#supportMainThree {
	clear: both;
	margin-top: 15px;
}

#supportMainThree div.leftnav {
	margin-top: 0;
}

#supportMainThree div.leftnav div.module {
	margin-top: 0;
	padding: 0 15px 15px 15px;
}

#supportMainThree div.leftnav h3.txthdr{
	font-size: 22px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#supportMainThree div.leftnav p {
	margin: 0;
}

#supportMainThree div.leftnav div.more {
	margin-top: 30px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -485px -136px;
	width: 150px;
	height: 60px;
	margin: 30px auto 0 auto;
}

#supportMainThree div.leftnav div.more  a {
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

#supportMainThree div.leftnav div.more a span {
	display: block;
	width: 76px;
	height: 50px;
	padding: 5px;
	margin: 0 0 0 64px;
	background: #ffffff;
	color: black;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

div.supportMainRecognition {
	background: url(../assets/images/_sprites/content-backgrounds/orange-top.png) no-repeat top left;
	width: 360px;
	float: left;
	margin-right: 15px;
	padding-top: 14px;
}

div.supportMainRecognition div.module {
	background: url(../assets/images/_sprites/content-backgrounds/orange-bottom.png) no-repeat bottom right;
	padding: 0 25px 25px 25px;
}

div.supportMainRecognition div.module h3.txthdr {
	color: #ffffff;
	font-size: 22px;
}

div.supportMainRecognition div.module p {
	margin: 0;
}

div.supportMainRecognition div.module a {
	color: black;
	text-decoration: underline;
}


div.supportMainRecognition div.module ul {
	list-style-type: disc;
	padding-left: 15px;
}

#supportMainThree #jewelsColumn div.more {
	margin-top: 30px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -485px -136px;
	width: 150px;
	height: 60px;
	margin: 30px 0 0 auto;
}

#supportMainThree #jewelsColumn div.more  a {
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	text-decoration: none;
}

#supportMainThree #jewelsColumn div.more a span {
	display: block;
	width: 76px;
	height: 50px;
	padding: 5px;
	margin: 0 0 0 64px;
	background: #ffffff;
	color: black;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-indent: 0;
}

div.supportMainRecognition div.more {
	margin-top: 30px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -621px -32px;
	width: 56px;
	height: 26px;
	margin-left: auto;
}

div.supportMainRecognition div.more a {
	display: block;
	width: 100%;
	height: 100%;	
	text-indent: -9999px;
	outline: 0;
}

/*** About Main ***/
#aboutMainLeftNav {	
	margin-top: -56px !important;
	position: relative;
	z-index: 2000;
}

#missionStatement{
	background: url(../assets/images/_sprites/content-backgrounds/green-top.png) no-repeat top left;
	margin-right: 15px;
	padding-top: 14px;
}

#missionStatement div.module {
	background: #b6c934;
	padding: 0 25px 25px 25px;
}

#missionStatement h2.txthdr {
	color: #ffffff;
	font-size: 23px;
}

#missionStatement p {
	font-size: 17px;
	padding: 0 30px 0 30px;
	margin: 0;
}

#theLetter {
	margin-top: 15px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
}

#theLetter div.module {
	background: #ffffff;
	padding: 0 25px 25px 25px;
}

#theLetter div.module h2.txthdr {
	color: #37c2fd;
	font-size: 23px;
}
#michaelSignature {
	width: 76px;
	height: 39px;
	background: url(../assets/images/_sprites/michaelsignature.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

div.leftnav ul li {
	padding-left: 15px;
	line-height: 14px;
	margin-bottom: 5px;
}

div.leftnav ul li.last {
	margin-bottom: 0;
}

div.leftnav ul li a {
	color: black;
	font-weight: bold;
}

div.leftnav ul li span {
	color: #ffffff;
	font-weight: bold;
}

div.leftnav h3.txthdr {
	text-align: center;
	font-size: 30px;
	height: 40px;
	color: #ffffff;
}

/*** SUpport donors ***/

#donorList {
	margin-top: 30px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
}

#donorListMessage {
	margin-top: 30px;
}

#donorList div.module {
	background: #ffffff;
	padding: 0 25px 25px 25px;
	min-height: 200px;
}

#donorList div.module h2.txthdr {
	color: #37c2fd;
	font-size: 23px;
}
div.donorListGroup {
	overflow: auto;
	margin-bottom: 40px;
}
div.donorListGroup ul {
	width: 225px;
	float: left;
	overflow: auto;
	font-weight: bold;
}
div.donorListGroup ul li {
	margin-bottom: 7px;
}

div.donorListGroup p {
	clear: both;
}
a.donorAnchor {
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/*** BENEFETS ***/
#supportBenefits {
	margin: 20px;
}
#supportDonateTable {
	border-collapse: collapse;
	width: 945px;
}
#supportDonateTable td {
	padding: 5px;
}
#supportDonateTable thead tr td {
	background-color: black;
}
#supportDonateTable thead tr:first-child td{
	background-color: #ffffff;
	text-align: left;
	width: 100px;
}
#supportDonateTable thead tr:first-child td:first-child {
	background-color: black;
	width: 245px;
}
#supportDonateTable thead tr:first-child h4 {
	margin: 0;
	padding: 0;
	display: block;
	color: #21ace7;
	font-size: 18px;
	font-family: Impact;
	text-align: center;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#supportDonateTable thead tr td {
	margin: 0;
	padding: 0;
	color: #e08402;
	font-size: 22px;
	font-family: Impact;
	text-align: center;
	background-color: black;
}
#supportDonateTable thead tr:last-child td {
	font-size: 12px;
	color: inherit;
	font-family: inherit;
	background-color: #EEBE1D;
	line-height: 14px;
}
#supportDonateTable thead tr:last-child td:first-child {
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	line-height: normal;
}

#supportDonateTable thead tr:first-child td{
	padding: 0;	
}
#supportDonateTable tbody tr td:first-child {
	background-color: #ffffff;
	text-align: left;
}
#supportDonateTable td {
	border: 1px solid #e08402;
	background: #eebe1d;
}
#supportDonateTable tbody td {
	height: 50px;
	text-align: center;
}
#supportDonateTable thead h3.txthdr {
	font-size: 40px;
	width: 100%;
	text-align: center;
}

/*** SPONSORS ***/

#featuredSponsor {
	margin: 0 25px 0 25px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
}

#featuredSponsor div.module {
	background: url(../assets/images/_sprites/content-backgrounds/white-bottom.png) no-repeat bottom right;
	padding: 0 15px 15px 15px;
	overflow: auto;
}

#featuredSponsor h3.txthdr {
	width: 150px;
	float: left;
	font-size: 25px;
	text-align: center;
	padding-top: 20px;
}

#featuredSponsorLogo {
	width: 145px;
	float: left;
}

#featuredSponsorBlurb {
	width: 610px;
	float: left;
}

#featuredSponsor h3,
#featuredSponsor h2,
#featuredSponsor h5,
#featuredSponsor h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

#featuredSponsorBlurb p {
	margin: 0;
	font-size: 11px;
}

#allSponsors {
	margin: 30px 25px 0 25px;
}

#allSponsors h3.txthdr {
	color: #ffffff;
	font-size: 20px;
	clear: both;
}

#allSponsors ul.sponsorGroup {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

#allSponsors ul.sponsorGroup li.clear {
	display: block;
	clear: both;
}

#allSponsors ul.sponsorGroup li.img{
	display: block;
	width: 154px;
	height: 130px;
	float: left;
	/*border-bottom: 1px dotted #258ab7;*/
	margin-bottom: 10px;
	position: relative;
}

#allSponsors ul.sponsorGroup li.last {
	width: 130px;
}

div.textSponsors {
	border-bottom: 1px dotted #258ab7;
	overflow: auto;
	clear: both;
	margin: 0 0 20px 0;
}

div.textSponsors ul{
	margin: 0;
	padding: 10px 0 0 20px;
	color: #ffffff;
	width: 280px;
	float: left;
}

div.textSponsors ul li.text {
	list-style-type: disc;
}

div.textSponsors ul li a {
	color: #ffffff;
	text-decoration: underline;
}

#allSponsors a.more {
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	top: 104px;
	left: 108px;
	background: url(../assets/images/_sprites/btnPlus.png) no-repeat;
	outline: 0;
}

#allSponsors div.more {
	display: none;
	width: 194px;
	border: 2px solid black;
	background-color: #eebe1d;
	padding: 24px 0 15px 0;
	position: absolute;
	top: -26px;
	left: -38px;
	z-index: 1000;
}

#allSponsors div.more img {
	margin: 0 0 0 36px;
}

#allSponsors div.more p {
	margin: 0;
	padding: 10px 15px;
	text-align: left;
}

#allSponsors div.more h4 {
	font-size: 15px;
	line-height: 16px;
	margin: 10px 3px 0px 3px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cd8513;
	text-align: center;
}

#site-content.sponsor-page {
	overflow: visible;
}

div.nocollapse {
	padding-top: 30px;
}

#additionalLinks {
	margin: 15px 25px 30px 25px;
	overflow: auto;
}

#donationLevels h4.txthdr {
	font-size: 20px;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 370px;
}

#donationLevels p {
	margin: 0;
	padding: 0;
	width: 370px;
}

#additionalLinks #donationLevels a.more {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -621px -32px;
	width: 56px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	outline: 0;
}

#donationLevels {
	margin: 0 10px 0 0;
	background: url(../assets/images/_sprites/content-backgrounds/orange-top.png) no-repeat top left;
	padding-top: 14px;
	height: 48px;
	overflow: hidden;
	width: 457px;
	float: left;
}


#donationLevels div.module {
	background: url(../assets/images/_sprites/content-backgrounds/orange-bottom.png) no-repeat bottom right;
	padding: 0 15px 0 15px;
	position: relative;
	min-height: 48px;
}

#additionalLinks #donateOnline,
#additionalLinks #downloadForm {
	float: left;
}

#additionalLinks #donateOnline {
	margin-right: 10px;
}

/*** DONATIONS FORM ***/
#donationForm {
	margin: 30px 25px 0 25px;
}

#donationForm div.module h2.txthdr {
	font-size: 24px;
	color: #ffffff;
}

#frmDonation #donationAmount, #frmDonation #donorInfo, #frmDonation #donorCCInfo {
	float: left;
	margin-bottom: 15px;
}

#donationAmount {
	width: 320px;
}

#donationAmount div.donationAmount {
	width: 265px;
	height: 22px;
	background: url(../assets/images/_sprites/support/donationpage-sprite.png) no-repeat;
	color: #eebe1d;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px 0 5px;
	overflow: hidden;
	line-height: 16px;
}

#donationAmount div.donationAmount input {
	width: 20px;
	float: left;
	margin-right: 10px;
}

#donationAmount div.donationAmount input#ssl_amountOther {
	float: none;
	clear: both;
	margin: 5px 0 0 35px;
	width: 100px;
}

#donationAmount div label {
	display: block;
	width: 220px;
	float: left;
}

#donationAmount div.customAmount {
	height: 65px;
	background: url(../assets/images/_sprites/support/donationpage-sprite.png) no-repeat 0px -28px;
}

#donationAmount div.more {
	margin-top: 30px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -485px -136px;
	width: 150px;
	height: 60px;
	margin: 30px 0 0 60px;
}

#donationAmount div.more  a {
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

#donationAmount div.more a span {
	display: block;
	width: 76px;
	height: 50px;
	padding: 5px;
	margin: 0 0 0 64px;
	background: #ffffff;
	color: black;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-indent: 0;
}

#donorInfo {
	width: 260px;
}
#donorCCInfo {
	width: 200px;
}

#frmDonation fieldset#additionalOptions {
	clear: both;
	border: 0;
	border-top: 1px solid black;
	margin-top: 15px;
	padding-top: 15px;
}

#frmDonation fieldset#additionalOptions legend {
	display: none;
}

#additionalOptions div.fieldpair {
	width: 400px;
	margin: 0 auto;
}

#frmDonation fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#frmDonation fieldset legend {
	display: block;
}

#frmDonation fieldset legend.txthdr {
	font-size: 22px;
	color: black;
	text-indent: 40px;
	width: 100%;
}

#frmDonation legend {
	background-image: url(../assets/images/_sprites/support/donationpage-sprite.png);
	background-repeat: no-repeat;
}

#donationAmount legend {
	background-position: -332px 0px;
}
#donorInfo legend {
	background-position: -332px -53px;
}
#donorCCInfo legend {
	background-position: -332px -107px;
}
#additionalOptions legend {
	background-image: none;
}

#frmDonation #donorInfo div.fieldpair label,
#frmDonation #donorCCInfo div.fieldpair label {
	display: block;
}

#frmDonation div.fieldpair {
	margin-bottom: 10px;
}

#frmDonation label {
	font-size: 13px;
	font-weight: bold;
}

#frmDonation div.fieldpair p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
}

#frmDonation input.text {
	width: 150px;
}

#frmDonation #ssl_zip {
	width: 80px;
}

#donationSubmit {
	width: 300px;
	margin: 0 auto;
}

#donationSubmit button#donationFormSubmit {
	text-indent: -9999px;
	border: 0;
	margin-top: 15px;
	width: 114px;
	height: 34px;
	margin-left: 50px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0px -92px;
}
#donationSubmit button#donationFormSubmit:hover {
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat -120px -92px;
}

#donationFormRefund {
	text-align: center;
	margin-top: 20px;
}

#donationFormRefund h4 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#donationFormRefund p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#donationAmount div.donationAmount input.text {
	float: auto;
	margin-right: 10px;
	width: 115px;
}

div.numtickets {
	padding: 8px 0 0 10px;
}

div.numticketstotal {
	padding: 2px 0 0 10px;
}


/*** Contact Newsletter ***/
#contactNewsletter {
	margin: 30px 20px 0 25px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	width: 670px;
	float: left;
	padding: 14px 0 0 0;
}

#contactNewsletter div.module {
	background-color: #ffffff;
	padding: 0 20px 20px 20px;
	min-height: 229px;
}

#contactNewsletter div.module h3.txthdr {
	font-size: 22px;
	color: black;
	margin: 0;
	padding: 0;
}

#contactNewsletter div.module div.instructions {
	width: 280px;
	float: left;
}

#frmNewsletter {
	margin-top: 10px;
	width: 280px;
	float: left;
	margin-left: 40px;
}

#frmNewsletter div.fieldpair {
	height: 30px;
}

#frmNewsletter div.fieldpair label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}

#frmNewsletter div.fieldpair label.error {
	color: red;
}

#frmNewsletter div.fieldpair input {
	width: 150px;
	float: left;
}

#frmNewsletter div.formbuttons {
	float: none;
	width: auto;
	text-align: right;
}

#frmNewsletter div.formbuttons button {
	width: 114px;
	height: 34px;
	border: 0;
	text-indent: -9999px;
	background: url(../assets/images/_sprites/sprite-global-buttons-en.png) no-repeat 0 -92px;
}

div.sideImage {
	width: 260px;
	float: left;
	margin-top: 30px;
}

#aboutStaff {
	width: 155px;
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}

#aboutStaff h2.txthdr {
	color: black;
}

#aboutStaffInfo {
	width: 515px;
	float: left;
}

#aboutStaff img {
	border: 2px solid #37c2fd;
}

div.short-general-content {
	margin-top: 15px;
	background: url(../assets/images/_sprites/content-backgrounds/white-top.png) no-repeat top left;
	padding-top: 14px;
}

div.short-general-content div.module {
	background: #ffffff;
	padding: 0 25px 25px 25px;
	overflow: auto;
}

div.short-general-content div.module h2.txthdr {
	color: #37c2fd;
	font-size: 23px;
}

div.aboutIntro {
	background: url(../assets/images/_sprites/content-backgrounds/green-top.png) no-repeat top left;
	padding-top: 14px;
}

div.aboutIntro div.module {
	background: #b6c934;
	padding: 0 25px 15px 25px;
	overflow: auto;
}

div.aboutIntro h2.txthdr {
	color: #ffffff;
	font-size: 23px;
}

div.aboutIntro p.txthdr {
	font-size: 17px;
	padding: 0 30px 0 30px;
	margin: 0;
}

div.aboutIntro p {
	padding: 0;
	margin: 0;
}

div.aboutIntro a {
	color: black;
}

div.aboutIntro {
	margin-top: 15px;
}

div.aboutIntro ul {
	width: 330px;
	float: left;
}

div.aboutIntro ul:first-child {
	margin-right: 30px;
}

div.aboutIntro ul li {
	background: url(../assets/images/_sprites/sprite-global-icons) no-repeat 0 -144px;
	padding-left: 40px;
	display: block;
	min-height: 40px;
	padding-bottom: 10px;
}

div.aboutIntro ul li a {
	text-decoration: underline;
	color: black;
}

div.aboutIntro ul li:first-child {
	border-bottom: 1px dotted #8f9f20;
	margin-bottom: 10px;
}

#workInstructions {
	clear: both;
	margin-top: 15px;
}

#pressFilesIntro {
	margin: 30px 20px 20px 20px;
	background: #B6C934;
}

#pressFiles {
	margin: 0 20px;
}

#pressFiles div.infoColumn {
	width: 470px;
}

#pressFiles ul li {
	display: block;
	overflow: auto;
	margin-bottom: 15px;
}

#pressFiles ul li a {
	background-image: url(../assets/images/_sprites/sprite-global-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 40px;
	margin-right: 15px;
	float: left;
	text-indent: -9999px;
}

#pressFiles div.pressPdf ul li a {
	background-position: 0 -97px;
}

div.pressFileInfo {
	width: 360px;
	float: left;
}

div.pressFileInfo p.pressFileTitle {
	font-weight: bold;
	font-size: 14px;
}

div.pressPdf p.pressFileTitle {
	color: #a4b60e;
}

div.pressZip p.pressFileTitle {
	color: #21ace7;
}

div.pressFileInfo p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#venueMainNavLeft{	
	margin-top: 15px;
}

#venue-page {
	margin-top: 15px;
}

/*** MEDIA ***/
#media-content {
	width: 676px;
	float: left;
	margin: 30px 12px 0 25px;
	background-color: #ffffff;
}

#media-playlist {
	width: 260px;
	background: url(../assets/images/_sprites/content-backgrounds/green-top.png) no-repeat top left;
	float: left;
	padding-top: 14px;
	margin: 30px 0 0 0;
}

#media-playlist div.module {
	background: url(../assets/images/_sprites/content-backgrounds/green-bottom.png) no-repeat bottom right;
	padding-bottom: 14px;
}

#media-playlist div.module-content {
	background-color: #b6c934;
	padding: 0 12px;
	overflow: auto;
}

#media-playlist ul {
	border-top: 1px dotted #8f9f20;
	padding-top: 5px;
}

#media-playlist ul li {
	display: block;
	border-bottom: 1px dotted #8f9f20;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}

#media-playlist ul div.media-thumb {
	width: 122px;
	margin-right: 5px;
	float: left;
	text-align: center;
}

#media-playlist ul#pp div.media-thumb {
	width: 122px;
	float: none;
	margin: 0 auto;
	text-align: center;
}

#media-playlist ul div.media-thumb img {
	border: 1px solid black;
	display: block;
	margin: 0 auto;
}

#media-playlist ul div.media-info {
	width: 105px;
	float: left;
	overflow: hidden;
}

#media-playlist ul div.media-info p {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 11px;
}

#media-playlist ul#pp div.media-info p {
	height: 73px;
}

#media-playlist h3.txthdr {
	color: #ffffff;
	font-size: 23px;
}

#media-playlist a {
	outline: 0;
}

#media-content div.module {
	padding: 15px;
	min-height: 800px;
}

#media-content div.module h4{
	font-weight: bold;
	font-size: 14px;
	color: black;
	margin: 0;
	padding: 0;
}

#media-info {
	margin-top: 40px;
}

#media-content div.module h5{
	font-weight: bold;
	font-size: 13px;
	color: #a4b60e;
	margin: 0 0 15px 0;
	padding: 0;
}

#media-playlist ul div.media-info p.media-description,
#media-playlist ul div.media-info p.media-date {
	display: none;
}

#media-content div.module p{
	font-size: 11px;
	color: black;
	margin: 0;
	padding: 0;
}

#media-subnav ul {
	display: block;
	text-align: center;
	font-size: 1px;
	margin-bottom: 15px;
}

#media-subnav li {
	display: inline;
	border-left: 2px solid black;
	font-size: 27px;
	color: black;
	padding: 0 10px;
	font-weight: bold;
}

#media-subnav li a {
	color: #b6c934;	
	text-decoration: underline;
}

#media-subnav li.active a {
	color: black;
	text-decoration: none;
}

#media-subnav li:first-child {
	border-left: 0;
}

#media-container {
	text-align: center;
}