@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #180338;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF2EA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFF2EA;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-bottom: 10px;/*	border-bottom: solid 1px #aaa;
*/}
#leftContent {
	float: left;
	margin: 0 20px 20px 20px;
}
#mainContent {
	border-left: solid 1px #aaa;
	float:right;
	width:600px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF2EA;
}
#calContent {
	width:820px;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF2EA;
}
#mainContent p {
	font-family:Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
}
.centerp {
	font-family:Tahoma, Geneva, sans-serif;
	color: #555;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
	text-align: center;
}
#calContent p {
	font-family:Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
}
#contactInfo p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #931859;
	padding-bottom: 20px;
}
#hoursInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #931859;
	padding-bottom: 20px;
}
#contactInfo a {
	text-decoration:none;
}
#contactInfo a:hover {
	text-decoration: underline;
}
#contactInfo a {
	color: #6f0e1e;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0 20px 0 0;
	color: #931859;
	margin: 1em 0 2em 0;
}
h2 {
	font: bold 14px copperplate, verdana, helvetica, sans-serif;
	color: #5A2C44;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	margin: 4em 0 0 0;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color:#5A2C44;
	margin: 0;
}
.imageRight {
	float: right;
	margin: 20px 0 0 20px;
	border: solid 1px #999;
}
.imageleft {
	float: left;
	margin: 20px 0 0 20px;
	border: solid 1px #999;
}
#nav-side {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	width: 180px;
}
#nav-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-side li {
	height: 3em; /*line height*/
}
#nav-side li a {
	text-decoration: none;
	display: block;
	color: #170337; /*Button Text Color*/
}
#nav-side a:visited {
	text-decoration: none;
	display: block;
	color: #170337;
	font-weight: normal;
}
#nav-side a:hover {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
}
#nav-side li a.currentPage, #nav-side li a.currentPage:hover, #nav-side li a.currentPage:active {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
	cursor: default;
}
.listindent {
	margin-left: 20px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#420224;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 0.8em;
	line-height: 1.8em;
}
#footer a {
	color: #eee;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#myAudioBar {
	padding-right: 40px;
	padding-left: 40px;
}
.highlight {
	background: #f1dfd4;
	padding: 10px 20px 10px 30px;
}

