@charset "utf-8";
/* CSS Document */

html {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}


body {
  width: 950px;
  margin: 0px auto;
  position: relative;
  background: #FFFFFF;
  padding: 0;
  border: none;
}

img{
  padding: 0;
  border: none;
}

table {
  padding: 0;
  border: none;
}

table.mainPanel {
  width: 900px;
  background-color:#FFFFFF;
  text-align: center;
}

/* Fix for Safari / Google Chrome. Centers the main body of the site, which otherwise
seems to float off to the right. Fix seems to have no adverse consequences in Firefox */
div#homeContainer, div#contact, div#aboutYou, div#aboutYouDepression, div#vitalisCoaching, div#yourCoach,
div#nederlands, div#nurtureYourself, div#testimonials, div#buddhist-life-coach, div#workshops {
	float: left;
}

.title{
}

/* Home Page */
img#mainLogo {
  text-align:center;
  margin: 20px auto 0px 20px;
}

.mainMenuImgItem {
  padding: 3px;
  height: 110px;
  width: 110px;
  margin: 0 auto;
}

/* End of Home Page */

.sideMenuImgItem {
  height: 30px;
  width: 30px;
  margin: 0 4px 0 0;
}

.sideMenuSubItem {
  padding-left: 15px;
  padding-right: 6px;
  height: 30px;
  width: 17px;
  margin: 0;
}

.topLevelMainPanel {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.topLevelContentPanel {
  width: 900px;
  height: 600px;
  padding: 0;
  margin-left: 0px auto;
  margin-right: 0px auto;
  margin-bottom: 6px; /* this controls the distance of the footer from the bottom of the site */
  background-repeat: no-repeat;
  overflow: hidden;
}

.topLevelLogo {
  height:70px;
}

#testimonials {
  background: url(../images/background/testimonials.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

table.testimonials-quote {
	height: 55px;
}

#nurtureYourself {
  background: url(../images/background/nurtureYourself.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

div#workshops {
  background: url(../images/background/workshops.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

#contact {
  background: url(../images/background/contact.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

#vitalisCoaching {
  background: url(../images/background/VitalisCoaching.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 635px;
}

#aboutYou {
  background: url(../images/background/aboutYou.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

/* Because hand image encroaches on text, this lengthens the page and pushes the hands down a bit */
#aboutYouDepression {
  background: url(../images/background/aboutYou.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 680px;
}

#yourCoach{
  background: url(../images/background/yourCoach.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

#nederlands{
  background: url(../images/background/nederlands.jpg);
}

#buddhist-life-coach {
  background: url(../images/background/boudha.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.normalTitle1, .normalTitle2, .normalText {
  font-family: Verdana;
  text-align: left;
  color:#802f07;
}

.normalTitle1 {
  font-size:18px;
  font-weight:bold;
  padding-top: 15px;
}

.normalTitle2 {
  font-size:14px;
  font-weight:bold;
}

.normalText {
  font-size:12px;
  text-align: justify;
}

.normalCell{
  border: solid 1px #802f07;
  padding: 2px;
}

.normalListItem {
  margin-bottom: 6.5px;
}

h1, h2, h3, p, li, label, td {
  font-family: Verdana;
  text-align: left;
  color:#802f07;
}

h1 {
  font-size:18px;
  font-weight:bold;
  padding-top: 15px;
  margin-top: 0px;
}

h2 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:2px;
  padding-bottom:4px;
}

h3 {
  font-size:12px;
  font-weight:bold;
  margin-bottom:2px;
  padding-bottom:4px;
}

p, li, td {
  font-size:12px;
  text-align: justify;
}

p {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

ul, ol {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.greenFont {
  color: #1FA530;
}

.beforeList {
	padding-bottom: 2px;
}

label {
	
}

/* Links */
a {
	color: #1FA530;
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
}
a:hover {
	color: #1FA530;
	text-decoration:underline;
	font-family:Verdana;
	font-size:12px;
}

a#textLink {
	color:#802f07;
	text-decoration: none;
}

a:hover#textLink {
	color:#802f07;
	text-decoration: none;
}

.anchorLink, .anchorLink:hover {
	color:#802f07;
	text-decoration:none;
}

.rightNavImageLink {
  text-align:left;
  padding: 0px;
  margin-top:12px;
}

div#homePageText h1 {
	font-size:20px;
	font-weight:bolder;
	padding: 0px;
}

div#homePageText p {
	font-size:12px;
	text-align:justify
}

div#homePageText a {
	font-size:12px;
}
div#homePageText a:hover {
	font-size:12px;
}

div#homePageRightPanel {
	width:200px;
	float:right;
}

.homePageBubbleLink {
  margin: 10px;
  padding: 8px;
	background-color: #ecf8e4;
	font-size:14px;
	font-weight:bold;
}

div#mainMenuLinks {
  margin: 0px auto 10px auto;
  float:none;
  display:block;
}

div#mainMenuLinks td {
  vertical-align:top;
  text-align: center;
  font-size:12px;
  font-weight:bold;
  padding: 0xp;
}

.disabledLink {
  color:#999999;
  text-align:center;
}
.disabledLink:hover {
  color:#999999;
  text-decoration:none;
}
/* /Links */

/* Menu */
div#left {
  display: inline;
  float: left;
  width: 170px;
  height: 443px;
  margin: 0px;
}

div#leftMenu {
  text-align:left;
  margin: 10px 0 0 10px;
}

div#leftMenu td{
  text-align:left;
}

div#leftMenu a {
	color: #1FA530;
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
	text-align:left;
}
div#leftMenu a:hover {
	color: #75BF06;
	text-decoration:underline;
	font-family:Verdana;
	font-size:12px;
}

.fixedwidth a {
  font-size:12px;
  font-family: Verdana;
}

.normalLink:hover {
  font-size:12px;
  font-family: Verdana;
}
/* /menu */

#headerMenu {
  width: 900px;
  height: 176px;
  background: url(../images/vitalis_coaching_logo_long.jpg);
  background-repeat:no-repeat;
}

.header-phone-number-bubble {
  background: url(/images/telephone-bubble.gif);
  background-repeat:no-repeat;
	float:right;
  position:absolute;
  text-align:left;
  top: 10px;
  right:62px;
  width:240px;
  height:65px;
  margin: 0px 0px 0px 0x; 
  padding: 0px 0px 0px 0px;
}

.header-phone-number-image {
  background-image: url(/images/telephone-contact-icon.gif);
  background-position: 0px 5px;
  margin: 4px 4px 4px 10px;
  padding-left:4px;
  padding-top: 2px;
  height:40px;
  background-repeat:no-repeat;
  font-size:14px;
  font-weight:bold;
}


#headerMenuNavigation {
  position:absolute;
  text-align:right;
  top: 135px;
  left:500px;
  width:400px;
  
}

div#headerMenuNavigation a {
  text-decoration: none;
  padding: 0px 3px;
}
div#headerMenuNavigation a:hover {
  color: #75BF06;
  text-decoration:underline overline;
}


/* Clear */
.clear {
  width: 1px;
  height: 1px;
  clear: both;
}
/* /Clear */


div#right {
  display: inline;
  float: right;
  width: 720px;
  height: 443px;
  margin: 0px; 
}

/* scroll */
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#content {
  background-color: #AAAAAA;
  padding: 3em;
  margin:0.2em 2em;
}

.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0; 
  left: 0;
}

.vscrollerbase {
  width: 10px;
  background-color: #D1FDB0;
}
.vscrollerbar {
  width: 10px;
  background-color: #00CC33;
}
.hscrollerbase {
  height: 10px;
  background-color: white;
}
.hscrollerbar {
  height: 10px;
  background-color: #00CC33;
}

.scrollerjogbox {
  width: 10px;
  height: 10px;
  top: auto; left: auto;
  bottom: 0px; right: 0px;
  background-color: gray;
}

#vitalisScroll {
	float: left;
	width: 715px;
	height: 245px;
	margin: 10px 10px 10px 0px;
	vertical-align:top;
	color: #333;
	z-index: 5;
	overflow: hidden;
	position: relative;
}

.fixedwidth {
	width: 695px;
	height: auto;
	position: relative;
	padding: 0 10px 40px 0;
	color: #333;
}
/* /scroll */

#footer, .footer{
	margin-top:8px;
	width: 900px;
	height: auto;
	padding: 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align:center;
}

#footerspan a {
  text-decoration: none;
  padding: 0px 3px;
  color:#802f07;
}
#footerspan a:hover {
  color:#802f07;
  text-decoration:underline overline;
}

/* Nurture Yourself */
.nurtureYourSelfImage {
	padding: 3px 5px;
	height: 125px;
}

p.workshops-text {
	width: 480px;
}

p.workshops-text1 {
	width: 620px;
}

div.workshops-test-left {
	width: 100%;
	text-align: left;
	float: left;
	margin-bottom: 22px;
}

p.workshops-test-text {
	width: 480px;
	text-align: justify;
}

/* TESTIMONIALS - CATEGORIES */
.categoryText {
	color: #802f07;
	font-size: 16px;
	vertical-align: top;
}

.greenTextCell {
	color: #52a31b;
	vertical-align: top;
}

.categories-vertical-buffer {
	height: 12px;
}

#randomquotediv { 
	position: absolute;
	left: 50px;
	top: 700px;
}

/* forms */
textarea, input { 
  font-family: Verdana;
  font-size:12px;
}


.vitalis-logo-link-layer {
  height: 160px;
  width: 350px;
  margin: 20px 0 0 0;
}

.investement-prices-table td{
  padding: 2px 0 6px 0;
}

.contact-image {
  height:38px;
  width:38px;
}

.error-notice {
  margin: 7px;
  width:900px;
  border: #FF0000 2px solid;
  text-align: center;
}

.error-notice p {
  padding: 10px 0;
	text-align: center;
  background-color:#FFFF99;
  font-weight:bold;
  font-size:14px;
  color:#FF3333;
}

.error-notice a,
.error-notice a:hover {
  font-size:14px;
}