/* Start of CMSMS style sheet 'Wellness Paths' */
body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #000000; /* black */
	/* background-color: #365921; */
        background: #365921 url('uploads/images/beige009.jpg') repeat;
	line-height: 130%;
	font-family: comic sans ms,sans-serif; /* arial, helvetica, verdana, tahoma */
	text-align: center;
}

#wrapper-header {
   background: #F9EFE3 url('uploads/images/beige009.jpg') repeat;
} /* #222 */

#header {
	background: #F9EFE3 url('uploads/images/content_bg4.jpg') no-repeat;
	width: 85%;
	height: 155px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 0;
	color: #006600; 
	font-size: 200%;
	padding-left: 10px;
	letter-spacing: -1px;
	text-align: left;
        line-height: 45px; /* 125px */
}

#header h3 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #006600; /* 88AC0B */
	font-size: 120%;
	padding-left: 10px;
	/* letter-spacing: -1px; */
	text-align: left;
}

#content {
	width: 83%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #B3C46C;
	/* font-size: 90%; */
	text-align: left;
        /* background-image: url(uploads/images/bg1.jpg); */
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 83%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b /* url('uploads/images/menu-background.png') top left repeat-x */;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

h1 {
        color: #000000;
        margin: 20px;
}

h2 {
	color: #000000; /* #666 */
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

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

p {
   margin: 1em;
   color: #000000;
   line-height: 150%;
 }

img {
   margin: 7px;
}

/* TRANSPARENCY STUFF */

div.transbox {
  width: 95%; /* 400px */
  padding: 10px;
  height: auto; /* 180px */
  margin: 10px 10px 10px 10px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter:alpha(opacity=70); /* */
  /* CSS3 standard */
  opacity:0.7;
  -moz-opacity: 0.70; 
}

div.transbox p {
  margin: 15px 20px 15px 20px;
  font-weight: bold;
  color: #000000;
  }
/* End of 'Wellness Paths' */

