/* Default Classes
**************************/
* { margin:0; padding:0; }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border-top:4px solid #ff9900;
	background-image:url(../images/topBg.jpg), url(../images/pagBg.jpg);
	background-repeat:no-repeat, no-repeat;
	background-size:100% 525px, 100% 100%;
	background-position:0px 0px, 0px 530px;
}
.relative { position:relative; }
.wrap { margin:auto; width:1033px; }
.blue { color:#33ccff; }
.green { color:#0F0; }
.red { color:#F00; }
.clear { clear:both; }
.justify { text-align:justify; }
.hide { display:none; }
.smallM { font-size:0.9em; }

/* Top
**************************/
.top {
	padding-top:43px;
}
#appointments {
	text-indent:-10000px;
	background:url(../images/AppointmentRequests.png) no-repeat;
	width:238px; height:33px; display:block;
	position:absolute; top:0px; right:8px;
}
#logo { 
	background:url(../images/topLogo.png) no-repeat;
	width:563px; height:49px; display:block;
	margin-left:19px;
}

#menu { float:right; margin-top:48px; }
#menu li {
	list-style:none;
	float:left; margin:0 2px 0 7px;
}
#menu li a {
	text-indent:-10000px;
	background-image:url(../images/menuButtons.png);
	background-repeat:none;
	height:36px; display:block;
}
#menu a#homeBt { background-position:0px 0px; width:90px; }
#menu a#aboutBt { background-position:-90px 0px; width:169px; }
#menu a#formsBt { background-position:-259px 0px; width:90px; }
#menu a#servicesBt { background-position:-349px 0px; width:90px; }
#menu a#kidsZoneBt { background-position:-439px 0px; width:104px; }
#menu a#contactBt { background-position:-543px 0px; width:116px; }

#homePage #menu a#homeBt { background-position:0px -36px; width:90px; }
#aboutPage #menu a#aboutBt { background-position:-90px -36px; width:169px; }
#formsPage #menu a#formsBt { background-position:-259px -36px; width:90px; }
#servicesPage #menu a#servicesBt { background-position:-349px -36px; width:90px; }
#kidsZonePage #menu a#kidsZoneBt { background-position:-439px -36px; width:104px; }
#contactPage #menu a#contactBt { background-position:-543px -36px; width:116px; }

/* Content
**************************/
.content { background:#fff; }
#arrows a { 
	background-image:url(../images/slidesArrows.png); background-repeat:no-repeat; 
	height:15px; display:block; 
	position:absolute; z-index:100; 
	cursor:pointer 
}
#left { top:157px; left:27px; width:7px; }
#right { top:157px; right:27px; width:8px; background-position:-7px 0; }

.networks {	margin:40px 0 0 5px; }
.networks p { color:#3c5a99; font-size:0.75em; text-decoration: underline; display: inline-block;  }
.networks a { margin: 0 0 0 10px; width: 27px; height: 27px; display: inline-block;  top: 5px; }

/* Footer
**************************/
.footer {
	background-image:url(../images/footerBg.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	height:217px; margin:-60px 0 45px 0;
}
.footer p {
	color:#6d6e71; font-family:Tahoma, Geneva, sans-serif; font-size:0.75em;
	text-align:center; padding:160px 0 0 0
}
.footer a {
	color:#6d6e71; text-decoration:none;
}


