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

*
{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

img, a img
{
	color:#999;
	text-decoration:none;
	border-bottom:0px;
}

html
{
	background:#f5f5f5 url(../images/htmlBg.jpg) repeat-x 0px 0px;
}

body
{
	background:#f5f5f5 url(../images/bg.jpg) no-repeat  center top;
	font-family:Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#717171;
}

p
{
	margin-bottom:20px;
}

.clearfix:after
{
	clear:both;
	display:block;
	content:"";
}

.clear
{
	width:100%;
	float:left;
	clear:both;
}

a
{
	color:#024271;
	text-decoration:none;
}

#mainWrapper
{
	width:1000px;
	margin:0 auto;
	min-height:700px;
}

#topLink
{
	width:100%;
	float:left;
	height:36px;
	cursor:default;
	background:#d55b01;
}

ul.topLink
{
	list-style-type:none;
	float:right;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

ul.topLink li
{
	display:block;
	float:left;
	margin:0px 1px;
}

ul.topLink li:last-child
{
	margin-right:0px;
}

ul.topLink li a
{
	display:block;
	float:left;
	/*background:#246ea3;*/
	background:#c15301;
	height:36px;
	line-height:34px;
	padding:0px 22px;
	color:#fee9da;
	text-decoration:none;
}

ul.topLink li a:hover
{
	color:#fff;
	background:#CA5600;
}

.contactNow
{
	float:right;
	font-weight:bold;
	font-style:inherit;
	height:36px;
	line-height:34px;
	margin-right:10px;
	color:#fff;
}

.contactNow a
{
	color:#fbceac;
	font-weight:normal;
	text-decoration:none;
}

.contactNow a:hover
{
	color:#fff;
}


#header
{
	width:100%;
	float:left;
	height:70px;
	background:#fff url(../images/headerBg.jpg) no-repeat right top;
}

.logo
{
	width:235px;
	margin:2px;
	float:left;
}

.mainMenu
{
	float:right;
	margin-right:150px;
	position:relative;
	z-index:99;
}

.mainMenu ul
{
	list-style-type:none;
	float:left;
}

.mainMenu ul li
{
	display:block;
	float:left;
	position:relative;
}

.mainMenu ul li a
{
	color:#444444;
	text-decoration:none;	
	line-height:70px;
	height:70px;
	padding:0px 14px;
	display:block;
}

.mainMenu ul li a:hover, .mainMenu ul li a.active
{
	/*background:#e36100;*/
	background:url(../images/menuHover.jpg) repeat-x;
	color:#237bbc;
}

.mainMenu ul li ul
{
	position:absolute;
	left:0px;
	top:100%;
	width:200px;
	/*background:#4496D2;*/
	background:url(../images/menuBg.png) repeat;
	font-size:16px;
	display:none;
}

.mainMenu ul ul li
{
	width:90%;
	padding:0px 5%;
	display:block;
	float:left;
}

.mainMenu ul ul li a
{
	width:100%;
	height:30px;
	padding:0px;
	line-height:28px;
	color:#fff;
	border-bottom:1px solid #7cb6e0;
}

.mainMenu ul ul li a:hover
{
	color:#fff;	
	border-bottom:1px solid #c7e0f2;	
	/*padding-left:4%;
	width:96%;*/
}
.mainMenu ul ul li:hover
{
	background:url(../images/menuBg.png) repeat;
}

#headerContact
{
	width:100%;
	float:left;
	background:#43494c;
	height:72px;
	cursor:default;
}

.collegeAddr
{
	width:295px;
	height:50px;
	padding:26px 60px 20px 76px;
	position:relative;
	color:#fff;
	line-height:22px;
	float:left;
	z-index:99;
	background:url(../images/contactBg.png) no-repeat 0px 0px;
}

.collegeAddr span
{
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
}

.downloadAppForm
{
	color:#fff;
	margin:25px 20px;
	width:525px;
	float:right;
	text-decoration:none;
	text-align:center;
	font-size:20px;
}

.downloadAppForm:hover
{
	text-decoration:underline;
	opacity:0.9;
}

#mainSlider
{
	width:998px;
	height:410px;
	padding:0px 1px 1px 1px;
	float:left;
	background:#fff;
}

#innerBanner
{
	width:998px;
	height:130px;
	padding:0px 1px 1px 1px;
	float:left;
	background:#fafafa url(../images/innerBanner.jpg) no-repeat right top;
}


#innerBanner h1
{
	font-weight:bold;
	font-size:25px;
	margin:54px 0px 0px 30px;
	text-transform:uppercase;
}

#innerBanner h1 span
{
	color:#1d74b3;
}

#mainContainer
{
	width:100%;
	float:left;
	background:#fff;
}

.courseListBox
{
	width:265px;
	background:url(../images/courseBg.png) no-repeat 0px 0px;
	float:left;
	padding:36px 30px;
	position:relative;
	z-index:999;
	margin-top:-30px;
}

#mainContainer.homePageContainer .courseListBox
{
	margin-top:-60px;
}

#leftNav
{
	width:325px;
	float:left;
}

#rightNav
{
	width:635px;
	padding:30px 20px 0;
	float:left;
}

#fullWrapper
{
	width:94%;
	padding:3%;
	float:left;
	min-height:300px;
}

.downloadPage
{
	width:100%;
	text-align:center;
	font-size:19px;
}

.downloadPage a
{
	text-decoration:underline;
	color:#333;
}

.downloadPage a:hover
{
	text-decoration:none
}

.courseHeading
{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:14px;
}

.courseList
{
	list-style-type:none;
	float:left;
	font-size:14px;
}

.courseList li
{
	display:block;
	float:left;
	width:80%;
	background:url(../images/courseList.png) no-repeat 0px 5px;
	padding-left:20px;
	margin:1px 0px;
}

.courseList li a
{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

.welcomeMsg
{
	width:365px;
	padding:23px 15px 0px 15px;
	float:left;
	text-align:justify;
	margin-top:7px;
	border-right:1px solid #ccc;
}

.subHeading
{
	font-size:20px;
	color:#1b1b1b;
	margin-bottom:8px;
	font-weight:normal;
}

.mainHeading
{
	color:#1D74B3;
	font-size:24px;
	margin-bottom:8px;
	font-weight:normal;	
}

.homeVideo
{
	width:248px;
	height:200px;
	float:left;
	margin-top:7px;
	padding:23px 15px 10px;
}

.homeVideo iframe
{
	background:url(../images/video.jpg) no-repeat 0px 0px;
	margin-top:4px;
}

.msgHeading
{
	width:100%;
	float:left;
	text-align:center;
}

.msgHeading  span
{
	font-weight:normal;
	font-size:26px;
	text-transform:uppercase;
	color:#1b1b1b;
	background:#e4e4e4;
	width:433px;
	display:block;
	margin:0 auto;
	padding:10px;
}

#directorMsg
{
	width:970px;
	margin:0px 15px 30px 15px;
	height:294px;
	float:left;
	background:url(../images/msg-director.jpg) repeat-x 0px 0px;
}

.directorMsgBg
{
	width:100%;
	float:left;
	margin:4px 0px;
	background:url(../images/msgIcon.jpg) no-repeat center top;
}

.messageSlide
{
	width:236px;
	margin:25px 3px;
	float:left;
}

#courseSlederWrap
{
	width:990px;
	margin:0px 5px 30px 5px;
	float:left;
}

h2.slideHeading
{
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	float:left;
	margin:0px 16px;
}

#courseSlederWrap .bx-wrapper
{
	padding-top:35px;
}

.courseSleder
{
	width:100%;	
	float:left;
}

.courseBox
{
	width:310px;
	float:left;
}

.slideImg
{
	width:285px;
	height:160px;
	float:left;
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	margin-bottom:7px;
}

.courseBox .courseTitle
{
	font-size:18px;
	font-weight:normal;
	margin-bottom:3px;
}

.courseTitle a
{
	color:#000;
	text-decoration:none;
}

.courseTitle a:hover
{
	color:#E36100;
}

.courseBox p
{
	margin-bottom:6px;
}

.courseDuration
{
	width:94%;
	padding:3%;
	background:#f9f9f9;
	border:4px double #CCCCCC;
	margin-bottom:20px;
}

.courseDuration h3
{
	font-size:15px;
}

.courseDuration h3 span
{
	font-weight:normal;
	color:#024271;
}

.skills
{
	margin:0px 0px 20px 50px;	 
}

.skills li
{
	margin-bottom:14px;	 
}

.Opportunities
{
	width:100%;
	float:left;
}

.Opportunities .color
{
	color:#024271;
}

.syllabusDownload
{
	color:#E36100;
}

#footerWrap
{
	width:100%;
	float:left;
	text-align:center;
	background:#fff;
	padding-bottom:10px;
}