body {
		margin: 0px;
		font-family: century gothic, arial, verdana, sans-serif;
		font-size: 15px;
		line-height: 1.5em;
		background-color: #fff;
		/*background-image: url(../images/Arabesque1b.png);
		background-size: 100px 100px;
		background-repeat: repeat;*/
	}
	
	#header {
		position: relative;
		width: 100%;
		margin: 0px auto 0px auto;
		/*background-image: url(../images/dkred80.png);*/
		z-index: 100;
	}
	
	.headcontent {
		width: 177px;
		margin: 0px auto 0px auto;
	}
	
	.headtext {
		width: 376px;
		height: 109px;
		margin: 0px auto 20px auto;
	}
	
	#container_home {
		position: relative;
		width: 80%;
		min-width: 480px;
		max-width: 800px;
		height: 700px;
		margin: 20px auto 0px auto;
		background-size: 100%;
	}
	
	#container {
		position: relative;
		width: 80%;
		min-width: 480px;
		max-width: 800px;
		height: 700px;
		margin: 20px auto 0px auto;
		background-size: 100%;
	}
	
	#body_container_home {
		width: 100%;
		margin: 10px 0px 0px 0px;
		overflow: hidden;
		border-top: none;
		z-index: 10;
	}
	
	#body_container {
		width: 100%;
		margin: 0px 0px 0px 0px;
		overflow: hidden;
		border-top: 1px solid #aa030f;
		border-bottom: 1px solid #aa030f;
		padding: 40px 0px 40px 0px;
		z-index: 10;
	}
	
	.bgimgclass {
		width: 100%;
		min-width: 500px;
		height: auto;
	}
	
	.bgimgclass2 {
		width: 100%;
		min-width: 500px;
		height: auto;
	}
		
	#imgcontentdiv {
		position: relative;
		float: left;
		width: 40%;
		height: 400px;
		margin: 0 0 0 0;
		overflow: hidden;
		z-index: 100;
	}
	
	#imgcontentdivworks {
		display: none;
	}
	
	.leftimage {
		height: 400px;
		width: 400px;
		margin-left: -30px;
	}
	
	.leftimagevert {
		height: 480px;
		width: 320px;
		margin-left: -30px;
	}
	
	#underconstructiondiv {
		position: relative;
		width: 100%;
		margin: 0px auto 0px auto;
	}
	
	.underconstructionimg {
		width: 100%;
		height: 100%;
		margin-bottom: 30px;
	}
	
	#bodycontentdiv {
		position: relative;
		float: right;
		width: 59%;
		margin: 0 0 0 0;
	}
	
	#bodycontentdivfull {
		position: relative;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	#bodycontentdivworks {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	#innercontent {
		width: 85%;
		margin: 0px auto 40px auto;
	}
	
	#innercontentfull {
		width: 100%;
		margin: 0px auto 20px auto;
	}
	
	#innercontentworks {
		width: 100%;
		margin: 0px auto 40px auto;
	}
	
	#logofaded {
		display: none;
	}
	
	#quote {
		position: absolute;
		bottom: 40px;
		right: 10%;
		background-image: url(../images/dkred80.png);
		padding: 20px;
		z-index: 100;
	}
	
	#topgrad {
		position: absolute;
		top: 160px;
		right: 10%;
		width: 60%;
		z-index: 200;
	}
	
	#bottomgrad {
		position: absolute;
		top: 620px;
		right: 10%;
		width: 60%;
		z-index: 200;
	}
	
	.gradimg {
		width: 100%;
	}
	
	.programnotes {
			position: relative;
			width: 76%;
			border: 1px solid #1680BA;
			background-color: #fff;
			padding: 40px;
			margin-top: 24px;
			z-index: 200;
			display: none;
		}

/*====================================
			START NAV STYLES
====================================*/

#menubtn {
	position: absolute;
	top: 74px;
	right: 0px;
	width: 60px;
	height: 28px;
	background-color: #8b8b8b;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	display: block;
}

#menubtnsmall {
	position: static;
	top: none;
	right: none;
	width: 60px;
	height: 28px;
	background-color: #8b8b8b;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	display: none;
}

#nav_container {
	position: absolute;
	top: 30px;
	right: 0px;
	left: initial;
	width: 180px;
	float: none;
	display: none;
	z-index: 100;
	background-color: #8b8b8b;
}

#nav_container_mobile {
	position: absolute;
	top: 106px;
	right: 0px;
	left: initial;
	width: 180px;
	float: none;
	display: none;
	z-index: 200;
	background-color: #8b8b8b;
}

.navitems {
	float: none;
	width: 160px;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 18px 20px;
	border-bottom: 1px solid #fff;
}

.navitems:hover {
	color: #000;
}

.navitemswithsub {
	float: none;
	width: 160px;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 8px 20px;
	border-bottom: none;
}

.navitemswithsub:hover {
	color: #000;
}

.indicator {
	float: right;
	width: 10px;
	display: none;
}

#subnav_container {
	position: relative;
	top: auto;
	right: auto;
	display: none;
	z-index: 1000;
	padding: 0px;
}

#subnav_inner {
	background-color: none;
	padding: 0px;
	border: none;
	box-shadow:none;
	z-index: 1001;
}

#subitems {
	font-family: NexaSlabBold, helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #fff;
	padding: 5px 14px 5px 34px;
	border-bottom: 1px dotted #fff;
	background-color: #adadad;
	text-align: left;
	cursor: pointer;
}

#subitems:hover {
	font-family: NexaSlabBold, helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #fff;
	padding: 5px 14px 5px 34px;
	border-bottom: 1px dotted #fff;
	background-color: #aa030f;
	text-align: left;
	cursor: pointer;
}



/*====================================
			END NAV STYLES
====================================*/

/*====================================
			START ENGAGEMENTS STYLES
====================================*/

#caldiv {
	width: 100%;
}

.calyear {
	width: 100%;
	margin: 36px 0px 12px 0px;
}

.calrows {
 width: 100%;
 border-bottom: 1px solid #adadad;
}

.datecells {
	float: left;
	width: 15%;
	padding: 12px 0px 12px 0px;
}

.infocells {
	float: left;
	width: 48%;
	padding: 12px 20px 12px 20px;
}

.locationcells {
	float: left;
	width: 25%;
	padding: 12px 0px 12px 0px;
}

.engagement_head_small {
	display: none;
}

/*====================================
			END ENGAGEMENTS STYLES
====================================*/


/*=============================
	START AUDIO
=============================*/

#grayout {
	position: fixed;
	top: 200px;
	left: 50%;
	width: 350px;
	height: 115px;
	margin-left: -175px;
	background-color: rgba(169, 3, 14, 1.0);
	padding-bottom: 20px;
	box-shadow: 0px 0px 20px #888888;
	border-radius:10px;
	display: none;
	z-index: 200;
}

#audioDiv {
	margin: 25px 25px 25px 25px;
}

#closeBox {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../images/close.png);
	background-size:30px 30px;
	text-align: center;
	background-color: rgba(130, 136, 49, 1.0);
	box-shadow: 0px 0px 20px #888888;
	border-radius:15px;
	cursor: pointer;
	z-index: 100;
}

audio {
	width: 300px;
	background-color: rgba(255, 255, 255, 1.0);
	border-radius:5px;
}

p.audiotext {
	margin-top: 12px;
	width: 300px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

/*=============================
	END AUDIO
=============================*/

/*====================================
			START CONTACT STYLES
====================================*/

#formcell {
	width: 90%;
	margin: 12px 0px 0px 0px;
}

.formtext {
	float: left;
	width: 110px;
	height: 24px;
	text-align: left;
	margin: 24px 12px 0px 0px;
}

.formfield {
	float: right;
	width: 100%;
	height: 24px;
	margin: 0px 0px 0px 0px;
}

.formareafield {
	float: right;
	width: 100%;
	height: 74px;
	margin: 0px 0px 0px 0px;
}

.textfields {
	width: 100%;
	height: 24px;
	padding-left: 12px;
	border: 1px solid #acacac;
	border-radius: 6px;
}

.textareafield {
	width: 100%;
	height: 74px;
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #acacac;
	border-radius: 6px;
}

.submitbtn {
	float: right;
	width: 100%;
	height: 24px;
	margin: -24px 0px 24px 0px;
}

/*====================================
			END CONTACT STYLES
====================================*/


#footerhome {
		width: 100%;
		min-width: 480px;
		max-width: 800px;
		height: 130px;
		font-family: century gothic, arial, verdana, sans-serif;
		font-size: 14px;
		letter-spacing: 0.02em;
		color: #9a9a9a;
		margin: 20px auto 0px auto;
		padding-top: 20px;
		border-top: none;
	}
	
#footer {
		width: 100%;
		min-width: 480px;
		max-width: 800px;
		height: 130px;
		font-family: NexaSlab-Light, arial, verdana, sans-serif;
		font-size: 14px;
		letter-spacing: 0.02em;
		color: #efbb55;
		margin: 40px auto 0px auto;
		border-top: none;
	}
	
#footercontainerlarge {
		text-align: center;
		display: none;
	}
	
#footercontainermedium {
		text-align: center;
		display: block;
	}
	
#footercontainersmall {
		text-align: center;
		display: none;
	}
	
	#footerleft {
		position: relative;
		float: left;
		width: 32%;
		margin: 20px 0 0 10%;
	}
	
	#footerright {
		position: relative;
		float: right;
		width: 44%;
		margin: 20px 10% 0 0;
		text-align: right;
	}

.logoimg {
	margin-left: 10px;
}