a:link, a:visited {
	border-bottom-width: 0px;
	color: #34AD95;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
}
body {
	font: 85%  "trebuchet ms", sans-serif;
	margin: auto;
	padding: 0px 20px 20px;
	text-align: left;
}
button {
	color: #0000FF;
	font: bold 70% "myriad condensed web", sans-serif;
	margin-left: 10px;
}
h1 {
	color: #666666;
	font: 30px "trebuchet ms", sans-serif;
}
h2 {
	color: #B5633E;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: .4em;
	text-transform: uppercase;
}
h3 {
	color: #B5633E;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
h4 {
	color: #B5633E;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: .4em;
}
h3 a:link, h3 a:visited, .selected, h2 a:link, h2 a:visited {
	color: #B5633E;
}

.title {
	letter-spacing: -0.03em;
}

.subTitle {
	letter-spacing: -0.02em;
}

.clearBoth {
	clear: both;
}

img {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
img.sidebarphoto {
	margin-top: 3em;
	width: 190px;
}
p, address, li {
	font: normal 95% "trebuchet ms", sans-serif;
	margin: 0px 0px 0.8em 0px;
}

table {
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	}
table caption {
	color: #34AD95;
	font: bold 95% "trebuchet ms", sans-serif;
	padding-bottom: .2em;
	text-transform: uppercase;
	text-align: left;
}
tr.odd {
	background: #edf3fe;
}
th {
	font: bold 95% "trebuchet ms", sans-serif;
	border-left: none;
	text-align: left;
}
td {
	font: 95% "trebuchet ms", sans-serif;
	border-left: none;
	margin: .5em 0px .5em 0px;
	padding-left: 0px;
	padding-right: 4px;
}
td.lefthead {
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: text-top;
	width: 15%;
}
ul {
	list-style-position: outside;
}
.alert {
	color: #8B0000;
	font-weight: bold;
}
.collapsed {
	display: none;
}
.description {
	margin: 0px 0px 3px 0px;
}
.event {
	border-bottom: #999999 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 20px;

}
.event td {
	border: none;
}
.eventdate {
	background: url(../images/bg_date.png) no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: sans-serif;
	font-weight: normal;
	height: 52px;
	margin-left: -50px;
	margin-top: -33px;
	text-align: center;
	width: 39px;
}
.eventdate {
	margin-top: 4px;
}
.eventdate .day {
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	padding-right: 5px;
}
.eventdate .month {
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding-right: 2px;
	padding-top: 6px;
	text-transform: uppercase;
}
.eventdate .year {
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
}
.expanded {
	display: block;
	margin-bottom: 2em;
	margin-left: 1.5em;
	}
.map {
	background: #E5E3DF;
	border: 1px solid #808080;
	color: #808080;
	display: block;
	height: 300px;
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 1em;
	width: 400px;
}
.inlinetitle {
	color: #34AD95;
	font-weight: bold;
	padding-right: 5px;
	text-transform: uppercase;
}
.location {
	font-weight: bold;
}
.minus {
	background: url(../images/minus.gif) no-repeat;
	cursor: pointer;
	padding-left: 15px;
}
.minus:hover {
	background: url(../images/minus_hover.gif) no-repeat;
	text-decoration: none;
}
.playlist {
	border: #666666 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.playlist thead {
	/*background-color: Gray;
	color: White;*/
	background-image: url(../images/horiz_bevel.png);
	background-repeat: repeat-x;
	font-size: 90%;
}
.playlist td, .playlist th {
	border-left: #D9D9D9 1px solid;
	padding: 3px 8px;
}
.plus {
	background: url(../images/plus.gif) no-repeat;
	cursor: pointer;
	margin-top: 3px;
	padding-left: 15px;
}
.plus:hover {
	background: url(../images/plus_hover.gif) no-repeat;
	text-decoration: none;
}
.register, .details {
	border-bottom: #999999 1px dotted;
	padding-bottom: 8px;
}
.section {
	padding-bottom: 10px; 
}
.section p {

	color: #333333;
	line-height: 1.2em;
}
#bottomnav {
	color: #B9B9B9;
	height: 23px;
	margin-bottom: .5em;
	margin-top: 1em;
}
#content_column {
	border-left: #BBBBBB 1px solid;
	float: left;
	line-height: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	width: 600px;
}
#footer {
	clear: both;
	display: block;
	float: left;
	font: .8em "trebuchet ms", sans-serif;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	width: 900px;
}
#footer p {
	font-size: 0.8em;
	padding-left: 45px;
}

#footerFullPage {
	clear: both;
	display: block;
	float: left;
	font: .8em "trebuchet ms", sans-serif;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	width: 600px;
}
#footerFullPage p {
	font-size: 0.8em;
	padding-left: 45px;
}

#main {
	float: right;
	width: 659px;
}
#masthead {
	background: url(../images/masthead.png) no-repeat left;
	display: block;
	height: 177px;
	margin-top: 5px;
	width: 880px;
}
/* 
   Used for top and bottom menus 
*/
#nav {
	color: #B9B9B9;
	font: 0.9em "trebuchet ms", serif;
	height: 23px;
	margin-top: -50px;
	padding-bottom: 25px;
}
#sidebar {
	float: left;
	font: 95% "trebuchet ms", sans-serif;
	padding-top: 20px;
	width: 220px;
}
#sidebar h3 {
	margin-bottom: 4px;
	margin-top: 4em;
	padding-bottom: 0px;
	padding-top: 0px;
}
#sidebar li {
	border-bottom: none;
	color: #4F4E3A;
	font-size: 1em;
	padding: 0px 0px 6px;
}
#sidebar p, address {
	line-height: 1.2em;
	margin-top: 0px;
}
#sidebar ul {
	font: 0.9em/1.5em "trebuchet ms", sans;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
}
#wrapper {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}

/* ---------------------------------- testimonials ---------------------------------- */



#testimonialContainer {
	
	margin-top: 35px;
	width: 200px;
}


.testimonials #testimonialQuote {

	background: #d1f4f8;
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #dffafd 0%, #d1f3f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dffafd), color-stop(100%,#d1f3f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dffafd 0%,#d1f3f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dffafd 0%,#d1f3f7 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dffafd 0%,#d1f3f7 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dffafd', endColorstr='#d1f3f7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dffafd 0%,#d1f3f7 100%); /* W3C */
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:15px;
	text-indent: 2em;
}

.testimonials #topParentheses {

	position: absolute;
	margin-top: -8px;
	margin-left: -30px;
}


.testimonials #quoteParagraph {
	
	color: #29a4b3;
	line-height: 160%;
	font-size: 14px;
	font-style: italic;
	position: relative;
	display: inline;
}

.testimonials #bottomParentheses {
	
	margin-left: 12px;
	margin-top: 8px;
	position: absolute; 
}


.testimonials #quotePointer {

	position: relative;
	margin-left: 15px;
	margin-top: -3px;
	width: 27px;
	height: 20px;
	background-image: url(../images/quote_speak_point.png); 
}

.testimonials #whoIsSpeaking {

	margin-top: -5px;
	margin-left: 45px;
}

.testimonials #whoIsSpeaking p{
	
	font-size: 12px;
	display: block;
	color: #666666;
}


.testimonials #testimonials div {
	padding: 23px 30px 25px 28px;
	width: 672px;
	height: 226px;
	background-repeat: no-repeat;
}

.testimonials #testimonials div.top {
	padding-top: 28px;
	background-image: url(../images/box-top.gif);
}

.testimonials #testimonials div.middle {
	background-image: url(../images/box-middle.gif);
}

.testimonials #testimonials div.bottom {
	height: 230px;
	background-image: url(../images/box-bottom.gif);
}

.testimonials #testimonials p.title {
	font-size: 2.0em;
	letter-spacing: -0.02px;
	color: #4AB5C4;
}

.testimonials #testimonials p.subTitle {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 18px;
}

.testimonials #testimonials p.quote {
	font-size: 1.2em;
	margin-bottom: 18px;
	line-height: 1.4em;
}

.testimonials #testimonials a.title {
	font-size: 1.5em;
	letter-spacing: 0px;
}


.customers blockquote {
  clear: both;
  text-align: center;
  line-height: 1.5em;
  border-left: 0;
  padding: 20px 0 0 20px;
  width: auto;
  margin-left: 10px;
  margin:0 0 20px;
}

.topQuote blockquote {
  vertical-align: middle;
  width: auto;
  padding-top: 0;
  font-size: 20px;
}

.topQuote cite {
  margin-top: -10px;
}

.topQuote blockquote:before {
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  content: url('../images/quotes-left-gray.png');
}
.topQuote blockquote:after {
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  content: url('../images/quotes-right-gray.png');
}

.bounds {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1em;
}

.col {
	margin-right: 4em;
}

.colGroup {
   overflow: hidden;
}

.colGroup .col {
	margin-top: 4ex;
	margin-bottom: 1ex;
	float: left;
	width: 32%;
}

.colOne {
	margin-top: 4ex;
	margin-bottom: 1ex;
	float: left;
	width: 65%;	
}

.author {
	text-align: right;
	font-weight: bold;
	font-size: 95%;
	letter-spacing: .1em;
	margin-right: 5em;
	margin-top: -.5em;
}

.col .quote {
	font-size: 110%;
	line-height: 1.5em;
}

.colOne .bigQuote {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 150%;
	line-height: 1.8em;
	text-align: center;
	color: #005580;
	margin: 2em;
}

article {
	text-align: left;
}
