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

body {
	background: url(../cmsimages/bg.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}
	
p {
	line-height: 17px;
	font-size: 11px;
	
	}
	
img {
	border: none;
	}
	
h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	}
	
a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.linksimple {
	color: #333;
	text-decoration: none;
	}
	
a:hover.linksimple {
	text-decoration: underline;
	}

.clear {
	clear: both;
	height: 0px;
	}
	
.center {
	text-align: center;
	}

#wrapper {
	width: 800px;
	background: #fff;
	border-left: 3px solid #dddddd;
	border-right: 3px solid #dddddd;
	padding: 0px 10px;
	margin: auto;
 	text-align: left;
	}
	
#maincontent {
	float: left;
	width: 534px;
	margin: 6px 0px 15px 0px;
	}
	
#maincontent_basic {
	float: left;
	width: 800px;
	margin: 6px 0px 15px 0px;
	}
	
#maincontentinterior {
	float: left;
	width: 524px;
	margin: 6px 0px 15px 0px;
	padding: 6px 0px 0px 10px;
	}
	
#maincontentinterior_basic {
	float: left;
	width: 790px;
	margin: 6px 0px 15px 0px;
	padding: 6px 0px 0px 10px;
	}

#maincontentinterior img {
	/* border: 5px solid #bfc5a4; */
	margin: 5px;
	}


.image_green {
	border: 5px solid #bfc5a4;
	/* margin: 5px */
	}
	
#crumbtrail {
	font-size: 10px;
	color: #666;
	margin-bottom: 15px;
	}
	
#crumbtrail a {
	color: #666;
	text-decoration: underline;
	}
	
#crumbtrail a:hover {
	text-decoration: none;
	}
	
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #f6f5ec;
	text-transform:uppercase;
	font-size: 10px;
	padding: 8px 0px 20px 0px;
	}
	
	
/* Header Styles */
	
#header {
	width: 800px;
	height: 103px;
	
	}
	
#header h1, #header h2 {
	display: none;
	}
	
#logo {
	width: 317px;
	height: 103px;
	float: left;
	background:url(../cmsimages/logo.jpg);
	}
	
#topnav {
	float: right;
	width: 400px;
	margin: 24px 0px 0px 0px;
	}
	
/*#store a {
	float: right;
	text-indent: -9999px;
	width: 84px;
	height: 25px;
	background:url(../cmsimages/store-btn.gif) no-repeat;
	display: block;
	overflow: hidden;
	}*/
	
#store a {
	float: right;
	text-indent: -9999px;
	background:url(../cmsimages/store-btn.gif) no-repeat;
	width: 84px;
	height: 25px;
	display: block;
	margin: 0px 0px 0px 2px;
	overflow: hidden;
	}

#store a:hover {
	background:url(../cmsimages/store-btnRO.gif) no-repeat;
	}

#signup a {
	float: right;
	text-indent: -9999px;
	background:url(../cmsimages/signup-btn.gif) no-repeat;
	width: 84px;
	height: 25px;
	display: block;
	margin: 0px 0px 0px 2px;
	overflow: hidden;
	}
	
#signup a:hover {
	background:url(../cmsimages/signup-btnRO.gif) no-repeat;
	}
	
#donate a {
	float: right;
	text-indent: -9999px;
	width: 84px;
	height: 25px;
	background:url(../cmsimages/donate-btn.gif) no-repeat;
	display: block;
	margin: 0px 0px 0px 2px;
	overflow: hidden;
	}

#donate a:hover {
	background:url(../cmsimages/donate-btnRO.gif) no-repeat;
	}

#search {
	color: #a7ad89;
	clear: both;
	float: right;
	margin: 12px 0px 0px 0px;
	}
	
.searchinput {
	margin: 0px;
	font-size: 11px;
	color: #333333;
	}
	

	
/* Homepage Styles */
	
#homepagefeature {
	background: #bfc5a4;
	padding: 6px;
	}
	
#aboutblurb {
	background: #d7dac3;
	margin: 6px 1px 0px 0px;
	padding: 10px 10px 17px 10px;
	width: 236px;
	height: 75px;
	float: left;
	}

#aboutblurb2 {
	background: #d7dac3;
	margin: 6px 1px 0px 0px;
	padding: 10px 10px 17px 10px;
	width: 502px;
	height: 75px;
	float: left;
	}

#bookstoreblurb {
	background: #d7dac3;
	margin: 6px 0px 0px 1px;
	padding: 10px 10px 17px 10px;
	width: 243px;
	height: 75px;
	float: right;
	}
	
#bottomboxes {
	margin-top: 6px;
	background-color: #f1f0e2;
	}
	
#bottomboxes h2 {	
	width: 173px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	text-indent: -9999px;
	}
	
#bottomboxes ul {
	margin: 0px;
	padding: 0px;
	}
	
#bottomboxes ul a {	
	text-decoration: none;
	color: #333333;
	}
	
#bottomboxes ul a:hover {	
	text-decoration: underline;
	color: #333333;
	}
	
#bottomboxes ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:url(../cmsimages/disc.jpg) no-repeat left top;
	padding-left: 15px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 10px;
	}
	
#getinvolved {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 455px;
	}
	
#getinvolved h2 {
	background:url(../cmsimages/get-involved-h2.jpg) no-repeat;
	}
	
#watchvideos {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 455px;
	}
	
#watchvideos h2 {
	background: url(../cmsimages/watch-videosh2.jpg) no-repeat;
	}

#events {
	float: left;
	background: #f1f0e2;
	height: 455px;
	}
	
#events h2 {
	background: url(../cmsimages/events-h2.gif) no-repeat;
	}
	
	
	
#getinvolved_2 {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 275px;
	}
	
#getinvolved_2 h2 {
	background:url(../cmsimages/get-involved-h2.jpg) no-repeat;
	}
	
#watchvideos_2 {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 275px;
	}
	
#watchvideos_2 h2 {
	background: url(../cmsimages/watch-videos-h2.jpg) no-repeat;
	}
	
#events_2 {
	float: left;
	background: #f1f0e2;
	height: 275px;
	}
	
#events_2 h2 {
	background: url(../cmsimages/events-h2-2.gif) no-repeat;
	}
	
	
	
#giving {
	float: left;
	background: #f1f0e2;
	height: 176px;
	}
	
#giving h2 {
	background: url(../cmsimages/updates-h2.gif) no-repeat;
	}

//NEW FRONTPAGE SECTIONS

#quotes {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 275px;
	}
	
#quotes h2 {
	background: url(../cmsimages/quotes_h2.jpg) no-repeat;
	}

#books {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 275px;
	}
	
#books h2 {
	background: url(../cmsimages/books_h2.jpg) no-repeat;
	}

#videos {
	margin-right: 7px;
	float: left;
	background: #f1f0e2;
	height: 275px;
	}
	
#videos h2 {
	background: url(../cmsimages/videos_h2.jpg) no-repeat;
	}
	


#whysupport {
	background: #f1f0e2;
	height: 30px;
	width:100%;
	}
	
.boxcontent {
	padding: 1px;
	width: 163px;
	}

.boxcontent_sidebar {
	padding: 15px;
	width: 256px;
	}
	
#donationboxhome {
	color: #3e451b;
	font-size: 13px;
	background: #d7dac3;
	/*border: solid 5px #bfc5a4;*/
	padding: 5px;
	line-height: 18px;
	}
	
.eventsheaderhome {
	padding-top:10px;
	padding-bottom:7px;
}

.videosheaderhome {
	padding-top:10px;
	padding-bottom:10px;
}
	
/*Sidebar Styles */
	
#sidebar {
	float: right;
	width: 256px;
	margin: 6px 0px 15px 0px;
	}
	
#quotationboxhome {
	color: #3e451b;
	font-size: 13px;
	background: #d7dac3;
	border: solid 5px #bfc5a4;
	padding: 13px;
	line-height: 18px;
	}
	
#quotationboxhome_excerpt {
	color: #3e451b;
	font-size: 13px;
	height: 105px;
	border: solid 5px #bfc5a4;
	padding: 13px;
	line-height: 18px;
	background-color: #d7dac3;
	}
	
#eventboxhome {
	color: #3e451b;
	font-size: 13px;
	background: #d7dac3;
	height: 436px;
	border: solid 5px #bfc5a4;
	padding: 13px;
	line-height: 18px;
	}

#springappealhome {
	color: #3e451b;
	font-size: 13px;
	background: #d7dac3;
	height: 260px;
	border: solid 5px #bfc5a4;
	padding: 13px;
	line-height: 18px;
	}

#eventsmallhome {
	color: #3e451b;
	font-size: 12px;
	background: #d7dac3;
	height: 109px;
	border: solid 5px #bfc5a4;
	padding: 7px 0 7px 0;
	line-height: 10px;
	}

#eventsmallhome a {
	font-size: 12px;
	}

#eventmediumhome {
	color: #3e451b;
	font-size: 12px;
	background: #d7dac3;
	height: 170px;
	border: solid 5px #bfc5a4;
	padding: 1px 7px 12px 7px;
	line-height: 10px;
	}
	
#eventmediumhome a {
	font-size: 12px;
	}
	
#eventsmallhome_alt {
	color: #3e451b;
	font-size: 12px;
	background: #d7dac3;
	height: 100px;
	border: solid 5px #bfc5a4;
	padding: 7px 0 7px 0;
	line-height: 10px;
	}

#eventsmallhome_alt a {
	font-size: 12px;
	}

#eventmediumhome_alt {
	color: #3e451b;
	font-size: 12px;
	background: #d7dac3;
	height: 179px;
	border: solid 5px #bfc5a4;
	padding: 1px 7px 12px 7px;
	line-height: 10px;
	}
	
#eventmediumhome_alt a {
	font-size: 12px;
	}

#ffhome {
	color: #3e451b;
	font-size: 12px;
	background: #d7dac3;
	height: 107px;
	border: solid 5px #bfc5a4;
	padding: 2px 0 10px 10px;
	line-height: 10px;
	/*font-weight: bold;*/
	}

#ffhome a {
	font-size: 12px;
	}
	
#appealhome {
	color: #ffffff;
	font-size: 18px;
	background: #263e27;
	height: 108px;
	/*height: 130px;*/
	border: solid 5px #bfc5a4;
	padding: 13px;
	line-height: 18px;
	}
	
#appealhome a {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	}

#internhome {
	color: #3e451b;
	font-size: 12px;
	background: #d5c29e;
	height: 107px;
	border: solid 5px #b4914f;
	padding: 2px 0 10px 10px;
	line-height: 10px;
	/*font-weight: bold;*/
	}

#internhome a {
	font-size: 12px;
	}

#quotationboxinterior {
	color: #333333;
	font-size: 13px;
	background: #d3d4d7;
	border: solid 5px #8d97ab;
	padding: 13px;
	line-height: 18px;
	}
#quotationboxhome i,
#quotationboxinterior i {
	font-style:italic;
	text-align: right;
	float: right;
	clear: both;
	}
	
#sidebar h2 {
	margin: 0px;
	}
	
#sidebar_giving {
	margin: 0px;
	}
	
#giving_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #FFFFFF;	
	}
	
#quotationboxhome h2 a,
#quotationboxinterior h2 a {
	background: url(../cmsimages/get-daily-quotes.gif) no-repeat;
	/*background: url(../cmsimages/view-full-quote.gif) no-repeat;*/
	text-indent: -9999px;
	margin: 24px 0px 0px 0px;
	height: 10px;
	width: 118px;
	display: block;
	overflow: hidden;	
	}
#quotationboxinterior h2 a
{
	background-image: url(../cmsimages/get-daily-quotes-on-blue.gif);
	}
	
#subnav {
	color: #3e451b;
	font-size: 13px;
	background: #d7dac3;
	border: solid 5px #bfc5a4;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
	}
	
#subnav ul {
	margin: 0px 0px 0px 13px;
	padding: 0px;
	padding: 13px 0px 13px 13px;
	
	}
	
#subnav ul li{
	list-style-image: none;
	list-style-position:outside;
	list-style-type: disc;
	}
	
#subnav a {
	color: #3e451b;
	text-decoration: none;
	font-size: 12px;
	}
	
#subnav a:hover {
	text-decoration: underline;
	}
	
#subnav ul li.selected,
#subnav ul li.selected a {
	color: #7f8a4b;
	}
	
#subnavwhoweare {
	width: 246px;
	height: 29px;
	margin: -13px 0px 8px -13px;
	text-indent: -9999px;
	background: url(../cmsimages/subnav-whoweare.gif) no-repeat;
	}

#subnavsectiontitle h2,
#subnav h2
{
	margin: 0;
	padding: 0;
	color: #e8e9e2;
	background-color: #8c936c;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 236px;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	}
	
#programschedule {
	/*padding: 16px 0px 16px 16px;*/
	padding: 0px;
	}
	
#programschedule h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin: 0px  0px 8px 0px;
	}
	
.event_date {
	color: #666666;
	text-transform: uppercase;
	font-size: 9px;
	font-style: italic;
	}
.home_gray {
	color: #666666;
	font-size: 9px;
	font-style: italic;
	}
.event_place {
	color: #666666;
	}
.event_image {
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 8px;
	}
.event_title {
	padding-top: 8px;
	}
.event_subtitle {
	color: #333333;
	font-style: italic;
	}
	
/* Navigation styles */
	
#nav {
	width: 800px;
	clear: both;
	}
	
#nav ul {
	padding: 0px;
	margin: 0px;
	}
	
#nav ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}	
	
#nav a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	}


/**/
/* dropdown nav items */
#nav .navtop li ul
{
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;

	/* add custom styles here */
	/*margin: -2px 0 0 -1px;*/
	margin-left: -1px;
	background: transparent url(../cmsimages/nav-bg-transparent.png) repeat-y;
	padding: 0px 0px 8px 0px;
	z-index: 6000;
}
#nav .navtop li ul li a
{
	width: 205px;
	padding: 8px 2px 0px 8px;
	height: auto;
	font-size: 12px;
	color: #687040;
	text-indent: 0px;
	background-image: none;
}
#nav .navtop li:hover ul,
#nav .navtop li.hover ul
{
	/* recommended styles */
	display: block;
}

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
#nav .navtop li:hover ul.redraw,
#nav .navtop li.hover ul.redraw
{
	/* recommended styles */
	border-bottom: 1px hidden transparent;
}

#nav .navtop li ul li
{
	/* recommended styles */
	float: none;
	position: relative;

	/* add custom styles here */
	z-index: 6000;
}
/**/


.whowearenav {
	float: left;
		}

.whowearenav a {
	width: 164px;
	height: 27px;
	background: url(../cmsimages/nav-whoweare.gif) no-repeat;
	}
	
.whowearenav a:hover {
	background: url(../cmsimages/nav-whoweareRO.gif) no-repeat;
	}
	
	
.whatwedonav {
	float: left;
	}	

.whatwedonav a {
	width: 161px;
	height: 27px;
	background: url(../cmsimages/nav-whatwedo.gif) no-repeat;
	}
	
.whatwedonav a:hover {
	background: url(../cmsimages/nav-whatwedoRO.gif) no-repeat;
	}
	
	
.whatshappeningnav {
	float: left;
	}	

.whatshappeningnav a {
	width: 192px;
	height: 27px;
	background: url(../cmsimages/nav-whatshappening.gif) no-repeat;
	}
	
.whatshappeningnav a:hover {
	background: url(../cmsimages/nav-whatshappeningRO.gif) no-repeat;
	}
	
	
.communitynav {
	float: left;
	}	

.communitynav a {
	width: 159px;
	height: 27px;
	background: url(../cmsimages/nav-community.gif) no-repeat;
	}
	
.communitynav a:hover {
	background: url(../cmsimages/nav-communityRO.gif) no-repeat;
	}
	
.storenav {
	float: left;
	}	

.storenav a {
	width: 123px;
	height: 27px;
	background: url(../cmsimages/nav-store.gif) no-repeat;
	}
	
.storenav a:hover {
	background: url(../cmsimages/nav-storeRO.gif) no-repeat;
	}

/* NEW navigation styling */
.krishnamurtinavi {
	float: left;
}
.krishnamurtinavi a {
	width: 165px;
	height: 27px;
	background: url(../cmsimages/navi-krishnamurti.gif) no-repeat;
}	
.krishnamurtinavi a:hover {
	background: url(../cmsimages/navi-krishnamurtiRO.gif) no-repeat;
}
.whowearenavi {
	float: left;
}
.whowearenavi a {
	width: 161px;
	height: 27px;
	background: url(../cmsimages/navi-whoweare.gif) no-repeat;
}
.whowearenavi a:hover {
	background: url(../cmsimages/navi-whoweareRO.gif) no-repeat;
}
.visitnavi {
	float: left;
}
.visitnavi a {
	width: 94px;
	height: 27px;
	background: url(../cmsimages/navi-visit.gif) no-repeat;
}
.visitnavi a:hover {
	background: url(../cmsimages/navi-visitRO.gif) no-repeat;
}
.sustainnavi {
	float: left;
}
.sustainnavi a {
	width: 125px;
	height: 27px;
	background: url(../cmsimages/navi-sustain.gif) no-repeat;
}
.sustainnavi a:hover {
	background: url(../cmsimages/navi-sustainRO.gif) no-repeat;
}
.connectnavi {
	float: left;
}
.connectnavi a {
	width: 125px;
	height: 27px;
	background: url(../cmsimages/navi-connect.gif) no-repeat;
}
.connectnavi a:hover {
	background: url(../cmsimages/navi-connectRO.gif) no-repeat;
}
.programsnavi {
	float: left;
}
.programsnavi a {
	width: 125px;
	height: 27px;
	background: url(../cmsimages/navi-programs.gif) no-repeat;
}
.programsnavi a:hover {
	background: url(../cmsimages/navi-programsRO.gif) no-repeat;
}
/* contact db forms styling */
#form
{
	width: 500px;
}
#form h3
{
	clear: both;
	float: left;
	margin: 5px 0px;
}
#form h4
{
	clear: both;
	float: left;
	margin: 5px 0px;
}
#form h3
{
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
}
#form h4
{
	font-size: 12px;
	color: #666666;
}
#form div
{
	padding: 5px 0px;
	clear: both;
	float: left;
	width: 100%;
}
#form div label
{
	width: 80px;
	float: left;
}
#form .label_right
{
	width: 80px;
	float: left;
	padding-left: 25px;
}
#form .summerstudy
{
	width: 500px;
	float: left;
	text-align:left;
}
#form div input,
#form div select,
#form div textarea,
#form div file
{
	float: left;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #525252;
	/*background-color: #E8E8E8;
	border: 1px solid #C8CBD7;*/
	border: 1px solid #a5acb2;
}
#form div submit
{
	color: #990000;
}

#form div div.wrapper_summer_events,
#form div div.wrapper_events,
#form div div.wrapper_radio,
#form #price
{
	float: left;
	clear: none;
	padding: 0px;
	width: 300px;
}
#form div input.submit
{
	width: auto;
	text-align: center;
	color: #000000;
}
#form .essay,
#form .description
{
	width: 90%;
	height: 100px;
}
#form .comments
{
	width: 300px;
	height: 200px;
}
#form label.checkbox
{
	width: auto;
}
#form label.radio
{
	width:auto;
	padding-right: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
form input.signup,
form select.signup
{
	width: 300px;
}
/* Donation form styles */
#form .donate
{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 9px;
}
#form .donate div label
{
	width: 150px;
}
#form .donate label.amount
{
	width: 60px;
	padding-left: 10px;
}
#form .donate label.select
{
	width: 150px;
	padding-left: 10px;
}
#form .donate label.radio
{
	width:auto;
	padding-right: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#form .donate input.amount
{
	width: 60px;
}
/*#form_small
{
	width: 500px;
}*/
#form_small h3
{
	clear: both;
	float: left;
	margin: 5px 0px;
}
#form_small h4
{
	clear: both;
	float: left;
	margin: 5px 0px;
}
#form_small h3
{
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
}
#form_small h4
{
	font-size: 12px;
	color: #666666;
}
#form_small div
{
	padding: 20px 0px;
	font-size:16px;
	/*clear: both;
	float: left;
	width: 100%;*/
}
#form_small div label
{
	width: 80px;
	float: left;
}
#form_small .label_right
{
	width: 80px;
	float: left;
	padding-left: 25px;
}
#form_small div input,
#form_small div select,
#form_small div textarea,
#form_small div file
{
	float: left;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #525252;
	/*background-color: #E8E8E8;
	border: 1px solid #C8CBD7;*/
	border: 1px solid #a5acb2;
	margin-left:5px;
}
#form_small div submit
{
	color: #990000;
	margin-left:50px;
}

#form_small div div.wrapper_summer_events,
#form_small div div.wrapper_events,
#form_small div div.wrapper_radio,
#form_small #price
{
	float: left;
	clear: none;
	padding: 0px;
	width: 300px;
}
#form_small div input.submit
{
	width: auto;
	text-align: center;
	color: #000000;
	margin-left:80px;
}
/* quick news section */
#news
{
}
#news .summary
{
	padding-bottom: 20px;
}
#news .title
{
	font-weight: bold;
}

#form .summerstudy label.radio
{
	width:auto;
	padding-right: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#form .summerstudy label
{
	width: 400px;
	float: left;
}
.HomeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}




/* Homepage Carousel */

.carousel_image {
	margin:0;
	padding:0;
	list-style:none;
	width:697px;
	height:400px;
	overflow:hidden;
}

.carousel_image li {
	text-align:left;
	display:block;
	width:522px;
	height:197px;
}

.carousel_text {
	margin:0;
	padding:0;
	width:522px;
	list-style:none;
	overflow:hidden;
}

.carousel_text li {
	text-align:left;
	display:block;
}

.carousel-pagination li {
	display:block;
	width:10px;
	height:10px;
	margin-right:5px;
	cursor:pointer;
	float:left;
	background:#333;
}

.carousel-pagination .carousel-pagination-active {
	background:#ff0000;
}
.carousel_title {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;	
}
.carousel_title a {
	color:#000000
}
.carousel_description {
	font-size: 11px;	
}

.next,
.prev {
	cursor:pointer;
}

/* other styles */

.quote_full {
	font-size: 18px;
	color: #666666;
	line-height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.gathering_colored_cells {
	background-color:#d4edf1;
}

.gathering_colored_cells_lunch {
	background-color:#94cfd9;
}

.gathering_colored_cells_header {
	background-color:#9dbec2;
}

.gathering_lunch {
	font-size:14px;
}

.gathering_program_title {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 9px 0 9px 9px;
	background-color:#d4edf1;
}

.gathering_text {
	line-height:17px;
	font-size:12px;
}

.eventBody {
	font-size:16px;
	line-height:21px;
	font-family: Tahoma,Geneva;
	color: #333;
}

p.eventBody {
	font-size:16px;
	line-height:21px;
	font-family: Tahoma,Geneva;
	color: #333;
}

.eventTitle {
	font-size:18px;
	font-family: Tahoma,Geneva;
	color: #333;
	font-weight:bold;
	padding-bottom: 7px;
}

