body {
	margin: 0;
	background:#FFF;
	color:#333333;
	font-size:13px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:left;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*-------------------------------------------
1: common elements
-------------------------------------------*/
ul, ol, dl {
	padding: 0;
	margin: 0;
}
li {
	list-style:none;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a:link {
	color:#3F48CC;
	text-decoration: none;
}
a:visited {
	color:#3F48CC;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#026687;
	text-decoration: none;
}
p {
	font-size:15px;
}
p.smNote {
	font-size:11px;
}
p.smNoteGray {
	font-size:11px;
	color:#666;
	font-size:normal;
}
.txtGray {
	color:#666;
}
.clear {
	background: none;
	border:none;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.right {
	float:right;
}
.left {
	float:left;
}
.alertMsg {
	display:block;
}
.alertMsg span {
	color:#FF0000;
}
.link {
	diplay:block;
	padding:2px;
	margin-bottom:1em;
}
.path {
	padding:2px 4px;
}
.path span a {
	font-size:11px;
	text-decoration:underline;
	color:#333;
}
.path span a:hover {
	text-decoration:underline;
	color:#00A4DB;
}
img.imgLft {
	float:left;
}
img.imgRgt {
	float:right;
}
img.placeholderL {
	padding-right:8px;
	padding-bottom:12px;
	border:none;
	float:left;
}
img.placeholderR {
	padding-left:8px;
	padding-bottom:12px;
	border:none;
	float:right;
}
.topPadd1 {
	padding-top:28px;
}
.topPadd2 {
	padding-top:40px;
}
/*-------------------------------------------
2: layout
-------------------------------------------*/
.container {
	width: 100%;
	margin: 0 auto;
	background:transparent;
	border:none;
}
.twoColumnsWrap {
	width:980px;
	height:auto;
	margin:0 auto;
	clear:both;
	background:#ffffff;
}
.singleColumnsWrap, .singleColumnsWrap2 {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	clear:both;
	background:#ffffff;
	min-height:600px;
}
.singleColumnsWrap .mainCol {
	width:980px;
	margin:0 auto;
	position:relative;
}
.twoColumnsWrap .mainCol {
	width: 730px;
	float:left;
}
.mainCol {
	background:#fff;
	padding-bottom:28px;
}
/*2 colums inside mainCol */
.mainColWrap {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.wBg {
	background:#e7eced;
	padding:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:  6px;
}
.catHeader {
	width:100%;
	margin-top:0;
	border-bottom:1px solid #d2e2e8;
	height:60px;
	padding-top:8px;
}
.subNav {
	float:left;
	width:135px;
border-right::1px solid #eee;
	padding-left:6px;
	padding-top:28px;
}
.mainCont {
	width:730px;
	margin-left:4px;
	min-height:500px;
}
/*mainCont with sub Navigation*/
.mainColWrap .mainCont {
	width:565px;
	float:right;
}
.twoColumnsWrap .rightbar {
	float: right;
	width: auto;
	margin-right:4px;
	margin-top: 12px;
	background:transparant;
	padding-bottom: 10px;
}
.singleColumnsWrap .rightbar {
	float: none;
	width: 230px;
	margin-right:4px;
	margin-top: 12px;
	background:transparant;
	padding-bottom: 10px;
}
.leftbar {
	float: left;
	margin-right: 13px;
	width: 180px;
	background:transparant;
	padding-bottom: 10px;
}
.pageCont {
	padding: 0 8px 22px 0;
	width: auto;
}
.absolutePos {
	position:absolute;
	z-index:2000;
	top:200px;
	left:735px;
	width:230px;
	height:340px;
	overflow:hidden;
}/*for Find a center page*/
/*Custom layout by Page*/
.mainCol h1.span.headTitle {
	display:none;
}
/*-------------------------------------------
3: pagetop and header
-------------------------------------------*/
#globalHeader {
	width:100%;
	height:145px;
	
	/*background: #fff url(../images/bg-pattern-white.png) bottom repeat-x;*/
	/*background: url("../images/zeply-black-grid-pattern.jpg") repeat scroll 0 0 #000000;*/
	background-color:#FFFFFF;
}
.catHeader h1 {
	margin-top:0;
	margin-left:0;
	color:#00a5db;
}
.headwrap {
	width:970px;
	background: url(../images/logobig.jpg) no-repeat;
	
	margin:30px auto;
    height:135px;
	z-index:1;
	position:relative;
	margin-bottom:0px;
	margin-top:5px
}
/*important. header position must be relative for IE7. prevent region div dropdown hidden*/
.headSec1 {
	float:left;
	width:380px;
}
.headSec2 {
	float:right;
	width:550px;
	margin-right:35px;
	text-align:right;
	overflow:hidden;
	margin-top:14px;
}
.yourlogo {
	float:left;
	margin:6px 12px 0 0;
	margin-top:25px
	display: none;
}
.yourlogo img {
	width:auto;
}
span.phoneNum {
	display:inline;
	font-size:22px;
	line-height:22px;
	color:#07719b;
}
span.phoneNum img {
	position:relative;
	top:3px;
	width:22px;
	height:22px;
}
/*Change Region box*/
.region {
	position:relative;
	top:12px;
	width:130px;
	float:left;
}
.regionCurrent {
width:;
	font-size:10px;
	height:18px;
	line-height:18px;
	background: url("../images/icon_flag_usa.png") no-repeat 0 0 transparent;
	border-bottom:solid 1px #91d5f6;
}
.regionCurrent span {
	margin-left:24px;
	color:#fff;
}
.region ul.top {
	background:transparent url("../images/icon_flags_ca.png") no-repeat 0 -20px;
	height: 18px;
	line-height:18px;
	margin-left:0;
	width: 100px;
}
.region li a span {
	background:transparent;
	color:#c5ecfb;
	margin-left: 20px;
	padding:5px 2px;
	width: 120px;
	font-size:10px;
	font-weight:normal;
}
.region ul {
	display:block;
	list-style-type: none;
	margin:-3px 0 0 0;
	padding:0;
}
.region ul ul.dropdown {
	display:none;
	background-color: rgba(255, 255, 255, 0.9);
	position:absolute;
	width:100px;
	top:100%;
	left:0;
	border:1px solid #43bff0;
	z-index:9999;
	padding:4px;
	-moz-box-shadow: 0px 1px 2px #ccc; /* Firefox */
	-webkit-box-shadow: 0px 1px 2px #ccc; /* Safari,Chrome */
	box-shadow: 0px 1px 2px #ccc; /* CSS3 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:  6px;
}
.region li {
	float:left;
	position:relative;
	padding:3px;
}
.region ul.dropdown li a {
	clear:both;
	border-bottom:1px solid #eee;
	font-size:11px;
	width:100%;
	color:#333;
}
.region ul.dropdown li a:hover {
	color:#00a5db;
}
.region ul.dropdown li div {
	z-index:999;
}
.region li:hover {
	position:relative;
}
.region li:hover > ul {
	display: block
}
.region li .flag {
	position:relative;
}
.region ul.top:hover li {
	background-image: url("../images/icon_flags_ca.png");
	background-repeat:no-repeat;
	background-position:0 5px;
}
.region ul.top:hover ul.dropdown li {
	background: none;
}
/*-------------------------------------------
4:top navigation bar 
-------------------------------------------*/
.mainmenu {
	position:relative;
	left: 0;
	width:980px;
	top: 0;
	height:35px;
	margin:0 auto;
	text-align:left;
	margin-top:30px;
}
.mainmenu ul.topNav {
	height:35px;
} /*important - avoid lists start in middile of topNav bar*/
.mainmenu ul li {
	position:relative;
	z-index: 0;
	list-style:none;
	float:left;
	letter-spacing: 1px;
	color:#fff;
	background: #4d6178;
}
.mainmenu ul li:first-child {
	margin-left:0;
	padding-left:18px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-radius: 12px 0 0 0;
}
.mainmenu ul li:last-child {
	padding-right:18px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-radius: 0 12px 0 0;
}
/* -------add extra blank tab on both ends------*/
.mainmenu ul li#firstTabIe {
	padding-left:12px;
	height:100%;
}
.mainmenu ul li#lastTabIe {
	padding-right:12px;
	height:100%;
}
.mainmenu ul li a:link {
	color:#fff;
}
.mainmenu ul li a:visited {
	color:#fff;
}
.mainmenu ul li a:hover {
	color:#E85122;
}
span.txtmenu {
	padding:6px 12px;
	font-size:13px;
	font-weight:bold;
	display:block;
	line-height:1.8em;
}
nav ul a, nav ul a:visited {
	display: block;
	text-decoration: none;
}
.mainmenu ul li.HighlightNav {
	background:#e0f3fd;
}
/*-------------------------------------------
5:Category Header 
-------------------------------------------*/
.headerTop {
	width:980px;
	height:200px;
}
.headSidebar {
	float:right;
	padding:50px 24px 0 0;
}
.headerTitleBox {
	width:220px;
	padding:18px 12px 18px 20px;
	background-color:rgba(255,255,255,0.4);
	-webkit-borderradius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.boxBg {
	position:relative;
	background:transparent !important;
}
.boxBg h1#PgHeader {
	display:inline;
	font-size:22px;
	margin-top:0;
}
#pgAboutKumon .headerTop {
	background:url(../images/bg_header_aboutKumon.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
#pgLearningNeeds .headerTop {
	background:url(../images/bg_header_learningneeds.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderResources {
	background:url(../images/bg_header_resources.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderNewsRoom {
	background:url(../images/bg_header_newsroom.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderContactUs {
	background:url(../images/bg_header_contactus.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderBrochure {
	background:url(../images/bg_header_brochure.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderAbout {
	background:url(../images/bg_header_aboutKumon.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderFindacenter {
	background:url(../images/bg_header_findacenter.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
/*.pgHeaderFindacenter {background:url(../images/bg_header_findacenter_promo01_freeEnroll.jpg) no-repeat 0 0; background-repeat:no-repeat; background-position:0 0;}*/
.pgHeaderPromoPoetry {
	background:url(../images/bg_header_poertychallenge.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pgHeaderFreeEnrollment {
	background:url(../images/bg_header_freeEnrollment.jpg) no-repeat 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
}
/*-------------------------------------------
6:subNav
-------------------------------------------*/	
.subNav ul li {
	list-style:none;
	margin-bottom:0.5em;
	line-height:1.3em;
	font-size:14px;
	border-bottom:1px dashed #cfdce3;
	letter-spacing:0.8;
	margin-left:0;
	padding-bottom:6px;
}
.subNav ul li li {
	list-style:none;
	margin-bottom:0.5em;
	line-height:1.3em;
	font-size:13px;
	border-bottom:none;
	letter-spacing:0.8;
	margin-left:12px;
	margin-top:0.8em;
}
.subNav ul li a:link {
	color:#00A4DB;
}
.subNav ul li a:visited {
	color:#00A4DB;
}
.subNav ul li a:hover {
	color:#026282;
}
/*active page*/
.subNav ul li.currentSubPg {
	color:#026282;
	list-style-image:url(../images/icon_list_blu.png);
}
/*-------------------------------------------
7:Contents
-------------------------------------------*/	
/*Common elements*/
h1.pageTitle {
	color: #028dba;
	font-size: 22px;
	font-weight: bold;
}
.mainCol h2 {
	font-size: 18px;
	color: #333;
	margin:12px 0;
}
.mainCol h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom:3px;
}
.mainCol p {
	margin-top:2px;
}
.printButton {
	float:right;
}
p.blockTxt {
	padding-bottom:1em;
}
.mainCont h1 {
	margin-top:.5em;
}
.singleColumnsWrap2 .mainCont h1 {
	margin-top:1.2em;
}
.mainCont ul li {
	font-size:15px;
}
.mainCol article p {
	font-size:15px;
	line-height:1.5em;
}
.mainColBlock {
	margin:12px 0;
	overflow:hidden;
}
.contBoxSm {
	font-size:13px;
	padding:4px;
	margin-top:2.5em;
}
.contBoxSm h3 {
	margin-bottom:.5em;
}
.path {
	display:block;
	margin-top:1.2em;
}/* breadcrumb*/
.path span {
	font-size:12px;
	color:#666;
}
.mainColSec {
	float:right;
	width:300px;
	background:#ccc;
}
h2.subTitleBox {
	margin:18px 0 0 0;
	background:#B6E7FA;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
h2.subTitleBox span {
	display:block;
	padding:12px 18px;
}
.listType1 {
	margin-top:0;
}
.listType1 li {
	font-size:15px;
	list-style:disc;
	margin-left:20px;
	margin-top:6px;
}
/*PDF list */
.dwnldDocs ul {
	margin-top: 8px;
	margin-left:8px;
}
.dwnldDocs li {
	list-style-image: url("../images/icon-pdf.png");
	margin: 3px 0 3px 27px;
}
.dwnldDocs li.link {
	list-style-image: url("../images/icon-web.png");
	margin: 3px 0 3px 27px;
}
.listLinkPg ul {
	padding-bottom:1em;
	margin-top: 8px;
	margin-left:8px;
}
.listLinkPg li {
	list-style-image: url("../images/icon_bullet_go.png");
	margin: 3px 0 3px 27px;
}
#archives_list .dwnldDocs li {
	margin-bottom:8px;
	border-bottom:1px solid #eee;
	padding:3px;
}
.infoSec1 {
	position:relative;
	overflow:hidden;
	padding:6px;
	margin-bottom:18px;
	background:#edeadd;
	width:auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:  12px;
}
.secDivider {
	height:3px;
	background:#eee;
	width:100%;
	border:none;
}
/*video */
.videoView {
	margin:auto;
}
.videoView h5 {
	margin:0;
	font-size:15px;
}
.videoView img {
	text-align:center;
}
.videoView p.videoIntro {
	font-size:13px;
}
.wide {
	padding:4px 18px;
}
.videoView .runTime, .secSide .runTime {
	height:22px;
	width:35px;
	background-image:url("../images/icon_clock_blue.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top:0;
	padding-left:18px;
}
.runTime span {
	font-size:10px;
}
/*droplet module*/
li.droplet {
	float:left;
	display:block;
}
li.droplet:first-child {
	margin-left:3px;
}
li.droplet:last-child {
	margin-right:0;
	border-right:none;
}
li.droplet a:hover .topic {
	background:#fcf8d5;
}
li.droplet a:hover h3 {
	color:#222;
}
li.droplet .topic {
	background:#e7eced;
	min-height:140px;
	margin-bottom:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:  6px;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow:  2px 2px 4px #ccc;
}
/*droplet header for content pages. not include bg image  */
.mainCont .topic h3 {
	font-family:Arial, Sans-Serif;
	font-size:15px;
	color:#005273;
	display:block;
	background:#b6e7fa;
	padding:8px 8px 8px 22px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
/*droplet header for home page*/
.homeSecWrap .topic h3 {
	font-family:Arial, Sans-Serif;
	font-size:15px;
	color:#fff;
	background:#4d6178;
	padding:8px 8px 8px 22px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
li.droplet .topic li {
	list-style:none;
	margin:4px 0 4px 25px;
}
.topic p {
	padding:0 24px;
	font-size:16px;
	line-height:1.5em;
	color:#3F48CC;
	margin-top:6px;
}/*homepage section*/
/*Home*/
#heroArea {
	height:auto;
}
#contentArea {
	height:auto;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:259px;
	position:absolute;
	min-width:950px;
}
.heroCont {
	width:970px;
	height:auto;
	margin:0 auto;
}
h1.heroTitle {
	padding-top:16px;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:259px;
	position:absolute;
	min-width:950px;
}
.heroCaption {
	float:right;
	position:relative;
	width:245px;
	height:259px;
	margin-right:48px;
}
h2.heroTitle {
	font-size:24px;
	font-weight:bold;
	padding-top:16px;
}
.heroCaption p {
	font-size:13px;
	font-weight:normal;
	line-height:1.5em;
}
.heroCaption a:link {
	text-decoration:underline;
	color:#00A4DB;
}
.heroCaption a:visited {
	text-decoration:underline;
	color:#00A4DB;
}
.heroCaption a:hover {
	text-decoration:underline;
	color:#005273;
}
.homeSidebar {
	float:right;
	width:265px;
	padding-top:8px;
	margin-right:23px;
}
.homeIntro {
	float:right;
	width:330px;
}
.homeSecWrap {
	clear:both;
	width:980px;
	margin:26px auto;
	overflow:hidden;
}
.homeContBtm {
	min-height:65px;
	background-image:url(../images/bg_home_btm2.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
p.homeIntroTxt {
	font-size:15px;
	line-height:1.3em;
	color:#333;
}
/*droplet homepage*/
.homeSecWrap ul {
	margin-left:20px;
}
.homeSecWrap li.droplet {
	width:280px;
	margin-right:42px;
}
.homeSecWrap li.droplet:last-child {
	margin-right:0;
}
.topic h3.need1 {
	background-image:url(../images/bg_need1.png);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:16px;
}
.topic h3.need2 {
	background-image:url(../images/bg_need2.png);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:16px;
}
.topic h3.need3 {
	background-image:url(../images/bg_need3.png);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:16px;
}
.homeSecWrap .droplet .topic {
	width:280px;
	position:relative;
}
.topicCont {
	width:auto;
	height:auto;
	background-image:url(../images/icon_arrow_homedroplet.png);
	background-repeat:no-repeat;
	background-position:95% 95%;
	cursor:pointer;
}/*need this to show arrow*/
.banner_campaign {
	margin:28px auto;
	width:970px;
	overflow:hidden;
	text-align:center;
}
.banner_campaign li {
	list-style:none;
	float:left;
	margin-left:18px;
}
.banner_campaign li.campaignCont {
	list-style:none;
	float:left;
	border:1px solid #3F48CC;
	height:150px;
	width:460px;
	margin-left:18px;
}
.lblpageTitle {
	display:block;
	color: #028dba;
	font-size: 22px;
	font-weight: bold;
	margin-top:18px;
}
.newsletterForm {
	float:right;
	background-color: #F5F5F5;
	overflow:hidden;
	border: 1px solid #E0E0E0;
	margin: 0.6em auto;
	padding: 3px;
	width: 320px;
}
.newsletterForm p {
	float:left;
	font-size:12px;
}
.newsletterForm .submitBox {
	float:right;
}
.newsletterForm .submitBox input {
	font-size:11px;
}
.submitBox #emailsignup {
	width:160px;
}
/*about Kumon */
/*math and reading */
.subjectInfoSec h2.subTitleA {
	color: #F5A237;
	display: block;
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}
.subjectInfoSec .infoSec1 {
	margin-top:20px;
	width:230px;
}
.subjectInfoSec .videoView {
}
.subArea {
	width:510px;
	padding:8px 4px;
	clear:both;
}
.cont1 {
	float:right;
	width:250px;
}/*subject summary*/
.cont2 {
	float:right;
	width:100%;
}/*math and reading*/
.cont3 {
	float:right;
	width:330px;
}/*aboutkumon*/
h3.subAreaHeader {
	font-size:14px;
	font-weight:bold;
	color:#3da8d9;
}
.subject ul {
	width:240px;
	min-height:225px;
	padding:4px;
	background:#e2f3fa;
	padding:3px 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.befefits ul {
	width:280px;
	padding:0;
}
.subject ul li {
	background:url(../images/icon_round_blue.png) no-repeat 0 3px;
	font-size:13px;
	list-style:none;
	margin-left:0;
	line-heights:1.8em;
	padding:3px 3px 3px 14px;
	margin-top:3px;
	width:auto;
}
.benefits ul li {
	font-size:14px;
	list-style:none;
	margin-left:0;
	line-heights:1.8em;
	background:#fceba5;
	padding:6px;
	margin-top:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:auto;
}
.cont2 li {
	font-size:15px;
	list-style:disc;
	margin-left:20px;
	margin-top:6px;
}
.subAreaSec {
	border:1px solid #E2F3FA;
	width:240px;
	height:35px;
}/*RRL*/
.subAreaSec p {
	padding:6px;
	font-size:15px;
}
.subjectList li {
	display:block;
	float:left;
	padding:12px;
	width:200px;
	height:80px;
	background:#a6e7fc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.subjectList li span {
	font-size:18px;
	font-weight:bold;
	color:#00a5db;
}
.subjectList li:last-child {
	margin-left:8px;
}
.benefits li {
	list-style:square;
	margin-left:20px;
}
.worksheetsSec {
	margin-top:26px;
}
.worksheetsView {
	background:#d4e8ee;
	border-top:3px solid #57b1cf;
	border-bottom:3px solid #57b1cf;
	margin-bottom:1.5em;
}
.worksheetsView .dwnld {
	padding:6px 0 4px 12px;
	text-align:right;
	height:20px;
}
.worksheetsView .dwnld .linkBtn {
	margin:4px 6px;
}
h2.subTitleA {
	color:#3da8d9;
	font-size:20px;
	margin-bottom:0;
	position:relative;
	top:4px;
}
.RRL {
	background: #fff;
	padding:12px;
	border-bottom: 3px solid #57B1CF;
	border-top: 3px solid #57B1CF;
	border-right:2px solid #D4E8EE;
	border-left:2px solid #D4E8EE;
	margin-bottom: 1.5em;
}
/*Learning Center environment*/ 
#centerInfo .videoView {
	width:100%;
}
#centerInfo .videoView img {
	float:left;
}
#centerInfo .videoView p.videoIntro {
	float:right;
	width:270px;
}
/*History*/
.timeline ul.history li {
	clear:both;
	list-style:none;
	border-bottom:1px solid #ccc;
	padding:12px 0;
}
.timeline ul.history li li {
	list-style-type:circle;
	border-bottom:none;
	padding:2px 0 2px 0;
	margin-left:16px;
	font-size:13px;
}
.timeline ul.history li .year {
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#00ccff;
	width:50px;
}
.timeline ul.history li .episode {
	font-weight:normal;
	color:#333;
	overflow:hidden;
	width:400px;
}
/*about kumon - FAQ*/

.faqTop {
	margin-bottom:25px;
	width:500px;
}
ul.faqList li {
	font-size:16px;
	font-weight:normal;
	line-height:1.8em;
	margin-top:12px;
}
ul.faqList li a {
	text-decoration:underline;
}
ul.faqList li a:hover {
	color:#36C;
	text-decoration:underline;
}
.gotoTop {
	width:100%;
	height:auto;
	border-bottom:1px solid #eee;
	text-align:right;
	font-size:11px;
	margin-bottom:8px;
}
.gotoTop span {
	display:inline;
	padding:2px;
	background: #ccc;
}
#faqList .faqWrapper {
	padding-bottom: 14px;
	margin-top:8px;
}
#faqList .faqQuestion {
	color:#333;
	font-size:15px;
	cursor: pointer;
	font-weight: bold;
	background-image:url("../images/img_QA_Q.png");
	background-repeat:no-repeat;
	padding-left:24px;
}
#faqList .faqQuestion span {
}
#faqList .faqAnswer {
	background-image:url("../images/img_QA_A.png");
	background-repeat:no-repeat;
	padding-left:62px;
	border:3px solid #eee;
}
#faqList .faqAnswer p {
	line-height:1.6em;
}
/*-----------Learning needs-------------*/
/*droplet learning needs*/
li.needTop {
	width:160px;
	margin-right: 18px;
	min-height:80px;
}
li.needTop .topic {
	background:#E7ECED url("../images/icon_arrow_lft_sm.png") no-repeat 98% 98%;
	min-height:135px;
}
li.needTop .topic h3 {
	font-size: 15px;
}
li.needTop .topic p {
	color: #005273;
	font-size: 15px;
	line-height: 1.3em;
	margin-top: 6px;
	padding: 0 18px;
}
li.need {
	width:130px;
	display:block;
	border-radius: 6px;
	color: #005273;
	background:#B6E7FA;
	font-size: 16px;
	font-weight:bold;
	margin-left:18px;
	margin-right:12px;
	;
	padding: 8px;
}
li.need:first-child {
	margin-left:0;
}
li.need:last-child {
	margin-left:12px;
}
li.need:hover {
	color:#00A5DB;
}
li.needTop a:hover .topic {
	background:#fcf8d5 url("../images/icon_arrow_lft_sm.png") no-repeat 98% 98%;
}
.pgBtmLink {
	clear:both;
	margin-top:36px;
	overflow:hidden;
}
ul.subjectLinks {
	margin-top:24px;
}
.pgBtmLink li.droplet {
	width:180px;
	margin-right:42px;
}
.pgBtmLink li.droplet .topic {
	position:relative;
	background:#E7ECED;
	min-height:90px;
	width:180px;
	margin-right:20px;
}
.pgBtmLink li.droplet .topic p {
	font-size:15px;
	line-height:1.3em;
}
/*News*/
.newsMainCont {
	float: right;
	padding-right: 2px;
	width: 480px;
}
.newsLatest {
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
}
.newsLatest p {
	line-height:1.5em;
}
.newsLatest .latest h1 {
	font-size: 20px;
}
.newsLatest .latest h2 {
	font-size: 16px;
}
.newsHeadlines {
	float:left;
	width:220px;
	padding-top: 18px;
}
.inthenews {
	padding:18px 0;
}
.inthenews ul {
	padding:12px 0 8px;
}
.inthenews ul li {
	border-bottom:1px solid #eee;
	padding:3px 0;
}
.mainCol p.quotes {
	font-size:13px;
	color:#666;
	margin:0;
	padding:0;
}
.newsBtm {
	padding: 6px;
}
.newsBtm section {
	background: #e2f1ee;
	padding-bottom:18px;
	border-radius:12px;
	margin-bottom:24px;
}
.newsBtm h3 {
	background: #b0d9d0;
	border-radius: 6px 6px 0 0;
	color: #005273;
	display: block;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	padding: 8px;
}
.newsBtm .newsFiles h3 {
	background:#b0d9d0 url(../images/bg_secHeader_presskit.png) no-repeat top right;
}
.newsBtm .newsContacts h3 {
	background:#b0d9d0 url(../images/bg_secHeader_contacts.png) no-repeat top right;
}
.newsFiles {/*float:left; width:240px;background:#eee;padding:8px;  background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;    box-shadow: 0 1px 3px #888888;     padding: 8px;    width: 234px;*/
}
.newsContacts {/*float:left; width:380px;background:transparent;margin-left:12px;padding:8px; */
}
.newsContacts li {
	margin:12px 6px 18px 12px;
}
.newsContacts p {
	font-size:12px;
	margin-left:12px;
}
.newsContacts li span {
	display:inline;
	padding-right:8px;
	margin-right:12px;
	border-right:1px solid #ccc;
}
ul.newsList {
	margin-bottom:1em;
}
ul.newsList li {
	font-size:12px;
	font-weight:normal;
	line-height:1.4em;
	margin-top:8px;
}
ul.newsList li a {
	text-decoration:underline;
}
ul.newsList li a:hover {
	color:#36C;
	text-decoration:underline;
}
dl.newsList dt {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
}
dl.newsList dd {
	font-size: 13px;
	margin-left: 0;
	margin-bottom: 8px;
	padding-bottom:4px;
	border-bottom:1px solid #eee;
}
.newsBtm .dwnldDocs ul {
	margin-top: 8px;
	margin-left:8px;
}
.newsBtm .dwnldDocs li {
	margin: 3px 0 3px 27px;
}
.newsBtm .dwnldDocs li.link {
	list-style-image: url("../images/icon-web.png");
	margin: 3px 0 3px 27px;
}
/*News archive*/
.selectYr ul {
	overflow:hidden;
	margin-bottom:1em;
}
.selectYr ul {
}
.selectYr li {
	float:left;
	background:#ccc;
	padding:4px;
	margin-right:8px;
	list-style:none;
	color:#0090D2;
	font-size:12px;
}
.selectYr li a {
	text-decoration:underline;
}
#archive-list {
	clear:both;
}
#archive-list dl {
	margin-bottom:0.8em;
}
#archive-list dt.datePosted {
	font-size:11px;
}
#archive-list dd.headline {
	margin-left:0;
	font-size:14px;
	line-height:1.6em;
	color:#333;
	text-decoration:underline;
}
#archive-list dd.headline a {
	color:#333;
	text-decoration:underline;
}
#archive-list dd.headline a:hover {
	color:#0090D2;
	text-decoration:underline;
}
.newsfull hgroup {
	padding:4px 6px;
	background:#eee;
	margin-bottom:.8em;
}
.newsfull hgroup h1 {
	font-size:22px;
	line-height:1.2em;
	margin-bottom:12px;
}
.newsfull hgroup h2 {
	font-size:18px;
	line-height:1.2em;
	margin-top:12px;
}
.newsfull hgroup .datePosted {
	font-size:11px;
	padding:4px 0;
}
#newsRelease header {
	margin-bottom:8px;
}
#newsRelease header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 33px;
}
#newsRelease header h2 {
	font-size: 18px;
}
/*--------------Resources--------------*/
.resourceTopBucket .topic p {
	padding:0 18px;
	margin:4px 0;
	font-size:15px;
	color:#005273;
}
.resourceTopBucket .linkBtn {
	margin-left:24px;
	margin-top:6px;
}
/*droplet Resources*/
.resourceTopBucket li.droplet {
	width:280px;
	height:auto;
	min-height:160px;
	margin-right:42px;
}
.resourceTopBucket li.droplet .topic {
	min-height:160px;
	background:#E7ECED url("../images/icon_arrow_lft_sm.png") no-repeat 98% 98%;
	cursor:pointer;
}
.resourceTopBucket li.droplet a:hover .topic {
	background:#fcf8d5 url("../images/icon_arrow_lft_sm.png") no-repeat 98% 98%;
	cursor:pointer;
}
.ResourceList {
	width:300px;
	margin:12px;
}
.secCont {
	padding:12px 18px;
}
.ResourceList li {
	list-style:square;
	margin-left:24px;
}
.ResourceLinks {
	float:left;
	margin-top:12px;
	padding:8px 0 32px;
}
.ResourceLinks .subject ul {
	width:360px;
}
.ResourceLinks .subject ul li {
	font-size:13px;
	background:#e2f3fa;
	padding:6px;
	margin-top:4px;
}
.ResourceLinks .newsFiles {
width:
}
.educaterLinks {
	width:auto;
}
.eduLinkSec {
	border:1px solid #ccc;
	background:#eee;
	width:200px;
	height:120px;
	float:left;
	margin-left:18px;
}
.parentLinkSec {
	border:1px solid #ccc;
	background:#eee;
	width:200px;
	height:120px;
	float:left;
	margin-left:18px;
}
/*Resources - parent*/
.parentInfoSec {
	width:320px;
	float:right;
	margin-left:18px;
}
.parentInfoSec .infoSec1 {
	padding:6px 14px;
}
.ResourceLinks .dwnldDocs {
	margin-bottom:12px;
}
.infoSec1 ul li {
	clear:both;
	width:285px;
	padding:3px;
	margin:3px 0;
	overflow:hidden;
}
.infoSec1 ul li img {
	float:left;
	margin-right:6px;
	border:2px solid #fff;
}
.infoSec1 ul li p.videoIntro {
	margin-left:12px;
	font-size:13px;
}
.infoSec2 {
	padding:6px 12px;
	background:#fdf9db;
}
.parentInfoSec h2.subTitleA {
	display:block;
	color:#f5a237;
	margin-top:0;
	padding-top:0;
	font-size:20px;
}
.contRRL {
	border:1px solid #ccc;
	background:#eee;
	width:320px;
	height:120px;
	float:left;
	margin-left:18px;
}
.parentFAQ {
	margin-bottom:3em;
}
.parentFAQ .linkBtn {
	margin:4px 8px;
}
.parentFAQ li {
	clear:both;
	overflow:hidden;
	padding:4px 8px 3px 12px;
	width:650px;
	background:#fcf8d5;
	margin:4px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.parentFAQ li .faq_num {
	float:left;
	width:40px;
	background:url("../images/img_QA_Q.png") no-repeat 0 5px;
	margin-top:22px;
	padding-left:20px;
}
.parentFAQ li .faq_num span {
	font-size:22px;
	color:#3485bd;
}
.parentFAQ li .faq_q {
	display:block;
	width:300px;
	float:left;
	font-size:15px;
	margin-top:22px;
}
.parentFAQ li .faq_q span {
	font-size:22px;
	color:#3485bd;
	display:inline;
	width:20px;
	margin-right:18px;
}
.parentFAQ li .faq_a {
	display:block;
	float:right;
	width:250px;
	background:url("../images/icon_QA_A.png") no-repeat 0 5px;
	padding:3px 8px 3px 3px;
}
.parentFAQ .runTime {
	display:inline;
	height:30px;
	background-image:url("../images/icon_clock_blue.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right:3px;
	padding-top:18px;
}
.parentFAQ .runTime span {
	font-size:10px;
}
/*Resources - educator*/
.eduFAQ h2.subTitleBox {
	height:85px;
	padding-left:18px;
}
.eduFAQ h2.subTitleBox span {
	display:block;
	padding:12px 18px 3px 0;
	margin-bottom:8px;
}
.eduFAQ .linkBtn {
	margin:12px 0 3px 0;
}
.eduFAQ #faqList {
	clear:both;
	overflow:hidden;
	padding:4px 8px 0px 12px;
	background:#fffbef;
}
.eduFAQ #faqList .faqAnswer {
	background-image:none;
	padding:4px 0 0 8px;
	border:none;
	border-bottom:1px solid #eee;
}
#faqList .faqQuestion:hover {
	color: #00A4DB;
}
.faqAnswer h3 {
	font-size:20px;
	color:#00A4DB;
}
.faqAnswer h4 {
	font-size:15px;
	color:#333;
}
.faqAnswer ul {
	margin:8px 0 8px 16px;
}
.faqAnswer li {
	list-style:square;
	font-size:15px;
}
.faqAnswer .dwnldDocs li {
	list-style-image: url("../images/icon-pdf.png");
}
.faqAnswer li li {
	list-style:circle;
	line-height: 1.2em;
	list-style: circle;
	margin-left: 16px;
}
.faqAnswer .q_link {
	margin:3px 0 8px 18px;
}
/*contact*/
img.img_contact {
	float:left;
	margin-left:8px;
}
.officeAddress {
	float:right;
	overflow:hidden;
	width:450px;
}
.officeAddress .call {
	background:#f5f5f5;
	padding:12px;
	border:c0c0c0;
	font-size:16px;
	font-weight:bold;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.officeAddress .call span {
	font-size:24px;
	font-weight:bold;
	color:#036;
	margin:8px;
}
.officeAddress .call span.telNumSm {
	display:block;
	margin-left:85px;
	font-size:21px;
}
.officeAddress dl {
	margin:1em 0;
	padding-bottom:12px;
	border-bottom:1px solid #eee;
}
.officeAddress dt {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.officeAddress dd {
	font-size:12px;
	font-weight:normal;
	color:#333;
}
/*About Kumon - Core Briefs*/
#coreBriefs {
	clear:both;
}
#coreBriefs .step {
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 10px;
	width: 610px;
}
#coreBriefs .step1 {
	margin-top: 25px;
}
.step dl {
	height: auto !important;
	margin: 0 0 10px;
	min-height: 30px;
	padding: 0;
	width: 530px;
}
.step dt {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 5px;
	width: 120px;
}
.step dd {
	float: right;
	font-size: 15px;
	padding: 0;
	width: 350px;
}
.secCore1 {
	width:280px;
	float:left;
}
.secCore2 {
	width:280px;
	float:right;
}
h2.coreItem {
	border-bottom:1px solid #ccc;
color:#;
	padding-bottom:6px;
	margin-top:0.8em;
}
/*request info confirmation*/
.infoPacket {
	width:100%;
	background:#fff;
	padding:18px 0 18px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.infoPacket h1 {
	font-size:16px;
}
.infoPacket ul li.category {
	padding:4px 18px 4px;
	font-weight:bold;
	font-size:16px;
}
.infoPacket ul li li {
	font-weight:normal;
	padding:0.4em 0;
	margin-left:24px;
}
.infoPacket ul li li a {
	text-decoration:underline;
}
.infoPacket .dwnldDocs li {
	margin: 0.5em 0 0.5em 3em;
}
.infoPacket {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	padding: 18px 0 18px 6px;
	width: 100%;
}
.infoPacket h1 {
	font-size: 16px;
}
.infoPacket ul li {
	font-weight: normal;
	margin: 28px;
	padding: 0.4em .8em;
}
.infoPacket ul li a {
	text-decoration: underline;
}
.infoPacket ul li a.linkBtn {
	font-size:15px;
	text-decoration: none;
	padding: 0.4em .8em;
	margin:2em 0;
}
.noteBox {
	display:block;
	margin:0;
	font-weight:normal;
}
img.sideIcon {
	padding:2px 4px 0;
}
/* Testimonials -  */
#videogallery .outbox {
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px #CCCCCC;
	clear: both;
	margin: 8px 0;
	overflow: hidden;
	padding: 8px;
	width: 95%;
}
#videogallery .outbox .sec {
	height:140px;
}
#videogallery .thumbImg {
	float: left;
	width: auto;
}
#videogallery .secSide {
	float: right;
	width: 350px;
	margin-top:12px;
	height:130px;
}
.secSide dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:3px;
}
.secSide dd {
	color: #666666;
	font-size: 13px;
	margin-left: 0;
	margin-top: 0;
}
#videogallery {
	width: 100%;
}
#videogallery span {
	display: block;
}
#videogallery a {
	color: #333333;
	display: inline-block;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 3px;
	opacity: 0.87;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
#videogallery a img {
	border: medium none;
	display: block;
	margin: 0;
}
#videogallery a:hover {
	opacity: 1;
}
#videogallery .sec img {
	float: left;
}
/*career*/
.headlineCarrerOpp {
	overflow:hidden;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.headlineCarrerOpp .careerHeadline {
	display:block;
	margin:0 auto;
}
.headlineCarrerOpp .careerHeadline span {
	color:#333;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin-right:24px;
}
/*learning needs-tab*/
#header-wrapper {
	height: 60px;
}
#header {
	height: 60px;
}
#site-title {
	padding: 10px 0 0 0;
}
/*h5 {  margin-top: 20px;}*/
#sample {
	margin-top: 20px;
}
#main {
	clear: left;
	margin: 20px auto;
	padding: 5px 20px;
	width: 900px;
}
#tab li {
	float: left;
	padding: 10px;
	list-style: none;
	cursor: pointer;
	background: #eee;
}
#tab li.select {
	background: yellow;
}
.disnon {
	display: none;
}
.content_wrap {
	clear: left;
	width: 500px;
	height: 100px;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	background: #ccc;
	color: #fff;
}
/* Site map*/
.sitemapList ul.topTier {
	margin-bottom:2em;
	clear:both;
}
.sitemapList ul.topTier404 {
	float:left;
	margin-bottom:2em;
	overflow:hidden;
	width:260px;
	margin-right:12px;
}
.sitemapList li {
	display:block;
	padding:0px 3px 3px 16px;
	margin-bottom:12px;
	font-size: 100%;
	font-weight:bold;
	background:url(../images/icon_list_blu.png) no-repeat 0 3px;
	border-bottom:1px solid #EFF9FE;
}
.sitemapList li ul.subPg {
	margin-top:0.5em;
	margin-left:0.8em;
}
.sitemapList li ul.subPg ul {
	margin-left:1em;
	margin-top:6px;
}
.sitemapList li ul.subPg li {
	font-size: 92%;
	font-weight:normal;
	margin-bottom:6px;
	border-bottom:none;
}
.sitemapList li li li {
	font-weight:normal;
	margin-bottom:2px;
	border-bottom:none;
}
.sitemapList ul.subPg li {
	font-size: 92%;
}
.sitemapHeader h1 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
}
.sitemapBody {
	background:#fff;
	padding: 30px 64px;
}
.sitemapBody ul {
	color: #00A4DA;
}
.sitemapBody ul ul li, #SiteMap .sitemapBody ul ul ul li {
	margin-top: 30px;
}
.sitemapBody ul li {
	float: left;
	margin-right: 95px;
	width: 182px;
}
.sitemapBody ul ul ul li a, .sitemapBody ul ul ul ul ul li a {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.sitemapBody a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 18px;
	text-decoration: none;
}
.sitemapBody ul ul ul li, .sitemapBody ul ul ul ul ul li {
	margin-top: 0;
}
.sitemapBody a {
	color: #00A4DB;
}
/*search result page*/ 
.noResults span {
	font-weight:bold;
	color:#000;
}
/*Find a Center result page*/ 
.singleColumnsWrap .pageTitle, #mapresultstemplate, #mapambiguitytemplate, .mapResultCont {
	position:relative;
}
.singleColumnsWrap .mainCol p.promoTxt {
	width:670px;
}
/*Find A Center*/
.policy {
	color: #4a6a98;
	font-size: 12px;
	margin-top: 12px;
}
.Expand {
	border-width:0px;
}
.FinderErrorMsg {
	padding:0 0 0 3px;
}
.homeSidebar .FinderErrorMsg {
	padding-left:22px;
}
img.promoFlag {
	margin-left:6px;
	vartical-align:bottom;
}
/*-------------------------------------------
8:section modules
-------------------------------------------*/
.moduleCont {
	margin-bottom:12px;
	padding-bottom:2px;
	overflow:hidden;
	-webkit-border-radius: 12px 14px 12px 12px;
	-moz-border-radius: 12px 14px 12px 12px;
	border-radius: 12px 14px 12px 12px;
}
.module h3 {
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin-top:6px;
	color:#005273;
	margin-left:24px;
}
.rightbar .module h3 {
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin-top:6px;
	color:#005273;
	margin-left:18px;
}
.rightbar .module h3 {
	height:37px;
	background:#43bff0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.module h3 span.arrow {
	display:inline;
	font-size:18px;
	padding-left:8px;
}
.rightbar #findaCenter h5 {
	background:transparent url("../images/bg_sidebarHeader_find.png") no-repeat bottom right;
}
span.moduleTitle {
	background:#43bff0;
	font-size:15px;
	display:block;
	height:auto;
	width:130px;
	padding:14px 0 4px 18px;
	-webkit-border-radius:12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	border-radius:12px 0 0 0;
}
.moduleCont p {
	padding-left:0;
	padding-right:0px;
	color:#425863;
}
.rightbar #findaCenter .moduleCont span {
	display:block;
	padding-left:11px;
	font-size:12px;
	word-spacing:-0.5px;
}
/*Find a center form text*/
.txtLL {
	display:block;
	width:150px;
	margin:6px 0 3px 22px;
	background:url("../images/icon_magnify.png") no-repeat top right;
}
.txtLL span.find {
	font-size:24px;
	font-weight:bold;
	color:#005273;
}
span.txtSS {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:6px 0 3px 22px;
}
span.txtXSS {
	font-size:12px;
	font-weight:normal;
	color:#333;
	margin:0 0 3px 22px;
	word-spacing:1px;
}
span.txtXSS a {
	text-decoration:underline;
	color:#005273;
}
span.txtXSS a:visited {
	color:#3F48CC;
}
span.txtXSS a:hover {
	color:#00A4DB;
}
.rightbar #findaCenter .moduleCont span.txtXSS {
	margin:4px 0 3px 0;
	padding-left:14px;
	word-spacing:1px;
}
.homeSidebar #findaCenter .moduleCont .submitBox {
	margin:0 0 8px 22px;
	overflow:hidden;
}
.rightbar #findaCenter .moduleCont .submitBox {
	padding-left:12px;
	margin-top:5px;
	margin-bottom:8px;
	overflow:hidden;
}
/* homepage specific*/
.homeSidebar .module {
	width:255px;
	margin-right:12px;
	min-height:15px;
	margin-top:4px;
}
.homeSidebar .module {
	background-color:rgba(255,255,255,0.4);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.homeSidebar .module h3 {
	margin-bottom:6px;
}
.homeSidebar .module a:link h3 span {
	color:#005273;
}
.homeSidebar .module a:visited h3 span {
	color:#005273;
}
.homeSidebar .module a:hover h3 span {
	color:#00A5DB;
}
.homeSidebar .moduleCont {
	position:relative;
	background-color:transparent ! important;
}
.homeSidebar #findaCenter .moduleCont {
	min-height:100px;
}
section#joinEmail .textbox {
	width: 94px;
}
section.newsletterHome {
	width:400px;
}
/*messages after submit*/
span.confirmMsg {
	display:block;
	font-size:11px;
}
span.confirmMsgError {
	display:block;
	font-size:11px;
}
/*rightsidebar module*/
.rightbar .module {
	width:230px;
	margin-top:12px;
	background:#b6e7fa;
	-moz-border-radius: 12px 14px 12px 12px;
	-webkit-border-radius: 12px 14px 12px 12px;
	-khtml-border-radius: 12px 14px 12px 12px;
	border-radius: 12px 14px 12px 12px;
}
.rightbar .moduleBg {
	min-height:40px;
	padding-top:16px;
}
.rightbar .moduleBg span {
	margin-left:12px;
	font-size:13px;
	font-weight:bold;
	display:inline;
	width:auto;
}
.rightbar a:link .moduleBg span {
	color:#005273;
}
.rightbar a:visited .moduleBg span {
	color:#005273;
}
.rightbar a:hover .moduleBg span {
	color:#00A5DB;
}
.rightbar .moduleBg span.arrow {
	display:inline;
	font-size:18px;
}
.rightbar #newsletter {
	margin-top:8px;
}
.rightbar #newsletter .moduleBg {
	background-image:url("../images/banner_bg_ylw_sm.png");
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:80px;
	padding:16px 0 0 18px;
}
/*-------------------------------------------
9: Form  
-------------------------------------------*/ 
 /*Center Finder form */
input[type="submit"] {
	background: #3F48CC;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	display: inline;
	font: 8pt Arial, sans-serif;
	letter-spacing: 0px;
	margin:2px 0 0 3px;
	padding: 3px 8px; /*text-transform: uppercase;*/
	text-decoration:none;
}
.submitBox h3 {
	font-size:13px;
}
section#findaCenter .moduleCont .submitBox {
	height: 22px;
	width: auto;
}
.submitBox input {
	font-size:12px;
	float:left;
	padding:3px 2px;
}
.submitBox .submitBtn {
	float:left;
	font-size:12px;
	padding:3px 2px;
}
.buttonFind {
	margin-left: 5px;
	margin-top: 8px;
}
.rightbar .submitBox input.textarea {
	font-size: 12px;
	margin: 0;
	padding: 4px 3px 3px;
	width:135px;
	color:#666;
}
/*find a center submit button*/
.rightbar input.submitBtn, .homeSidebar input.submitBtn, .homeContBtm input.submitBtn {
	background: #fff;
	opacity:0.5;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #005273;
	display: block;
	height:22px;
	font: 10px Arial, sans-serif;
	font-weight:bold;
	letter-spacing: 0px;
	margin-top:0;
	margin-left:3px;
	padding: 3px 4px;
}
.rightbar input.submitBtn:hover, .homeSidebar input.submitBtn:hover {
	background:#00A4DB;
	color:#fff;
}
.homeSidebar .submitBox input.textarea {
	width:130px;
	color:#666;
}
/*link button in maincontents*/
 a.linkBtn {
	background: #00a5db;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	display: inline;
	font: 8pt Arial, sans-serif;
	letter-spacing: 0px;
	margin: auto;
	padding: 3px 9px;
	text-decoration:none;
}
a.linkBtn:hover, button.submitBtn:hover {
	background: #67cff1;
	cursor: pointer;
	text-decoration:none;
}
/*link button in Homepage learningneeds section*/
a.linkBtn2 {
	background: #fdc24f;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 3px #fff;
	-webkit-box-shadow: 0 0 3px#fff;
	box-shadow: 0 0 3px #fff;
	color: #ffffff;
	display: inline;
	font: 9pt Arial, sans-serif;
	letter-spacing: 0px;
	margin: auto;
	padding: 3px 9px;
	text-decoration:none;
}
a.linkBtn2:hover, {
background: #67cff1;
cursor: pointer;
text-decoration:none;
}
fieldset {
	border: none;
	margin:0 0 10px 0;
	padding:0;
	clear:both;
}
.callmeBox {
	position:relative;
	padding:12px;
	height:35px;
}
.callmeBox button {
	position:absolute;
	right:10px;
}
.areaBox {
	border:1px solid #ccc;
	padding:18px;
	width:auto;
	margin-bottom:1em;
}
.areaBox .area {
	background:#d8d7d6;
	padding:12px;
}
.areaBox .area span {
	font-size:24px;
	font-weight:bold;
	color:#0478a9;
}
.formCont legend {
	display:block;
	width:90%;
	background:#c2e5f0;
	color:#333;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 6px;
	margin:0 0 10px 0;/*text-shadow: 0 1px 1px #c0d576;*/
}
.formCont span.lblLegend {
	display:block;
	width:90%;
	margin-left:0;
	background:#c2e5f0;
	color:#333;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 6px;
	margin-bottom: 10px;
	margin-top:8px;
	text-align:left;
}
.option1 {
	width:240px;
}
.option2 {
	width:230px;
}
.formCont label {
	float: left;
	font-size: 14px;
	width: 180px;
	line-height:1.6em;
	text-align:right;
	margin-right:12px;
	vertical-align:baseline;
}
.formCont span {
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	margin-right: 12px;
	text-align: right;
	vertical-align: baseline;
	width: 180px;
}
.formCont .selectedCenterArea span.CenterName {
	float:right;
	text-align:left;
	width:460px;
}
.CenterName {
	display:block;
	font-size:21px;
	font-weight:bold;
	color:#009900;
	padding:6px;
	background:#f7f3e5;
	margin:0.5em 0;
}
.formCont ol.radioBtn li {
	padding-left:25px;
}
.formCont ol.radioBtn li label {
	background: none;
	line-height: 20px;
	padding: 0;
	width: auto;
	vertical-align:middle;
}
.formCont textarea, .formCont input {
	background: #eaf8fe;
	border: 1px solid #87ADC0;
	color: #63757D;
	font-size: 16px;
	font-weight:normal;
	margin: 0;
	padding: 6px 8px 5px;
	width: 260px;
}
/*radiobutton in RequestBrochure*/
.radioBtnWrap {
	width:400px;
	margin-left:195px;
	padding-bottom:18px;
}
.formCont input[type="radio"] {
	background:#fff;
	border:none;
	width:25px;
}
.formCont .radioBtnWrap label {
	float:none;
}
.formCont ol.radioBtn li textarea, .formCont ol.radioBtn li.btnInput input {
	background: transparent;
	border:none;
	color: #63757D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 4px 3px 5px;
	width:30px;
}
.formCont input.chkboxInput {
	width: 12px;
	margin-left:25px;
	border:none;
}
.formCont input.btnInput {
	width: 12px;
	margin-left:12px;
	border:none;
}
.formCont ol li {
	line-height: 22px;
	list-style: none;
	padding: 5px 4px;
	margin-bottom: 2px;
}
.formCont ol li.studentInfo {
	height:25px;
	line-height: 22px;
	list-style: none;
	padding: 5px 4px;
	margin-bottom: 2px;
}
.formCont ol li.studentInfo li {
	padding: 2px;
}
.formCont ol ol li {
	border: none;
	float: left;
}
fieldset select {
	font-size: 15px;
}
.formCont .submit input {
	font-size: 24px;
	background:#52A8E8;
	background-image: linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -o-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -moz-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -webkit-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -ms-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.4, #2E77CF),  color-stop(0.7, #52A7E8),  color-stop(0.85, #52A7E8) );
	border-color: #4081AF #4081AF #20559A;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	color: white;
	display: block;
	margin: 1em auto 3em;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	cursor:pointer;
}
/*required field*/ 
  .formCont .requireFld {
	color:#000;
}
.formCont .requireFld span {
	float: none;
	font-size: 12px;
	margin-right: 0;
	text-align: left;
	vertical-align: baseline;
	width: auto;
}
/*find a center button in brochure request page*/
  fieldset.submit {
	border-top:3px solid #C2E5F0;
}
.formCont table.mapResultBox {
	float:right;
	width:535px;
}
.formCont table.mapResultBox input[type="submit"] {
	position:relative;
	background:#00a5db;
	top:-12px;
	left:0;
	border: none;
	color: #fff;
	font: 8pt Arial, sans-serif;
	;
	font-weight: normal;
	margin: 0;
	padding: 4px 8px 4px;
	display:inline;
	width:auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.formCont table.mapResultBox #mapresultsnav {
	border:1px solid #87ADC0;
}
.formCont table.mapResultBox #mqFindACenter {
	width:460px;
}
.formCont table.mapResultBox #mqFindACenter .mapresults {
	padding:0;
	margin:0;
}
.formCont table.mapResultBox #mapresultsnav span {
	float: none;
	font-size: 14px;
	line-height: 1.6em;
	margin-right: 12px;
	text-align:left;
	vertical-align: baseline;
	width: auto;
}
.formCont table.mapResultBox #mqFindACenter .mapresults .info, .mapresults .minimap {
	margin-left:0;
}
/**/
fieldset.submit button {
	font-size:22px;
	font-weight:bold;
	background:#f88d02;
}
.formCont .mappagination button {
	float:left;
	margin-right:18px;
	padding: 2px 4px;
	background: #4db8db;
}
.formCont button:hover {
	background: #67cff1;
	cursor: pointer;
}
.formCont #mappagination button:hover {
	background: #00a5db;
}
.formCont .btnSubmit {
	float:left;
}
.formCont .centerinfo h5 {
	font-size:12px;
	color:#333;
	font-weight:bold;
	margin-bottom:8px;
}
.formCont .centerdata {
	background:#d4f1fd;
	padding:4px 3px;
	line-height:1.5em;
	margin-bottom:12px;
}
.policy {
	margin:12px 0;
}
.policy p {
	color: #4A6A98;
	font-size: 10px;
	line-height: 17px;
}
span.centerSelect {
	background: none repeat scroll 0 0 #FAFBC5;
	color: #009900;
	text-align:left;
	display: block;
	font-size: 21px;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 6px;
}
.childInfoBox {
	float:left;
	width: 280px;
}
.childInfoBox table {
	border:none;
}
.childInfoBox table th {
	font-size:11px;
	font-weight:normal;
	text-align:right;
}
.childInfoBox a {
	text-decoration:underline;
}
.mapSearchFormBox {
	border:1px solid #ccc;
	padding:32px 18px;
	overflow:hidden;
}
.mapSearch input {
	float:left;
}
input.mapSearchBtn {
	background:#52A8E8;
	background-image: linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -o-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -moz-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -webkit-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -ms-linear-gradient(bottom, #2E77CF 40%, #52A7E8 70%, #52A7E8 85%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.4, #2E77CF),  color-stop(0.7, #52A7E8),  color-stop(0.85, #52A7E8) );
	border-color: #4081AF #4081AF #20559A;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	color: white;
	display: block;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width:100px;
	cursor:pointer;
}
/*-------------------------------------------
10:Mapquest Styles 
-------------------------------------------*/
#mqFindACenter .mapresults .info, #mqFindACenter .mapresults .minimap {
	float: left;
}
#mqFindACenter #mapWindow {
	margin-top: 0;
	line-height: normal;
}
#mqFindACenter {
	display: none;
}
#mqFindACenter .mapPageInfo {
	margin-top: 3px;
	margin-bottom: 15px;
}
#mqFindACenter .mapPageInfo .mappagination {
	margin-top: 10px;
}
#mqFindACenter .mapresults {
	margin: 2em 0.5em;
	clear:left;
	overflow:auto;
}
#mqFindACenter .mapresults .info, .mapresults .minimap {
	margin-left: 1em;
}
#mqFindACenter .mapresults .info {
	overflow: hidden;
}
#mqFindACenter .mapresults .name {
	font-weight: bold;
}
#mqFindACenter .mapresults .sitelink {
	margin-bottom: 5px;
	font-weight:bold;
	font-size: 13px;
}
#mqFindACenter .mapresults .phoneField {
	font-size: 14px;
	font-weight: bold;
}
#mqFindACenter .mapresults .info {
	line-height: normal;
}
#mqFindACenter .mapresults a.requestinfo img { /*vertical-align: bottom;*/
}
#mqFindACenter .mapresults .mqbuttons {
	margin-top: 5px;
}
#mqFindACenter .mapresults .mqbuttons span {
	text-align: center;
	display: block;
	margin-bottom: 2px;
}
#mqFindACenter .mapresults .mqbuttons .hlGetBrochure {
	margin-top: 13px;
	margin-left: 5px;
}
#mqFindACenter .mapresults .mqbuttons .FreeEnrollmentCampaign {
	margin-top: 13px;
	margin-left: 5px;
}
#mqFindACenter .mqPoi {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	width: 26px;
	height:27px;
	background-image: url("../Images/poi-blue.png");
}
.mqbottom {
	left:0;
	position:fixed;
	text-align:center;
	bottom:0;
	width:100%;
}
/*modification for kumon.com*/
.mqNewSearch {
	width:650px;
	padding:12px;
	background:#B6E7FA;
	border-radius:12px;
	margin-bottom:12px;
}
.mqNewSearch .submitBox {
	padding-left:8px;
}
.mqNewSearch .linkBtn {
	font-size:13px;
}
.mqNewSearch .span {
	font-size:13px;
}
.mqNewSearch .searchBtn {
	float:right;
	padding-left:12px;
}
.cphContent_findACenterForm {
	padding-left:24px;
}
#mqFindACenter .mapPageInfo {
	margin-top: 3px;
	margin-bottom: 3px;
}
#mqFindACenter .mapresults {
	padding: 0.3em 0.5em 1em;
	clear:left;
	overflow:auto;
	border-bottom:1px solid #eee;
}
#mqFindACenter .mapresults .mqbuttons {
	margin-top: 0;
}
#mapresultsnav {/*position:relative; width:970px; height:100%;border:2px solid #ccc;overflow:auto;*/
}
.resultWrap {/*position:relative; width:830px; overflow:hidden;z-index: 500;overflow:auto;*/
}
.resultMapArea {
	overflow:hidden;
	margin-right:80px;
	border:3px solid #87cfe6;
	float:right;
	position:relative;
	top:230px;
}
#mapresults {
}
.resultListArea {
	float:left;
	width:480px;
	margin:0;
}
#mapWindow {
	position:relative;
}
#cphContent_findACenterForm {
	width:650px;
	padding:12px;
	background:#B6E7FA;
	border-radius:12px;
	margin-bottom:18px;
}
#cphContent_findACenterForm table.form {
	width:400px;
}
#cphContent_findACenterForm table.form th {
	text-align:right;
}
#cphContent_pnlFindCenter {
	margin:12px;
}
#cphContent_pnlFindCenter input[type="submit"] {
	font-size:13px;
	padding:4px;
}
/*map result section inside Request a brochure page*/
.formCont table.mapResultBox #mapresultsnav {
	border:1px solid #ccc;
}
.formCont table.mapResultBox #mqFindACenter {
	width:480px;
}
.formCont table.mapResultBox #mqFindACenter .mapresults {
	padding:0;
	margin:0;
}
.formCont table.mapResultBox #mqFindACenter .mapresults .info {
	font-size:12px;
	color:#555;
}
.formCont table.mapResultBox td#mapresults .mapresults {
	padding:8px 0;
}
.formCont table.mapResultBox #mapresultsnav span {
	float: none;
	font-size: 12px;
	line-height: 1.6em;
	margin-right: 12px;
	text-align:left;
	vertical-align: baseline;
	width: auto;
}
.formCont table.mapResultBox #mqFindACenter .mapresults .name {
	color:#000;
}
.formCont table.mapResultBox #mqFindACenter .mapresults .info, .mapresults .minimap {
	margin-left:0;
}
/*-------------------------------------------
11:Footer
-------------------------------------------*/

/* ---------------------
12:ERROR STYLES
----------------------------------- */
.error_loggedout {
	font-size: 12px;
	font-style:italic;
	color:#104A7D;
}
.error_alert {
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;
}
#dAdminErrorPnl {
	width: 100%;
}
#dErrorPnl, #dMessagePnl {
	padding-left:10px;
	width: 100;
}
#dErrorPnl div, #dMessagePnl div, #dAdminErrorPnl div {
	margin:10px;
	width:95%;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
#dErrorPnl .error, #dMessagePnl .error, #dAdminErrorPnl .error {
	border:solid 1px #f00;
	background:url(../images/icon_error.gif) no-repeat 6px 12px;
}
#dErrorPnl .error span, #dMessagePnl .error span, #dAdminErrorPnl .error p {
	margin-left:22px;
	font-size:15px;
	color:#f00;
	font-weight:normal;
}
#dErrorPnl .successful, #dMessagePnl .successful, #dAdminErrorPnl .successful {
	border:solid 1px #2cbe2c;
	color:#2cbe2c;
}
#dErrorPnl .successful span, #dMessagePnl .successful span, #dAdminErrorPnl .successful span {
	font-size:16px;
	background:url(../images/icon_success.gif) 1% no-repeat;
}
/*-------------------------------------------------
13: Google Search
--------------------------------------------------*/
.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
/* input.gsc-input {    border-color: #BCCDF0;  }
 input.gsc-search-button { border-color: #666666;    background-color: #CECECE;  }*/
  .gsc-tabHeader.gsc-tabhInactive {
	border-color: #E9E9E9;
	background-color: #E9E9E9;
}
.gsc-tabHeader.gsc-tabhActive {
	border-top-color: #FF9900;
	border-left-color: #E9E9E9;
	border-right-color: #E9E9E9;
	background-color: #FFFFFF;
}
.gsc-tabsArea {
	border-color: #E9E9E9;
}
.gsc-webResult.gsc-result,  .gsc-results .gsc-imageResult {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover,  .gsc-webResult.gsc-result.gsc-promotion:hover,  .gsc-imageResult:hover {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gs-webResult.gs-result a.gs-title:link,  .gs-webResult.gs-result a.gs-title:link b,  .gs-imageResult a.gs-title:link,  .gs-imageResult a.gs-title:link b {
	color: #0000CC;
}
.gs-webResult.gs-result a.gs-title:visited,  .gs-webResult.gs-result a.gs-title:visited b,  .gs-imageResult a.gs-title:visited,  .gs-imageResult a.gs-title:visited b {
	color: #0000CC;
}
.gs-webResult.gs-result a.gs-title:hover,  .gs-webResult.gs-result a.gs-title:hover b,  .gs-imageResult a.gs-title:hover,  .gs-imageResult a.gs-title:hover b {
	color: #0000CC;
}
.gs-webResult.gs-result a.gs-title:active,  .gs-webResult.gs-result a.gs-title:active b,  .gs-imageResult a.gs-title:active,  .gs-imageResult a.gs-title:active b {
	color: #0000CC;
}
.gsc-cursor-page {
	color: #0000CC;
}
a.gsc-trailing-more-results:link {
	color: #0000CC;
}
.gs-webResult .gs-snippet,  .gs-imageResult .gs-snippet,  .gs-fileFormatType {
	color: #000000;
}
.gs-webResult div.gs-visibleUrl,  .gs-imageResult div.gs-visibleUrl {
	color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
	color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
	display: none;
}
.gs-webResult div.gs-visibleUrl-long {
	display: block;
}
.gs-promotion div.gs-visibleUrl-short {
	display: none;
}
.gs-promotion div.gs-visibleUrl-long {
	display: block;
}
.gsc-cursor-box {
	border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #E9E9E9;
	background-color: #FFFFFF;
	color: #0000CC;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #FF9900;
	background-color: #FFFFFF;
	color: #0000CC;
}
.gsc-webResult.gsc-result.gsc-promotion {
	border-color: #336699;
	background-color: #FFFFFF;
}
.gs-promotion a.gs-title:link,  .gs-promotion a.gs-title:link *,  .gs-promotion .gs-snippet a:link {
	color: #0000CC;
}
.gs-promotion a.gs-title:visited,  .gs-promotion a.gs-title:visited *,  .gs-promotion .gs-snippet a:visited {
	color: #0000CC;
}
.gs-promotion a.gs-title:hover,  .gs-promotion a.gs-title:hover *,  .gs-promotion .gs-snippet a:hover {
	color: #0000CC;
}
.gs-promotion a.gs-title:active,  .gs-promotion a.gs-title:active *,  .gs-promotion .gs-snippet a:active {
	color: #0000CC;
}
.gs-promotion .gs-snippet,  .gs-promotion .gs-title .gs-promotion-title-right,  .gs-promotion .gs-title .gs-promotion-title-right * {
	color: #000000;
}
.gs-promotion .gs-visibleUrl,  .gs-promotion .gs-visibleUrl-short {
	color: #008000;
}
table.gsc-search-box td.gsc-input {
	padding-right:4px;
}
.gsc-branding {
	display:none;
}
/*Search button for kumon*/
  /*--Search form - Google--*/
.searchForm {
	float:right;
	width:180px;
	padding-top:3px;
	margin-left:18px;
}
.searchForm div {
	position: relative;
	padding-top:0;
}
.searchForm div input[type="text"] {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid rgba(0, 0, 0, 0.3);
	height:20px;
}
.searchForm div input[type="submit"] {
	position:relative;
	background:#b6e7fb;
	border-style: none;
	color: #07719b;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	float: right;
	padding: 3px 5px !important;
	position: relative;
}
input.gsc-search-button {
	position:relative;
	background:#b6e7fb;
	border-style: none;
	color: #07719b;
	display: block;
	height:22px;
	font-size:11px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.gsc-clear-button {
	display:none;
}
.logincs {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:2px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:7px 21px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}
.logincs:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3F48CC), color-stop(1, #3F48CC) );
	background:-moz-linear-gradient( center top, #4d6178 5%, #4d6178 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6178', endColorstr='#4d6178');
	background-color:#4d6178;
}
.logincs:active {
	position:relative;
	top:1px;
}
.inputtext {
	height:22px;
	border:solid 1px #ccc;
	;
	margin-top:4px;
	padding:2px;
	margin-bottom:4px;
	width:88%
}
.regcls {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}
.regcls:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}
.regcls:active {
	position:relative;
	top:1px;
}
.signoutbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}
.signoutbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}
.signoutbtn:active {
	position:relative;
	top:1px;
}
.actbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #4d6178;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4d6178;
	box-shadow:inset 0px 1px 0px 0px #4d6178;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3F6AE6), color-stop(1, #3F48CC) );
	background:-moz-linear-gradient( center top, #4d6178 5%, #3F48CC 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6178', endColorstr='#3F48CC');
	background-color:#4d6178;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3F48CC;
	display:inline-block;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #3F48CC;
}
.actbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d6178), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #4d6178 5%, #4d6178 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6178', endColorstr='#4d6178');
	background-color:#4d6178;
}
.actbtn:active {
	position:relative;
	top:1px;
}
ul {
	border:0;
	margin:0;
	padding:0;
}
#pagination-flickr li {
	border:0;
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
}
#pagination-flickr a {
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
#pagination-flickr .previous-off, #pagination-flickr .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}
#pagination-flickr .next a, #pagination-flickr .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
#pagination-flickr .active {
	color:#ff0084;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination-flickr a:link, #pagination-flickr a:visited {
	color:#0063e3;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-flickr a:hover {
	border:solid 1px #666666;
}
input {
	height:26px;
	border:solid 1px #ccc;
	width:60%
}
.error {
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-transform: uppercase;
}
/* code for pagination */

div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #3A90DB;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #3A90DB;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #3A90DB;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/* End code for pagination */

.button_bg2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	width:60px;
	height:25px;
	background-color:#87C103;
	border:none;
}
.button_bg2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}
.button_bg2:active {
	position:relative;
	top:1px;
}

/*new footer css*/

.wrap-960
{
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
	clear:both;
}

#footer
{
	background:#fff;
	border-top: solid 1px gainsboro;
	color: #999;
	height:75px;
}

#footer.fixed
{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
	height: 64px;
	opacity: 0.9;
}

#footer.fixed:hover
{
	opacity: 1;	
}

#footer .content
{
	padding: 12px 0 10px 0;
}

#footer.fixed .content
{
	padding-top: 12px;
}

.no-footer
{
	margin-bottom: 75px;
}

.footer-left
{
	padding: 0 0 0 113px;
	width: 500px;
	background-position: 0 -340px;
	float: left;
}

.footer-right
{
	width:200px;
	float:right;
	font-size: 12px;
	line-height: 17px;
}

a.footer-twitter,a.footer-fb
{
	width: 40px;
	height: 38px;
	float: right;
	cursor: pointer;
}

a.footer-twitter:hover,a.footer-fb:hover
{
	opacity:0.7;
}

.footer-twitter
{
	background-position: -6px -411px;
}

.footer-fb
{
	background-position: -47px -411px;
}

#footer a,#footer a:link,#footer a:visited
{
	color: #999;
	font-weight:bold;
}

#footer a:hover
{
	color:#9dbc7a
}

.footer-copy
{
	font-size:0.75em;
}


/*------------------END new footer css----------*/
