@import url("/index.php?css=styles/reset");

body {
  margin: 0;
  padding: 0;
  font: small/1.5em "Segoe UI", Arial, sans-serif;
  text-align: center;
  color: #000;
  background: #ccc url(http://www.mhap.org/images/health_help/bg_body.png) repeat 0 0;
}

#wrapper {
  width: 960px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 30px;
  border-top: 5px solid #df1b23;
  background-color: #fff;
}

#content_wrap {
  clear: both;
  padding-top: 25px;
}

/* -------------------------------------
NAV
------------------------------------- */

#nav {
  width: 725px;
  float: right;
  margin-top: 35px;
}

#nav ul li {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-right: 1.6em;
}

#nav ul li a {
  text-decoration: none;
  color: #000;
}

#nav ul li a:hover {
  border-bottom: 1px dashed #000;
}

#nav ul li.current a {
  border-bottom: 1px solid #000;
}

/* -------------------------------------
LOGO AND SUBNAV COLUMN
------------------------------------- */

#logo_and_subnav {
  width: 235px;
  float: left;
}

#logo {
  text-align: center;
}

div.sidebar_group {
  margin: 2em 30px;
}

div.sidebar_group h1 {
  color: #999999;
}

div.sidebar_group ul.news li {
  margin-bottom: 0.8em;
  font-size: 90%;
}

/* -------------------------------------
CONTENT
------------------------------------- */

#content {
  width: 725px;
  float: right;
  margin-bottom: 30px;
}

img#tagline {
  display: block;
}

#page_title {
  padding: 20px 18px 24px 18px;
  margin-bottom: 1.6em;
  background-color: #eeeeee;
}

#page_title h1 {
  font-size: 300%;
  font-weight: normal;
  color: #df1b23;
}

#page_text {
  width: 580px;
  margin-left: 18px;
  line-height: 180%;
}

#page_text h2 {
  font-size: 120%;
  color: #df1b23;
}

#page_text p {
  margin-bottom: 1em;
}

#page_text ul {
	margin-bottom: 1em;
}

#page_text ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#page_text ol {
	margin-bottom: 1em;
}

#page_text ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#page_text ol ol {
	margin-bottom: 0;
}

#page_text ol ol li {
	list-style: lower-alpha;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

div.case_img {
  float: right;
  width: 240px;
  margin-left: 20px;
}

/* -------------------------------------
HOME STUFF
------------------------------------- */

p#intro {
  font-size: 180%;
  line-height: 150%;
  color: #666;
  margin: 0.8em 30px 1em 0;
}

p#intro strong {
  font-weight: normal;
  color: #df1b23;
}

div.home_feature {
  width: 335px;
  float: left;
  line-height: 170%;
  margin-right: 20px;
  display: inline;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

div.home_feature h2 {
  color: #df1b23;
  margin: 16px 20px 0 20px;
}

div.home_feature p {
  margin: 0 20px 18px 20px;
}

div.home_feature p.read_more {
  margin: 0;
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 0.08em;
}

div.home_feature p.read_more a {
  display: block;
  padding: 3px 20px 2px 20px;
  background-color: #cccccc;
  text-decoration: none;
  color: #666666;
}

div.home_feature p.read_more a:hover {
  color: #000000;
}

/*div.home_feature p.read_more a span {
  float: right;
  font-size: 115%;
}*/

div.featured_case img {
  float: right;
  display: inline;
  width: 98px;
  margin: 16px 20px 0 6px;
}

div.questions {
  background: url(http://www.mhap.org/images/health_help/bg_home_questions.jpg) no-repeat 0 0;
}

div.questions p {
  margin: 0 132px 18px 20px;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
  clear: both;
  font-size: 85%;
  margin-left: 235px;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
  color: #3366CC;
  background: transparent;
}

a:visited {
  color: #993366;
  background: transparent;
}

a:hover {
  color: #000000;
  background: transparent;
}

a:active {
  color: #3366CC;
  background: transparent;
}

img.right {
  float: right;
  display: inline;
  margin: 0 0 0 12px;
}

img.left {
  float: left;
  display: inline;
  margin: 0 12px 0 0;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

.group:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}