/******* CSS ElderCare Services Unlimited *******/
/******* Copyright 2009 ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#a99d5d;
	color: #666;
	text-align: center; /* center the wrapper in IE5.x pc */
	font-family: Georgia, "Times New Roman", Times, serif;/*set the default fonts */
	font-size: 100.01%
}
#wrapper {
	margin: 5px auto;
	/*width: 90%; 
	position: relative; */
	background-color:#fff4cc;
	border: 1px solid #99CCFF;
	text-align: left;/* Realigns the text to the left */
}
/* Layout Divs ----------------------------- */
#header {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#content {
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-size:11px
}
#content_sub {
	width: 200px;
	float: left;
	position: relative;
	background-color: #a99d5d;
}
#content_main {
	margin: 0 25px 0 200px;
	padding: 10px 0 10px 25px;
	line-height: 1.3;
}
@media print {
#content_main { margin-left: 20px; }
}
#content_sub .testimonial, #content_sub .stmt, #content_sub .aside {
	color: #ffffdd;
	font-size: 12px;
	padding: 3px 6px 3px 8px;
	font-family:Arial, Helvetica, sans-serif;
}
#content_sub .testimonial { background: #d1cfab; }
#content_sub .aside { text-transform: uppercase; }
#footer {
	margin-bottom: 5px;
	font-size: 9px;
	clear: left;
}
#marqueecontainer {
	position: relative;
	width: 180px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: #9CC;
	color: #900;
	overflow: hidden;
	border: 3px solid #d1cfab;
	margin: 25px auto;
	padding: 2px 0 2px 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
#marqueecontainer p.large {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.pullquote {
	float: right;
	width: 200px;
	background: #d1cfab;
	padding: 3px 5px 3px 8px;
	color: #000;
	margin: 5px 5px 25px 8px;
}
#photos {
	width: 500px;
	margin: 10px 75px;
}
#extras {
	font: 9px Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
div.centerimg { margin: 10px auto; }
/* Menu ------------------------------------------- */
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited { color: #3333CC; }
a:hover { color: #993300; }
#menu * {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu {
	width: 195px;
	border: 1px solid #94AA74;
}
@media print {
#menu { display: none; }
}
#menu li a {
	font-size: 11px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	font-weight: normal;
}
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url(../images/menu1.gif);
	background-repeat:no-repeat;
	padding: 4px 0 0 20px;
}
#menu li a:hover, #menu li #here {
	color:  #26370A;
	background: url(../images/menu1.gif) 0 -28px;
	background-repeat:no-repeat;
	padding: 4px 0 0 6px;
}
#menu li a:active {
	color: #26370A;
	background: url(../images/menu1.gif) 0 -56px;
	background-repeat:no-repeat;
	padding: 4px 0 0 6px;
}
/* Text and Lists ---------------------------------------- */
#header h1 {
	color: #000;
	font-size: 36px;
	margin-top: 10px;
}
#header p {
	color:#990000;
	font-size: 24px;
}
h2 {
	color: #990000;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }
#content h3 {
	text-transform: uppercase;
	margin-top: 25px;
}
.addspace { margin: 25px 75px; }
.box1 { margin: 25px 75px; }
.box2 { margin: 25px 15px 10px 0; }
.box2 h3 { padding-top: 25px; }
.box2 h4 { padding: 10px 25px 25px 25px; }
.pullquote p { font-size: 11px; }
.pullquote h4 {
	text-align: center;
	text-transform:uppercase;
	padding: 0;
}
.pullquote ul li {
	margin: 0;
	padding: 2px 0;
	font: 10px Arial, Helvetica, sans-serif;
}
p.switchgroup1 { padding-bottom: 10px; }
ol li { padding-top: 30px; }
ol li li {
	padding-top: 3px;
	list-style-type: lower-alpha;
}
ul li { padding: 3px 5px; }
ul.list { margin-left: 280px; }
/* Images ----------------------------------*/
img#logo {
	float: left;
	padding: 5px 0;
}
.doors {
	background-image:url(../images/doors.jpg);
	background-repeat:repeat-x;
	height: 110px;
}
.doors p { display: none; }
@media print {
.doors p { display:inline; }
}
.centerimg img { padding: 0 15px; }
img#pyramid { margin: 10px 15px 20px 5px; }
img#wecare {
	float: right;
	padding: 5px 10px 0 5px;
	visibility: visible;
}
/*Generic Styles -------------------------------*/
.clears { clear: left; }
.smit {
	font-style: italic;
	font-variant: normal;
	font-size: 9px;
}
h2 .smit {
	font-size: 18px;
	text-transform:none;
}
.right {
	text-align: right;
	padding: 10px 25px;
}
.fltrt {
	float: right;
	padding: 0 10px;
}
.fltlt {
	float: left;
	padding-right: 30px;
}
#history {
	float: right;
	padding: 25px;
}
.changecolor {
	color: #660000;
	font-weight: bold;
	line-height: normal;
}
.enlarge {
	font-size: 20px;
	line-height: 1.5;
}
.handcursor {
	cursor:auto;
	cursor:pointer;
	font-weight: bold;
	padding-top: 10px;
}
div#email {
	text-align: right;
	padding: 5px 25px 5px 0;
}
/* Tables ------------------------------- */
table.footer {
	width: 100%;
	border: 1px solid #008000;
	border-collapse: collapse;
	font-size: 11px;
}
table.footer tr { background-color:#EEFFFF; }
table.footer th { border-style: none; }
table.footer td {
	border-style: none;
	width: 30%;
}
td#address p {
	font-weight: bold;
	padding: 5px 0 5px 25px;
}
td#phone {
	text-align: center;
	width: 40%;
}
table#info, table#requestform {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
table#requestform td { padding: 6px; }
.info_left, .info_right {
	width: 50%;
	vertical-align: top;
	padding: 5px 20px;
}
/* Forms --------------------------------- */	
form {
	width: 600px;
	margin-left: 30px;
}
legend {
	padding: 5px;
	font-weight: bold;
}
