body {
	background:#1b305b url(../images-index/bg-body.jpg) no-repeat 50% 0;
	font:14px Georgia, "Times New Roman", Times, serif;
	min-width: 1000px;
	margin:0;
	color:#000;
}
img {border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#page-container {
	overflow:hidden;
	position:relative;
	width:100%;
}
#main-holder {
	position:relative;
	float:left;
	left:50%;
	width: 1005px;
}
#main-wrapper {
	position:relative;
	float:left;
	left:-50%;
	width:1005px;
}
#main {
	position:relative;
	overflow:hidden;
	margin:0 auto 80px;
	width:1005px;
}
/* header block styles */
#header {
	background: url(../images-index/bg-header.jpg) no-repeat;
	width:100%;
	height:261px;
	overflow:hidden;
}
/* logo styles */
#header strong.logo {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 171px;
	height: 137px;
	top: 27px;
	left: 71px;
}
#header strong.logo a {
	background: url(../images-index/logo.png) no-repeat;
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* slogan styles */
#header span.slogan {
	position: absolute;
	font-size: 30px;
	color: #21396f;
	top: 95px;
	left: 346px;
}
/* main navigation styles */
#header .nav-holder {
	position: absolute;
	top: 139px;
	left: 95px;
}
#navigation {
	background: url(../images-index/bg-navigation.png) no-repeat;
	padding: 64px 0 0 81px;
	font-size: 15px;
	width: 831px;
	height: 120px;
	list-style: none;
	margin: 0;
}
#navigation li {
	position: relative;
	padding: 0 48px 0 0;
	float: left;
}
#navigation li a {
	background: url(../images-index/nav-star.gif) no-repeat;
	padding: 0 0 0 25px;
	color: #545454;
	float: left;
}
#navigation li a.active,
#navigation li a:hover {
	text-decoration: none;
	color: #ef529b;
}

/* content block styles */
#content {
	background: url(../images-index/bg-content-mid.gif) repeat-y;
	width:100%;
}
#content:after {
	display: block;
	content: "";
	clear: both;
}
#content .content-area {
	background: url(../images-index/bg-content.jpg) no-repeat;
	overflow: hidden;
	min-height: 625px;
}
* html #content .content-area {
	overflow: visible;
	height: 625px;
}
#content .inner-content {
	background: url(../images-index/bg-content-inner.jpg) no-repeat;
	min-height: 625px;
	color: #707070;
}
#content .inner-content:after {
	display: block;
	content: "";
	clear: both;
}
* html #content .inner-content {
	overflow: visible;
	height: 625px;
}
#content .main-content {
	margin: 0 95px 0 0;
	padding: 15px 0 0;
	display: inline;
	float: right;
	overflow: hidden;
	width: 640px;
}
#content .sidebar {
	width: 230px;
	float: left;
}
#content h1.title-bigpicture {
	background: url(../images-index/title-bigpicture.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 232px;
	height: 39px;
	margin: 0 0 14px 9px;
}
#content h1.title-welcome {
	background: url(../images-index/title-welcome.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 407px;
	height: 67px;
	margin: 0 0 10px;
}
#content h2 {
	font-size: 16px;
	color: #21396f;
	margin: 0 0 9px;
}
#content h2.title-meetteam {
	background: url(../images-index/title-meetteam.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 503px;
	height: 25px;
	margin: 0 0 1px 2px;
}

#content h3.title-theneed,
#content h3.title-ourvision,
#content h3.title-ourmission {
	background: url(../images-index/title-theneed.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 70px;
	height: 15px;
	margin: 0 0 10px;
}
#content h3.title-ourvision {
	background: url(../images-index/title-ourvision.png) no-repeat;
	width: 76px;
}
#content h3.title-ourmission {
	background: url(../images-index/title-ourmission.png) no-repeat;
	width: 87px;
}

#content p {
	margin: 0 0 15px;
}
/* main content block styles */
#content .text-holder {
	padding: 0 0 35px 9px;
}
#content .text-holder p {
	line-height: 24px;
	margin: 0 0 27px;
}
.content-img {
	padding: 0 0 30px 3px;
}
.content-img img {
	border: 3px solid #e5f162;
	display: block;
}
.img-holder {
	padding: 0 32px 5px 0;
	float: left;
}
.img-holder img {
	border: 3px solid #e5f162;
	display: block;
}
/* sidebar block styles */
ul.side-nav {
	background: url(../images-index/bg-sidenav.jpg) no-repeat 100% 100%;
	list-style: none;
	font-size: 15px;
	width: 174px;
	padding: 14px 0 52px;
	margin: 0 0 0 56px;
}
ul.side-nav li {
	padding: 15px 0 15px 8px;
}
ul.side-nav a {
	background: url(../images-index/sidenav-star.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	color: #707070;
}
ul.side-nav a.active,
ul.side-nav a:hover {
	text-decoration: none;
	color: #ef529b;
}
/* heading text block styles */
.heading-text {
	padding: 0 0 9px;
	margin: 0 0 0 73px;
	width: 850px;
}
.heading-text:after {
	display: block;
	content: "";
	clear: both;
}
.heading-text .content-image {
	position: relative;
	float: left;
	padding: 7px 0 0 3px;
	margin: -19px 0 0;
	width: 405px;
	height: 277px;
}
.heading-text .content-image span.border-overlay {
	background: url(../images-index/photo-border.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 405px;
	height: 277px;
}
.heading-text .inner-text {
	margin:0;
	line-height: 24px;
	width: 408px;
	float: right;
}

/* about text block styles */
.about-text {
	background: url(../images-index/bg-aboutarea.jpg) no-repeat;
	overflow: hidden;
	margin: 0 0 0 101px;
	padding: 19px 74px 0 202px;
	line-height: 24px;
	width: 573px;
	min-height: 145px;
}
.about-text p {
	margin: 0 0 10px;
}
* html .about-text {
	overflow: visible;
	height: 145px;
}
/* information area block styles */
.info-area {
	background: url(../images-index/stars.gif) no-repeat 50% 0;
	padding: 30px 0 0 38px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.info-area .infobox {
	word-spacing: -1px;
	overflow: hidden;
	min-height: 115px;
	float: left;
	width: 30%;
}
* html .info-area .infobox {
	overflow: visible;
	display: inline;
	height: 115px;
}
.info-area .infobox.theneed {
	background: url(../images-index/bg-theneed.jpg) no-repeat 1px 2px;
	padding: 15px 0 0 120px;
	margin: 0 20px 0 0;
	width: 193px;
}
.info-area .infobox.ourvision {
	background: url(../images-index/bg-ourvision.jpg) no-repeat 1px 4px;
	padding: 15px 0 0 115px;
	margin: 0 5px 0 0;
	width: 165px;
}
.info-area .infobox.ourmission {
	background: url(../images-index/bg-ourmission.jpg) no-repeat 9px 11px;
	padding: 15px 0 0 118px;
	margin: 0 20px 0 0;
	width: 178px;
}
/* footer block styles */
#footer {
	background: url(../images-index/bg-footer.gif) no-repeat;
	word-spacing: -1px;
	font-size: 11px;
	line-height: 18px;
	overflow:hidden;
	width:100%;
	height: 254px;
}
#footer .footer-area {
	padding: 67px 0 0 80px;
}
#footer strong {
	font-weight: normal;
	display: block;
	color: #5a75a6;
}
#footer .footer-area div {
	display: inline;
	margin: 0 33px 0 0;
	float: left;
}
#footer .big-picture {width: 90px;}
#footer .our-part {
	margin-right: 29px !important;
	width: 112px;
}
#footer .your-part {
	margin-right: 25px !important;
	width: 115px;
}
#footer .the-press {
	margin-right: 27px !important;
	width: 80px;
}
#footer .just4kids {
	margin-right: 18px !important;
	width: 134px;
}
#footer .newsletter {
	margin-right: 26px !important;
	width: 62px;
}
#footer .contacts {width: 100px;}
#footer .contacts strong {
	color: #ff3a92;
}

#footer ul {
	list-style: none;
	overflow: hidden;
	color: #707070;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer ul a {
	color: #707070;
}
#footer ul strong {
	font-weight: bold;
	color: #707070 !important;
}
.toothena-footer {
	text-align: center;
	position: relative;
	top: -65px;
	word-spacing: -1px;
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}
.toothena-footer a {
	color: #ff3a92;
}
