
body {
	margin:0;
	padding:0;
	font-family:georgia,times,"times new roman";
	font-size:15px;
	background-color:#edf9ff;
	line-height:21px;
}
div, span, applet, object, iframe,  caption, tfoot, thead, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, fieldset, form, label, legend {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.content{
	font-family:georgia,times,"times new roman";
	font-size:16px;
	color:#000000;
	font-style:normal;
}
h1, h2, h3, h4, h5, h6{
	font-family:georgia,times,"times new roman";
	font-weight:bold;
}
h1{
	font-size:13px;
	color:#1D77A2;

}
h2{
	font-size:12px;
	color:#000000;
}
h3{
	font-size:15px;
	color:#ffffff;
	font-family:georgia,times,"times new roman";
}
h4{
	font-size:12px;
	color:#003AA1;
}
.maindiv{
	background:url(images/top_menubg.jpg) top left repeat-x;
	margin:0 auto;
	width:100%;
}
.containerDiv{
	width:1000px;
	margin:0 auto;
}
img {
	border:0;
}
.logoBg{
	background:url(images/logo_bg.gif) left top no-repeat;
	width:250px;
	height:256px;
}
.logopos{
	margin:0px auto;
	width:229px;
	padding-top:60px;
	}
#topDiv{
	background:url(images/top_bg.jpg) left top repeat-x;
	height:85px;
}
#footerDiv{
	background:url(images/footer_bg.gif) left top repeat-x;
	height:101px;
	font-size:11px
}
.footerPd{
	padding:20px 0px 0px 0px;
}
.recentTitleBg{
	font-family:georgia,times,"times new roman";
	color:#487601;
	font-weight:bold;
	font-size:21px;
	background:url(images/recent_bg.gif) left top no-repeat;
	height:57px;
	width:250px;
	}

.eduTitleBg{
	font-family:georgia,times,"times new roman";
	font-weight:bold;
	color:#6c5a23;
	font-size:21px;
	background:url(images/education_bg.gif) left top repeat-x;
	height:57px;
	width:480px;
	}
.aboutTitleBg{
	font-family:georgia,times,"times new roman";
	color:#006a6d;
	font-weight:bold;
	font-size:21px;
	background:url(images/about_bg.gif) left top repeat-x;
	height:57px;
	width:250px;
	}
.pdEdu{
padding:0px 10px 0px 10px;
}
.icowidth{
 width:213px;
 margin:0 auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}
.block{
display:block;
}
.pd3{
padding:3px;
}
.pd5{
padding:5px;
}
.pd8{
padding:8px;
}
.pd10{
padding:10px;
}
.pd15{
padding:15px;
}
.pd20{
padding:20px;
}
.pdTop16{
padding-top:17px;
}
.liPadding{
padding:10px 0px 0px 20px;
}
.liPadding1{
padding:10px 0px 0px 25px;
}
.pdTop8{
padding-top:8px;
}
.pdTop10{
padding-top:10px;
}
.margin{
margin:0 auto;
}
.mgTop3{
margin-top:3px;
}
.mgTop5{
margin-top:5px;
}
.mgTop7{
margin-top:7px;
}
.mgTop10{
margin-top:10px;
}
.mgTop12{
margin-top:12px;
}
.pdTop28{
padding-top:28px;
}
.input{
	font-family:georgia,times,"times new roman";
	font-size:11px;
	border:0;
	height:20px;
	background:transparent;
	width:185px;
}
.texboxBg {
	padding-left:7px;
	padding-top:5px;
	height: 27px;
	width:200px;
	background:url(images/txtbox_bg.gif) left no-repeat ;
}
.textarea{
	font-family:georgia,times,"times new roman";
	font-size:11px;
	border:0;
	background:transparent;
	width:190px;
	height:90px;
}
.recentdivBox{
	height:610px;
	width:250px;
	background:url(images/recent_bot_bg.gif) bottom no-repeat ;
	background-color:#deeec8;
}
.widgetBox{
	background:url(images/about_bot_bg.gif) bottom no-repeat ;
	height:610px;
	width:250px;
	background-color:#afeff1;
}
.edudivBox{
	background:url(images/education_bot_bg.gif) bottom no-repeat ;
	height:610px;
	width:480px;
	background-color:#ffffff;
}
.lnk:link{
	color:#007bd2;
	text-decoration:underline;
}

.lnk:visited{
	color:#007bd2;
	text-decoration:underline;
}
.lnk:hover{
	color:#007bd2;
	text-decoration:none;
}


/* Tab Navigation Style */

.navigationBg{
	width:1000px;
	height:105px;
}

#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:35px;
	font-weight:bold;
}

#navigation a
{
	color: #ffffff;
	background: url(images/menu_rightbg1.jpg) right top no-repeat;
	text-decoration: none;
	font-family:georgia,times,"times new roman";
	font-size:13px;
	text-align:center;
}

#navigation a span
{
	background: url(images/menu_leftbg1.jpg) left top no-repeat;
	height:35px;
}

#navigation a, #navigation a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/

#navigation a, #navigation a span
{
	float: none;
}
/* End hide */

#navigation a:hover
{
	color: #fff000;
	background: url(images/menu_rightbg2.jpg) right top no-repeat;
	cursor:pointer;
}

#navigation a:hover span
{
	background: url(images/menu_leftbg2.jpg) left top no-repeat;
	cursor:pointer;
}

#navigation ul
{
	display: inline;	
	list-style: none;
	padding: 0;
	margin: 0;
	height:35px;
	
}

#navigation li
{
	display:inline;
	float: left;
	margin:0px;
	cursor:pointer;
	padding-right:1px;
} 

#navigation .active a
{
	color: #fff000;
	background: url(images/menu_rightbg2.jpg) right top no-repeat;
}


#navigation .active span
{	
	background: url(images/menu_leftbg2.jpg) left top no-repeat;
	
}
.morelnk1{
	font-size:11px;
	font-weight:bold;
	color:#dca500;
	text-decoration:none;
}
.morelnk1:link{
	text-decoration:none;
}
.morelnk1:visited{
	text-decoration:none;
}
.morelnk1:hover{
	text-decoration:underline;
	color:#000000;
}

.morelnk2{
	font-size:11px;
	font-weight:bold;
	color:#0895e6;
	text-decoration:none;
}
.morelnk2:link{
	text-decoration:none;
}
.morelnk2:visited{
	text-decoration:none;
}
.morelnk2:hover{
	text-decoration:underline;
	color:#000000;
}

.morelnk3{
	font-size:11px;
	font-weight:bold;
	color:#7e9f00;
	text-decoration:none;
}
.morelnk3:link{
	text-decoration:none;
}
.morelnk3:visited{
	text-decoration:none;
}
.morelnk3:hover{
	text-decoration:underline;
	color:#000000;
}
.morelnk4{
	font-size:11px;
	font-weight:bold;
	color:#838383;
	text-decoration:none;
}
.morelnk4:link{
	text-decoration:none;
}
.morelnk4:visited{
	text-decoration:none;
}
.morelnk4:hover{
	text-decoration:underline;
	color:#000000;
}
.morelnk5{
	font-size:11px;
	font-weight:bold;
	color:#0fb1bb;
	text-decoration:none;
}
.morelnk5:link{
	text-decoration:none;
}
.morelnk5:visited{
	text-decoration:none;
}
.morelnk5:hover{
	text-decoration:underline;
	color:#000000;
}
.lnk1{
	font-size:13px;
	font-weight:bold;
	color:#007ac6;
	text-decoration:none;
}
.lnk1:link{
	text-decoration:none;
}
.lnk1:visited{
	text-decoration:none;
}
.lnk1:hover{
	text-decoration:underline;
	color:#000000;
}
.marketingTit{
	font-weight:bold;
	color:#957000;
	font-family:georgia,times,"times new roman";
	font-size:17px;
	background:url(images/bg_market.gif) left top no-repeat;
	width:453px;
	height:31px;
	}
.marketingBg{
	width:300px;
	height:150px;

}
.enrollmentTit{
	font-weight:bold;
	color:#007eac;
	font-family:georgia,times,"times new roman";
	font-size:17px;
	background:url(images/bg_enroll.gif) left top no-repeat;
	width:453px;
	height:31px;
	}
.enrollmentBg{
	background:url(images/enrollment_bg.jpg) left top repeat-x;
	width:205px;
	height:150px;
}
.classroomTit{
	font-weight:bold;
	color:#3b6100;
	font-family:georgia,times,"times new roman";
	font-size:17px;
	background:url(images/bg_class.gif) left top no-repeat;
	width:453px;
	height:31px;
	}
.classroomBg{
	background:url(images/classroom_bg.jpg) left top repeat-x;
	width:205px;
	height:150px;
}
.innovationTit{
	font-weight:bold;
	color:#414140;
	font-family:georgia,times,"times new roman";
	font-size:17px;
	background:url(images/bg_innov.gif) left top no-repeat;
	width:453px;
	height:31px;
	}
.innovationBg{
	background:url(images/innovation_bg.jpg) left top repeat-x;
	width:205px;
	height:150px;
}
LI.list1 {
list-style-image:url(images/bullet_orange.gif);
list-style-position:inside;
} 
LI.list2 {
list-style-image:url(images/bullet_blue.gif);
list-style-position:inside;
} 
LI.list3 {
list-style-image:url(images/bullet_green.gif);
list-style-position:inside;
} 
LI.list4 {
list-style-image:url(images/bullet_gray.gif);
list-style-position:inside;
} 
LI.list5 {
list-style-image:url(images/arrow.gif);
list-style-position:inside;
}
/*---------------inner page style ----------------------------*/
.innerMarkTit{
	font-weight:bold;
	color:#957000;
	text-indent:10px;
	font-family:georgia,times,"times new roman";
	font-size:18px;
	background:url(images/inner_bg_market.gif) left top no-repeat;
	width:923px;
	height:38px;
	}
.innerEnrollTit{
	font-weight:bold;
	color:#007eac;
	font-family:georgia,times,"times new roman";
	font-size:18px;
	text-indent:10px;
	background:url(images/inner_bg_enroll.gif) left top no-repeat;
	width:923px;
	height:38px;
	}
.innerClassTit{
	font-weight:bold;
	color:#3b6100;
	font-family:georgia,times,"times new roman";
	font-size:18px;
	text-indent:10px;
	background:url(images/inner_bg_class.gif) left top no-repeat;
	width:923px;
	height:38px;
	}

.innerInovTit{
	font-weight:bold;
	color:#414140;
	font-family:georgia,times,"times new roman";
	font-size:18px;
	text-indent:10px;
	background:url(images/inner_bg_innov.gif) left top no-repeat;
	width:923px;
	height:38px;
	}
	

.serviceDiv{
	background:url(images/service_bot_bg.gif) bottom no-repeat;
	background-color:#deeec8;
}
.lookatDiv{
	background:url(images/lookat_bot_bg.gif) bottom no-repeat;
	background-color:#fff5d8;
}
.contactDiv{
	background:url(images/contact_bot_bg.gif) bottom no-repeat;
	background-color:#afeff1;
}
.serviceTitleBg{
	font-family:georgia,times,"times new roman";
	color:#487601;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	background:url(images/services_titbg.gif) left top repeat-x;
	text-indent:50px;
	height:57px;
	width:1000px;
}
.pdleft{
padding:0px 0px 0px 10px;
}
.pdleft20{
padding:0px 0px 0px 40px;
}
.subTitleBg{
	font-family:georgia,times,"times new roman";
	background-color:#e8e8e8;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
.serviceMarkBg{
	background:url(images/marketing_bg.jpg) left top repeat-x;

}
LI.list6 {
list-style-type:square;
list-style-position:inside;
}
.contactTitleBg{
	font-family:georgia,times,"times new roman";
	color:#006a6d;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	background:url(images/contact_titbg.gif) left top repeat-x;
	text-indent:50px;
	height:57px;
	width:1000px;
}
.contactSubTitle{
	font-family:georgia,times,"times new roman";
	font-size:13px;
	font-weight:bold;
	color:#771d1b;
	background:url(images/subtitlebg.jpg) left top repeat-x;
	}
.lookSubTitle{
	font-family:georgia,times,"times new roman";
	color:#957000;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	text-indent:50px;
	height:57px;
	width:1000px;
	background:url(images/lookat_titbg.gif) left top repeat-x;
	}
.aboutTitleBg1{
	background:url(images/about_bg.jpg) left top repeat-x;
	height:40px;
	width:100%;
	}
.tblBorder1{
border:1px solid #efefef;
}

/* popup style*/

		.popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
			width:330px;
		}
 
        .popup td.corner {
        	height: 13px;
        	width: 13px;
			padding:0px;
			margin:0px;
        }
 
        .popup td#topleft { background: url(images/1.gif) left top no-repeat; }
        .popup td.top { background: url(images/2.gif) left top repeat-x; }
        .popup td#topright { background: url(images/3.gif) left top no-repeat; }
        .popup td.left { background: url(images/8.gif) left top repeat-y; }
        .popup td.right { background: url(images/4.gif) left top repeat-y; }
        .popup td#bottomleft { background: url(images/7.gif) left top no-repeat; }
        .popup td.bottom { background: url(images/6.gif) left top repeat-x; text-align: left;}
        .popup td.bottom img { display: block	; margin:  0 0 0 50px; }
        .popup td#bottomright { background: url(images/5.gif) left top no-repeat; }
 
        .popup table.popup-contents {
        	font-size: 13px;
        	line-height: 18px;
        	background-color: #ffffff;
        	color: #565656;
        	font-family:georgia,times,"times new roman";
			width:300px;
        	}
 
        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}
 
        table.popup-contents td {
        	text-align: left;
        	}
 
        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}
 
        tr#release-notes td a {
        	color: #333;
        }
		  .bubbleInfo {
            position: relative;
			margin:0 auto;
		}
        
/*--------model box------*/

.LB-black-overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.LB-white-content {
    display: none;
    position: fixed;
    width: 50%;
    padding: 20px;
    border: 1px solid #666;
    background-color: #fff;
    z-index:1002;
	top:20%;
	left:25%;
}
 .LB-white-content1 {
    display: none;
    position: fixed;
    width:930px;
    padding: 10px;
    border: 1px solid #666;
    background-color: #fff;
    z-index:1002;
	top:10%;
	left:12%;
}
 .LB-white-contentBg {
    display: none;
    position: fixed;
    width:480px;
    padding: 10px;
    border: 1px solid #666;
    background-color: #fff5d8;
    z-index:1002;
	top:20%;
	left:30%;
}
a#close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -12px;
    left: -12px;
    background: url(images/close1.png) 0 0;
}
 
a#close:hover {
    background: url(images/close1.png) 0 -30px;
} 
#slidingDiv {
    display: none;
	height:165px;
	width:221px;
	background:url(images/twitter_bg.png) center top no-repeat;
	margin:0 auto;
	margin-top:-15px;

}
#slidingDiv1 {
    display: inline;
	height:165px;
	width:221px;
	background:url(images/twitter_bg.png) center top no-repeat;
	margin:0 auto;
	margin-top:-15px;

}
.smalltxt{
	font-family:georgia,times,"times new roman";
	font-size:11px;
	color:#000000;
	line-height:normal;
}

.demoBg1 {
	height:148px;
	width:142px;
	background:url(images/demo_bg1.png) center top no-repeat;
	margin:0 auto;

}