@charset "UTF-8";
body {
	background: #3c3e36 url(../images/bcknd.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Futura, Verdana, Helvetica;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#menu {
	height: 30px;
	width: 920px;
	background: #2c2f28 center;
	padding: 5px 20px 0px;
	text-align: center;
	border-top: thin dotted #000000;
}

#menu p{
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}
#menu a{
	color: #636560;
	text-decoration: none;
	font-family: Futura, Verdana, Helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
}
#menu a:hover{
	text-decoration: underline;
	font-family: Futura, Verdana, Helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	font-variant: normal;
}


.oneColFixCtrHdr #header {
	background: #2c2f28;
	padding: 20px 15px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 52px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header a {
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#right {
	padding-top: 0px;
}
#header div {
	padding-top: 10px;
	float: right;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#header a {
	color: #999999;
}
#header a:hover {
	text-decoration: underline;
}
#littlemiracleslogo {
	height: auto;
	width: 100px;
	float: right;
}
#address {
	float: left;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px 0 20px;
	border-top: thin dotted #000000;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: relative;
	background: #FFFFFF;
	height: 100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Futura, Verdana, Helvetica;
	font-size: 21px;
	color: #636560;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background: #FFFFFF;
}
#footer a {
	color: #636560;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#copy {
	float: right;
	width: 425px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	height: auto;
	padding-right: 25px;
	padding-left: 10px;
}
#copy h1 {
	float: right;
	width: 450px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 14px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
}
#copy a {
	width: 450px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	text-decoration: underline;
}
#copy a:hover {
	width: 450px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	text-decoration: underline;
}
#services {
	float: left;
	width: auto;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	height: auto;
	padding-left: 20px;
}
#services h1 {
	float: right;
	width: 450px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 14px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
}
#services a {
	width: 450px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	text-decoration: underline;
}
#services a:hover {
	width: 450px;
	font-family: Futura, Verdana, Helvetica;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	text-decoration: underline;
}
.style1 {
	color: #999966;
}
.style2 {
	color: #999966;
}
.style3 {
	color: #000000;
}
.oneColFixCtrHdr #mainContent2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #FFFFFF url(../images/flowers.jpg) 0px -70px;
}
