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

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#333;
	line-height:1.3em;
}
h1 {
	font-size:24px;
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color:#888;
	text-decoration:none;
}
a:hover {
	color:#333;
}
ul, ol, li {
	list-style:none;
	padding:0;
	margin:0;
}

/*MAIN CONTAINERS*/

#main_container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
	background-color:#FFF;
/*	border:1px #069 solid;
*/}
#inner_container {
	float:left;
	width:900px;
	background-color:#FFF;
	min-height:520px;
	margin:30px 0px 5px 0px;
/*	border:1px #F00 solid;
*/}


/*MAIN NAVIGATION*/

#navigation {
	float:left;
	width:200px;
	min-height:530px;
	_height:530px;
	margin:0px 10px 0px 0px;
	background-image:url(../images/kids_logo-01-01.jpg);
	background-repeat:no-repeat;
}
#navigation_inner {
	float:right;
}
#navigation_inner ul {
	margin:120px 0 0 0;
	text-decoration:none;
	list-style:none;
	padding:0;
}
#navigation_inner ul li {
	font-size:16px;
	margin:60px 0 0 0;
}
#navigation_inner ul li ol {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}
#navigation_inner ul li ol li {
	font-size:14px;
	margin:5px 0 0 0;
}


/*CONTENT CONTAINERS*/

#content_container {
	float:left;
	width:690px;
	min-height:530px;
	background-color:##FFF;
}
#content_top {
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#content_bottom {
	float:left;
	clear:both;
	width:690px;
	background-color:#FFF;
}

/*INDIVIDUAL PAGES*/

.who_we_are_top {
	min-height:300px;
	_height:300px;
	width:65%;
	margin:120px 0 0 0; 
}
.who_we_are_top p {
	color:#666;
}
.who_we_are_bottom {
	min-height:110px;
	_height:110px;
}


.research_txt {
	float:left;
	clear:both;
	width:680px;
}


.clients_top {
	float:left;
	width:690px;
	padding:110px 0 0 0;
}
.clients_heading {
	width:150px;
	margin: 0 0 0 30px;
}
.clients_list {
	float:left;
	display:inline;
	width:200px;
	margin: 0 0 0 30px;
	font-size:13px;
	line-height:1.5em;
}


.contact_us_top {
	min-height:195px;
	_height:195px;
	width:100%;
	margin:0;
}
.contact_us_top img {
	margin:40px 0 0 0;
	padding:0;
}
.contact_us_txt {
	float:left;
	margin:40px 0 0 45px;
	width:215px;
}
.contact_us_txt h2 {
	font-size:19px;
	font-weight:normal;
	color:#333;
}
.contact_us_txt h4 {
	font-size:16px;
	font-weight:normal;
	color:#333;
}
.contact_us_txt p {
	font-size:14px;
	color:#666;
}
.contact_us_bottom div {
	float:left;
	min-height:50px;
	_height:50px;
	padding: 15px 55px 0 0;
	display:inline;
}
.contact_us_bottom div p {
	font-size:12px;
	line-height:1.5em;
}



#key_areas {
	border-top:1px solid #666;
}
#key_areas div {
	float:left;
	display: inline;
}
#key_areas div p {
	font-size:12px;
	color:#666;
	margin:5px 0 0 0;
	line-height:1.5em;
}
.marketing_areas {
	margin:10px 0 0 0;
}
.marketing_areas div {
	margin: 0 30px 0 0;
}
.education_areas {
	margin:10px 0px 0 0;
}
.education_areas div {
	margin: 0 70px 0 0;
}
.research_areas {
	margin:10px 0 0 0;
}
.research_areas div {
	margin: 0 40px 0 0;
}


