/************************************************************
	St. Joseph Villa Homecare & Hospice Print CSS
	Created: 03.07.2007
	Author:	Matt Jacob
	Last Modified:	
************************************************************/

a:link { text-decoration: none; }
div#content a:link:after, div#content_wrapper a:visited:after {
	text-transform : lowercase;
	content : " (" attr(href) ") ";
}
div#content a[href^="/"]:after, div#content_wrapper a[href^="/"]:after { 
	content: " (http://www.delmargardens.com" attr(href) ") "; 
}
div#content a[href^="mailto:"]:after, div#content a[href^="#"]:after, div#content a[href^="?"]:after { 
	content: ""; 
}

#browserwarning { display: none; }
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
}
p {
	font-size: 12pt;
	line-height: 1.5em;
	margin: 0 0 .95em 0;
}
h1 {
	font-size: 24pt;
	margin: 10px 0 15px 0;
	color: #AA800E;
}
h2 {
	font-size: 16pt;
	color: #4C0F24;
	margin: 0 0 6px 0;
}
h3 {
	color: #333;
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0 0 6px 0;
}
ul {
	margin: 0 0 16px 24px;
	padding: 0 0 16px 12px;
}
li {
	font-size: 12pt;
	line-height: 1.5em;
}
a:link {
	color: #5C0925;
}
a:hover {
	color: #5C0925;
	text-decoration: none;
}
a:visited {
	color: #5C0925;
}
a:active {
	color: #5C0925;
}img {
	display: block;
	border: 0;
}
hr {
	height: 1px;
}
div#browserwarning, p#skipNav {
		display: none;
	}
div.clear { clear: both; height: 0; overflow: hidden; } 
/*******************************************************
	FORMS
******************************************************

/*******************************************************
	BASIC STRUCTURE
*******************************************************/

/* OVERALL STRUCTURE */
div#container_main {
	width: 100%;
	margin: 0;
	text-align: left;
}

/*******************************************************
	Header
*******************************************************/
div#header { width: 100%; background: none;  }
div#header p#tagline { margin-top: 25px; }

/*******************************************************
	Navigation
*******************************************************/
div#navigation {
	display: none;
}

/*******************************************************
	MAIN CONTENT
*******************************************************/
div#home_images img {
	border: solid 2px #E2E2E2;
	margin: 0 0 4px 0;
}
div#right_col { display: none; }

div#right_col a#back { display: none; }
div#right_col img {
	border: solid 1px #E2E2E2;
}
div#right_col blockquote {
	color: #408CC2;
	font-size: 12pt;
	margin-top: 10px;
}
/*******************************************************
	CALLOUTS
*******************************************************/



/*******************************************************
	FOOTER
*******************************************************/
div#footer {
	width: 100%;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	background: none;
}
div#footer ul, div#footer h4 {
	display: none;
}
div#footer p {
	font-size: 10pt;
	margin: 0 0 6px 5px;
	text-align: left;
}

/*******************************************************
	FAQs
*******************************************************/
body#homecare.faqs fieldset, body#hospice.faqs fieldset { display: none; }

dl {
	width: 100%;
}
dl dt {
	color: #4C0F24;
	font-size: 14pt;
	line-height: 18pt;
}
dl dd {
	font-size: 12pt;
	line-height: 16pt;
	margin: 0 0 15px 0;
}
dl dd a.top { display: none; }
/*******************************************************
	CONTACT US
*******************************************************/

div#content fieldset {
	padding: 5px;
	margin-left: 0;
	width: 410px;
	font-size: 12pt;	
	border: none;
}
div#content fieldset legend {
	font-size: 12pt;
	font-weight: bold;
	color: #4C0F24;
	padding: 0;
}	
div#content h2#phone {
	text-align: left;
	margin: 30px 0;
}
form#contact { display: none; }