/*
-----------------------------------------------
Preferred Hospice Global Styles
Author: Chad Spencer
----------------------------------------------- */


/* Overwrites and Tag Declerations
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: url(../img/background.jpg) center top;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.hook {
	display: block;
}
.hook:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .hook {
	height: 1%;
}
.clear {
	clear: both;
}

/* Container
----------------------------------------------- */
#container {
  margin: 0 auto;
  padding: 40px 10px;
  position: relative;
  width: 971px;
}

/* Header
----------------------------------------------- */
#header {
  background: url(../img/header.png);
  height: 223px;
  width: 971px;
}
#header h1,
#header p {
  display: none;
}

/* Main Navigation
----------------------------------------------- */
ul#navigation {
  position: absolute;
  right: 20px;
  top: 38px;
}
ul#navigation li {
  color: #4c270a;
  display: inline;
  font: bold 14px Georgia, "Times New Roman", Times, serif;
}
ul#navigation li a {
  color: #4c270a;
}
ul#navigation li a.current {
  color: #904b13;
}

/* Content
----------------------------------------------- */
#content-top {
  background: url(../img/content-top.png) no-repeat center top;
  padding: 10px 0 0 0;
}
#content-bottom {
  background: url(../img/content-bottom.png) no-repeat center bottom;
  padding: 0 0 10px 0;
}
#content {
  background: url(../img/content-middle.png);
  padding: 0 14px 20px 14px;
  width: 943px;
}

/* Home
----------------------------------------------- */
.feature {
 float: left;
 margin: 0 14px 20px 0;
 width: 305px;
}
.feature.last {
 margin: 0 0 20px 0;
}
.feature img {
  margin: 0 0 -3px 0;
  padding: 0;
}
.feature .content {
  background: url(../img/feature-home.png) center bottom;
  height: 185px;
  padding: 10px 20px;
  width: 265px;
}
.feature .content h3 {
  color: #f8f3e3;
  font: normal 18px/32px Georgia, "Times New Roman", Times, serif;
  height: 33px;
  margin: 0 0 10px 0;
  text-align: center;
}
.feature .content h3 a {
  color: #f8f3e3;
}
.feature .content.orange h3 {
  background: url(../img/heading-orange.png) repeat-x;
}
.feature .content.blue h3 {
  background: url(../img/heading-blue.png) repeat-x;
}
.feature .content.purple h3 {
  background: url(../img/heading-purple.png) repeat-x;
}
.feature .content p {
  font: normal 13px/15px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 10px 0;
}
.feature .content.purple p {
  color: #302055;
}
.feature .content ul {
  float: left;
  font: normal 13px/15px Georgia, "Times New Roman", Times, serif;
  margin: 0 15px 15px 16px;
  width: 105px;
}
.feature .content ul.last {
  margin: 0 0 15px 16px;
}
.feature .content.orange ul,
.feature .content.orange ul a {
  color: #b14c1f;
}
.feature .content.blue ul,
.feature .content.blue ul a {
  color: #134c7b;
}
.feature .content.purple ul,
.feature .content.purple ul a {
  color: #302055;
}
.feature .content ul li,
.feature .content ul li a {
  margin: 0 0 3px 0;
}
#home-column {
  float: left;
  margin: 0 0 0 20px;
  width: 605px;
}
#home-sidebar {
  border: 1px solid #b0c3cc;
  float: right;
  padding: 20px;
  width: 260px;
}
#home-column h2 {
  color: #0b3f6a;
  font: normal 24px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 15px 0;
}
#home-sidebar h3 {
  color: #0b3f6a;
  font: normal 18px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 15px 0;
}
#home-column p,
#home-sidebar p {
  color: #4d270a;
  font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 10px 0;
}

/* Sub Pages
----------------------------------------------- */
#sub-navigation {
 float: left;
 margin: 0 14px 20px 0;
 width: 244px;
}
#sub-navigation img {
 margin: 0 0 -3px 0;
}
#sub-navigation .content {
  background: url(../img/feature.png) center bottom;
  padding: 10px 22px;
  width: 200px;
}
#sub-navigation .content h3 {
  color: #f8f3e3;
  font: normal 18px/32px Georgia, "Times New Roman", Times, serif;
  height: 33px;
  margin: 0 0 10px 0;
  text-align: center;
}
#sub-navigation .content h3 a {
  color: #f8f3e3;
}
#sub-navigation .content.orange h3,
#sub-navigation .content h3.orange {
  background: url(../img/heading-orange.png) repeat-x;
}
#sub-navigation .blue h3,
#sub-navigation .content h3.blue {
  background: url(../img/heading-blue.png) repeat-x;
}
#sub-navigation .purple h3,
#sub-navigation .content h3.purple {
  background: url(../img/heading-purple.png) repeat-x;
}
#sub-navigation .content ul {
  font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 15px 18px;
}
#sub-navigation .content.orange ul,
#sub-navigation .content.orange ul a {
  color: #b14c1f;
}
#sub-navigation .content.orange ul li.current,
#sub-navigation .content.orange ul li.current a {
  color: #0b3f6a;
}
#sub-navigation .content.blue ul,
#sub-navigation .content.blue ul a {
  color: #134c7b;
}
#sub-navigation .content.blue ul li.current,
#sub-navigation .content.blue ul li.current a {
  color: #463275;
}
#sub-navigation .content.purple ul,
#sub-navigation .content.purple ul a {
  color: #302055;
}
#sub-navigation .content.purple ul li.current,
#sub-navigation .content.purple ul li.current a {
  color: #d46837;
}
#sub-navigation .content ul li,
#sub-navigation .content ul li a {
  margin: 0 0 3px 0;
}
#sub-navigation .content ul li {
  margin: 0 0 5px 0;
}
#main-column {
  float: left;
  margin: 20px 40px 0 40px;
  width: 590px;
}
#main-column h2 {
  color: #0b3f6a;
  font: normal 24px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 15px 0;
}
#main-column p,
#main-column ul {
  color: #4d270a;
  font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 10px 0;
}
#main-column ul {
  margin: 0 0 10px 30px;
}
#main-column img.right {
  float: right;
  margin: 0 0 40px 10px;
}
#main-column img.negative {
  margin: 0 -64px 40px 10px;
  position: relative;
}

form div.input {
	padding: 3px 0;
	clear: left;
}

form div.input label {
	float: left;
	width: 120px;
}

form div.input input {
	width: 180px;
}

body.qa_about_hospice #main-column a { color: #B14C1F; text-decoration: none; }
body.qa_about_hospice #main-column a:hover { text-decoration: underline; }

/* Footer
----------------------------------------------- */
#footer {
  color: #532f10;
  font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
  margin: 10px 0 0 0;
  text-align: center;
}
#footer a {
  color: #532f10;
}

#main-column #questions a {
	color:#B14C1F;
	text-decoration:none;
}

#main-column #questions a:hover {
	color:#B14C1F;
	text-decoration:underline;
}

#main-column p.bigquestion {
	font-weight:bold;
	color:#0B3F6A;
	margin-top:20px;
	padding-top:20px;
	font-size:1em;
}

.imgright {
	float:right;
	margin-left:10px;
}

body.caregiver_support_care_purse_booklets_journal #main-column { 
	width:645px;
	padding-right:0px;
	margin-left:40px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:0px;
 }

body.the_preferred_hospice_difference #main-column { 
	width:645px;
	padding-right:0px;
	margin-left:40px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:0px;
 }

body.the_preferred_hospice_difference #main-column #difference { 
	width:378px;
	padding:0px;
	margin:0px;
 }
