html, body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  min-width: 550px;
/*  background: #000000; */
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
/*color: #FFFFFF; */
  background-image: url(images/ideal-self-logo-150.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

h1, h2, h3 {
  font-weight: bold;
  color: #01829B;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
  color: #20bee0;
}

p {
  line-height: 150%;
}

ul, ol {
  line-height: 150%;
}

ul.menu {
  line-height: 200%;
}

a {
  text-decoration: underline;
  color: #21829b;
}

a:hover {
  text-decoration: underline;
  color: #96d321;
}

/* Header */

#header {
  width: 100%;
  height: 100px;
  margin: 0px;
  font-weight: bold;
}

#logo {
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
  font-size: 12px;
}

/* IE Min Width */

* html .container {
  border-right: 600px solid #000;
}

/* Content */

#content {
/*
  background: url(images/butterfly_background.png) no-repeat;
  background-attachment: scroll;
  background-position: 300px 150px;
*/
  margin-left: 11em;
/*  min-height: 300px; */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: -100px 0px -92px 11em;
}

#content .inner {
  padding: 100px 20px 92px 20px;
}

/*
#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content li ul {
  padding: 0px 0;
}

#content li {
  color: #ffffff;
  list-style: none;
  background-image: url(images/white-glow.png);
  background-position: 0 0.3em;
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  /*padding-left: 35px;
  line-height: 140%;
}
*/

/*#content li li {
  padding-left: 35px;
  list-style: url(images/white-glow.png);
}*/

/* Sidebar */

#sidebar {
  width: 10em;
  margin-left: 1em;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  top: 120px;
  position: absolute;
}

#sidebar .inner {
  margin-bottom: 20px;
}

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

#sidebar li {
  padding-left: 1em;
  border-bottom: 1px dotted #646464;
}

#sidebar h2 {
  margin: 0;
  padding: 20px 0 0 0;
}

#sidebar a {
  text-decoration: none;
  color: #01829B;
}

#sidebar a:hover {
  color: #96d321;
}

/* Footer */

#footer {
  clear: both;
  height: 92px;
  width: 100%;
  text-align: center;
  font-size: smaller;
  background-image: url(images/swish.png);
  background-repeat: no-repeat;
  background-position:center bottom;
  color: #ffffff;
}

#footer_wrapper {
  position: absolute;
  margin: auto;
  bottom: 0px;
  width: 100%;
}

.style_this_page {color: #96d321}
.style_pink {color: #96d321}
.style_10pt {font-size: 10pt}

/* Editing */

.rhlink {
  float: right;
  text-align: right;
  font-weight: normal;
  font-size: 12pt;
  color: #FFFFFF;
}

/* Forms */

.submit {
  padding-left: 10em;
  padding-top: .5em;
  display: block;
}

.label .error_message {
  padding-left: 12em;
}

.error_message {
  display: block;
  color: #ff0000;
}

.error input {
  background-color: #ffdddd;
}

.checkbox,
.date,
.money,
.password,
.select,
.text,
.textarea,
.timestamp {
  margin-left: 12em;
  clear: both;
  margin-bottom: 1ex;
}

.checkbox.label,
.date.label,
.money.label,
.password.label,
.select.label,
.text.label,
.textarea.label,
.timestamp.label {
  margin-left: 0px;
  margin-bottom: 1ex;
}

.checkbox label,
.date label,
.money label,
.password label,
.select label,
.text label,
.textarea label,
.timestamp label {
  float: left;
  clear: left;
  width: 11em;
  text-align: right;
  padding-right: 1em;
  margin-left: 0px;
  margin-bottom: 1ex;
}

/* styles for supernote */
.notedefault {
  position: absolute;
  visibility: hidden;
  top: 1.5em;
  left: 2em; width: 25em;
  padding: 3px;
  border: 1px solid #369;
  background-color: #dddddd;
  color: black;
}

.hover {
  text-decoration: underline;
  color: #20bee0;
}

.hover:hover {
  text-decoration: underline;
  color: #96d321;
}

.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 1em;
 margin-top: 2ex;
}

.testimonial {
  margin: 0 0 0 1em;
}

.testimonialfloatright {
  float: right;
  width: 20em;
  margin: 0 0 0 1em;
  padding: 0 0.5em 0 0.5em;
  background: #e4d8f9;
  font-size: 80%;
}
