@charset "utf-8";

/*div, a, ul { behavior: url(iepngfix.htc); }*/

html,body
{
	margin: 0;
	padding: 0;
	background-color: #F9F9F2;
	/* #F7F7EE; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img.bioPic
{
	padding: 3px;
	border: solid 2px #ccc;
}

.preload
{
	background-color: #CCCCCC;
	width: 420px;
	height: 82px;
	position: absolute;
	top: 0px;
	left: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
}

.clear
{
	clear: both;
}

#container {
	margin: 0em auto;
	width: 900px;
	text-align: center;
	z-index: 1;
}

#headerContainer {
	position: relative;
	width: 900px;
	margin-bottom: 30px;
}

#header {
	border-bottom: solid 5px #192E5A;
	margin-bottom: 10px;
}

/* border-bottom: solid 5px #192E5A; */

#headerImage {
	width: 860px;
	height: 228px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/media/images/MainBanner.png);
}

#headerMenu
{
	position: absolute;
	top: 100px;
	left: 480px;
}

#headerMenu li
{
	display: inline;
	width: 77px;
	height: 37px;
}

#headerMenu a
{
	display: block;
	float: left;
	color: #CD7979;
	text-decoration: none;
	font-weight: bold;
	width: 80px;
	height: 37px;
	margin: 0px;
}

#headerMenu a:hover
{
	color: #fff;
	background-image: url(/media/images/menubutton.gif);
	background-repeat: no-repeat;
}

#headerMenu a div
{
	padding-top: 8px;
}

#leftColumnContainer
{
	float: left;
	width: 280px;
}

#contentContainer
{
	float: left;
	width: 620px;
	margin-bottom: -80px;
}

#leftColumn
{
	margin: 0 10px 0 30px;
}

.leftBarHeadline
{
	background-image: url(/media/images/leftbar_title.png);
	background-repeat: no-repeat;
	font-size: .9em;
	height: 26px;
	width: 204px;
	text-align: left;
	margin-bottom: 10px;
}

.leftBarHeadline h4
{
	padding-top: 5px;
	margin: 0 0 0 20px;
	color: #192E5A;
}

a.event
{
	display: block;
	border-top: dashed 1px #99AFD4;
	background-color: #e6e9ee;
	padding: 14px;
	text-align: left;
	text-decoration: none;
	color: #777;
}

a.event h6
{
	font-weight:normal;
}

a.event:hover
{
	background-color:#FFFFFF;
	color: #192E5A;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0px;
}

#events
{
	border-bottom: dashed 1px #99AFD4;
}

#alumniContainer
{
	margin-bottom: 50px;
}

#eventContainer
{
	margin-bottom: 50px;
}

.ensemblePic
{
	float: left;
	padding: 2px;
	margin: 2px;
	border: solid 1px #CCC;
}

#content
{
	margin: 0 30px 0 10px;
	text-align: left;
}

.contentHeader
{
	color: #192E5A;
	text-align: left;
	background-image: url(/media/images/news_title.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 300px;
	font-size: .9em;
	margin-bottom: 10px;
}

.contentHeader h4
{
	padding: 15px 0 0 20px;
}

.contentArticle dd
{
    padding: 2px 0 2px 0;
    font-size: 1em;
}
.contentArticle dd p
{
    font-size: 1em;
    padding: 1px 0 1px 0;
}

.contentArticle p,
.contentArticle li
{
	font-size: .9em;
}

.contentArticle ul
{
    padding-left: 40px;
}

.contentArticle p
{
    padding: 2px 5px 2px 5px;
}

.contentArticle
{
	padding: 5px 30px 10px 30px;
	border-top: dotted 2px #a6badd;
}

.contentArticle h1,
.contentArticle h2
{
	color: #a6badd;
    padding: 2px 0 2px 0;
}


.contentArticle h3,
.contentArticle h4,
.contentArticle h5,
.contentArticle h6
{
    color: #6b80a6;
    padding: 2px 0 2px 0;
}

.contentArticle h1
{
	font-size: 1.95em;
    letter-spacing: -2px;
}


#bannerContainer 
{
	border: solid 1px #999999;
}

#banner
{
	margin: 5px;
	width: 888px;
	height: 180px;
	background-image: url(/media/images/new_goofy.jpg);
	background-repeat: no-repeat;
}

#circleOnMic
{
	margin: 0 auto;
	width: 115px;
	height: 89px;
	background-image: url(/media/images/circleonmic.gif);
}

#footerContainer
{
	clear:both;
	font-size: .7em;
	color: #d8dff0;
	text-align: center;
}

#footer
{
	text-align: center;
	margin: 0em auto;
}

#footerImage
{
	background-image: url(/media/images/footer.png);
	width: 820px;
	height: 165px;
	margin: 0 auto;
}


#footerContent
{
	background-color: #192E5A;
	padding: 3px 0 3px 0;
}

#footerMenu
{
	float: left;
	margin-left: 30px;
	width: 390px;
	text-align: left;
}

#footerMenu li
{
    float: left;
    list-style: none;
    margin: 0 3px 0 3px;
}

#footerMenu a
{
    color: #fff;
}

#footerCopyright
{
	float: left;
	margin-right: 10px;
	width: 440px;
	text-align: right;
}

/* Ensemble Members Page */

#ensembleMembersContainer
{
	padding: 5px 30px 10px 30px;
}

.ensembleMembers a img
{
	border: 0px;
}

.ensembleMembers a
{
	color: #000;
}

ul.ensembleMembers
{
    padding: 0px;
}

.ensembleMembers li
{
	display: block;
	float: left;
	padding: 5px;
	margin: 3px;
	border: solid 1px #ccc;
    font-size: 1em;
}

.ensembleMembers p
{
	text-align: center;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

dl
{
	font-size: .9em;
}

dt
{
	font-weight: bold;
	color: #000000;
	opacity: 1.0;
}

dt.founder
{
	text-decoration: underline;
	font-style:italic;
	padding-bottom: 5px;
}

div#memberLeft
{
	background-image: url(/media/images/test.png);
	width: 245px;
	height: 593px;
}

/* About */

.ensemblePic img
{
    border: 0;
}

.newsStory img
{
    padding: 2px;
    border: solid 1px #CCC;
}
