@charset "UTF-8";
/* CSS Document */

/* Main Navigation -- highlighting current page based on the body class definition */

body.meet #mainNavigation a#meet,
body.studio #mainNavigation a#studio,
body.gallery #mainNavigation a#gallery,
body.faq #mainNavigation a#tips {
	background-attachment: scroll;
	background-image: url(../images/mainNavGreen_middle.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFFFFF;
}

body.contact #mainNavigation a#contact {
	background-attachment: scroll;
	background-image: url(../images/mainNavGreen_last.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}

body.news #mainNavigation a#home {
	background-attachment: scroll;
	background-image: url(../images/mainNavGreen_first.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}

/* Gallery Navigation -- highlighting current page based on the body class definition */

body#family #masthead a#family,
body#couples #masthead a#pets,
body#seniors #masthead a#seniors,
body#children #masthead a#children,
body#newborns #masthead a#newborns,
body#maternity #masthead a#maternity {
	background-attachment: scroll;
	background-image: url(../images/galleryTab_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
