/*
 *   The Care Concierge
 *   Print Style Sheet
 *
 *   Author:  Joe Morrow
 *   Updated:  11:48 PM 8/8/2007
 *
 */

@import "reset.css";

#border {
	padding: 0 10px 10px 10px;
	width: 670px;
}

#page {
	font-family: "Times New Roman", Times, serif;
	width: 670px;
}

#accessibility {
	display: none;
}

#header {
	background: url(../images/header-background.gif) repeat-x;
	margin: 0 -10px 0 -10px;
}

#masthead {
	margin-left: 20px;
}

#content {
	float: left;
	font-size: 0.9em;
	margin: 23px 40px 30px 40px;
}

#content H1 {
	color: #912F3C;
	font-size: 30px;
	font-weight: bold;
}

#content H2 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

#content P {
	line-height: 1.25;
	padding-bottom: 18px;
}

#content A:link,
#content A:visited {
	color: #912F3C;
	text-decoration: underline;
}

#content A:hover,
#content A:active {
	color: #912F3C;
	text-decoration: none;
}

#content UL {
	list-style-type: disc;
	margin-left: 1.0em;
	text-indent: 0.5em;
}

#content LI {
	padding-bottom: 10px;
}

#content UL UL {
	list-style-type: circle;
	padding: 10px 0 0 1.0em;
}

#content LI H2 {
	display: inline;
}

#content LABEL {
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 5px; 
	text-align: right;
	width: 130px;
}

#content INPUT {
	border: 1px solid #912F3C;
	margin: 0 0 5px 5px;
	padding: 4px;
	width: 280px;
}

#content TEXTAREA {
	border: 1px solid #912F3C;
	height: 100px;
	margin: 0 0 5px 5px;
	padding: 4px;
	width: 280px;
}

#content #title {
	margin-bottom: 6px;
}

#menu {
	display: none;
}

#footer {
	clear: both;
	color: #927A50;
	font-size: 0.8em;
	line-height: 1.55;
	padding: 13px 0 15px 0;
	text-align: center;
	width: 670px;
}

#footer A:link,
#footer A:visited {
	color: #927A50;
	text-decoration: none;
}

#footer A:hover,
#footer A:active {
	color: #927A50;
	text-decoration: underline;
}

#footer LI {
	display: inline;
}

#footer LI SPAN {
	padding: 0 4px 0 6px;
}

