/* Speaaking From The Heart - CSS Document */

/* Basic Elements */

html {
	margin: 0;
	padding: 0;
}

/*  Corrects PNG Graphic issue in browsers along win iepngfix.htc file */
img, div { 
	behavior: url(iepngfix.htc)
}
	
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Setting body to 62.5% means 1em=10pt, 1.2em=12pt, etc. */
	color: #000000; 
	background: #E5F9D4 url(images/background.jpg) no-repeat top center; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

p {
	font-size: 1.4em;
	margin: 10px 20px 10px 20px;
	padding: 0;
}

h3 {
	display:none;
}

a {
	padding: 0 0 0 15px;
    text-decoration: none;
	font-weight: bold;
	color: #009900;
}
a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #CC66CC;
}
a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #BFA359;
}

/* Content DIV */
#container { 
	margin: auto;
	width: 890px;
	height: 100%
	position: relative;
}

/* Logo DIV */
#logoImg {
	width: 35%;
	float: left;
	height: 230px;
	margin: 10px 0px 0px 0px;
	background: url(images/waterfall.png) no-repeat center;
}

#logo {
	width: 60%;
	float: right;
	height: 230px;
	margin: 10px 30px 0px 0px;
	background: url(images/logo.png) no-repeat center;
}

/* Menu Navigation Container Rules*/
#navigation {
    width: 100%;
	height: 26px;
	margin: 0px 0px 0px 2px;
	background-color: #003300;
	font-size: 1.2em;	
	padding-bottom: 10px;
}
#navigation ul {
      margin: 0px;
      padding: 10px 10px 10px 10px;
      list-style: none;
}
#navigation li {
	float: left;	
    margin: 0px;
}
#navigation a {
	padding: 0px 0px 0px 35px;	/* last number moves text to right as increased */		
    text-decoration: none;
	font-weight: bold;
	color: #00FF00;  /* #EED593; or #FFFF33; yellow or #BFA359 gold tint options #D6B765 #CC9933 */
}
#navigation a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #CC66CC;
}
#navigation a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}


/* Home Page DIV's */
#homeHeader {
	background:  url(images/title-home-page.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#homeText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
#homePhoto{
	float: right;
	margin: 0;
	padding: 10px 10px 10px 30px;
	border: 0;
	z-index: 5;
}
#homeText ul{
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.4em;
	font-weight: bold;
	color: #006600;
}
#homeText li{
	padding-left: 0;
	margin-left: 0;
}
#homeQuote {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}


/* Couples Page DIV's */
#couplesHeader {
	background:  url(images/title-couples.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#couplesText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
#couplesBold {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#couplesText ul{
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.4em;
	font-weight: bold;
	color: #006600;	
}
#couplesText li{
	padding-left: 0;
	margin-left: 0;
}

/* Tangible Page DIV's */
#tangibleHeader {
	background:  url(images/title-tangible-tools.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#tangibleText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
#tangibleFail {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	text-align: center;
}
#tangibleTools {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#tangibleText ul{
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.4em;
	text-align: center;
/* 
	font-weight: bold;
	color: #003300;
*/	
}
#tangibleText li{
	padding-left: 0;
	margin-left: 0;
}
#tangibleQuote {
	font-size: 1em;
	text-align: center;
}

table.center {
	width: 50%; 
	margin-left: 32%; 
	margin-right: 18%;
	text-align: left;
	font-size: 1.4em;
}

/* Upcoming Classes Page DIV's */
#classesHeader {
	background:  url(images/title-upcoming-classes.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#classesText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: center;
}
#classesBold {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#classesType {
	font-size: 1em;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
textarea {
	margin-left: 10%;
	width: 75%;
	height: 100px;
}

/* About Joanne Page DIV's */
#aboutHeader {
	background:  url(images/title-about-joanne.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#aboutText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
#aboutPhoto{
	float: right;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: 0;
	z-index: 5;
}


/* Testimonials Page DIV's */
#testimonialsHeader {
	background:  url(images/title-testimonials.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#testimonialsText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
#textBold {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

/* Contact Page DIV's */
#contactHeader {
	background:  url(images/title-contact-information.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#contactText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
/* Contact Form */
#contactContainer {
	padding: 0px 0px 0px 150px;
	width: 600px;
	font-size: 1.2em;
}
.fieldset {
	background-color: #003300;
	border: solid #000000 5px;
	padding: 10px;
}
legend span {
	display: block;
	font-weight: bold;
	color: #E5F9D4;
	padding-bottom: 0.5em;
}
label {
	display: block;
}
label span {
	width: 13em;
	color: #E5F9D4;
	float: left;
	text-align: right;
}
label input {
	width: 15em;
	background: #E5F9D4;
}
label textarea {
	width: 39em;
	margin-left: 1em;
	background: #E5F9D4;
}
#submit {
	border: 1px solid #000000;
	background: #E5F9D4;
	margin-left: 15em;
	font-weight: bold;
	font-family: inherit;
}
#submit:hover {
	border: 1px solid #000000;
	background: #FFFF00;
}

/*  Submitted Successfully DIV's */
#successHeader {
	background:  url(images/title-submitted-success.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#successText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}

/*  404 Error Page Container Rules  */
#errorHeader {
	background:  url(images/title-404-error.png) no-repeat top center;
	width: 100%;
	height: 110px;
	margin: 20px 0px 0px 0px;
}
#errorText {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	text-align: justify;
}
#errorText ul{
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
}
#errorText li{
	padding: 0px 20px 0px 0px;
	margin-left: 0;
}


/* Footer DIV's */
	/* Contact Information Footer */
#footer1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #009900;
	padding: 10px;
	text-align: center;	
}
#footer1 HR{
	font-weight: bold;
	color: #009900;
}
#footer1 ul{
    margin: 0px;
    padding: 10px 10px 10px 10px; /* last number moves links to right as increased */
    list-style: none;
}
#footer1 li{
	float: left;	
    margin: 0px;
}

	/* Design and Validation Footer */
#footer2 {
    font-size: 1em;
	color: #009900;
	text-align: center;
}

#footer2 HR{
	font-weight: bold;
	color: #009900;
}


/*  BR to Clear Floats  */
br { clear: both; }





