@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	margin: 0 5%;
	padding: 0px;
	background-image: none;
}
a {
	color: #266D94;
	text-decoration: none;
}
a:hover {
	color: #1BA5BE;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #847661;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DFDFDF;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
blockquote {
	background-image: url(../images/a/quote-alternate.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
	padding-left: 35px;
	margin-top: 10px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #828282;
	line-height: 21px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
img.left {
	float: left;
	margin-right: 14px;
}
a img.map {
	border: 6px solid #ECE9DF;
}
a img.map:hover {
	border-top-color: #DEDBD2;
	border-right-color: #DEDBD2;
	border-bottom-color: #DEDBD2;
	border-left-color: #DEDBD2;
}
#page {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#container {
	width: auto;
	margin: 0 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 68px;
	background-image: none;
}
#header #logo {
	padding: 0px;
	margin: 0px;
	height: 68px;
	width: 232px;
	position: absolute;
}
#header #topnav {
	display: none;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#banner {
	display: none;
}
#navcontainer {
	display: none;
}
#search {
	display: none;
}
#navbox {
	display: none;
}
#colwrap {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	min-height: 400px;
}
#col-sidebar {
	display: none;
}
#col-main {
	width: 90%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#col-xtra {
	display: none;
}
.content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#footwrap {
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer #left {
	display: none;
}
#footer #right {
	text-align: center;
	padding: 5px;
}
.credits {
	font-size: 8px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	display: none;
}
.credits a {
	color: #666666;
	text-decoration: none;
}
.credits a:hover {
	color: #333333;
	text-decoration: none;
}
.more {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666666;
}
.new {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	color: #868686;
	letter-spacing: .08em;
}
.info {
	background-color: #FFFCE0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC99;
	border-bottom-color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-image: url(../images/a/alert.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
	display: block;
}
.info a {
	color: #0066CC;
}
.lessonlinks {
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	display: block;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
table.all-lessons td {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
tr.lessonlist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
tr.lessonlist:hover {
	background-color: #E6FCFF;
}
.speaker {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
a.pdf {
	background-image: url(../images/a/file_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin: 0px;
}
a.mp3 {
	background-image: url(../images/a/mp3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.description {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
div#breadcrumbs {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666666;
}
div#breadcrumbs a {
	color: #999999;
}
div#breadcrumbs a:hover {
	color: #006699;
	text-decoration: underline;
}
div#news {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2EFF2;
	border-right-color: #E2EFF2;
	border-bottom-color: #E2EFF2;
	border-left-color: #E2EFF2;
}
div.sortbox {
	padding: 6px;
	background-color: #EFFCFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4E0E3;
	color: #666666;
	margin-top: 15px;
}
div.sortbox a {
	color: #266D94;
	font-size: 11px;
}
fieldset {
	padding: 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FBFBFB;
}
legend {
	padding: 4px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
fieldset.news {
	background-color: #F9FFFF;
	border: 1px solid #D3F0FF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
fieldset.news legend {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #D3F0FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}

input#anti-spam {
	display: none;
}

/* ACCORDION
   ---------------------------------------------------------------- */
.accordion {
	width: 600px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DCCA;
}
.accordion h4 {
	margin: 0px;
	cursor: pointer;
	background-image: url(../images/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.accordion h4:hover {
	color:#0099FF;
}
.accordion h4.active {
	background-position: right 5px;
	color: #0066CC;
}
.accordion p {
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
/* ---------------------------------------------------------------- */

/* LIST STYLES
   ---------------------------------------------------------------- */
ul {
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
}
li {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
ol {
	margin-left: 20px;
}
ol#dir-lists {
}
ol#dir-lists li {
	padding-top: 4px;
	padding-bottom: 4px;
}
ul.event {
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.event li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/a/icon-cal.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
ul.event li a {
	display: block;
	padding-left: 27px;
}
ul.event li a:hover {
	text-decoration: none;
}
ul.lesson {
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.lesson li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/a/mp3.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
ul.lesson li a {
	display: block;
	padding-left: 27px;
}
ul.lesson li a:hover {
	text-decoration: none;
}
ul.news {
	list-style-type: circle;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
ul.news li {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.checkmarks {
	list-style-type: none;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FDFDFD;
	border: 1px dotted #CCCCCC;
}
ul.checkmarks li {
	background-image: url(../images/a/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}
ul.checkmarks li a {
	color: #999999;
}
ul.list-pdf li, li.list-pdf {
	background: transparent url(../images/a/file_pdf.gif) no-repeat 0 .2em !important;
	list-style-type: none;
	padding-left: 20px;
	}
div#col-xtra ul.list-pdf {
	margin-left: 0px;
}
ul.list-pdf {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list-pdf li {
	margin-bottom: 2px;
}
ul.list-word li, li.list-word {
	background: transparent url(../images/a/file_word.gif) no-repeat 0px 0.2em!important;
	list-style-type: none;
	padding-left: 20px;
	}
ul.list-word {
	margin: 0px;
	padding: 0px;
}
ul.list-rss li, li.list-rss {
	background: transparent url(../images/a/rss.png) no-repeat 0 .2em !important;
	list-style-type: none;
	padding-left: 20px;
	}
ul.list-rss {
	margin: 0px;
	padding: 0px;
}
ul.list-rss li {
	margin-bottom: 2px;
}
ul.list-tools li, li.list-tools {
	background: transparent url(../images/a/bullet.gif) no-repeat 0 .2em !important;
	list-style-type: none;
	padding-left: 20px;
	}
ul.list-tools {
	margin: 0px;
	padding: 0px;
}
ul.list-tools li {
	margin-bottom: 2px;
}
ul.list-alert li, li.list-alert {
	background: transparent url(../images/a/alert.gif) no-repeat 0 .2em !important;
	list-style-type: none;
	padding-left: 20px;
	}
ul.list-alert {
	margin: 0px;
	padding: 0px;
}
ul.list-alert li {
	margin-bottom: 2px;
}
/* ---------------------------------------------------------------- */
