@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	color:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}


#contain{
	margin: 0 auto;
	width:100%;
	padding: 0;
	border: 0;
}

#top-container {
	margin:0 auto;
	width:100%;
	background-color:#FFF;
	}

#top-wrapper {
	width:777px;
	padding:9px 0 0 0;
	background-color: #FFF;
	text-align:right;
	color: #000;
	margin: 0 auto;
	}


#wrapper {
	position: relative;
	width: 777px;
	margin: 0 auto;
	margin-top:4px;
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
	}

#wrapper-inside {
	position:relative;
	border:solid 1px #206C49;
	background: url(images/bkgrnd.gif) repeat-y;
	}	


#header {
	width:775px;
	height:83px;
	border-bottom:solid #206C49 1px;
	}

#sidenav {
	float:left;
	width:160px;
	}
	
#main-area {
	float:right;
	margin-left:5px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:40px;
	width:583px;
	background-color:#FFFFFF;
	color:#000000;
	}

#subhead {
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin-bottom:16px;
	color:#206C49;
	padding-top:10px;
	clear:left;
	}

#main-content {
	clear:left;
	font-size:13px;
	line-height: 1.4em;
	}

#footer {
	height:24px;
	margin-top:6px;
	margin-left:12px;
	text-align:left;
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
	}
#footer .pagelink {
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:none;
	}

.clear {
	clear:both;
	}
	
#clear {
	clear: both;
	}

.bold-green {
	font-weight:bold;
	color:#206C49;
	background-color:#FFFFFF;
	}
.bold-ltgreen {
	font-weight:bold;
	color:#70A489;
	background-color:#FFFFFF;
	}
.bold-blue {
	font-weight:bold;
	color:#589199;
	background-color:#FFFFFF;
	}
.pagelink {
	color:#6C6F70;
	background-color:#FFFFFF;
	text-decoration:underline;
	}


a img { border:0 }
img { border:0 }

/*home page styles*/



.welcome {
	width:583px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
	color:#206C49;
	background-color:#FFFFFF;
	}
	
.photo1, .photo2, .photo3 {
	margin-right:4px;
	width:140px;
	height:160px;
	float:left;
	border:solid 1px #206C49;
	}

.photo4 {
	float:left;
	width:140px;
	height:160px;
	border:solid 1px #206C49;
	}

.word1, .word2, .word3 {
	margin-right:4px;
	width:142px;
	float:left;
	}

.word4 {
	width:142px;
	float:left;
	}

.welcome-text {
	width:580px;
	text-align:left;
	color:#82786F;
	background-color:#FFFFFF;
	line-height:1.5em;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	}

.welcome-events-text-left {
	width:500px;
	float:left;
	margin-right:10px;
	}

.welcome-events-image-right {
	width:50px;
	float:left;
	margin-bottom: 10px;
	}
	

.welcome-events {
	float:left;
	clear:left;
	width:580px;
	border:solid 1px #206C49;
	}

.welcome-events-title {
	width:580px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:14px;
	background-color:#206C49;
	color:#FFFFFF;
	}

.welcome-events-text {
	padding:10px;
	}

.welcome-event-date {
	color:#82786F;
	font-size:14px;
	margin-bottom:5px;
	font-weight: normal;
	margin-top: 7px;
	line-height: 1.4em;
	width: 500px;
	}

.welcome-event-name {
	color:#206C49;
	font-size:16px;
	margin-top: 14px;
	font-weight: bold;
	}

.welcome-event-description {
	color:#000;
	background-color:#FFFFFF;
	line-height:1.5em;
	font-size:12px;
	margin-bottom:7px;
	}

/* course list styles */

#course-listings {
	position:relative;
	}

.geninfo {
	position:relative;
	margin-top:4px;
	padding-bottom:8px;
	border-bottom: dotted 1px #999999;
	font-size:14px;
	}

.classname {
	float:left;
	color:#206C49;
	background-color:#FFFFFF;
	font-weight:bold
	}

.classinstructor {
	float:left;
	color:#6A8A7F;
	background-color:#FFFFFF;
	font-weight:bold;
	
	}

.classRunDates,.classMeets {
	float:right;
	color:#766A65;
	background-color:#FFFFFF;
	}

#course-listings a {
	float:left;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:underline;
	margin-top:4px;
	}

#course-listings a:hover, a:active, a:focus {
	color: #589199;
	}
	
#upcoming-courses {
	padding-top:8px;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	}
	
/* course styles */

.course-photo {
	float:left;
	margin-top:8px;
	margin-right:12px;
	margin-bottom:10px;
	border:solid 1px #206C49;
	width:201px;
	}

.course-detail-information {
	float:right;
	width:360px;
	margin-top:8px;
	}


.course-detail-name {
	font-size:20px;
	color:#206C49;
	background-color:#FFFFFF;
	}
	
.course-detail-instructor {
	font-size:16px;
	color:#6A8A7F;
	background-color:#FFFFFF;
	margin-bottom:7px;
	}
	
.course-detail-location, .course-detail-meets, .course-detail-students {
	color:#766A62;
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	
	}

.course-detail-students {
	margin-bottom:7px;
	}

.course-detail-starts, .course-detail-ends {
	color:#616365;
	background-color:#FFFFFF;
	font-weight:bold;
	}

.course-detail-ends {
	margin-bottom:7px;
	}

.course-detail-explanation {
	margin-bottom:10px;
	}

/* event type styles */

#event-types {
	position:relative;
	}

.event-type-area {
	position:relative;
	margin-top:6px;
	padding-bottom:8px;
	border-bottom:dotted 1px #999999;
	}

.event-type-name {
	float:left;
	width:580px;
	font-size:14px;
	color:#206C49;
	background-color:#FFFFFF;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:1px;
	}

.event-type-description {
	float:left;
	clear:left;
	margin-bottom:2px;
	}

#event-types a {
	float:left;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:underline;
	}
#event-types a:hover, #event-types a:active, #event-types a:focus {
	color:#589199;
	background-color:#FFFFFF;
	}



/* event styles */	

#events {
	position:relative;
	}
	
.event-area	{
	position:relative;
	margin-top:6px;
	padding-bottom:8px;
	border-bottom: dotted 1px #999999;
	font-size:14px;
	}

.event-image {
	float:left;
	margin-top:4px;
	margin-right:12px;
	margin-bottom:10px;
	border:solid 1px #206C49;
	width:200px;
	}
	
.event-info {
	float:right;
	width:360px;
	margin-top:8px;
	}
	
.event-name {
	font-size:18px;
	color:#206C49;
	background-color:#FFFFFF;
	}

.event-date {
	clear:left;
	font-weight:bold;
	color:#6A8A7F;
	background-color:#FFFFFF;
	margin-bottom:5px;
	}

.event-location, .event-time {
	font-weight:bold;
	color:#666666;
	background-color:#FFFFFF;
	}

.event-time {
	margin-bottom:5px;
	}

.event-description {
	color:#000000;
	background-color:#FFFFFF;
	text-align:justify;
	}
	
/* instructor styles */

#instructors {
	position:relative;
	}

.instructor-area {
	position:relative;
	margin-top:6px;
	padding-bottom:8px;
	border-bottom:dotted 1px #999999;
	}

.instructor-name {
	float:left;
	font-size:14px;
	color:#206C49;
	background-color:#FFFFFF;
	font-weight:bold;
	margin-top:8px;
	}

.instructor-description {
	float:left;
	margin-bottom:2px;
	}

/* contact styles */

.contact-picture {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:solid 1px #206C49;
	}

.contact-info {
	float:right;
	}

/* news styles */

#news-pic-area {
	float:right;
	width:265px;
	}
	
.news-banner {
	float:right;
	clear:right;
	width:255px;
	height:22px;
	padding:4px;
	margin-top:8px;
	margin-bottom:1px;
	background:#206C49;
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	}
	
.news-photo {
	float:right;
	clear:right;
	margin-bottom:6px;
	margin-left:18px;
	width:261px;
	border:solid 1px #206C49;
	}

.news-list {
	float:left;
	margin-right:8px;
	margin-top:8px;
	}

.news-caption {
	float:right;
	clear:right;
	margin-left:18px;
	margin-bottom:10px;
	text-align:right;
	color:#666666;
	background-color:#FFFFFF;
	width:261px;
	}

/* history styles */
.history-photo1 {
	float:right;
	margin-top:8px;
	margin-left:12px;
	margin-bottom:3px;
	border: solid 1px #206C49;
	}
.history-caption1 {
	float:right;
	clear:right;
	padding-left:12px;
	padding-bottom:3px;
	width:230px;
	color:#666666;
	background-color:#FFFFFF;
	text-align:right;
	}

.history-photo2 {
	float:left;
	margin-top:6px;
	margin-right:12px;
	margin-bottom:3px;
	border: solid 1px #206C49;
	}
.history-caption2 {
	float:left;
	clear:left;
	padding-right:12px;
	padding-bottom:3px;
	width:230px;
	color:#666666;
	background-color:#FFFFFF;
	text-align:left;
	}

/* support styles */
.support-photo1, .support-photo2 {
	float:left;
	margin-right:8px;
	margin-bottom:5px;
	border:solid 1px #206C49;
	}

.support-photo3 {
	float:left;
	margin-bottom:5px;
	border:solid 1px #206C49;
	clear:right;
	}

/* classroom styles */

.classroom-list {
	line-height:1.5em;
	}


.paypal {
	float:right;
	margin-right:10px;
	margin-top: 1px;
	}

.facebook {
	float:right;
	clear: right;
	}

.welcome-continued-conversations {
	color:#000;
	}

.welcome-continued-conversationsText {
	color:#000;
	}

