@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; /* 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: Univers, Helvetica, Arial, sans-serif;
	background-color: #999999;
}
#wrapper {
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: auto;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
} 
.thrColFixHdr #header {
	height: 200px;
	background-image: url(../_web-assets/_new-banners/aaacc.gif);
	background-position: top;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	width: 1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
	overflow: hidden;
}
.note {
	background-color: #660066;
	width: 960px;
	padding: 10px;
	margin: auto;
	overflow: hidden;
}
.headshot {
	background-image: url(../_web-assets/index-headsot-image.jpg);
	float: left;
	height: 115px;
	width: 100px;
	margin-right: 20px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.note-title {
	background-image: url(../_web-assets/title-headers/from-the-ED.gif);
	float: left;
	height: 17px;
	width: 600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.note-content {
	font-family: Universe, Helvetica, Arial, sans-serif;
	color: #FFF;
	width: 840px;
	float: left;
	font-weight: lighter;
	font-size: 12px;
	margin: auto;
	line-height: 1.25em;
	overflow: hidden;
}
.thrColFixHdr #sidebar2 {
	margin-bottom: 20px;
	width: 610px;
	float: right;
	overflow: hidden;
}
.thrColFixHdr #mainContent {
	padding-top: 0;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 0;
	padding-right: 15px;
	width: 350px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	padding-left: 10px;
	float: left;
} 
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../_web-assets/footer-graphic-bg.gif);
	background-repeat: repeat-x;
	margin: auto;
	overflow: hidden;
} 
.thrColFixHdr #footer p {
	font-size: 10px;
	line-height: .25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#corner-graphic {
	position:absolute;
	width:25px;
	height:245px;
	z-index:1;
	background-image: url(../_web-assets/corner-graphic.gif);
	visibility: visible;
	float: right;
}
#gray-banner {
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:200px;
	z-index:4;
	background-color: #CCC;
	visibility: visible;
	float: left;
}
#pattern-banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:200px;
	z-index:3;
	background-image: url(../_web-assets/aaacc_banner-graphic.gif);
	background-repeat: repeat-x;
	float: right;
}
#primary-nav {
	background-image: url(../_web-assets/Primary-nav/primary-nav-bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 1000px;
	z-index: 7;
	position: relative;
	margin-bottom: 20px;
}
.home {
	float: left;
	height: 50px;
	width: 85px;
	margin-right: 2.5px;
}
.about-us {
	float: left;
	height: 50px;
	width: 115px;
	margin-right: 2px;
	margin-right: 2.5px;
}
.staff {
	float: left;
	height: 50px;
	width: 175px;
	margin-right: 2.5px;
}
.calendar {
	float: left;
	height: 50px;
	width: 115px;
	margin-right: 2.425px;
}
.press {
	float: left;
	height: 50px;
	width: 150px;
	margin-right: 2.425px;
}
.support {
	float: left;
	height: 50px;
	width: 230px;
	margin-right: 2.425px;
}
.contact {
	height: 50px;
	width: 115px;
	float: left;
}
#sec-nav {
	height: 35px;
	width: auto;
	font-family: Optima, Verdana, Trebuchet, sans-serif;
	line-height: 1em;
	padding-right: 10px;
}
#CTA {
	width: 350px;
	height: 75px;
	background-image: url(../_web-assets/CTA-graphic.gif);
	background-position: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.CTA-nav {
	float: right;
	height: 75px;
	width: 200px;
}
#services {
	width: auto;
	margin-right: 10px;
	font-family: Universe, Helvetica, Arial, sans-serif;
	height: auto;
	float: left;
}
.service-image {
	background-image: url(../_web-assets/image-spotlight.gif);
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
}
.gallery {
	float: left;
	width: 150px;
	height: auto;
}
.theater {
	float: left;
	height: auto;
	width: 150px;
}
.complex {
	float: left;
	height: auto;
	width: 150px;
}
.youth {
	float: left;
	height: auto;
	width: 150px;
}
.service-featured {
	height: 80px;
	width: 150px;
	color: #CCC;
	font-family: Optima, Verdana, Trebuchet, sans-serif;
}
#graphic-header {
	height: 35px;
	width: 350px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_web-assets/aaacc_graphic-header.gif);
}
#image-header {
	background-color: #333;
	height: 200px;
	width: 500px;
	margin: auto;
}
#follow-us {
	height: 100px;
	width: 200px;
	padding-right: 8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	float: left;
	margin-right: 20px;
}
#footer-nav {
	width: 740px;
	float: left;
	height: 100px;
	font-family: Universe, Helvetica, Arial, sans-serif;
	font-size: 70%;
	text-transform: uppercase;
	line-height: 0.5em;
	margin: auto;
}
.graphic-title {
	height: 50px;
	width: 332px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../_web-assets/title-headers/welcome.gif);
}
#copyright {
	padding: 10px;
	float: left;
	font-family: Universe, Helvetica, Arial, sans-serif;
	font-size: 10px;
	width: 98%;
	background-color: #999;
}
.main-content-p {
	font-family: Universe, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.25em;
}
.services-content-p {
	font-family: Universe, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	font-size: 13px;
	height: 265px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
p {
	font-family: Universe, Helvetica, Arial, sans-serif;
}
.purple-bold {
	font-family: Optima, Verdana, Trebuchet, sans-serif;
	color: #660066;
	font-weight: bold;
}
.purple-font {
	font-family: Optima, Verdana, Trebuchet, sans-serif;
	color: #660066;
	font-size: 14px;
}

