/* Avoid left page shift in Firefox */

html { min-height: 100%; margin-bottom: 1px; }

/* Global Styles */

body {
	font-size: 13px;
	color: #EBE6E3;
	background-color: #455900;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	line-height: 150%;
}

a {
	color: #FED772;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
   font-weight: bold;
}

.italicText {
	font-style: italic;
	color: #FED772;  
}


.yellowBold { 
   color: #FED772;
   font-weight: bold;
}

.pageQuotes {
	font-style: italic;
	color: #97B51E;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}

/* Images */

.photoCenter {
    display: block;
    margin: 5px auto;
}	

.photoLeft {
    float: left;
	margin: 10px 20px 10px 0;
	display: block;
}

.photoRight {
    float: right;
	margin: 5px 0 5px 20px;
	display: block;
	clear: right;
}

.photoEventPage {
    float: left;
	margin: 0 20px 0 0;
	display: block;
}
 
.photoCaption {
   text-align: center;
   color: #9AB91E;
   padding-top: 5px;
   line-height: 20px;
}


/* Decoration, Wrapper */

#decoration {
    width: 1200px;
	margin: 0 auto;
	background: url(../images/bglabyrinth.jpg) no-repeat;
}

#indexpage #decoration {
    width: 1200px;
	margin: 0 auto;
	background: url(../images/bglabyrinthIndex.jpg) no-repeat;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat center top;
}

#indexpage #wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(../images/headerIndex.jpg) no-repeat center top;
}

#header {
    float: left;
	width: 545px;
	height: 150px;
}

#indexpage #header {
    float: left;
	width: 545px;
	height: 220px;
}

#header p {
	color: #FED772;
	font-weight: bold;
}

#header h1 {
	font-weight: normal;
	color: #FED772;
	font-size: 30px;
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FED772;
}

/* Content */

#content {
	float: left;
	width: 545px;
}

#content h1 {
    font-weight: normal;
	color: #FED772;
    text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
	border-bottom: 2px solid #7B9418;
	margin-bottom: 10px;
	margin-top: 30px;
}

#content h2 {
	font-weight: normal;
	color: #FED772;
	font-size: 18px;
	padding: 15px 0 0 0;
}

#content p {
	padding: 5px 0;
	text-align: justify;
}

#content ul {
	list-style-type: disc;
	padding-left: 30px;
	width: 470px;
}

#content li {
    padding: 5px 0;
	line-height: 120%;
	text-align: justify;
}

#slideshow {
	height: 300px;
	padding-top: 20px;
}

#contactInfo {
   padding-left: 55px;
}

.servicePageTestimonials {
    color: #97B51E;
	border-bottom: 2px dotted #7B9418;
	line-height: normal;
	padding-top: 10px;
	margin-bottom: 10px;
} 

/* Sidebar */

#sidebar {
	float: right;
	width: 190px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar li ul.store {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
}

#sidebar li ul.store li {
	padding-left: 20px;
	padding-bottom:5px;
	border-bottom: 1px dotted #7B9418;
	background: url(../images/bulletArrow.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FED772;
	border-bottom: 2px solid #7B9418;
	background: url(../images/bulletFlowerLg.gif) no-repeat left bottom;
	padding-left: 30px;
	padding-top: 10px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
    color: #FED772;
    text-decoration: underline;
}

/* Menu */

#menu {
	margin-bottom: 20px;
	width: 190px;
	float: right;
	font-weight: bold;
	padding-top: 65px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 0 5px 40px;
	background: url(../images/bgmenu.gif) no-repeat right;
}

#menu a:hover {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}

/* Events Page */

.eventList {
	border-bottom: 2px solid #7B9418;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.eventList h2 {
	color: #FED772;
	text-transform: lowercase;
	font-size: 18px;
	padding: 20px 0 10px 0;
}

.eventDate {
	color: #FED772;
	font-weight: bold;
}

/* Footer Menu */

#footerMenu {
	text-align: center;
	clear: both;
	line-height: 20px;
    border-top: 2px solid #7B9418;
	padding-top: 5px;
}

#footerMenu li {
	display: inline;
}

#footerMenu li a {
    color: #97B51E;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 17px 0 16px;
	border-right: 1px solid #97B51E;
}

#footerMenu li a:hover {
	color: #FED772;
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
    color: #97B51E;
	background: url(../images/img07.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	padding: 10px 0;
}

#footer a {
   color: #97B51E;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}


/* Forms */

form {
   margin: 0;
}

fieldset {
	margin-bottom: 10px;
	border: none;
	padding-top: 15px;
}

label.personalInfo {
	color: #FED772;
	font-weight: bold;
	margin-bottom: 3px;
}

#name, #email {
	margin: 3px 0;
	background-color: #7B9418;
	border: none;
	display: block;
	width: 100%;
}

.formButton {
	cursor: pointer;
	border: outset 1px #ccc;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 1px;
}


/* Page Id instructions */

#indexpage #indexlink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
#aboutpage #aboutlink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
#servicespage #serviceslink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
#biographypage #biographylink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
#eventspage #eventslink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
#testimonialspage #testimonialslink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
#contactpage #contactlink a {
	text-decoration: none;
	color: #EBE6E3;
	background: url(../images/bgmenu-on.gif) no-repeat right;
}
