@import url("reset.css");
@import url("form.css");
/* Colors


*/
strong {
	color: #17375E;
}

a {
	color: #17375E;
}

p a,
p a:link,
p a:visited {
	text-decoration: underline;
}

p {
	margin-bottom: .5em;
}

h1, h2 {
	font-size: 24px;
	color: #17375E;
	margin: 0px;
}

h3, h4 {
	font-size: 12px;
	color: #17375E;
	text-transform: uppercase;
	margin: 20px 0px 0px;
}

body {
	text-align: center;
	background: #f2f2f2;
	font: 14px/1.2 Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

div.wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px 24px;
	background: url(../images/bg.jpg) repeat-y left top;
	text-align: left;
}

/* @group Header */

div#header {
	background: url(../images/header.jpg) no-repeat right top;
	height: 210px;
	padding: 30px 0px 0px 60px;
}

div#header h1 a {
	width: 287px;
	height: 147px;
	background-image: url(../images/logo.kida2.jpg);
}

/* @end */

/* @group Menu */

div#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#menu ul li {
	display: block;
	float: left;
	margin: 0px 2px 0px 3px;
}

div#menu ul li.first {
	margin: 0px 2px 0px 0px;
}

div#menu ul li.last {
	margin: 0px 0px 0px 2px;
}

div#menu ul li a {
	display: block;
	width: 133px;
	line-height: 47px;
	text-align: center;
	color: #e5e5e5;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

div#menu ul li a:hover {
	color: #fff;
}

div#menu li.home a.top {
	background: url(../images/menu.home.jpg) repeat-x left top;
}

div#menu li.programs a.top {
	background: url(../images/menu.programs.jpg) repeat-x left top;
}

div#menu li.evaluations a.top {
	background: url(../images/menu.evaluations.jpg) repeat-x left top;
}

div#menu li.our-staff a.top {
	background: url(../images/menu.staff.jpg) repeat-x left top;
}

div#menu li.parent-testimonials a.top {
	background: url(../images/menu.testimonials.jpg) repeat-x left top;
	line-height: 1.2;
	height: 37px;
	padding-top: 10px;
}

div#menu li.our-facility a.top {
	background: url(../images/menu.facilities.jpg) repeat-x left top;
}

div#menu li.contact-us a.top {
	background: url(../images/menu.contact.jpg) repeat-x left top;
}

div#menu ul ul {
	position: absolute;
	z-index: 2;
	left: -9999px;
	width: 133px;
	background: #DCE6F2;
	padding: 32px 0px 15px 0px;
}

div#menu ul ul li {
	float: none;
	margin: 0px;
	margin-bottom: 15px;
}

div#menu ul ul li a {
	background: none;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	text-transform: none;
	text-align: center;
	padding: 0px 15px;
	width: 103px;
	font-weight: normal;
}

div#menu ul ul li a:hover {
	color: #636363;
}

div#menu ul ul ul {
	margin: -1.2em 0 0 137px;
}

div#menu li:hover,
div#menu li.hover {
	position: static;
}

div#menu li:hover ul,
div#menu li.hover ul {
	left: auto;
}

div#menu li.home ul {
	background: #DCE6F2;
}

div#menu li.programs ul {
	background: #D7E4BD;
}

div#menu li.evaluations ul {
	background: #F2DCDB;
}

div#menu li.our-staff ul {
	background: #DEF4FC;
}

div#menu li.parent-testimonials ul {
	background: #FFECE0;
}

div#menu li.our-facility ul {
	background: #DBFFE9;
}

div#menu li.contact-us ul {
	background: #F2E3F2;
}

/* @end */

div#main {
	position: relative;
	z-index: 1;
	padding-bottom: 125px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

div#content {
	line-height: 1.5;
	padding: 25px 177px 25px 178px;
}

/* @group Sidebars */

div#main div.sidebar {
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 123px;
	padding: 25px 5px 25px;
}

div#main div#leftCol {
	left: 0px;
}

div#main div#rightCol {
	right: 0px;
}

div#main div.sidebar a {
	color: #000;
	text-decoration: none;
}

div#main div.sidebar a:hover {
	color: #636363;
}

div#main div.sidebar p {
	margin-bottom: 1.33em;
}

div#main div.sidebar p img {
	position: absolute;
	right: 0px;
}

div#main.home div#leftCol {
	background: #DCE6F2;
}

div#main.home div#rightCol {
	background: #F2E3F2;
}

div#main.programs div#leftCol {
	background: #D7E4BD;
}

div#main.programs div#rightCol {
	background: #DCE6F2;
}

div#main.evaluations div#leftCol {
	background: #F2DCDB;
}

div#main.evaluations div#rightCol {
	background: #D7E4BD;
}

div#main.our-staff div#leftCol {
	background: #DEF4FC;
}

div#main.our-staff div#rightCol {
	background: #F2DCDB;
}

div#main.parent-testimonials div#leftCol {
	background: #FFECE0;
}

div#main.parent-testimonials div#rightCol {
	background: #DEF4FC;
}

div#main.our-facility div#leftCol {
	background: #DBFFE9;
}

div#main.our-facility div#rightCol {
	background: #FFECE0;
}

div#main.contact-us div#leftCol {
	background: #F2E3F2;
}

div#main.contact-us div#rightCol {
	background: #DBFFE9;
}

/* @end */

/* @group Footer */

div#footer {
	width: 960px;
	margin: 0px auto;
	padding: 30px 24px;
	background: url(../images/bg.footer.jpg) no-repeat center top;
}

div#footer p {
	color: #393939;
	font-size: 10px;
}

/* @end */

/* @group Contact Form */

form,
div#tickets form {
	width: auto;
	padding: 0px;
	margin: 0px;
}

form fieldset,
div#tickets form fieldset {
	width: auto;
	padding: 0px;
	margin: 0px;
}

div.wpcf7,
div#tickets {
	float: right;
	position: relative;
	top: -10px;
	right: -30px;
}

div#tickets {
	display: block;
	top: 0px;
}

form.wpcf7-form,
div#tickets,
div#tickets form {
	width: auto;
	padding: 0px;
	width:322px;
}

form.wpcf7-form fieldset,
div#tickets fieldset {
	width: auto;
	padding: 10px 0px;
	margin: 0px;
	background: #f2f2f2;
}

form.wpcf7-form h3,
div#tickets h3 {
	margin: 0px 0px 0px 20px;
}

form h4 {
	margin-top: 0px;
}

form.wpcf7-form fieldset div,
div#tickets fieldset div {
	padding: 5px 0px;
	width: 322px;
	overflow: hidden;
}

form.wpcf7-form fieldset div.buttons,
div#tickets fieldset div.buttons {
	padding-left: 105px;
	width: 200px;
}

form.wpcf7-form fieldset div label,
div#tickets fieldset div label {
	width: 100px;
	text-transform: uppercase;
	font-size: 11px;
	color: #17375E;
	font-weight: bold;
	line-height: 13px;
	padding-top: 4px;
}

form.wpcf7-form fieldset div input,
form.wpcf7-form fieldset div textarea,
div#tickets fieldset div input,
div#tickets fieldset div textarea {
	width: 195px;
}

form.wpcf7-form fieldset div textarea,
div#tickets fieldset div textarea {
	height: 150px;
}

form.wpcf7-form fieldset div input.submit,
div#tickets fieldset div input.submit {
	width: auto;
}

form.wpcf7-form fieldset div.wpcf7-response-output {
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px;
	border: 0px;
	width: 300px;
	padding: 0px 11px;
}

form.wpcf7-form fieldset div.wpcf7-validation-errors,
form.wpcf7-form fieldset div.wpcf7-mail-sent-ng {
	color: #873130;
}

form.wpcf7-form fieldset div.wpcf7-mail-sent-ok {
	color: #01a149;
}

form.wpcf7-form fieldset span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	display: none;
}

div#tickets p.message {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #873130;
}

div#tickets div.guests {
	width: 212px;
	padding-left: 110px;
	position: relative;
}

div#tickets div.guests label {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* @end */

ul.sitemap {
	padding: 0px;
	list-style: none;
}

ul.sitemap ul {
	list-style-type: disc;
}

/* @group Classes */

a.autismSummit {
	background-image: url(../images/btn.autismSummit.gif);
	width: 124px;
	height: 40px;
}

a.parentResources {
	margin-left: 10px;
	background-image: url(../images/btn.parentResources.png);
	width: 103px;
	height: 63px;
}

a.newsletter {
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(../images/btn.newsletter.png);
	width: 103px;
	height: 63px;
}

/* @end */

/* @group Wordpress */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 7px 0px 7px 17px;
	display: inline;
	border: 3px solid #376092;
}

img.alignleft {
	margin: 7px 17px 7px 0;
	display: inline;
	border: 3px solid #376092;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}



/* @end */

