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

*{
	outline:none;
}

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333333;
	background-color:#f2f2f2;
}

a, a:visited{
	color:#00aaef;
	text-decoration:none;
}

a:hover{
	color:#656565;
	text-decoration:none;
}

h1, h2, h3, p, form{
	margin:0px;
}

img{
	border:none;
}

form{
	padding:0px;
}

.clearAll{
	clear:both;
	height:0px;
	font-size:1px;
}
/* ---------------------------------------------------- */
#wrapper{
	width:950px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	border:1px solid #dbdbdb;
}
/* ---------- Slider ------------ */
.SlideContainer{
	width:950px;
	margin: 0 auto;
	position:fixed;
	top:0;
	z-index:999;
}

.SlideContainer p{
	margin:0px;
	padding:10px;
	font-size:11px;
	color:#FFFFFF;
}

#panel {
	/*background: #754c24;*/
	height: 100px;
	display: none;
	background-image:url(../images/slider_bg.png);
	background-position:top left;
	background-repeat:repeat;
	color:#000;
}
#panel form{
	padding:20px 5px 10px 5px;
	margin:0px 5px 10px 5px;
	float:left;
}
.textFieldBase{
	background:none;
	background-image:url(../images/textfieldbase.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:140px;
	margin:0px 5px 0px 5px;
	padding:4px 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	border:none;
}
            
.textFieldBase:focus {
	background:none;
	background-image:url(../images/textfieldbase_two.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.formLabel{
	width:90px;
	height:22px;
	line-height:22px;
	font-size:12px;
	float:left;
	margin-right:5px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:right;
	color:#f2f2f2;
}
.fieldCaseing{
	width:155px;
	float:left;
	/*margin-right:10px;*/
}
.dropdownCase{
	width:155px;
	float:left;
}
.captchaBase{
	width:85px;
	float:left;
	height:22px;
	/*background-color:#ccc;*/
	margin-left:10px;
text-align:center;
}
.submitButton{
	float:left;
	background-image:url(../images/submit_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#8b8b8b;
	color:#fff;
	font-weight:bold;
	border:1px solid #61d0ff;
	padding:2px 0px;
	font-size:12px;
	width:100px;
}

.bordertop{
	border-top: solid 5px #ccc;
}
.bordertop p{
	margin:0px;
	padding:0px;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(../images/top_flap.png) no-repeat center top;
	float:right;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	text-decoration: none;
}
.slide a, .btn-slide a{
	text-decoration:none;
	color:#333333;
}
.slide a:hover, .btn-slide a:hover{
	text-decoration:none;
	color:#fff;
}
.active {
	background-position: right 12px;
}

.floatLeftImg{
	float:right;
}
/* ---------- Slider Ends ------------ */

.Header{
	width:940px;
	/*height:200px;*/
	margin:5px auto;
/*	border-left:20px solid #999999;
	border-right:20px solid #999999;*/
}

/* --------------- Glider --------------------*/
#galleryc {
	height:285px;
	/*width:825px;*/
	margin:0 auto;
	overflow:hidden;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
#galleryc .panel {
	float:left;
	width:940px;
	height:248px;
	margin:0px 10px 5px 0px;
	background-color:#fff;
	/*border:1px solid #992807;*/
	/*padding:27px 10px 10px 27px;*/
/*	background:url(../images/anim_bg.gif) no-repeat;*/
}

#galleryc .panel h1{
	color:#fff;
	font-size:150%;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	background:none;
}
#galleryc .panel p{
	padding:0px 25px 10px 10px;
}
#galleryc .panel p strong{
	color:#0c77a6;
}
.floatTeacherLeft{
	float:left;
	margin:0px 10px 0px 0px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
/* --------------- Glider Ends -------------- */

.LogoSection{
	height:90px;
	width:945px;
	background-color:#fff;
	padding:10px 0px 0px 5px;
}
.LogoSection img{
	float:left;
}
.MenuBlock{
	margin:0px 0px 5px 0px;
}
.searchBlock{
	padding:6px 0px 0px 0px;
	margin-left:12px;
	height:25px;
	overflow:hidden;
	float:left;
}
.searchButton{
	/*float:left;*/
	background-image:url(../images/submit_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#8b8b8b;
	color:#fff;
	font-weight:normal;
	border:1px solid #61d0ff;
	padding:2px 0px;
	font-size:12px;
	width:65px;
}
/* -------------------------- BodySection ----------------------------*/
.BodyWrapper{
	width:940px;
	margin:5px 5px 5px 5px;
	border-top:1px dashed #CCCCCC;
	padding-top:20px;
}
.leftpanel{
	width:65%;
	float:left;
	padding-left:20px;
}
.leftpanel p{
	padding:10px 0px;
	text-align:justify;
	line-height:1.5em;
}
.leftpanel h1, .rightpanel h1{
	font-size:140%;
	font-weight:normal;
	padding:0px 0px 5px 0px;
}
.leftpanel h1 span, .rightpanel h1 span{
	font-weight:bold;
	font-size:150%;
}
.blue{
	color:#09a2e5;
}
.pink{
	color:#e80a43;
}

.leftpanel ul, .rightpanel ul{
	margin:10px 0px 0px 0px;
	padding:0px;
}
.leftpanel li, .rightpanel li{
	font-size:100%;
	list-style:none;
	background-image:url(../images/listing.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 15px 25px;
}

.leftpanel li ul li, .rightpanel li ul li{
	font-size:100%;
	list-style:none;
	background-image:url(../images/gray_icons.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 15px 25px;
}

.leftpanel form{
	margin:10px 0px;
}

.leftpanel form span{
	display:block;
	float:left;
	margin:10px 10px 10px 0px;
	width:120px;
	clear:left;
	height:25px;
	line-height:25px;
	font-weight:bold;
}
.textField{
	border:1px solid #0d96e7;
	background-color:#f1f5f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:10px 0px;
	width:400px;
	height:25px;
}
.textArea{
	border:1px solid #0d96e7;
	background-color:#f1f5f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:10px 0px;
	width:400px;
	height:100px;
}
.textField:focus, .textArea:focus{
	background-color:#FFFFFF;
	border:1px solid #adadad;
}
.rightpanel{
	width:25%;
	float:right;
}
.rightpanel p{
	margin:10px 0px 5px 0px;
}
.rightpanelTwo{
	width:32%;
	float:right;
}
.rightpanelTwo p{
	margin:10px 0px 5px 0px;
}
/* ----------------------- Footer --------------------- */
#footer{
	width:100%;
	background-color:#1d1d1d;
	/*border-bottom:20px solid #171b1e;*/
	padding:10px 0px 0px 0px;
	border-top:1px solid #000000;
}
.FooterContainer{
	width:950px;
	margin:auto;
	color:#CCCCCC;
	font-size:80%;
	margin-bottom:10px;
}
.FooterContainer ul{
	margin:0px;
	padding:0px;
}
.FooterContainer li{
	font-size:100%;
	color:#CCCCCC;
	list-style:none;
	background-image:url(../images/listing.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 10px 25px;
}

.FooterContainer li a:hover{
	color:#CCCCCC;
	text-decoration:none;
}


.PipeSmall{
	width:25%;
	float:left;
}
.pipeBig{
	width:45%;
	float:left;
	margin:0px 20px 0px 20px;
}
.pipeBig h1, .PipeSmall h1{
	color:#0b98e8;
	font-size:140%;
	font-weight:normal;
	border-bottom:1px dashed #878787;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
}

.socialBlock{
	padding:10px 0px;
	margin-bottom:5px;
}
.socialBlock img{
	margin-right:10px;
}
.WebFooter{
	background-color:#0b98e8;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	padding:5px 0px;
	font-size:80%;
}
.WebFooter a, .WebFooter a:visited, .WebFooter a:hover{
	color:#FFFFFF;
}
.socialBlock p{
	margin:0px 0px 5px 0px;
}
.yahoo{
	background-image:url(../images/yahoo_.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	height:30px;
	line-height:30px;
}
.skype{
	background-image:url(../images/skype_.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	height:30px;
	line-height:30px;
}
.Gtalk{
	background-image:url(../images/gtalk_.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	height:30px;
	line-height:30px;
}
.eMail{
	background-image:url(../images/email.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	height:30px;
	line-height:30px;
}
/* ----------------------- Footer Ends ---------------- */
.contactLinks{
	margin-bottom:20px;
}
.contactLinks p{
	margin:10px 0px;
	display:block;
	padding:0px;
	height:40px;
	line-height:40px;
}
.contactLinks img{
	float:left;
	margin:0px 10px 0px 0px;
}

.blackFlap{
	visibility:hidden;
	position:absolute;
	top:-200px;
	height:0px;
	font-size:0px;
	overflow:auto;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
.portfolioGallery ul{
	margin:0px 0px 10px 0px;
	padding:0;
	clear:both;
}
.portfolioGallery li{
	list-style:none;
	background:none;
	float:left;
	margin:0px 5px 10px 0px;
	padding:0px;
	border:1px dashed #787878;
}
.portfolioGallery a, .portfolioGallery a:visited, .portfolioGallery  a:hover{
	cursor:crosshair;
}
