/* !Branding
--------------------- */
h1#branding {
	margin: 0;
	padding: 0;
}

h1#branding a {
	background: url(images/logo.jpg) no-repeat 50% 50%;	/* 257px x 179px */
	display: block;
	float: left;
	height: 172px;
	margin:20px 0pt 35px 27px;
	padding: 0;
	text-indent: -999em;
	width: 279px;
}

/* !Navigation
--------------------- */
#nav{
	background:#FFF;
	display: inline;
	list-style: none;
	margin:0px;
}
#nav li {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 150px;
}
#nav #nav-contact-us {
	margin-bottom:10px;
}
#nav-home a {
	background: url(images/home.jpg) no-repeat top left;
	color: #a6ce39;
	display: block;
	font-size: .9em;
	height:40px;
	text-decoration: none;
	text-indent:-999em;
	width:175px;
}

#nav-home a:hover {
	background: url(images/home.jpg) no-repeat top right;
	color: #2e3192;
}

#nav-about-us a {
	background: url(images/about_us.jpg) no-repeat top left;
	color: #a6ce39;
	display: block;
	font-size: .9em;
	height:40px;
	text-decoration: none;
	text-indent:-999em;
	width:175px;
}

#nav-about-us a:hover {
	background: url(images/about_us.jpg) no-repeat top right;
	color: #2e3192;
}

#nav-services a {
	background: url(images/services.jpg) no-repeat top left;
	color: #a6ce39;
	display: block;
	font-size: .9em;
	height:40px;
	text-decoration: none;
	text-indent:-999em;
	width:175px;
}

#nav-services a:hover {
	background: url(images/services.jpg) no-repeat top right;
	color: #2e3192;
}
#nav-faq a {
	background: #FFF url(images/faq.jpg) no-repeat top left;
	color: #a6ce39;
	display: block;
	font-size: .9em;
	height:40px;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	text-indent:-999em;
	width:175px;
}

#nav-faq a:hover {
	background: #FFF url(images/faq.jpg) no-repeat top right;
	color: #2e3192;
}
#nav-contact-us a {
	background: url(images/contact_us.jpg) no-repeat top left;
	color: #a6ce39;
	display: block;
	font-size: .9em;
	height:40px;
	text-decoration: none;
	text-indent:-999em;
	width:175px;
}

#nav-contact-us a:hover {
	background: url(images/contact_us.jpg) no-repeat bottom right;
	color: #2e3192;

}
#nav li:hover a {
	color: #a6ce39;
}

#nav li a:hover {
	color: #2e3192;
	text-decoration: none;
	}

/* !Main Content
--------------------- */
.home-heading {/* !Title for Home Page */
	background: url(images/welcome-to-ddaycare-header.jpg) no-repeat 50% 50%;
	display: block;
	float: left;
	height: 29px;
	margin:5px 0 20px 0;
	padding: 0;
	text-indent: -999em;
	width: 530px;
}
#node-1 ul li { /* !list line-height for list in front page content */
	line-height:1.8em;
}
#node-2 {
	background: #FFFFFF url(images/bee-bg.jpg) no-repeat right 478px;
}
#node-3 dt { /* !FAQ page lady bird bullet points */
	background: url(images/lady_bird.png) no-repeat;
	color:#2e3192;
	height:33px;
	margin-top:30px;
	text-indent:40px;
}
#node-5 li { /* !ABOUT US page mouse bullet points */
	background: url(images/mouse.png) no-repeat top left;
	list-style:none;
	padding-left:35px;
	min-height:38px;
	min-height:38px !important;
}
#node-5 img { /* !About us page image */
	float:right;
	margin:0px;
	margin-top:10px;
}

#node-4 img{ /* !Services page images */
	margin: 5px;
}


/* !Feature-boxes
--------------------- */
#block-block-2 {
	float:left;
	width:154px;
}
#block-block-3 {
	float:left;
	margin-left:30px;
	width:154px;
}
#block-block-4 {
	float:left;
	margin-left:30px;
	width:154px;
}
/* !Secondary Content
--------------------- */
#content-sub {
	font-size:1em;
}
#block-block-1 img { /* !Address details img */
	margin:0;
	text-align:center;
}
#block-block-1 .content h2 {
	margin:0;
	padding-top:10px;
	text-align:center;
}	
#block-block-1 .content p {
	color:#303094;
	margin:0;
	text-align:center;
}

/* !Site Info
--------------------- */
#site-info {
	border-top: solid 2px #a6ce39;
	font-size:11px;
	margin: 0 auto;
	width: 760px;
}

#site-info a {
	color:#333333;
	text-decoration:none;
	font-size:10px;
}

#site-info p {
	margin:0;
	margin-top:10px;
	text-align:center;
}
/* -- Dont border links -- */
a {
	outline: none;
}

/* -- Bring containers with floated children back into line
#content {
	float: left;
	width: 100%;
} --*/

.clear {
	clear: both;
}

.field-field-page-image {
	display: none;
}
.back-to-top {
	display:none;
}