@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1024px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

img { border:0; margin:0; display:block;}

.blink_text a{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	text-decoration:none;
	color:#131313;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


/* Navigation Styles ------ Starts -------*/
.menu ul {
margin: 0;
padding: 0;
width:160px;
list-style-type: none;
}
 
.menu ul li a {
text-decoration: none;
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#181818;
padding: 10.5px 11px;
background-color: #eeee00;
display:block;
border-bottom-right-radius:9px;
border-bottom-left-radius:9px;
}
 
.menu ul li a:visited {
color:#181818;
}
.menu ul li:hover > ul{ visibility:visible;}
 
.menu ul li a:hover, .menu ul li .current {
color: #181818;
background-color: #ffc600;

}

.menu ul li ul{padding:0; position:absolute; margin-left:161px; margin-top:-48px; z-index:10000; visibility:hidden;}
.menu ul li ul li{ float:none; width:160px; margin-top:12px; z-index:10;}
 
.more {
margin: 0;
padding: 0;
width:60px;
list-style-type: none;
}
.more a{
text-decoration: none;
font-family:Arial;
font-size:12px;
color:#181818;
padding: 6px;
background-color: #eeee00;
display:block;
border-radius:6px;
	}

.more a:visited { color: #181818;
background-color: #ffc600;}

.more a:hover, .more .current {
color: #181818;
background-color: #ffc600;
}



/* Navigation Styles ------ Ends -------*/

.blue_header {
	font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #0569ba;
	line-height: normal;
	padding:12px 0 12px 0;
	text-shadow: 4px 2px 2px #a3a3a3;
	filter: dropshadow(color=#a3a3a3, offx=4, offy=2);
}

.white_14 {
	font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #fff;}
.blue_14 {
	font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #0569ba;
	padding-top:9px;
}
.blue_16 {
	font-family:"Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #0569ba;
	padding-top:9px;
	text-align:left;
}
.blue_14 a:link { color: #0569ba;}
.blue_14 a:visited { color: #0569ba;}
.blue_14 a:hover { color: #09458d;}
.blue_14 a:active { color: red;}
.blue_14 a { text-decoration: none;}

.radius_top {border-radius: 9px 9px 0 0;}

.img_shadow: {
width:235px;
 height:329px;
 z-index:10000;
 border:#ccc;
 border-radius:0px 0px 0px 0px;
}
.img_shadow:hover {
	box-shadow: 2px 2px 6px 4px #b3b3b3;
	z-index: 10000;
}
.drop_shadow {
	box-shadow: 6px 2px 6px 4px #b3b3b3;
	margin: 0;
}	
a { cursor:pointer;} 	

.gradient_1 {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #beefff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#beefff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#beefff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#beefff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#beefff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#beefff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#beefff',GradientType=0 );
/* IE6-9 */
 }
 
.gradient_2 {
background: #ffdce6; /* Old browsers */
background: -moz-linear-gradient(top,  #ffdce6 0%, #ff87ab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdce6), color-stop(100%,#ff87ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffdce6 0%,#ff87ab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffdce6 0%,#ff87ab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffdce6 0%,#ff87ab 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffdce6 0%,#ff87ab 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdce6', endColorstr='#ff87ab',GradientType=0 ); /* IE6-9 */
}
.shadow_1 {-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);} 
.shadow_2 { -webkit-box-shadow: -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -7px 7px 5px 0px rgba(50, 50, 50, 0.75);}

#border_red_1 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:300px; background-color:#fff; border:6px solid #c52549;}
#border_red_2 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:1230px; background-color:#fff; border:6px solid #c52549;}
#border_red_3 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:1530px; background-color:#fff; border:6px solid #c52549;}
#border_red_4 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:1440px; background-color:#fff; border:6px solid #c52549;}
#border_red_5 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:auto; background-color:#fff; border:6px solid #c52549; padding-bottom:30px;}
 
 
 #div1a { float:left; margin-left:0; margin-top:0; width:1024px; height:1500px;
}
 
 
#div1 { float:left; margin-left:0; margin-top:0; width:1024px; height:680px; background:url(../images/bg.png); background-repeat:no-repeat;
}

#head1 { float:left; margin-left:21px; margin-top:21px; width:156px; height:158px;}
#head2 { float:left; margin-left:60px; margin-top:18px; width:auto; height:auto;}
.head2 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:24px; font-weight:bold; color:#131313; text-align:left;}

#ban1 { float:left; margin-left:0px; margin-top:0px; width:540px; height:290px; background:url(../images/banner_bgb.png); background-repeat:no-repeat;}
#ban2 { float:left; margin-left:12px; margin-top:14px; width:515px; height:280px;}
#ban3 { float:left; margin-left:0px; margin-top:0px; width:486px; height:311px; background:url(../images/banner_bg.png); background-repeat:no-repeat;}
#ban4 { float:left; margin-left:12px; margin-top:15px; width:460px; height:281px;}



#nav1 { float:left; margin-left:24px; margin-top:-140px; width:auto; height:auto;}
#nav2 { float:left; margin-left:24px; margin-top:-92px; width:auto; height:auto;}
#nav3 { float:left; margin-left:24px; margin-top:-42px; width:auto; height:auto;}
#nav4 { float:left; margin-left:24px; margin-top:8px; width:auto; height:auto;}
#nav5 { float:left; margin-left:-160px; margin-top:58px; width:auto; height:auto;}


#ind2 { float:left; margin-left:770px; margin-top:-240px; width:240px; height:115px; background:url(../images/yellow_circle.png); background-repeat:no-repeat;}
#ind3 { float:left; margin-left:58px; margin-top:40px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#131313;}
#ind4 {float:left; margin-left:130px; margin-top:-80px; width:111px; height:56px; background:url(../images/star.png); background-repeat:repeat;}
#ind5 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; font-weight:bold; color:#131313; padding-top:20px;}
#ind6 { float:left; margin-left:10px; margin-top:40px; width:240px; height:115px; background:url(../images/orange_circle.png); background-repeat:no-repeat;}
#ind7 { margin-top:20px; margin-left:-10px; }
.ind7 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#131313; padding-top:5px;}
.ind7 a { color:#131313; text-decoration:none;}
.ind7 a:visited { color:#131313; text-decoration:none;}
.ind7 a:hover { color:#131313; text-decoration:none;}

#ind8 { margin-left:32px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:13px; color:#999; padding-top:5px;}
#ind9 { float:left; margin-left:0px; margin-top:0px; width:240px; height:115px; background:url(../images/blue_circle.png); background-repeat:no-repeat;}
#ind10 { margin-top:20px; margin-left:66px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#131313; padding-top:5px;}
#ind11 { margin-left:60px; margin-top:-6px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:9px; color:#999; padding-top:5px;}
#ind12 { float:left; margin-left:0px; margin-top:-20px; width:240px; height:115px; background:url(../images/orange_circle.png); background-repeat:no-repeat;}
#ind13 { margin-top:20px; margin-left:66px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#131313; padding-top:5px;}
#ind14 { margin-left:42px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:9px; color:#999; padding-top:5px;}
#ind15 { float:left; margin-left:254px; margin-top:30px; width:470px; height:auto;}
.ind15 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#666; line-height:18px; text-align:justify; }
#ind16 { float:left; margin-left:60px; margin-top:12px; width:720px; height:auto;}
.ind16 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:17px; color:#131313; text-align:justify;}
.ind16a { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#131313; text-align:justify;}
#ind17 { float:left; margin-left:0px; margin-right:0px; margin-top:134px; width:1024px; height:42px; background-color:#f4e534; }
.ind17 { float:left; margin-left:30px; margin-right:30px; margin-top:10px; margin-bottom:10px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#131313;}
#ind18 { float:left; margin-left:0px; margin-top:21px; width:1024px; height:240px;}
.ind18 {  font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; color:#c52549; text-align:justify; padding-bottom:20px;}
#ind19 { float:left; margin-left:9px; margin-top:6px; width:230px; height:auto; }
.ind19 {font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#6f6f6f; text-align:justify; line-height:12px;}
#ind20 { float:left; margin-left:140px; margin-top:6px; width:auto; height:auto;}
.ind20 { float:left; margin-left:124px; margin-top:0px; width:42px; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#131313; text-align:justify;}
#ind21 { float:left; margin-left:24px; margin-top:6px; width:230px; height:auto; }
#ind22 { float:left; margin-left:140px; margin-top:-15px; width:auto; height:auto;}
#ind23 { float:left; margin-left:24px; margin-top:6px; width:230px; height:auto; }
#ind24 { float:left; margin-left:140px; margin-top:-15px; width:auto; height:auto;}
#ind25 { float:left; margin-left:24px; margin-top:6px; width:230px; height:auto; }
#ind26 { float:left; margin-left:140px; margin-top:27px; width:auto; height:auto;}



/* ------ Learning by Doing ----- Styles ---- Starts ------*/
#border_1 { float:left; margin-left:0; margin-top:0px; width:1024px; height:1000px; background-color:#fff;}
#learn1 { float:left; margin-left:54px; margin-top:36px; width:700px; height:auto;}
#learn2 { float:left; margin-left:790px; margin-top:-240px; width:210px; height:115px; }
.learn2 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#c52549; text-align:center;}
.learn3 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:13px; font-weight:bold; color:#007dbf; text-align:center; text-transform:uppercase;}
#learn4 { float:left; margin-left:-20px; margin-right:0px; margin-top:0px; width:1024px; height:60px; }
.learn4 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:20px; font-weight:bold; color:#c52549; text-align:center; padding:20px; text-transform:uppercase; }
#learn5 { float:left; margin-left:14px; margin-right:0px; margin-top:15px; width:960px; height:420px; border:10px solid #007dbf; border-radius:9px;}
#learn6 { float:left; margin-left:14px; margin-top:-400px;  }
.learn6a { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#c52549; text-align:left; }
.learn6b { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:13px; color:#007dbf; text-align:left; }
.learn6c { float:left; margin-left:300px; margin-top:-400px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#c52549; text-align:left; }
#learn6d { float:left; margin-left:540px; margin-top:-410px; width:390px; height:auto;}
.learn6e { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:13px; color:#007dbf; text-align:justify; text-transform:none; }
#learn7 { float:left; margin-left:0px; margin-top:16px; width:100%; height:42px; background-color:#007dbf;}
.learn7 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:20px; font-weight:bold; color:#fff; text-align:center; padding:6px; text-transform:uppercase; }
#learn8 { float:left; margin-left:20px; margin-top:14px; width:270px; height:210px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:20px; font-weight:bold; color:#c52549; }
#learn9 { float:left; margin-left:85px; margin-top:14px; width:270px; height:210px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:20px; font-weight:bold; color:#c52549; margin-bottom:14px;}
#learn10 { float:left; margin-left:85px; margin-top:14px; width:270px; height:210px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:20px; font-weight:bold; color:#c52549;}
#learn11 { float:left; margin-left:0px; margin-top:60px; width:100%; height:42px; background-color:#007dbf;}
#learn12 { float:left; margin-left:14px; margin-top:420px; width:974px; height:300px; border:3px solid #c52549; border-radius:12px;}
#learn13 { float:left; margin-left:24px; margin-top:24px; width:auto; height:auto; border:3px solid #999; border-radius:9px;}
#learn14 { float:left; margin-left:24px; margin-top:30px; width:120px; height:auto;}
.learn14a { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-style:italic; font-size:12px; color:#c52549; text-align:justify;}
#learn15 { float:left; margin-left:24px; margin-top:3px; width:780px; height:auto;}
#learn16 { float:right; margin-right:24px; margin-top:2px; width:120px; height:auto;}
.learn16a { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-style:italic; font-size:16px; color:#007dbf; font-weight:bold; text-align:justify;}

#learn17 { float:left; margin-left:-104px; margin-top:54px; width:auto; height:auto; border:3px solid #999; border-radius:9px;}
#learn18 { float:left; margin-left:24px; margin-top:60px; width:120px; height:auto;}
#learn19 { float:left; margin-left:24px; margin-top:3px; width:780px; height:auto;}
#learn20 { float:right; margin-right:24px; margin-top:2px; width:120px; height:auto;}
/* ------ Learning by Doing ----- Styles ---- Ends ------*/


/* ------ On Going Programs ----- Styles ---- Starts ------*/
#go1 { float:left; margin-left:0px; margin-top:0px; width:1024px; height:auto;}
#go2 { float:left; margin-left:0px; margin-top:0px; width:1024px; height:auto;}
#going1 { float:left; margin-left:-20px; margin-right:0px; margin-top:0px; width:1024px; height:auto; }
.going1 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:20px; font-weight:bold; color:#c52549; text-align:center; padding:20px; }
.going1 a { color:#c52549; text-decoration:none;}
.going1 a:visited { color:#c52549; text-decoration:none;}
.going1 a:hover { color:#c52549; text-decoration:none;}
#going2 { float:left; margin-left:10px; margin-right:0px; margin-top:15px; width:96%; height:610px; border:3px solid #007dbf; border-radius:9px;}
.going3 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; font-weight:bold; color:#007dbf; text-align:justify; line-height:20px; padding:12px 0 12px 0; }
#going3 { float:left; margin-left:20px; margin-top:20px; width:370px; height:auto; text-align:justify; line-height:18px;}
#going4 { float:left; margin-left:520px; margin-top:-33px; width:370px; height:auto; text-align:justify; line-height:18px;}
.going4 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#545454; text-align:justify; line-height:12px; padding:10px; line-height:20px;}
#going5 { float:left; margin-left:-370px; margin-top:72px; width:430px; height:auto; }
#going6 { float:left; margin-left:520px; margin-top:-180px; width:430px; height:auto; }


#going7 { float:left; margin-left:20px; margin-top:520px; border:2px solid #007dbf; border-radius:6px; background-color:#fff; width:450px; height:auto; }
.going7 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#545454; text-align:justify; line-height:12px; padding:10px; line-height:20px; border:2px solid #007dbf; border-radius:6px;  background-color:#fff; }
#going8 { float:left; margin-left:66px; margin-top:280px; border:2px solid #007dbf; border-radius:6px; background-color:#fff; width:450px; height:auto; }
#going9 { float:left; margin-left:20px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#545454; text-align:justify; line-height:12px; padding:10px; line-height:20px;}
.going9 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#545454;}
.going10 {font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#545454;}
#going10 { float:left; margin-left:180px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#545454; text-align:justify; line-height:12px; padding:10px; line-height:20px;}
.going11 { float:left; margin-left:0px; margin-top:8px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#545454;}
.going12 { float:left; margin-left:-82px; margin-top:30px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#545454; text-align:left;}
.going13 { float:left; margin-left:320px; margin-top:10px; width:auto; height:auto; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; color:#c52549; text-align:left;}
.going13 a { color:#c52549; text-decoration:none;}
.going13 a:visited { color:#c52549; text-decoration:none;}
.going13 a:hover { color:#c52549; text-decoration:none;}
.going14 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:15px; color:#c52549; text-align:center; padding:10px 0 10px 0;}
.going14 a { color:#c52549; text-decoration:none;}
.going14 a:visited { color:#c52549; text-decoration:none;}
.going14 a:hover { color:#c52549; text-decoration:none;}
#going11 { float:left; margin-left:0px; margin-top:60px; width:100%; height:4px; background-color:#fff;}
#going12 { float:left; margin-left:-20px; margin-right:0px; margin-top:60px; width:1024px; height:60px; background-color:#fff; }
#going13 { float:left; margin-left:0px; margin-right:0px; margin-top:15px; width:99%; height:690px; border:3px solid #c52549; border-radius:9px;}
#going14 { float:left; margin-left:20px; margin-top:20px; width:370px; height:auto; text-align:justify; line-height:18px;}
#going15 { float:left; margin-left:0px; margin-top:20px; width:450px; height:270px;}
#going16 { float:left; margin-left:100px; margin-top:42px; width:450px; height:285px;}
.going16 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#545454; text-align:justify; line-height:12px; padding:10px; line-height:20px;}
#going17 { float:left; margin-left:810px; margin-top:20px; width:auto; height:auto;}
#going18 { float:left; margin-left:-790px; margin-top:20px; width:450px; height:auto;}
#going19 { float:left; margin-left:-290px; margin-top:20px; width:450px; height:270px;}


/* ------ On Going Programs ----- Styles ---- Ends ------*/

/* ------ Gallery ----- Styles ---- Ends ------*/
#gall1 { float:left; margin-left:-6px; margin-top:0px; width:1024px; height:auto;}
/* ------ Gallery ----- Styles ---- Ends ------*/


/* ------ Testimonials ----- Styles ---- Ends ------*/

#test1 { float:left; margin-left:-6px; margin-top:0px; width:1024px; height:auto;}
#test2 { float:left; margin-left:22px; margin-top:20px; width:974px; height:auto; border:3px solid #c52549; border-radius:12px;}
#test3 { float:left; margin-left:24px; margin-top:24px; width:auto; height:auto; border:3px solid #999; border-radius:9px;}
#test4 { float:left; margin-left:24px; margin-top:30px; width:120px; height:auto;}
#test5 { float:left; margin-left:24px; margin-top:3px; width:780px; height:auto;}
#test6 { float:right; margin-right:24px; margin-top:2px; width:120px; height:auto;}
#test7 { float:left; margin-left:-104px; margin-top:54px; width:auto; height:auto; border:3px solid #999; border-radius:9px;}
#test8 { float:left; margin-left:24px; margin-top:60px; width:120px; height:auto;}
#test9 { float:left; margin-left:24px; margin-top:3px; width:780px; height:auto;}
#test10 { float:right; margin-right:24px; margin-top:2px; width:120px; height:auto;}
#test11 { float:left; margin-left:24px; margin-top:24px; width:auto; height:auto; border:3px solid #999; border-radius:9px;}
#test12 { float:left; margin-left:24px; margin-top:30px; width:120px; height:auto;}
#test13 { float:left; margin-left:24px; margin-top:3px; width:780px; height:auto;}
#test14 { float:right; margin-right:24px; margin-top:2px; width:120px; height:auto;}
#test15 { float:left; margin-left:-104px; margin-top:54px; width:auto; height:auto; border:3px solid #999; border-radius:9px;}
#test16 { float:left; margin-left:24px; margin-top:60px; width:120px; height:auto;}
#test17 { float:left; margin-left:24px; margin-top:3px; width:780px; height:auto;}
#test18 { float:right; margin-right:24px; margin-top:2px; width:120px; height:auto;}

.test1 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-style:italic; font-size:12px; color:#c52549; text-align:justify; padding-top:10px;}
.test2 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:14px; color:#131313; text-align:justify; padding-top:9px;}
.test3 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-style:italic; font-size:16px; color:#007dbf; font-weight:bold; text-align:right;}

/* ------ Testimonials ----- Styles ---- Ends ------*/

/* ------ Contact ----- Styles ---- Ends ------*/

#cont1 { float:left; margin-left:0px; margin-top:0px; width:540px; height:290px; background:url(../images/banner_bgc.png); background-repeat:no-repeat;}
#cont2 { float:left; margin-left:12px; margin-top:14px; width:515px; height:165px;}
#cont3 { float:left; margin-left:790px; margin-top:-332px; width:700px; height:auto;} 
.cont1 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:16px; color:#131313; text-align:left;}
#cont4 { float:left; margin-left:590px; margin-top:-300px; width:auto; height:auto; }
#cont5 { float:left; margin-left:640px; margin-top:-360px; width:auto; height:auto;}
#cont6 { float:left; margin-left:236px; margin-top:-250px; width:auto; height:auto;}
/* ------ Contact ----- Styles ---- Ends ------*/



/* ------ Footer ----- Styles ---- Starts ------*/

#foot01 { float:left; margin-left:0; margin-top:0px; width:1024px; height:90px; background-color:#c52549;}

#foot1 { float:left; margin-left:203px; margin-top:10px;  margin-right:150px; alignment-adjust:central; width:auto; height:auto; text-align:center }

.foot1 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;  font-size:12px; color:#fff; text-decoration:none;}
.foot1 a { color:#fff; text-decoration:none;}
.foot1 a:visited { color:#fff; text-decoration:none;}
.foot1 a:hover { color:#fff; text-decoration:none;}
#foot2 { float:right; margin-right:33px; margin-top:20px; width:auto; height:auto; }
.foot2 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:9px; color:#000; width:100px; height:auto;}
#foot3 { float:left; margin-left:15px; margin-top:6px; width:auto; height:auto;}
#foot4 { float:left; margin-left:10px; margin-top:6px; width:auto; height:auto;}
#foot5 { float:left;  margin-left:360px; alignment-adjust:central; margin-top:20px; width:auto; height:auto; text-align:center }
.foot5 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:10px; color:#fff; text-decoration:none; padding-bottom:24px;}

#leaft1 { float:left; margin-left:-6px; margin-top:352px; width:1012px; height:90px;}
#leaft2 { float:left; margin-left:0; margin-top:0px; width:1012px; height:90px; background-color:#c52549;}
.leaft2 { margin-top:10px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#fff; text-decoration:none;}
.leaft2 a { color:#fff; text-decoration:none;}
.leaft2 a:visited { color:#fff; text-decoration:none;}
.leaft2 a:hover { color:#fff; text-decoration:none;}
#leaft3 { float:left;  margin-left:360px; alignment-adjust:central; margin-top:20px; width:auto; height:auto; text-align:center }
.leaft3 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:10px; color:#fff; text-decoration:none; padding-bottom:24px;}


#goft1 { float:left; margin-left:0; margin-top:0px; width:1024px; height:0px; background-color:#fff;}
#goft2 { float:left; margin-left:0; margin-top:0px; width:1024px; height:90px; background-color:#c52549;}
.goft2 { margin-top:10px; font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:12px; color:#fff; text-decoration:none;}
.goft2 a { color:#fff; text-decoration:none;}
.goft2 a:visited { color:#fff; text-decoration:none;}
.goft2 a:hover { color:#fff; text-decoration:none;}
#goft3 { float:left;  margin-left:360px; alignment-adjust:central; margin-top:20px; width:auto; height:auto; text-align:center }
.goft3 { font-family: "Segoe", Segoe UI, Arial, DejaVu Sans, Trebuchet MS, Verdana, sans-serif; font-size:10px; color:#fff; text-decoration:none; padding-bottom:24px;}

#gallft1 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:90px;}
#testft1 { float:left; margin-left:0px; margin-top:0px; width:1012px; height:90px;}

/* ------ Footer ----- Styles ---- Ends ------*/
}