/* CSS Document */
body {
	background-color: #E5D6F5;
	margin: 0;
	font-size: 0.95em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #2d1349;
}

#printHead {
	display: none;
}

img {border: 0;}

h1 {
	padding-top: 1em;
}

#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #e4d6f4;
	border: 1px solid #003e00;
	line-height: 130%;
}

#banner {
	margin: 0;
	background-color: blue;
	text-align: left;
}

/* Top nav */

#banner {
	margin: 0;
	background-image:url(images/topBanner.png);
	text-align: left;
}

p.photoAckn {
	font-size: x-small;
	text-align: right;
	margin: 0;
	padding: 0;
}

#topNav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #6300CE;
	border-top-color: #6300CE;
	border-top-style: solid;
	border-top-width: .15em;
	text-align: center;
	vertical-align: top;
	line-height: 2em;
}

div#superfishContainer {
	width: 68%;
	margin: 0 auto;
	text-align: center;
}

/* #topNav ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}

#topNav ul a {
	display: inline;
	text-decoration: none;
	color: white;
	font-size: .9em;
	font-weight: bold;
}

#topNav li, #topNav li.smallTopNav {
	display: inline;
	background-color: #6300CE;
	padding: 0 .25em;
	text-align: center;
}

#topNav a.smallTopNav {
	padding-right: .3em;
}

*/

.rightFloat {
	width: 138px;
	float: right;
	clear: left;
	padding: 0 1.5em 1.5em 0;
	vertical-align: text-bottom;
}

dl dt {
	text-align: left;
	padding-left: .5em;
	margin: 1em;
	
}

dl dd ul {
	display: inline;
	text-decoration: none;
}

dl dd ul li {
	display: inline;
	width: 50px;
	height: 50px;
}

dl dd ul li a {
	text-decoration: 0;
	border: 0;
}

.leftFloat {
	width: 138px;
	float: left;
	clear: right;
	padding: 0 1.5em 1.5em 0;
	vertical-align: text-bottom;
}

#mainBody {
	text-align: left;
	vertical-align: top;
	padding: 0 1.5em 1.5em 1.5em;
}

div.padder { 
	padding: 0 .05em .05em 0; 
}

#header { 
	position: relative; 
	width: 100%; 
	height: 70px; 
	background-color: #D6EAC5;
	text-align: left; 
	margin: 0px 0px 15px 0px; 
	white-space: nowrap;
}

#content { 
	position: relative;
	text-align: left;
	vertical-align: top;
	height: auto; 
	width: 100%;
	white-space: nowrap;
}

#footer { 
	position: relative; 
	height: 40px; 
	margin: 4px 2% 0px 2%; 
	padding-top: 4px; 
	border-top: 1px solid #EADDC5;
}

/* Begin Columns CSS only*/

#mainWrapper {
	background: white;
}

#mainWrapper p {
	line-height: 1.75em;
}

#mainWrapper blockquote {
	width: 70%;
	margin: 0 auto;
}

.quote_author {
	text-align: right;
	padding-right: 10em;
}

#mainRight {
	width: 24%;
	float: left;
	background: #fff;
	padding-bottom:10px;
	text-align: center;
}
	
#mainCenter {
	width: 60%;
	float:left;
	background:#fff;
	padding: 0 1em 0 1em;
	text-align: left;
}
	
#mainLeft {
	width: 15%;
	float: left;
	background: #fff;
	padding-bottom:10px;
	text-align: left;
	font-size: .7em;
}

#mainCenter h1, #mainRight h1 {
	font-size: 1.0em;
	text-align: left;
}

#mainCenter h2, #mainRight h2 {
	font-size: .95em;
}

#mainCenter p, #mainRight p {
	font-size: 0.85em;
}

#mainCenter h3, #mainRight h3 {
	font-size: .87em;
	font-style: italic;
	font-weight: normal;
}

table#schedule {
	width: 80%;
	font-size: .8em;
	text-align: center;
	border-collapse: collapse;
	background-color: white;
}

table#schedule td, th {
	border: 1px solid black;
}

th.dayHeader {
	padding: 0 .25em 0 .25em;
}

table#schedule th {
	font-weight: bold;
	font-size: .75em;
}

#tableCenter {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#tableCenter tfoot {
	text-align: left;
}

/*  End Three Column Layout, Better Css  */
#leftNav ul {
	list-style: none;
}
#leftNav ul li {
	margin-left: 1em;
}

#leftNav ul li ul {
	text-indent: 1em;
}

ul.studio {
	display: none;
}

ul.studioShow {
	display: block;
}

/* Begin Testimonials */

div#testimonials h1 {
	text-align: center;
}

div#testimonials blockquote span.bqstart {
	float: left;
	display: block;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #6300CE;
}

div#testimonials blockquote span.bqend {
	float: right;
	display: block;
	height: 25px;
	margin-top: 0px;
	padding-top: 45px;
	font-size: 700%;
	color: #6300CE;
}

div#testimonials br {
	clear: both;
	margin: 2em;
}

/* End Testimonials */
