/* CSS Document */

body {
	background-image: url(../imgs/bg_page.png);
	background-repeat:repeat-x;
	background-color:#dedede;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:100%;
}

p {
	text-align:justify;	
}

html {
	height: 100%;
}

#wrapper {
	width:900px;
	margin: 0 auto;
}

#banner	{
	background:#FFFFFF;
	border-bottom:#fe9901 solid 10px;
	height: 200px;
}

#banner_program	{
	background:#ffffff;
	border-bottom:#81cf01 solid 10px;
	height: 200px;
}

#banner_stories	{
	background:#FFFFFF;
	border-bottom:#0094de solid 10px;
	height: 200px;
}

#banner_parents	{
	background:#FFFFFF;
	border-bottom:#814cb5 solid 10px;
	height: 200px;
}

#photo {
	float:left;
}

#intro {
	float:right;
	width:420px;
	height:180px;
	padding:10px;
	background:url(../imgs/bg_txt_intro.png) repeat-x;
}

#intro_parents {
	float:right;
	width:420px;
	height:180px;
	padding:10px;
	background:url(../imgs/bg_txt_intro_parents.png) repeat-x;
}

#intro_stories {
	float:right;
	width:420px;
	height:180px;
	padding:10px;
	background:url(../imgs/bg_txt_intro_stories.png)  repeat-x;
}

h1, h2, h3 {
	color:#FF9900;
}

#intro_programs {
	float:right;
	width:420px;
	height:180px;
	padding:10px;
	background:url(../imgs/bg_txt_intro_programs.png)  repeat-x;
}

#intro #title, #intro_programs #title, #intro_stories #title, #intro_parents #title {
	height:50px;
	width:420px;
}

#intro .text, #intro_programs .text , #intro_stories .text , #intro_parents .text  {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:15px;
}
 
#content {
	background:#FFFFFF;
	padding:10px;
}

#footer{
	background:url(../imgs/bg_footer.png);
	height:123px;;
	width:940px;
	margin:0 auto;
}

.copy {
	font-size:9px;
	rigth:10px;
	padding:10px;
	width:400px;
	position:relative;
	left: 500px;
	top: 10px;
	text-align:right;
}

.copy  a:link, .copy  a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.copy  a:hover {
	color:#FF9900;
}


.question {
	color:#FE9901;
	font-weight:bold;
	padding:0;
	margin:0;
}

p .question {
	padding:0;
	margin:0;
}

/* Easy Slider */

	#slider{
		background:url(../imgs/bg_slider_orange.png) no-repeat;
		margin-left:-10px;
		margin-right:-10px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:140px;
		overflow:hidden; 
		
		}	
		
	#slider .item {
		padding:20px;
	}
	
	#slider .item .title {
		color:#FF9900;
		float:left;
		font-family:Arial,Helvetica,sans-serif;
		font-size:20px;
		font-weight:bold;
		left:150px;
		position:relative;
		text-transform:uppercase;
		width:680px;
		
	}
	
	#slider .item .text {
		color:#FFFFFF;
		float:left;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		font-weight:bold;
		left:160px;
		position:relative;
		top:10px;
		width:700px;
	}
	
	#slider .item .image {
		border:0 none;
		float:right;
		left:0;
		position:absolute;
		top:0;
	}
	
	#prevBtn, #nextBtn{ 
		float:left;
		position:relative;
		top:-80px;
		left:5px;
		overflow:hidden;
		text-indent:-8000px; 
	}	
	#nextBtn{ 
		left:820px;
		}														
	#prevBtn a, #nextBtn a{  
		background:transparent url(../imgs/btn_prev.png) no-repeat scroll 0 0;
		display:block;
		height:30px;
		width:30px;
		z-index:999;
		overflow:hidden;
		text-indent:-8000px; 
		}	
	#nextBtn a{ 
		background: url(../imgs/btn_next.png) no-repeat 0 0;	
		z-index:999;
		}												

/* // Easy Slider */


/* Block 210 */

.l210 {
	float:left;
	width:210px;
	vertical-align:top;
}

.video{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align: center;
	width:200px;
	margin:40px auto 0;
}

.content210 {
	padding: 10px;
}

.l210_mid ul {
	width:210px;
	list-style:none;
	padding:0;
	margin:0;
}

.l210_mid ul.ulorange li a{
	color:#f7b12b;
}

.l210_mid ul.ulgreen li a{
	color:#8fd41f;
}

.l210_mid ul.ulred li a{
	color:#814cb5;
}

.l210_mid ul.ulblue li a{
	color:#0094de;
}

.l210_mid ul li {
	height:33px;
	line-height:33px;
	font-size:13px;
	font-weight:bold;
	background-image:url(../imgs/210_normal.png);
	background-repeat:no-repeat;
	display:block;
}

.double {
	background-image:url(../imgs/210_double_normal.png) !important;
}

.double_selected {
	background-image:url(../imgs/210_active.png) !important;
}

.double, .double_selected{
	height:42px !important;
	line-height:16px !important;
}

.double a, .double_selected a {
	padding-top:5px;	
	color:#FFFFFF;
}

.double a:hover{
	height:42px !important;
	line-height:16px !important;
	background: #00FF00 !important;
	background-image:url(../imgs/210_double_over.png) !important;
}


.second_line {
	font-size:11px;	
}

.l210_mid ul li a{
	display:block;
	text-decoration:none;
	padding-left:18px;
	margin:0;
	width:190px;
}

.l210_mid ul li a:hover {
	background-image:url(../imgs/210_over.png);
	background-repeat:no-repeat;
}

.l210_mid ul li.selected a, .l210_mid ul li.double_selected a {
	background-image:url(../imgs/210_active.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}


.l210_top_orange, .l210_top_green, .l210_top_red, .l210_top_blue  {
	height:33px;
	min-height:33px;
	width:210px;
}

.l210_top_orange h2, .l210_top_green h2 , .l210_top_red h2 , .l210_top_blue h2  {
	margin:0;
	padding-left:15px;
	padding-top:3px;
	color:#FFFFFF;
	font-size: 16px;
	
}

.l210_top_orange {
	background-image:url(../imgs/210_top_orange.png);
	background-repeat:no-repeat;
}

.l210_top_green {
	background-image:url(../imgs/210_top_green.png);
	background-repeat:no-repeat;
}

.l210_top_red {
	background-image:url(../imgs/210_top_red.png);
	background-repeat:no-repeat;
}

.l210_top_blue {
	background-image:url(../imgs/210_top_blue.png);
	background-repeat:no-repeat;
}

.l210_mid {
	background-image:url(../imgs/210_bg.png);
	background-repeat:repeat-y;
	width:210px;
	vertical-align:top;
}

.l210_bottom {
	background-image:url(../imgs/210_bottom.png);
	background-repeat:no-repeat;
	height:12px;
	min-height:12px;
	width:210px;
	padding-bottom:10px;
}

/* Block 640 */

.r640 {
	float:left;
	padding-left:10px;
	width:640px;
	font-size: 14px;
	color:#666666;
}

.content640_green p, .content640_orange p, .content640_red p, .content640_blue p {
	margin-top:  0;
}

.content640_green, .content640_orange, .content640_red, .content640_blue {
	padding: 20px;
	font-size: 14px;
	color:#666666;
}

/* GREEN */
.content640_green a:link, .content640_green a:visited{
	text-decoration:underline;
	color:#99D831;
}

.content640_green a:hover {
	text-decoration:underline;
	color:#333333;
}

.content640_green strong {
	color:#99D831;
}

/* ORANGE */ 

.content640_orange a:link, .content640_orange a:visited{
	text-decoration:underline;
	color:#FF9900;
}

.content640_orange a:hover {
	text-decoration:underline;
	color:#333333;
}

.content640_orange strong {
	color:#FF9900;
}

/* RED */

.content640_red a:link, .content640_red a:visited{
	text-decoration:underline;
	color:#814cb5;
}

.content640_red a:hover {
	text-decoration:underline;
	color:#333333;
}

.content640_red strong {
	color:#814cb5;
}

/* BLUE */ 

.content640_blue a:link, .content640_blue a:visited{
	text-decoration:underline;
	color:#0094de;
}

.content640_blue a:hover {
	text-decoration:underline;
	color:#333333;
}

.content640_blue strong {
	color:#0094de;
}

/* R640 ALL COLORS*/

.r640_top_orange, .r640_top_green , .r640_top_red , .r640_top_blue  {
	height:33px;
	min-height:33px;
	width:640px;
}

.r640_top_orange h2, .r640_top_green h2 , .r640_top_red h2 , .r640_top_blue h2  {
	margin:0;
	padding-left:15px;
	padding-top:3px;
	color:#FFFFFF;
	font-size: 16px;
	
}

.r640_top_orange {
	background-image:url(../imgs/640_top_orange.png);
	background-repeat:no-repeat;
}

.r640_top_green {
	background-image:url(../imgs/640_top_green.png);
	background-repeat:no-repeat;
}

.r640_top_red {
	background-image:url(../imgs/640_top_red.png);
	background-repeat:no-repeat;
}

.r640_top_blue {
	background-image:url(../imgs/640_top_blue.png);
	background-repeat:no-repeat;
}

.r640_mid {
	background-image:url(../imgs/640_mid.png);
	background-repeat:repeat-y;
	min-height:50px;
	vertical-align:top;
}


.r640_bottom {
	background-image:url(../imgs/640_bottom.png);
	background-repeat:no-repeat;
	height:12px;
	min-height:12px;
}

/* Block 400 */

.l400 {
	float:left;
	width:400px;
}

.l400 p , .l400 h1, .l400 h2, .l400 h3 {
	margin:0;
	padding:0;
}

.l400_top {
	background-image:url(../imgs/400_top.png);
	height:21px;
	min-height:21px;
	width:400px;
}

.l400_mid {
	background-image:url(../imgs/400_mid.png);
	background-repeat:repeat-y;
	min-height:50px;
	width:400px;
}

.l400_bottom {
	background-image:url(../imgs/400_bottom.png);
	height:21px;
	min-height:21px;
	width:400px;
}

/* GREEN */ 
.content860_green p  {
	margin-top:  0;
}

.content860_green {
	padding: 20px;
	font-size: 14px;
	color:#666666;
}

.content860_green a:link, .content860_green a:visited{
	text-decoration:underline;
	color:#99D831;
}

.content860_green a:hover {
	text-decoration:underline;
	color:#333333;
}


.content860_green strong {
	color:#99D831;
}

/* ORANGE */ 

.content860_orange p  {
	margin-top:  0;
}

.content860_orange {
	padding: 20px;
	font-size: 14px;
	color:#666666;
}

.content860_orange a:link, .content860_orange a:visited{
	text-decoration:underline;
	color:#FF9900;
}

.content860_orange a:hover {
	text-decoration:underline;
	color:#FF6600;
}


.content860_orange strong {
	color:#FF9900;
}

/* BLUE */ 

.content860_blue p {
	margin-top:  0;
}

.content860_blue {
	padding: 20px;
	font-size: 14px;
	color:#666666;
}

.content860_blue a:link, .content860_blue a:visited{
	text-decoration:underline;
	color:#0094de;
}

.content860_blue a:hover {
	text-decoration:underline;
	color:#0099FF;
}


.content860_blue strong {
	color:#0094de;
}

/* */


.d860_top {
	background-image:url(../imgs/860_top.png);
	height:34px;
	min-height:34px;
	width:860px;
	margin:0 auto;
}

.green {
	background-image:url(../imgs/860_top_green.png);
}

.blue {
	background-image:url(../imgs/860_top_blue.png);
}

.d860_top h2{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:8px;
	padding-left:15px;
}

.d860_mid {
	background-image:url(../imgs/860_mid.png);
	min-height:50px;
	width:860px;
	background-repeat:repeat-y;
	margin:0 auto;
	font-size: 14px;
	color:#666666;
}

.d860_bottom {
	background-image:url(../imgs/860_bottom.png);
	height:18px;
	min-height:18px;
	width:860px;
	margin:0 auto;
	margin-bottom:20px;
}

.table860 {
	margin:0 auto;
	padding:0;
	width:860px;
}


.links {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
}

.links a {
	color:#666666;
	text-decoration:none;
}

.links a:hover {
	color:#FF9900;
	text-decoration:none;
}


.quote {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding-left:180px;
	padding-right:30px;
	position:relative;
}

.quotemark {
	color:#FFCC66;
	/*font-size:150px;*/
	font-style:italic;
	height:0;
	left:-20px;
	position:relative;
	top:5px;
}

.div_left {
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:80px;
	width:320px;
}

.quiz_buttons {
	padding-left:80px;
}

.quiz_buttons input button {
	background-color:#CC6600;
}

.big {
	font-size:18px;
}

.why_title {
	left:160px;
	position:relative;
}

.why_img {
	position:relative;
	top: -30px;	
}

.smallRed {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

.smallTable {
	font-weight: bold;
	font-size: 11px;
}

.smallTableHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

input {
	margin:0;
	padding:0;
}

.pin {
	background-image:url(../imgs/pin_eng.png);	
	background-position:right;
	background-repeat:no-repeat;
	height:110px;
	vertical-align:middle;
	overflow:visible;
	position:relative;
	margin-top:-90px;
}

hr {
	height:1px;
	border:0px none;
	background-color:#99D831;
	width:95%;
}

#seo {
	background-color:#999;	
	padding-top:20px;
	padding-bottom:20px;
	border-top: 5px #CCC solid;
}

#seo strong a:link, #seo strong a:visited {
	color:#F90;
	text-decoration:none;
	font-size:14px;
}

#seo a:link, #seo a:visited {
	color:#EEE;
	text-decoration:none;
	font-size:11px;
}

#seo a:hover {
	color:#F90;
}

.table_home {
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}


.table_home a:link, .table_home a:visited {
	text-decoration:none;
}

.table_home a:hover {
	color: #FFF;
}

.line_contact {
	line-height:20px;	
}

.subtitle_contact {
	line-height:35px;	
	font-weight:bold;
	color:#F90;
}

.title_contact {
	line-height:20px;
	font-weight:bold;
	color:#F90;
	font-size:14px;
}

#links_special a:link, #links_special a:visited {
	color: #666666;
	text-decoration:none;
	/*padding-left:20px;*/
	
}


#links_special a:hover {
	color:#99D831;
}
