body {
	margin:0;
	padding:0;
	background-color:#E8E6D9;
}

a { 
	text-decoration:none;
	color: #B25B1B;
}

p { margin:0 0 15px 0;}

ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

ol {
	list-style:none;
	margin:0;
	padding:0 0 0 15px;
	font-style:italic;
}
	ol li {
		margin-top:5px;
	}

h1, h2, h3, h4, h5 {
	margin-top:0;
	color:#F2AE6E;
}

h2 {
	font-weight:normal;
	font-size:14px;
	background:#f1f1f1;
	padding:5px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

em {
	color:#78A9C2;
	font-style:normal;
}

	#right_column em a {
		color:#78A9C2;
	}

		#right_column em a:hover {
			color: #B25B1B;
		}

p.larger {
	font-size:14px;
	line-height:20px;
}

.highlight, a:hover {
	color: #B25B1B;
}

.highlight a:hover {
	color:#78A9C2;
}

#container {
	float:left;
	font-family: "Century Gothic", arial, verdana, sans-serif;
	background-image: url('../images/bg-blue.jpg');
	background-repeat: repeat-x;
	width:100%;
	min-height:680px;
	background-color:white;
}

#main {
	margin:0 auto 0 auto;
	width:910px;
	padding:72px 0 40px 0;
}

#main.flash {
	padding-top:0;
}

#logo {
	float:left;
	border:none;
}

#prescription {
	/*display:none;*/
	float:right;
	margin-top:20px;
}

#footer {
	float:left;
	width:100%;
	height:93px;
	background-image: url('../images/bg-brown.jpg');
	background-repeat: repeat-x;
}

.flash_rule {
	width:100%;
	height:5px;
	border-top:1px solid #e5e8cf;
}
	
.rule, .section_rule {
	float:left;
	clear:both;
	width:905px;
	height:1px;
	border-top:1px solid #e5e8cf;
	margin:10px 0 10px 0;
	padding:0;
}

.section_rule {
	margin-top:4px;
	border-color:#ffe6d2;
	width:100%;
}

.subnav {
	margin-left:10px;
}
	
	.subnav li.on a, .subnav li a:hover {
		color: #B25B1B;	
	}

	.subnav li h4 {
		margin:0;
		padding-top:10px;
	}
	
.scrollpane {
	margin-top:-10px;
	height:400px;
}

#nav {
	font-size:14px;
	float:left; /*this was originally reset by jquery after width was found*/
	width:100%;
	margin:0 0 20px 2px;
	padding:0;
}

#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
}

#nav li { /*float the main list items*/
	position: relative;
	margin: 0;
	float: left;
	display: block;
	padding-right: 24px;
}

#nav li ul {
	display: none;
	position:absolute;
	top: 14px;
	left: 0;
	padding-top: 8px;
}

#nav li a {
	color:#609aaf;
	display: block;
	padding: 0;
}

#nav li.disabled {
	display:none;
}

#nav li.on a, #nav li.on ul li.on a, #nav li.off a:hover, #nav li.on a:hover {
	color: #b0bb76;
}

#nav li.on ul a, #nav li.off ul a, .subnav li a {
	color: #609aaf;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	width: auto;
}

#nav li.on ul {
	display: block;
}

/*subnav formatting*/
#nav li.off ul a, #nav li.on ul a {
	display: block;
	color: #609aaf;
}

#section_title {
	float:left;
	clear:both;
	margin-top:40px;
}

#coming {
	margin:-10px 0 100px 0;
}

#content {
	float:left;
	clear:both;
	width:100%;
	font-size:12px;
	line-height:17px;
	color:#585858;
}

#events_column {
	float:left;
	width:300px;
	background-color:white;
	margin-right:25px;
}

#left_column {
	float:left;
	width:300px;
	background-color:white;
	margin-right:25px;
}

#left_column.alt {
	width:250px;
}

#left_column.about_us {
	width:185px;
}

	#left_column img {
		margin-bottom:15px;
	}
	
	#left_column h4 {
		color:#F2AE6E;
		font-weight:normal;
		margin-top:0px;
	}
	
	#left_column.about_us ul {
		margin-bottom:20px;
	}

#one_column {
	float:left;
	width:100%;
	background-color:white;
	min-height:400px;
}

#right_column {
	float:left;
	width:545px;
	background-color:white;
	min-height:400px;
	border-left:1px dashed #ffce89;
	padding-left:25px;
}

	#right_column a:hover {
		color:#78A9C2;
	}

#right_column.alt {
	width:595px;
}

#right_column.about_us {
	width:660px;
}

	#right_column h3 {
		margin-bottom:0px;
	}
	
	#right_column p img {
		float:left;
		margin:0 20px 20px 0px;
	}

#classes_grid {
	background-color:white;
	margin:0;
	padding:0;
}

	#classes_grid li {
		background:#f1f1f1;
		float:left;
		width:168px;
		height:18px;
		padding:4px 0 2px 0;
		margin:0 10px 10px 0;
		text-align:center;
		color:#F2AE6E;
	}
	
	#classes_grid li a {
		color:#F2AE6E;
	}
	
	#classes_grid li.disabled {
		background:white;
	}
	
	#classes_grid li.on, #classes_grid li a:hover {
		color: #B25B1B;
	}

#events {
	list-style: none;
	margin:0 0 20px 0;
	padding:0px;
	font-size:12px;
	color:#77A8C1;
	background:white;
}

	#events a {
		color:#77A8C1;
	}
	
	#events li {
		padding:5px;
	}
	#events li.even {background: #F1F1F1;}
	#events li.odd {background: white;}
	#events li.on a {color: #B25B1B;}
	#events li a:hover {color: #B25B1B;}

#right_column form {
	background-color:white;
	font-size:11px;
}

#right_column form input[type="submit"] {
	margin:12px 20px 0 0;
	float:right;
}
	
#interest_form, #info_form {
	float:left;
	background:#f1f1f1;
	margin-left:10px;
	padding:10px;
}

#signin_form {
	float: none;
	background:#f1f1f1;
	margin-left:10px;
	padding:10px;
}

#info_form {
	width:345px;
}

	#interest_form li, #info_form li {
		clear:left;
		margin-bottom:15px;
	}
		
	#interest_form h3, #info_form h3 {
		font-weight:normal;
		color:#B25B1B;
		margin:0 0 5px 0;
		float:left;
	}

	#info_form input {
		width:240px;
		margin-bottom:10px;
		float:right;
	}
	
	#info_form span {
		margin-bottom:15px;
		float:left;
	}

.bio_pic {
	float:left;
	margin-right:20px;
}

	.bio_text h1, .bio_text h2 {
		font-weight:normal;
		margin:0px;
	}
	
	.bio_text h1 {
		font-size:18px;
	}
	
	.bio_text h2 {
		font-size:15px;
		font-style:italic;
		background:none;
		padding-left:0;
	}
	
	.bio_head {
		float:left;
		background-color:white;
		width:435px;
		border-bottom:1px dashed orange;
		margin-bottom:10px;
		padding-bottom:5px;
	}
	.bio_email {
		float:right;
		background-color:white;
		width:435px;
	}
	
.dotted_rule {
	border-top:1px dashed #F2AE6E;
	width:100%;
	height:5px;
	margin:5px 0 0 0;
}

.mini_column {
	float:left;
	width:188px;
	margin:5px;
	background-color:white;
}
	.mini_column h2 {
		margin-top:10px;
	}
	.mini_column p {
		text-align:left;
	}
	
.calendar {
	width:280px;
	margin-bottom:20px; /*ie needs this */
	background:white;
}
	.calendar h1 {
		float:left;
		position:relative;
		font-weight:normal;
		font-size:14px;
		background:#f1f1f1;
		text-align:center;
		color:#CF6B31;
		width:100%;
		margin:0 0 5px 0;
		padding:3px 10px 3px 10px;
	}
	
	.calendar .left_arrow {
		position:absolute;
		top:0;
		left:0;
		width:18px;
		height:20px;
		background-image: url('../images/left_orange_arrow.gif');
		background-repeat: no-repeat;
		background-position: 10px 7px;
	}
	
	.calendar .right_arrow {
		position:absolute;
		top:0;
		right:0;
		width:18px;
		height:20px;
		background-image: url('../images/right_orange_arrow.gif');
		background-repeat: no-repeat;
		background-position: 0px 7px;
	}
	
	.calendar ul {
		float:left;
		background:#f1f1f1;
		width:100%;
		padding:10px 10px 0 10px;
		margin-bottom:20px;
	}
	
	.calendar ul li {
		float:left;
		text-align:center;
		width:34px;
		height:30px;
		margin:1px 3px 1px 3px;
	}
	
	.calendar ul li.orange, .calendar ul li a {
		color:#CF6B31;
	}
	
	.calendar ul li a:hover {
		font-weight:bold;
		cursor:pointer;
	}
	
	.calendar ul li.cal_rule {
		float:left;
		border-top:1px solid #CF6B31;
		width:100%;
		height:5px;
		margin:-10px 0 0 0;
	}

.event_item {
	margin-left:20px;
	background-color:white;
}

	.event_item h1 {
		font-weight:normal;
		font-size:14px;
		color:#78A9C2;
		background-color:#f1f1f1;
		width:495px;
		padding:5px 0 5px 30px;
		cursor:pointer;
		background-image: url('../images/right_blue_arrow.gif');
		background-repeat: no-repeat;
		background-position: 10px 8px;
	}
	
	.event_item.on h1 {
		color:#CF6B31;
		background-image: url('../images/down_blue_arrow.gif');
		background-position: 10px 10px;
	}
	
	.event_item .event_text {
		display:none;
		padding-left:20px;
	}
	
	.event_item .hover {
		background-color:#E5E5E5;
	}
	
h3 em {
	font-weight:normal;
	font-size:20px;
}

#right_column.contact {
	text-align:center;
	padding-top:50px;
	line-height:23px;
}
	#right_column.contact a {
		color:#585858;
	}
	
	#right_column.contact a:hover {
		color:#B25B1B;
	}