@import url('styles-index.css');
@import url('styles-header.css');
@import url('styles-footer.css');
@import url('styles-leftpanel.css');

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	background-image: url(images/kidbackground.jpg);
	background-repeat: repeat-x;
	background-position: 0px 220px;
}

#page {
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
}

#pagebody {
	width: 999px;
	text-align: left;
}

#body_content {
	background-color: #FFFFFF;
	min-height: 500px;
}

#body_content.index {
	background-color: none;
	background: url(images/Index_ContentArea.jpg) no-repeat;
}

#body_content.none {
	background: url(images/No_title.jpg) no-repeat #FFFFFF;
}

#body_content.about {
	background: url(images/About_title.jpg) no-repeat #FFFFFF;
}

#body_content.contact {
	background: url(images/Contact_title.jpg) no-repeat #FFFFFF;
}

#body_content.providers {
	background: url(images/Provider_title.jpg) no-repeat #FFFFFF;
}

#body_content.whattoexpect {
	background: url(images/WhatToExpect_title.jpg) no-repeat #FFFFFF;
}

#body_content.fees {
	background: url(images/Fees_title.jpg) no-repeat #FFFFFF;
}

#body_content.services {
	background: url(images/Services_title.jpg) no-repeat #FFFFFF;
}

#body_content.clinicalforms {
	background: url(images/ClinicalForms_title.jpg) no-repeat #FFFFFF;
}

#body_content.calendar {
	background: url(images/Calendar_title.jpg) no-repeat #FFFFFF;
}

#body_content.employment {
	background: url(images/Title_Employment.jpg) no-repeat #FFFFFF;
}

#body_content #leftpanel {
	float: left;
	padding-top: 90px;
	padding-left: 30px;
	line-height: 20px;
	width: 350px;
}

#body_content #mainpanel {
	float: left;
	width: 579px;
	padding-top: 67px;
	padding-right: 40px;
	padding-bottom: 20px;
	text-align: justify;
	position: relative;
}

#body_content a {
	text-decoration: none;
	color: #000000;
}

#body_content a:hover {
	text-decoration: underline;
}

#mainpanel div.title, td.pageHeading, td.contentBoxHeadingCenter {
	font-size: 23px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.main {
	text-align: left;
}

#mainpanel span.dropcap {
	font-size: 25px;
	font-weight: bold;
}

.textbox {
	width: 300px;
	padding: 5px;
}

.indent {
	padding-top:0px;
	padding-left:30px;
	margin-top:0px;
	padding-bottom:10px;
}

