/* Anubhuti CSS  */


/* LAYOUT */
body {
	margin:0 0 20px 0;
	padding:0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ddda8e;
}

#Container {
	width: 890px;
	margin: 10px auto;
	padding: 35px 30px 0px 30px;
	/*background-color: #fff;*/
	background-image: url(images/whitegradient.png);
	background-repeat: repeat;
	background-position: center top;
	border: 1px solid #ebbf9b;
	position: relative;
	/*background-color: #fff;*/
}


#Header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	position: relative;
	background-image: url(images/logo.gif);
	margin: 0;
	width: 890px;
}

.ClearIt {
	clear:both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

#Middle{
	clear: both;
	
}
#Mainpanel {
	float:left;
	width:610px;
	padding:15px 0 0 0;
	margin: 0;
	background-image: url(images/backgroundMainPanel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#RightPanel {
	width:263px;
	float:right;
	margin: 20px 0 0 0;
	
}
#Footer {
	/*width: 860px;*/
	margin: 0 auto 25px;
	padding: 40px 30px 0 0;
	color:#666820;
	clear:both;
	background-image: url(images/flowerGreen.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}

#Footer .separator {
	border-top: 1px solid #F5DBCB;
	height:2px;
	margin: 0 0 5px 0;
	padding: 0 0 40px 0;
}



/* RIGHT PANEL */


#RightPanel form {margin:1px;}
#RightPanel #Search {
	color: #666820;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(images/bkgdSearchPanel.gif);
	height: 74px;
	font-size: 0.9em;
	padding: 13px 18px;
}
#RightPanel #Search input {
	height:18px;
	border: 1px solid #f5dbcb;
}
#RightPanel #Search .SubmitButton {
	height:18px;
	border: 2px solid #999;
	background-color: #b4b56e;
	color:#666;
	font-size:90%;
	width:25px;
	font-weight: bold;
}
#RightPanel #Search td {
	height:25px;
}	
#RightPanel .languageSelection {
	width:150px;
	color: #666;
	height: 21px;
	border: 1px solid #f5dbcb;
}
#RightPanel #Floaters {
	/*font-weight:bold;*/
	color: #666820;
	background-image: url(images/backgroundFloaters.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#RightPanel #Floaters a {
	text-decoration:none;
	color: #666820;
	display:block;
	height:29px;
	padding: 7px 0 0 20px;
	background-repeat: no-repeat;
	background-position:left center;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
	letter-spacing: 0.05em;
} 

#RightPanel #Floaters a:hover {
	display:block;
	height:29px;
	padding: 7px 0 0 20px;
	color:#D66529;
	background-repeat: no-repeat;
	background-position:left center;
	border-bottom: 1px solid #fff;
}

/* TYPOLOGY */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#383911;
	font-size:0.8em;
}
	
p strong {color:#60940e;font-weight:bold;}


/* MAIN PANEL */

h1{
	font-size:1.7em;
	background-image:url(images/flowerBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: -2px 0 0 0;
	padding: 14px 0 20px 86px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#666820;
}

#Mainpanel p {
	line-height: 130%;
	font-weight: normal;
	padding: 0 30px;
	margin: 10px 0 20px 0;
}
#Mainpanel h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#666820;
	font-size:1.5em;
	padding: 0 0 0 30px;
	margin: 10px 0 20px 0;
	letter-spacing: 0.05em;
}
#Mainpanel h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#383911;
	font-size:1em;
	padding: 20px 0 0 30px;
	margin: 0;
	letter-spacing: 0.025em;
	}
#Mainpanel h2 + h3 {padding-top:0px;}

#Mainpanel p.separator {
	background-image:url(images/separator.gif);
	background-repeat:no-repeat;
	background-position: center center;
	padding: 0;
	margin: 20px 0;
}
	
#Mainpanel a {
	color:#d66529;
	font-size:inherit;
}
#Mainpanel a:visited {color:#d50004;}
#Mainpanel a:hover {
	background-color:#EDB15B;
	text-decoration:none;
	color:#fff;
}

#Mainpanel li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type: none;
	padding-left: 25px;
	line-height:1.3em;
}


#Mainpanel .Divider {
	width:100%;
	height:20px;
	margin: 20px auto;
	background-image:url(images/PVdivider.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#Mainpanel .Divider2 {
	height:20px;
	margin: 20px auto;
	background-image:url(images/PVdivider.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
	float:left;
	width:140px;
	margin-top:80px;
}
#Mainpanel .Divider3 {
	height:20px;
	margin: 20px auto;
	background-image:url(images/PVdivider.gif);
	background-repeat: no-repeat;
	background-position: -70px center;
	float:left;
	width:140px;
	margin-top:80px;
}
#Mainpanel #MiddleScene {
	height:185px;
	clear: both;
	width: 610px;
	margin: 0 auto;
}


/* Mainpanel Images */

#Mainpanel .imgBorder {
	position: relative;
	top: 0px;
	border:2px solid #eead58;
	z-index:1;
	
}
#Mainpanel .graphicContainerR, #Mainpanel .graphicContainerL {padding:0; position:relative;}
#Mainpanel .graphicContainerL  {float:left;margin: 15px 20px 25px 30px;}
#Mainpanel .graphicContainerR  {float:right;margin: 15px 30px 25px 20px;}
#Mainpanel .graphicContainerL + p + p {clear:both;}
#Mainpanel .graphicContainerR + p + p {clear:both;}
#Mainpanel .graphicContainerL + p  {float:right;width:370px;padding-left:0;}
#Mainpanel .graphicContainerR + p  {float:left;width:370px;padding-right:0;}


.tl {display:block;position:absolute;left:0px;top:-2px;z-index:5;}
.tr {display:block;position:absolute;right:0px;top:-2px;z-index:5;}
.bl {display:block;	position:absolute;	left:0px;	bottom:0px;	z-index:5;}
.br {display:block;	position:absolute;	right:0px;	bottom:0px;	z-index:5;}


/* SUB NAVIGATION FOOTER */
		
#NavigationSub {
	float: right;
	margin: 0 30px 0 0;
}

#Footer a:link, #Footer a:visited {
	text-decoration:underline;
	color:#666820;
	font-size: 0.75em;
}
#Footer a:hover {
	text-decoration:underline;
	color: #393911;
}



/* SPECIFIC PAGES */


/* Home page */
#HomeAnim {
	border: 1px solid #dfaf3a;
	margin-top:10px;
	float:left;
	height: 451px;
}


/* Schedule*/

.Schedule {
	width: 96%;
	padding: 0;
	margin: 10px auto 0 auto;
	border-collapse:collapse;
}

.Schedule th {
	font-size:110%;
	background-color:#d8f1af;
	color: #5e930b;
	border: 1px solid #dfaf3a;
	height: 40px;
	padding: 0 0 0 20px;
	text-align: left;
}

.Schedule td{padding:8px 0 8px 18px;border: 1px solid #dfaf3a;}
.Schedule td.Hours {
	color:#ff7e8a;
	font-size:140%;
	font-weight: normal;
	width: 25%;
}

/* PhotoGallery */

#PhotoBig {
	background-color:#fff;
	padding:1px;
	border:1px solid #dfaf3a;
	width: 574px;
	margin: 10px auto;
	text-align: center;
	height: 386px;
}
#PhotoBig img {
	padding: 1px;
}

#Mainpanel  a.SlideShow {
	width:150px;
	height:24px;
	padding:0;
	color: #fff;
	background-image: url(images/register_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin: 10px 14px 0 5px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	float:right;
	text-indent: 0px;
}
#Mainpanel  a.SlideShow:hover {color:#b03c2e;background-color:transparent;background-image: url(images/register_button.gif);
	background-repeat: no-repeat;}

#Mainpanel #Thumbnails {width: 574px;margin:0 auto;}
#Mainpanel #Thumbnails img {
	margin: 3px 3px 3px 14px;
	border: none;
}
#Mainpanel  #Thumbnails a:hover {background-color:transparent;}
#Mainpanel  #Thumbnails a:hover img {border:3px solid #b03c2e;background-color:#333399;margin:0 0 0 11px;}
#Mainpanel  #Thumbnails img.PhotoSelected {border:3px solid #b03c2e;background-color:#333399;margin:0 0 0 11px;}


/*Experiences */

#Mainpanel .Experience {
	width:88%;
	background-image: url(images/quote_mark_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 70px;
}
#Mainpanel .Experience p {
	background-image: url(images/quote_mark_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 65px 0 0;
}
.QuoteOpen {
	background-image:url(images/quote_mark_left.gif);
	width:60px;
	height:50px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.QuoteClose {
	background-image:url(images/quote_mark_right.gif);
	width:60px;
	height:50px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
}
#Mainpanel .ExperienceAuthor {
	margin-left:240px;
	line-height:25px;
	display: block;
}

/* Retreat Programs &  Classes Workshops */
/* adaptions Danny 15/07/2007*/ 

/*.Program {
	margin-top: 40px;
}
#Mainpanel .Program p {padding-right:110px;}
.ProgramTime {
	line-height:20px;
	font-weight:bold;
	margin:0 0 0 10px;
	display: block;
}
.Program h3 {
	margin: 15px 15px 0 10px;
	color: #e5570b;
	font-size: 110%;
	text-transform: uppercase;
	padding-right:110px;
}

*/
.calfirst {
	background-image:url(images/datebg.gif); /* created new image */
	background-repeat:no-repeat;
	float:right;
	height:105px;
	margin:16px;
	/*margin-top:0 remove this */
	width:86px;
}
.number {
	color:#EFAE5A; /* adapted colour */
	display:block;
	font-family:verdana,arial;
	font-size:300%;
	margin:9px 4px 0pt 0pt;
	text-align:center;
}
.month {
	color:#666820; /* adapted colour */
	display:block;
	font-family:verdana,arial;
	font-size:170%;
	margin:-6px 6px 0pt 0pt;
	text-align:center;
	text-transform:uppercase;
}
/* new styles */
/* make sure .date is put in <p> container in plone */
#Mainpanel p.date {font-weight:bold;color: #666820;}
/* make sure .address is put in <p> container in plone */
#Mainpanel .address {
	font-weight:bold;
	color: #EFAE5A;
}

#Mainpanel  a.Register, #Mainpanel  a.Register:visited {
	width:150px;
	height:24px;
	padding:0;
	color: #fff;
	background-image: url(images/register_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin: 10px 12px 0 5px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-indent: 0px;
	display: block;
}
#Mainpanel  a.Register:hover {color:#b03c2e;background-color:transparent;}

/*
.ProgramDetails {
	font-size:85%;
	width: 88%;
	 border: 1px solid #dfaf3a;
	 background-color:#f7e4ba;
	 width: 88%;
	 margin: 0 auto 15px auto;
	padding: 10px;
}
#Mainpanel .ProgramDetails p {padding-right:0;}
#PD01,#PD02,#PD03,#PD04,#PD05,#PD06,#PD07,#PD08,#PD09,#PD10 {display:none;}

*/

/* Registration forms */


#Mainpanel .RegiForm {
	border: 1px solid #dfaf3a;
	width: 96%;
	margin: 20px auto 20px auto;
}

#Mainpanel .RegiForm p.Title {
	padding-left:20px;
	font-size:110%;
	background-color:#d8f1af;
	margin: 0;
	height: 40px;
	color: #5e930b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfaf3a;
}
#Mainpanel .RegiForm table {margin: 15px auto;}
#Mainpanel .RegiForm td {height:30px;color:#ff808b;}
#Mainpanel .RegiForm select,#Mainpanel .RegiForm input {color:#a37307;background-color:#f7e4ba;border:solid 1px #dfaf3a; }

#Mainpanel  a.SubmitButton, #Mainpanel  a.ResetButton {
	width:70px;
	height:24px;
	padding:1px 0 0 0;
	color: #fff;
	background-image: url(images/red_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin: 10px 12px 0 12px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-indent: 0px;
	float: left;
}
#Mainpanel  a.ResetButton {
	background-image: url(images/green_button.gif);
	margin-left: 0px;
}
#Mainpanel a.SubmitButton:hover{color:#b03c2e;background-image: url(images/red_button.gif);
	background-repeat: no-repeat;background-color:transparent; }
#Mainpanel a.ResetButton:hover {color:#b03c2e;background-image: url(images/green_button.gif);
	background-repeat: no-repeat;background-color:transparent; }
	
#Mainpanel .privacy {
	background-image:url(images/lock.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 0 50px;
	margin: 0 0 0 30px;
	height: 33px;
}	
#Mainpanel .submit {
	background-image:url(images/bkgdButton.gif);
	background-repeat:no-repeat;
	background-position:center center;
	border:none;
	width:88px;
	height:30px;
	clear: both;
	margin: 20px 0 0 0;
}

#registration input, #registration select {
	color:#D66529;
	background-color:transparent;
	border:solid 1px #EFC5AB;
	margin: 0 5px 0 0;
	height: 18px;
}
#registration input {width:200px;}
#registration select {height:22px;}
#registration .radio {
	width:20px;
	height: 20px;
}
#registration label {
	float:left;
	width:175px;
	text-align:right;
	margin: 0 25px 0 0;
}
#registration p {
	margin: 10px 0;
	line-height: 100%;


}


/* Travel directions page */

.Map {float:right;}

#Mainpanel #TravelDir {
	margin:0 0 0 5px;
	padding: 0;
	height: 310px;
}
#Mainpanel #TravelDir ul,#Mainpanel #TravelDir ol {
	margin:0; /* IE */
	padding: 0; /* FF and Opera */
}
#Mainpanel #TravelDir li {
	list-style-type: none;
	background-image: url(images/bullet_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	margin:0;
	margin-bottom: 10px;
	list-style-position: outside;
}
#Mainpanel .TravelOptions {
	border: 1px solid #dfaf3a;
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
}
#Mainpanel .TravelOptions ul {margin-bottom:0px;padding-bottom:15px;}

#Mainpanel .TravelOptions ul li {
	list-style-type: none;
	background-image: url(images/bullet_normal.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 30px;
	margin:0;
	margin-bottom: 5px;
	
}
#Mainpanel .TravelOptions p.Title {
	padding-left:20px;
	font-size:110%;
	background-color:#d8f1af;
	margin: 0;
	height: 40px;
	color: #5e930b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfaf3a;
}
#Mainpanel .TravelOptions ol {
	border: 1px solid #dfaf3a;
	width: 88%;
	background-color:#f7e4ba;
	margin: 10px 10px 10px 0;
	padding: 20px 20px 0 20px;
}
#Mainpanel .TravelOptions ol li {
	font-size:85%;
	text-indent: 0px;
	margin:0 0 0 15px;
	list-style-type: decimal;
	list-style-image: none;
	background-image: none;
	padding: 0 0 5px 0;
	
}

#Mainpanel .TravelOptions ol a.print {
	width:150px;
	height:24px;
	padding:1px 0;
	color: #fff;
	background-image: url(images/register_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin: 0 0 0 5px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	float:left;
	text-indent: 0px;
}


#Mainpanel .TravelOptions ol a.print:hover {color:#b03c2e;background-color:transparent;}
#Mainpanel .TravelOptions a.BackToTop:hover,#Mainpanel .TravelOptions a.SendFriend:hover {background-image:none;}
#Mainpanel .TravelOptions .BackToTop {
	background-image:url(images/bullet_back_to_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:14px;
	width: 100px;
	padding: 0;
	text-indent: 15px;
	float: left;
	margin: 3px 0 0 27px;
}
#Mainpanel .TravelOptions .SendFriend {
	background-image:url(images/bullet_send_to_friend.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:14px;
	text-indent: 15px;
	float: left;
	width: 120px;
	margin: 3px 0 0 27px;
}

#Mainpanel .TravelOptions .TravelOptionsNav {
	float:left;
	margin:15px 0;
	text-indent: 5px;
}

#TO1, #TO2, #TO3, #TO4, #TO5, #TO6, #TO7, #TO8, #TO9, #TO10, #TO11, #TO12, #TO13, #TO14, #TO15, #TO16, #TO17, #TO18, #TO19, #TO20 {
	display:none;
	padding: 0;
	margin: 0;
}
#Mainpanel .TravelOptions td {text-indent:0; font-size:14px;border: 1px dotted #dfaf3a;border-collapse:collapse;padding:2px;}


/* print travel directions*/
#PrintTravelDirections {
	margin: 10px 30px;
	background-color:#fff;
	background-image: none;
	color: #000000;
}
#PrintTravelDirections h1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: 150%;
}
#PrintTravelDirections h2{
	background-image:url(images/bullet_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
	font-size: 120%;
}
#PrintTravelDirections li{line-height:150%;}


#PrintTravelDirections .address{}
/* rounded corners with borders 
.t {background:  url(images/dot.gif) 0 0 repeat-x;}
.b {background:  url(images/dot.gif) 0 100% repeat-x;}
.l {background:  url(images/dot.gif) 0 0 repeat-y;}
.r {background:  url(images/dot.gif) 100% 0 repeat-y;}
.bl {background:  url(images/bl.gif) 0 100% no-repeat;}
.br {background:  url(images/br.gif) 100% 100% no-repeat;}
.tl {background:  url(images/tl.gif) 0 0 no-repeat;}
.tr {background:  url(images/tr.gif) 100% 0 no-repeat;}*/


/* thought for the day */

#ThoughtToday {color:#fe85a4;width:525px;margin:30px auto;}
#ThoughtToday .FirstCap {
	font-size:340%;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	line-height: 90%;
}

#ThoughtToday p{
	font-size:120%;
	text-align: left;
	line-height: 115%;
	margin: 0;
	padding: 5px 0 0 0;
}


/* Join our mailing list */

#Mailinglist {
	margin: 40px auto;
	text-align: center;
}
#Mailinglist iframe {border: 1px solid #dfaf3a;}


#MailingPage td {height:30px;color:#ff808b;}
#MailingPage select  {
	color:#D66529;
	background-color:transparent;
	border:solid 1px #EFC5AB;
	margin: 0 5px 0 0;
	height: 20px;
}

#MailingPage input#subscribe:hover{color:#b03c2e;background-image: url(images/mailing_button.gif);
	background-repeat: no-repeat;background-color:transparent; background-position: left center;}
#MailingPage a#reset:hover {color:#b03c2e;background-image: url(images/mailing_buttonGr.gif);
	background-repeat: no-repeat;background-color:transparent; background-position: left center;}

#MailingPage input#subscribe, #MailingPage a#reset {height:24px;
	padding:1px 0 5px 0;
	width:275px;
	color: #fff;
	background-image: url(images/mailing_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin: 30px 0 0 0 ;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-indent: 0px;
	background-position: left center;
	display:block;
	border:none;}
#MailingPage a#reset {background-image: url(images/mailing_buttonGr.gif);
	width:120px;
	color: #fff;
	clear:both;
	padding:2px 0 0 2px;
	margin: 0 0 50px 0;
	font-size:95%;}	
#MailingPage a {text-decoration:none;}
body#MailingPage {background:none;margin-top:10px;background-color:#fff7c2;}
#MailingPage .list {list-style:none;}
#MailingPage #Mainpanel {border:none;}
#MailingPage .listdescription {padding: 0 0 0 25px;}

/* Medtitation Page */


#MeditationBoxes {
	margin:30px 0 0 0;
	padding: 0 3px 0 0;
}

.row{
	padding: 0px;
	clear: both;
	height: 167px;
	margin: 0;
}

#whoami{
background-image: url(images/whoami.jpg);background-color: #945F59;
}
#myhome{
background-image: url(images/myhome.jpg);background-color: #A26C21;
}
#innerpeace{
background-image: url(images/innerpeace.jpg);background-color: #2F5785;
}
#forgive{
background-image: url(images/forgive.jpg);background-color: #3E67AF;
}
#peace{
background-image: url(images/peace.jpg);background-color: #2C7853;
}
#stillness{
background-image: url(images/stillness.jpg);background-color: #5D5639;
}

#whoami, #myhome, #innerpeace, #forgive, #peace, #stillness{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 142px;
	width: 278px;
	float: left;
	margin: 0 15px 0 10px;
	padding: 0px;
	display: inline; /*IE6 double margin float bug */
}
#forgive, #peace, #stillness{float:right;
}


#MeditationBoxes .row  h1 {background:none; margin:0; padding:0;}
#MeditationBoxes .row h1{
margin: 113px 0 0 0;
padding: 0;
color: #fff;
text-align: center;
font-size:130%;
}


#whoami a, #myhome a, #innerpeace a, #forgive a, #peace a, #stillness a{
	color: #fff;
	border: 0;
}

#whoami a:hover, #myhome a:hover, #innerpeace a:hover, #forgive a:hover, #peace a:hover, #stillness a:hover{
	color: #e65709;
	border: 0;
	/*background:none;*/
}

#MeditationBoxes a.print {
	width:150px;
	height:24px;
	padding:1px 0;
	color: #fff;
	background-image: url(images/register_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-indent: 0px;
	display: block;
}


#MeditationBoxes a.print:hover {color:#b03c2e;background-color:transparent;}


/* NAVIGATION MAIN MENU */

#Navigation {
	margin:0;
	height: 60px;
	padding: 0;
	position: relative;
	z-index: 1;
	width:881px;
	}
.menuFlower	{
	background-image: url(images/flowerRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 10;
	height:50px;
	width:100px;
	display: block;
	position: absolute;
	right: 1px;
	top: 0px;
	background-color: transparent;
}

#Navigation ul {
	background-color:transparent;
	/*filter: alpha(opacity=80);
	opacity:0.8;*/
	float:left;
	margin:0;
	width: 881px;
	padding: 0 0 0 10px;
	height: 32px;
	/*border: 1px solid #f5dbcb;*/
	background-image: url(images/backgroundMenu.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	
		}

#Navigation ul li{
	list-style-image: none;
	color:#8B8D2B;
	font-weight:normal;
	float:left;
	display:block;
	padding: 6px 2px 0 2px; /* adding more bottom-padding here does the work in FF and Opera, creates hovering space towards horizontal submenu line - wrapping div works as well in FF and Opera */
	border-right: 1px solid #f5dbcb;
	height: 22px;
	text-transform: capitalize;
	
	}


#Navigation ul li ul{
	margin:3px 0 0 0;
	background-color:#FDFAF4;
	/*filter: alpha(opacity=100);
	opacity:1;
	/*float: left;*/
	position: absolute;
	left: 5px;
	top: 6px;
	padding: 0 0 0 10px;
	width:870px;
	visibility:hidden;
	height:24px;
	background-image: url(none);
	z-index: 1;
	/*border-top:none;
	border-left:none;
	border-right:none;*/
	border-bottom: 1px solid #f5dbcb;
	}

	
#SubPage #Navigation ul li ul#AboutUs {visibility:visible !important;}
#SubPage2 #Navigation ul li ul#Events {visibility:visible !important;}
#AboutUS, #Events {z-index:1;} /* tweak submenu z-index init setting IE needs it*/

#Navigation ul li ul li{
	font-size:100%;
	padding-bottom:0; /* resetting submenu space */
	padding-top:3px;/* resetting submenu space */
	}

#Navigation  a {
	color:#8B8D2B;
	text-decoration:none;
	padding-right:10px;
	padding-left:6px;
	font-size: 1.1em;
}
#Navigation  a:hover{
	color:#393911;
	text-decoration:none;
}
#Navigation .noBorderRight {border:none !important;}

#Navigation ul li:hover ul, #Navigation ul li.sfhover ul ,#Navigation ul li:hover .HoverGap, #Navigation ul li.sfhover .HoverGap {
	visibility:visible;
	z-index:4;
} /* tweak submenu z-index for IE */
#SubPage2 #Navigation ul li:hover ul#AboutUs {visibility:visible !important;z-index:20;} /* tweak for submenu mozill compatible */
#SubPage #Navigation ul li:hover ul#Events {visibility:visible !important;z-index:20;}


.HoverGap{
	background-image:url(images/pixel.gif);
	background-repeat: repeat;
	position:absolute;
	left:0px;
	top:22px;
	height:12px;
	width:90%;
	visibility:hidden;
}

.Pointer a {
	color:#D66529 !important;
}
.Pointer #Events a, .Pointer #AboutUs a  {color:#e65709 !important;}
.Pointer #Events a:hover, .Pointer #AboutUs a:hover  {color:#5e930b !important;}



/* rounded corners with borders */

/*.t {background:  url(images/dot.gif) 0 0 repeat-x;}
.b {background:  url(images/dot.gif) 0 100% repeat-x;}
.l {background:  url(images/dot.gif) 0 0 repeat-y;}
.r {background:  url(images/dot.gif) 100% 0 repeat-y;}
.bl {background:  url(images/menuCornerBL.gif) 0 100% no-repeat;}
.br {background:  url(images/menuCornerBR.gif) 100% 100% no-repeat;}
.tl {background:  url(images/menuCornerTL.gif) 0 0 no-repeat;}
.tr {
	background:  url(images/menuCornerTR.gif) 100% 0 no-repeat;
}
*/
.bl1 {display:block;position:absolute;	left:-2px;	bottom:-5px;}
.br1 {display:block;position:absolute;	right:-2px;	bottom:-5px;}
.tl1 {display:block;position:absolute;left:-2px;top:-2px;}
.tr1 {display:block;position:absolute;right:-2px;top:-2px;}





/* FORMATTING */


.Selected {
	color:#666820 !important;
}
.SmallA a, .NormalA a , .BigA a{
	padding-right:10px;
	font-weight:bold;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.SmallA {font-size:90%;}
.BigA {font-size:130%;}
.Red {color: #d50004;}
.LeftSpacing {margin-left:5px;}
.RightSpacing {margin-right:5px;}
.TopSpacing{margin-top:25px;}
#Mainpanel .Bolder {font-weight:bold;}

.HomeIntro{margin-top:14px;margin-bottom:4px;}
