@charset "utf-8";
/* CSS Document */
* html body {border: 0; margin: 0; padding: 0;}
html {
 height:100.1%;
}
body {
	background:#000;
	color: #110F0F;
	width:100%;
	font-family: "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
	font-size: 90%;
	line-height: 2.6ex;
	padding-bottom: 8px;
}
/********** Layout **********/
#masthead {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #F9E3F1;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	color: white;
	background-color: #999999;
}
#main-nav {
	width: 960px;
	margin: 0 auto;
	color: #F8EDF3;
}
#wrapper {
	background-color: #524D45;
	background-color: #C2C2C2;
	background-color: #E8E6E6;
	padding-bottom: 12px;
	width: 960px;
	margin: 0 auto;
}
#center-col {
	float: left;
	width: 176px;
	margin-left: 288px;
	padding:9px;
	padding-top:0px;
	/*background-color: #000000;
	background-color: #C2C2C2;*/
	color: #665142;
	font-size: 90%;
	line-height:2.4ex;
	margin-top: 16px;
}
* html #center-col {display: inline;}
#left-col {
	float: left;
	width: 266px;
	margin-left: -482px;
	padding:9px;
	padding-top:0px;
	/*background-color: #524D45;
	background-color: #C2C2C2;*/
	font-size: 90%;
	line-height:2.4ex;
	border-right-width: 4px;
	border-right-style: double;
	border-right-color: #46382F;
	margin-top: 16px;
}
#right-col {
	float: left;
	width: 445px;
	padding:0px 19px 9px 9px;
	padding-top:0px;
	/*background-color: #C2C2C2;*/
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #535353;
	margin-top: 16px;
}
#footer {
	width: 960px;
	height: 20px;
	margin: auto;
	font-size:75%;
	text-align: center;
	background-color: #272321;
	color: #F3E6EF;
	padding: 8px 0;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #582b43;
}
/********** Presentation **********/
h2, h3, h4, h5, h6, p, li {
margin:0;
padding:0;
margin-top:1ex;
margin-bottom:1ex;
font-weight:normal;
}

/***** Masthead *****/
#masthead h1 {
	margin-left: -9999px;
}
#masthead ul {}
#masthead img {}
#masthead a {}

/***** Center Column *****/
#center-col h1, #center-col h2, #center-col h3, #center-col h4, #center-col h5, #center-col h6 {
	color: #665142;
	line-height:3ex;
}
#center-col h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#center-col h1, #center-col h2 {
	color:#655041;
}
#center-col p, #center-col li{ 
	font-size:90%;
}
#center-col ul {	
	padding-left:14px;
	padding-right:14px;
	}
#center-col a {
	color:#8B0046;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-color: #8B0046;
	border-bottom-style: dotted;
}
#center-col a:hover {
	color:#000000;
	border-bottom-style: solid;
}
/***** Left Column *****/
#left-col h2 {}
#left-col p {}
#left-col ul {}
#left-col a {
color:#8B0046;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-color: #8B0046;
	border-bottom-style: dotted;
}
#left-col a:hover {
	color:#000000;
	border-bottom-style: solid;
}
#left-col img {
	border: 4px double #46382F;
	margin-bottom: 2px;
	margin-top: 10px;
}
#left-col a.no-border {
	border:none;
}
/***** Right Column *****/
#right-col h1, #right-col h2, #right-col h3  {
	color:#400000;
}
#right-col h4, #right-col h5, #right-col h6  {
	color:#5d0023;
	font-weight:bold;
}
#right-col h3  {
	margin-top:2.5ex;
}
#right-col p, #right-col li {
	color:#4E3F3D;
	font-size: 85%;
	margin-top:2ex;
}
#right-col p {
	margin-top:1ex;
	margin-bottom:2ex;
}
#right-col li {
	margin-top:1ex;
}
#right-col ul {
	padding-left:14px;
	padding-right:14px;
}
#right-col a {
	color:#8B0046;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-color: #8B0046;
	border-bottom-style: dotted;
}
#right-col a:hover {
	color:#000000;
	border-bottom-style: solid;
}
/***** Footer *****/
#footer p {}
#footer a {
	color:#983964;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-color: #983964;
	border-bottom-style: dotted;
	}
#footer a:hover {
	color:#FFFFFF;
	border-bottom-style: solid;
}
/***** Main Nav Bar *****/

#main-nav ul {
	background-color: #272321;
	color: #FFFAFF;
	float: left;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
	font-size: 86%;
	text-transform: lowercase;
	margin:0;
	padding:0;
}
#main-nav ul li { display: inline; }
#main-nav ul li a {
padding: 0.2em 1em;
background-color: #272321;

color: #F8EDF3;
text-decoration: none;
float: left;
border-right: 1px solid #F8EDF3;
}
#main-nav ul li a:hover {
	background-color: #8C8C84;
	color: #fff;
}
#main-nav ul li.active a {
	background-color: #8B0046;
	color: #fff;
}
/***** Vertical Nav List ****/
/*#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 4px double #46382F;
width: 100%;
font-family: "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
font-size: 86%;
text-transform: lowercase;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #46382F;
}
#navlist li.first {
border-top: 4px double #46382F;
}
#navlist li a { 
text-decoration: none;
color:#8B0046;
border:none;
 }
#navlist li a:hover {
	color: #fff;
	border:none;
}
#navlist li.active a {
	color: #000;
	font-weight:bold;
}*/
#sub-menu ul {
	padding-left: 0;
	padding-right:0;
	margin-left: 0;
	border-bottom: 4px double #46382F;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
	font-size: 86%;
	text-transform: lowercase;
	border-top: 4px double #46382F;
}
#sub-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #46382F;
	font-size:100%;
	font-weight: bold;
	background-color: #D5CDCA;
}
#sub-menu ul li.active {
	background-color: #FFFFFF;
}

#sub-menu ul li.first {
	border-top: 0px;

}
#sub-menu ul li a {
	text-decoration: none;
	color:#46382F;
	color:#5B493C;
	color:#6B5647;
	border:none;
 }
#sub-menu ul li a:hover {
	color: #000000;
	border:none;
}
#sub-menu ul li.active a {
	color: #8B0046;
	font-weight:bold;
}
/***** Schedule Table Syling *****/
.schedule {
	font-size: 85%;
	/*background-color: #ffffff;*/
	text-align: left;
	/*width: 560px;*/
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;*/
}
/*.schedule h2 {
	color: #7B4E8F;
	text-align: center;
	letter-spacing: .3em;
	margin: 0px;
	padding: 0px;
}
.schedule h3 {
	color: #7B4E8F;
	text-align: center;
	letter-spacing: .2em;
}
.schedule h4 {
	color: #7B4E8F;
	line-height: 18px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.schedule p {
	color: #A275B5;
	line-height: 18px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCFF;
}*/
/*.schedule table {
	border-top: 4px double #46382F;
	border-bottom: 4px double #46382F;
}*/
.schedule th {
	color: #400000;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	padding-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #46382F;
}
.schedule td {
	color: #8B0046;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #46382F;
	font-size: 12px;
	line-height: 15px;
	/*background-color: #ECECFF;*/
	padding-left: 8px;
	padding-right: 8px;
}
.schedule caption {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 8px;
	letter-spacing: .5em;
}
div.schedule tbody td a {
	font-weight:bold;
}
div.schedule tbody td.oddRow {
	color:#46382F;
}
/***** Contact Form (syles listed here for good measure - css actually gets included in form page through MODx ContactStyles) *****/
div.errors{ color:#F00; }
#EmailForm .invalidValue{ background: #FFDFDF; border:1px solid #F00; }
#EmailForm .requiredValue{ background: #FFFFDF; border:1px solid #F00; }

fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 1em 0 1em 0;  
padding: 0;
border-width: 4px;
border-style: double;
border-color: #535353;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset p{
padding: 1em 1em 0 1em;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;
border: 0 none #FFF;  
padding-left: 10em;
}
label {  
float: left;  
width: 7em;  
margin-right: 1em;
text-align: right;
}
input.text, select  {
width: 190px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:95%;
}
textarea {
width: 290px;
}
/***** Classes *****/
.clearing {clear: both; height: 0; line-height: 0; font-size: 0;}
.no-border { border:none; border-color:transparent; border-style:hidden; }
td.no-border { border:none; border-color:transparent; border-style:hidden; }
.right-column {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}
