/**** LAYOUT ****/
body {
  background-color: #78AC79;
  margin: 0;
}
#wrapper {
  width: 800px;
  background: repeat-y url(/images/stretch_std.gif);
}
#wrapperTop {
  background: no-repeat url(/images/head_std.jpg);
}
#wrapperBottom {
  background: no-repeat url(/images/foot_std.jpg) bottom;
}

#header {
  height: 140px;
  text-indent: -9000px;
}
#nav {
  width: 215px;
  float: left;
}
#content {
  width: 585px;
  float: left;
}
a:link,a:visited { color:#333;outline:none; }
a:hover { color:#999; }

/**** NAVIGATION ****/
#nav {
  padding-top: 45px;
}
#nav h2 {
  height: 12px;
  color: #B8B39E;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-family: georgia, times, "times new roman", serif;
  text-transform: uppercase;
}
#nav a {
  font-family: arial, times, "times new roman", serif;
  font-size: 14px;
  font-weight: bold;
  color: #ECBD10;
  text-decoration: none;
}
#nav ul {
  list-style-type: none;
  margin: 0 10px 1em 10px;
  padding: 0;
}
#lifestyle {
  /* background: no-repeat url(/images/nav_lifestyle.gif) top center; */
}
#resources {
  /* background: no-repeat url(/images/nav_resources.gif) top center; */
}
#nav ul.articles a {
  font-size: 11px;
}

/**** Front Page Content ****/
div.imageContent {
	display: none;
}

/**** Disclaimer ****/
div.disclaimer {
  text-align: right;
  padding: 0 10px 0 0;
  height: 26px;
  margin-top: 20px;
  line-height: 24px;
  clear: both;
}
div.disclaimer a {
  color: #ccc;
  font-size: 11px;
}


/**** TYPOGRAPHY ****/
td, p, ul, ol, dl {
  font-family:  arial, helvetica, sans-serif;
  line-height: 1.5em;
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table {
  margin: 0 10px 1em 10px;
  padding: 0;
}
ul, ol {
  margin-left: 30px;
}
h1, h2, h3 {
  font-family: georgia, times, "times new roman", serif;
}
h1 {
  font-weight: normal;
  color: #534A29;
  line-height: 1.2em;
}
h2, h3 {
  font-weight: normal;
}
label {
  font-weight: bold;
}
textarea {
  width: 200px;
  height: 100px;
}

.clear {
  clear: both;
}

