@charset "UTF-8";
html{
	overflow-y:scroll;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:95px 0 30px 0;
	padding:0;
	background: #F0F0F0 url(../images/bg4.jpg) right 93% fixed no-repeat;
}
body.home{
	background:#F0F0F0;
	background-image:none;
}
:focus
{
	-moz-outline-style: none;
}
p{
	text-align:justify;
}
em{
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif
}
	
h1{
	color:#039;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0 0 15px 0;
	text-shadow: 1px 1px #FFF;
}
h2{
	font-weight:normal;
	color:#666;
	font-size:16px;
	clear:both;
}
h3{
	font-weight:normal;
	color:#F60;
	font-size:13px;
	border:1px dashed #CCC;
	border-width:1px 0;
	margin:5px 0;
	padding:5px 0;
	clear:both;
}
a.anchor { position: relative; top: -110px; }

a:link{
	color:#039;
}
a:visited{
	color:#039;
}
a:hover{
	color:#FFF !important;
	text-decoration:none;
	background:#036 url(../images/sm-bar.png) center left repeat-x;
	border-bottom:2px solid #F60;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	-khtml-border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px; 

}
a:active{
	color:#F60 !important;
	margin-bottom:2px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0; 
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0; 
}
.header a:hover{
	color:#FFF !important;
	text-decoration:none;
	background:none;
	-webkit-box-shadow: rgba(0,0,0,0) 0 0; 
	-moz-box-shadow: rgba(0,0,0,0) 0 0; 
	border:none;
}
a.image:hover, a:hover img, a#prevlink:hover, a#nextlink:hover{
	color:#FFF !important;
	text-decoration:none;
	background:none;
	-webkit-box-shadow: rgba(0,0,0,0) 0 0; 
	-moz-box-shadow: rgba(0,0,0,0) 0 0; 
	border:0;
}
p.lrg{
	font-size:18px;
}
/*********************************BUTTONS*/
.btn-link{
	text-decoration:none;
}
.sm-blue-btn{
	background:transparent url(../images/btn/sm-blue.png) top left no-repeat;
	color:#FFF;
	font-size:11px;
	text-align:center;
	width:126px;
	height:27px;
	line-height:27px;
	cursor:pointer;
	margin-left:12px;
}
.sm-blue-btn:hover{
	background:transparent url(../images/btn/sm-blue-over.png) top left no-repeat;
}
.sm-blue-btn:active{
	background:transparent url(../images/btn/sm-blue-press.png) top left no-repeat;
	font-size:10px;
	color:#CCC;
}
.lrg-blue-btn{
	background:transparent url(../images/btn/lrg-blue.png) top left no-repeat;
	color:#FFF;
	font-size:13px;
	text-align:center;
	width:183px;
	height:38px;
	line-height:38px;
	cursor:pointer;
	margin-left:12px;
}
.lrg-blue-btn:hover{
	background:transparent url(../images/btn/lrg-blue-over.png) top left no-repeat;
}
.lrg-blue-btn:active{
	background:transparent url(../images/btn/lrg-blue-press.png) top left no-repeat;
	font-size:12px;
	color:#CCC;
}
.lrg-orange-btn{
	background:transparent url(../images/btn/lrg-orange.png) top left no-repeat;
	color:#FFF;
	font-size:13px;
	text-align:center;
	width:190px;
	height:40px;
	line-height:38px;
	cursor:pointer;
	float:left;
}
.lrg-orange-btn:hover{
	background:transparent url(../images/btn/lrg-orange-over.png) top left no-repeat;
}
.lrg-orange-btn:active{
	background:transparent url(../images/btn/lrg-orange-press.png) top left no-repeat;
	font-size:12px;
	color:#CCC;
}

/*********************************LAYOUT*/
.headerWrap{
	position:fixed;
	top:0;
	left:0;
	z-index:500;
}
.menu-bar{
	position:fixed;
	top:65px;
	left:0;
	z-index:0;
	margin:0;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 3px 3px; 
	-moz-box-shadow: #333 0 3px 3px;
}
.headerWrap, .footerWrap{
	width:100%;
	background: #F0F0F0;
	clear:both;
}
.footerWrap{
	position:fixed;
	bottom:0;
	z-index:510;
	-webkit-box-shadow: #333 0 -1px 2px !important; 
	-moz-box-shadow: #333 0 -1px 2px !important;
}
.header{
	height:65px;
	margin:0 auto;
	position:relative;
	width:960px;
}
.header img.globe{
	position:absolute;
	z-index:1000;
}
.header img.logo{
	position:absolute;
	top:10px;
	left:120px;
	z-index:0;
}
.sm-menu{
	height:28px;
	position:absolute;
	top:0;
	right:0;
}
.sm-menu .flags{
	background:transparent;
	float:left;
	height:28px;
	padding: 0 10px 0 0;
}
.sm-menu .flags ul{
	padding:0;
	margin:0;
	line-height:22px;
	font-size:8px;
	
}
.sm-menu .flags img{
	vertical-align:middle;
}
.sm-menu .left{
	display:none;
	background:#CCC url(../images/sm-menu-left.gif) top left no-repeat;
	float:left;
	height:28px;
	width:15px;
}
.sm-menu .center{
	background:#F0F0F0;
	border:1px solid #CCC;
	border-width: 0 1px 1px;
	height:25px;
	float:left;
	padding: 0 10px;
	border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
}
.sm-menu .center a:link, .sm-menu .center a:visited{
	padding:2px 1px;
	border:1px solid #F0F0F0;
}
.sm-menu .center a:hover{
	border-bottom:none;
	background:#FFF;
	color:#039 !important;
	text-decoration:underline;
	border:1px solid #999;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px; 
}
.sm-menu .center a:active{
	border-bottom:none;
	background:#CCC;
	color:#F60 !important;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0; 
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0;
}
.sm-menu .center ul, .sm-menu .flags ul{
	margin:0;
	padding:0;
}
.sm-menu .center li, .sm-menu .flags li{
	font-size:11px;
	display:inline;
	line-height:23px;
	list-style:none;
	margin:0;
}
.sm-menu .right{
	display:none;
	background:#CCC url(../images/sm-menu-right.gif) top left no-repeat;
	float:left;
	height:28px;
	width:15px;
}
.phone{
	position:absolute;
	bottom:7px;
	right:0;
	text-align:right;
}
.phone .callToday{
	border:none;
	color:#666;
	font-size:15px;
	font-weight:normal;
	margin:0 11px 0 0;
	padding:0;
}
.phone .number h2{
	color:#333;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.sm-bar{
	background: #039 url(../images/sm-bar.png) top left repeat-x;
	clear:both;
	height:30px;
	width:100%;
}

/*MENU ACTION*/
div.menu{ width:980px; z-index:1000; margin:0 auto}
ul.menu {list-style:none;  padding:0; margin: 0 0 0 140px;}
ul.menu * {margin:0; padding:0}
ul.menu a:link, ul.menu a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	color:#FFF !important;
	text-shadow:1px 1px 1px #333;
}
ul.menu .current, ul.menu a:hover, ul.menu a:active {
	color:#F90; 				
	text-decoration:none;
	background:transparent;
	border-bottom:none;
	border-radius: 0;
	text-shadow:1px 1px 1px #666;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	-webkit-box-shadow: rgba(0,0,0,0) 0 0; 
	-moz-box-shadow: rgba(0,0,0,0) 0 0; 
	}
ul.menu li {position:relative; float:left; margin-right:2px; z-index:1000}
ul.menu ul {position:absolute; top:30px; left:0; background:#263F70; display:none; list-style:none; opacity:0; -webkit-box-shadow: rgba(0,0,0,0.3) 1px 4px 4px 0; -moz-box-shadow: #333 1px 4px 4px; border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;}
ul.menu ul li {position:relative; width:193px; margin:0}
ul.menu ul li a {display:block; height:30px; line-height:30px; color:#FFF; padding:0 7px 0; padding-bottom:2px; }
ul.menu ul li a:hover {color:#F90; background:#039 url(../images/sm-bar.png) bottom left repeat-x; padding-bottom:0px; border-bottom:2px solid #F60;  border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;}
ul.menu ul ul {left:188px; top:-1px; border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;}
ul.menu .menulink {font-size:14px; line-height:30px; margin:0 20px 0 0}
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu .sub {background:transparent url(../images/arrow.gif) 173px 8px no-repeat}
ul.menu .topline { /*border-top: 1px solid #CCC;*/ }

.addThis{
	margin:0 0 0 10px;
}

.content, .columns, .footer{
	margin:0 auto;
	width:960px;
}
#banner{
	background: #FFF;
	height:250px;
	width:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
}
#banner h1{
	position:absolute;
	top:500px;
}
#banner ul{
	margin:0 auto;
	margin:0;
	padding:0;
}
#banner li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#banner a.banner{
	display:block;
	width:980px;
	height:250px;
	margin:0 auto;
}
#banner a.banner:hover{
	text-decoration:none;
	border-bottom:none;
	border-radius: 0; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 

}
#banner a.banner-1{
	background:#FFF url(../images/banner-chamber-award.jpg) top left no-repeat;
}
#banner a.banner-2{
	background:#FFF url(../images/language-learning-banner.jpg) top left no-repeat;
}
#banner a.banner-3{
	background:#FFF url(../images/continuing-ed-banner.jpg) top left no-repeat;
}
#banner a.banner-4{
	background:#FFF url(../images/small-classes-banner.jpg) top left no-repeat;
}
#banner a.banner-5{
	background:#FFF url(../images/citizen-banner.jpg) top left no-repeat;
}
#banner a.banner-6{
	background:#FFF url(../images/international-banner.jpg) top left no-repeat;
}
.horinaja{
	width:980px;
	height:250px;
}
.horinaja ul{
	position:relative;
}
.horinaja ul li{
	background:transparent;
	display:block;
	top:0;
}
/* horinaja pagination */
ol.horinaja_pagination{
	height:20px;
	margin: 0 auto;
	position:relative;
	background:transparent;
	padding:5px 0 0 0;
	clear:both;
	width:980px !important;
}
ol.horinaja_pagination li{
	float:left;
	display:block;
	
}
ol.horinaja_pagination li a{
	height:30px;
	display:block;
	background:#F0F0F0;
	float:left;
	color:#036 !important;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding: 5px 0 0 0;
	margin:10px 0 0;
	cursor:pointer;
	width:34px !important;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
}
/* - - - - OLD BANNER CSS
.banner img{
	float:left;
}
.banner .bullets{
	float:left;
}
.banner .bullets table{
	margin:25px 0 0 10px;
	width:575px;
}
.banner .bullets td{
	padding:8px 0;
}
.banner .bullets td.orange{
	color:#CC5200;
	font-size:18px;
	width:auto;
	text-align:right;
}
.banner .bullets td.grey{
	color:#666;
	font-size:16px;
	width:auto;
}
.banner .bullets td.btn{
	padding:15px 20px;
}
*/
.lrg-bar{
	background:#039 url(../images/lrg-bar.png) top left repeat-x;
	clear:both;
	height:50px;
	width:100%;
}
.welcome{
	background:transparent url(../images/welcome.png) top center no-repeat;
	display:block;
	height:50px;
	width:960px;
	margin:0 auto;
}
.welcome:hover{
	background:transparent url(../images/welcome-over.png) top center no-repeat;
}
.content{
	position:relative;
}
.home .content{
}
.content .left{
	background:transparent;
	float:left;
	margin:0 15px 30px 0;
	padding:30px 15px;
	height:100%;
	width:605px;
}
.home .content .left{
	margin:0 15px 0 0;
	padding:30px 15px 15px 15px;
}
.content .left p{
	color:#333;
	line-height:22px;
	margin: 0 0 10px 0;
}
.home .content .left p{
	font-size:15px;
}
.home .content .left p img{
	float:left;
	margin:7px 15px 15px 0;
}
.imgL{
	float:left;
	margin:0 7px 0 0;
}
.content .left h2{
	line-height:16px;
}
.content .left h2 img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
.content .left p.lrg-btn-text{
	line-height:38px;
	text-align:right;
}
.content .left p .lrg-blue-btn, .content .left p .lrg-orange-btn{
	float:right;
}
.wrapRight{
	width:960px;
	margin:0 auto;
}
.wrapRight .right{
	background:#FFF;
	float:right;
	padding:15px;
	width:280px;
	text-align:justify;
	margin:15px 0 0;
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	-khtml-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 4px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 4px; 
}
.home .content .right{
	
}
.right h1{
	margin:0 0 5px 0;
	padding:0 0 3px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	border-bottom:2px solid #666;
	text-transform:uppercase;
}
.right .announcement{
	background:transparent url(../images/announcement.gif) top right no-repeat;
	border-bottom:1px solid #CCC;
	margin:10px 0 0;
	padding:0 60px 10px 0;
}
.right .announcement h2{
	color:#333;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.right h3{
	margin:0 10px;
	color:#036;
}
.right p{
	padding: 0 10px;
}
.right .announcement p{
	font-size:11px;
	color:#666;
	margin:0;
	padding:0;
}

.home .content .right, .first, .second, .third{
	float:left;
	padding:15px;
	width:280px;
	background:#FFF;
	padding:15px;
	width:280px;
	text-align:justify;
	margin:15px 0;
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	-khtml-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 4px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 4px; 
}
.first, .second{
	margin-right:15px;
}
.first, .second, .third{
	height:460px;
	overflow:hidden;
	margin-bottom:45px;
}
.twitter ul{
	margin:0;
	padding:0;
	overflow:auto;
	border:1px solid #CCC;
	height:383px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px;
	background:#F0F0F0;
}
.twitter li{
	font-size:13px;
	list-style:none;
	padding:10px;
	margin:10px 10px;
	border:1px solid #CCC;
	background:#FFF;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 4px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 4px; 
}
.twitter .twitterLink{
	margin:13px 0 0 0;
	text-align:right;
}
.googleCal h1{
	margin:10px 0 0;
}
.googleCal .mini-calendar{
	/*width:270px;
	height:280px;
	margin:0 auto;
	padding:10px 0;
	background:#E9E9E9 url(../images/mini-calendar-bg.gif);*/
	text-align:center;
}
.googleCal .viewFull{
	text-align:right;
	padding:14px 0 0;
}
.facebook .viewFull{
	text-align:right;
	padding:6px 0 0;
}
.footer{
	padding:0;
	font-size:11px;
	color:#FFF;
	line-height:30px;
}
.footer .copyright{
	float:right;
}
.footer ul{
	margin:0;
	padding:0;
}
.footer li{
	display:inline;
	list-style:none;
}
.footer a:link, .footer a:visited{
	color:#FFF;
}
.footer a:hover{
	border-bottom:none;
	background:#FFF;
	color:#039 !important;
}
/*content-blocks*/

.content-block{
	padding:10px;
	clear:both;
	border-bottom:1px solid #CCC;
}
.half{
	width:49.5%;
	display:inline-block;
}
.content-block .sm-blue-btn{
	float:right; 
	margin:7px 0 0 12px;
}
.content-block table{
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-color:#999;
	width:100%;
}
.content-block th, .content-block td{
	padding:5px;
}
.content-block th{
	background:#f0f0f0 url(../images/thbg.gif) bottom left repeat-x;
}
.content-block .name{
	text-align:left;
	width: 45%;
}
.content-block .block{
	text-align:center;
	width: 5%;
}
.content-block .start{
	text-align:center;
	width: 10%;
}
.content-block .end{
	text-align:center;
	width: 10%;
}
.content-block .times{
	text-align:center;
	width: 15%;
}
.content-block .text-right{
	text-align:right;
	padding: 0 15px 0 0;
}
.imgR{
	float:right;
	padding:0 0 7px 12px;
}
.imgL{
	float:left;
	margin:0 12px 0 0;
}
/*Information Request Form*/
.infoRequest{
	margin:15px 0 0 0;
}
.infoRequest label{
	clear:left;
	float:left;
	height:28px;
	line-height:28px;
	padding:2px 0 0;
	width:80px;
	text-align:right;
	vertical-align:baseline;
	font-size:14px;
}
.infoRequest input, .infoRequest select, .infoRequest textarea{
	margin:5px 0 5px 5px;
	background:#FFF;
	padding:3px;
	border:1px solid #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	width:187px;
}
.infoRequest select{
	width:195px;
}
.infoRequest .sm-blue-btn{
	float:right; 
	margin:10px 0 0 0;
}
.infoRequest .signup{
	float:none;
	font-size:12px;
	color:#666;
	display:inline;
	padding:0;
	margin:0;
	width:auto
}
.clients{
	text-align:center;
}
.clients img{
	padding:3px;
}
h1.ingles{
	padding-bottom:20px;
	font-size:28px;
}
h1.ingles span{
	color: #F60;
	font-size:18px;
	font-family:"Lucida Sans", "Lucida Grande", sans-serif;
	font-style:italic;
}