/*
 *   The Care Concierge
 *
 *   Author:  Joe Morrow
 *   Updated:  1:29 PM 1/31/2008
 *
 *
 *   Title Red:		#912F3C
 *   Title Brown:	#927A50
 *   Menu Back Off:	#ECE1BA
 *   Menu Back On:	#F1E9CB
 *   Footer Text:	#927A50
 *   50% Beige:		#F6F0DD
 *   75% Beige:		#FAF7EE
 *   Button Gray:	#ECE9D8
 *
 */


@import "reset.css";

BODY {
	background: #EDE3C7;
}


#border {
	border: 1px solid #912F3C;
	border-top: 0;
	background: #f6f3e4;
	margin: 0 auto 0 auto;
	padding: 0 10px 10px 10px;
	width: 1000px;
}

#page {
	background: #FFFFFF url(../images/watermark.jpg) no-repeat bottom right;
	font-family: "Times New Roman", Times, serif;
	width: 1000px;
}

#accessibility {
	display: none;
}

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

#masthead {
	margin-left: 75px;
}

#content {
	float: left;
	font-size: 0.9em;
	margin: 23px 40px 30px 40px;
	width: 700px;
	min-height: 500px;
}

#content H1 {
	color: #912F3C;
	font-size: 2.0em;
	font-weight: bold;
}

#content H2 {
	color: #000000;
	font-weight: bold;
/*	margin-bottom: 10px;*/
	margin-top: 10px;
	font-size: 1.25em;
}

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

#content STRONG {
	font-weight: bold;
}

#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;
	margin-top: 0;
	padding-top: 0;
}

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

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

#content LI H2 {
	display: inline;
	font-size: 1.0em;
}

#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 INPUT.submit {
	margin-left: 135px;
	width: 100px;
	background-color: #F1E9CB;
}

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

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



#content #situation {
	border: 1px solid #912F3C;
	background: #FAF7EE;
	padding: 20px 20px 20px 25px;
	margin: 20px 0 20px 0;
}

#content #situation H3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #912F3C;
}

#content #situation SPAN {
	float: right;
}



#menu {
	border-bottom: 1px solid #912F3C;
	float: right;
	font-size: 1.1em;
	margin-left: 20px;
	margin-right: -10px;
	width: 200px;
}

#menu LI {
	border-bottom: 1px solid #912F3C;
	border-left: 1px solid #912F3C;
}

#menu LI A:link,
#menu LI A:visited {
	background: #ECE1BA;
	color: #000000;
	display: block;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
}

#menu LI A:hover,
#menu LI A:active {
	background: #F1E9CB;
	color: #912F3C;
	display: block;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
}

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

#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;
}




fieldset.human {
	display: none;
}
