
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.menu1 A:link { color: #333333; text-decoration: none; }
.menu1 A:visited { color: #333333; text-decoration: none; }
.menu1 A:hover { color: #000000; text-decoration: underline; }

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu2 A:link { color: #FFFFFF; text-decoration: none; }
.menu2 A:visited { color: #FFFFFF; text-decoration: none; }
.menu2 A:hover { color: #FFFF00; text-decoration: underline; }

.formobj {
	font-size: 10px;
	width: 90px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}
.formobjbutton {
	font-size: 10px;
}
.memberslogin {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}



.body {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	text-align: justify;
	color:#3c3c3c;
	
}
.bodybold {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
        line-height: 22px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.body_left {

	font-family: 'Open Sans', serif;
	font-size: 12px;
}
.heading2rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.heading2rev A:link { color: #FFFFFF; text-decoration: none; }
.heading2rev A:visited { color: #FFFFFF; text-decoration: none; }
.heading2rev A:hover { color: #FFFF00; text-decoration: underline; }

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.menutext a:link{
	text-decoration: none;
	color: blue;
}

.rightBorder {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000099;
}


.table-padding{
	padding: 0 10px 10px 10px;
}

.avd-title-2{
	font-family: arial black;
	
	font-size: 18px;
	font-weight: bold;
	
}

.avd-title{
	font-family: arial black;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	line-height: 5px;
}

.avd-sub-title{
	font-family: arial;
	font-style: italic;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: bold;
	line-height: 1px;
}

.avd-normal-text{
	font-family: arial;
	font-size: 12px;
}

.avd-normal-text ul.a{
	list-style-type: circle;
	font-family: arial;
	font-size: 12px;
}
.avd-normal-text ul.b{
	list-style-type: square;
	font-family: arial;
	font-size: 12px;
}

.avd-normal-text-a{
	text-decoration: none;
	color:blue;
}

.avd-normal-text-italic{
	font-family: arial;
	font-style: italic;
	font-size: 12px;
}



.avd-normal-text-italic em a{
	text-decoration: none;
	color:blue;
}


.floating-table{
	
}

.hotel-ul{
	list-style-type: none; 
	padding: 0; 
	margin: 0;}
.hotel-ul-li-1{
	background-image: url(../images/image001.gif);
	background-repeat: no-repeat; 
	height:29px; 
	padding-top:5px;  
	text-align: left;
}
.hotel-ul-li-2{
	background-image: url(../images/image002.gif);
	background-repeat: no-repeat; 
	height:29px; 
	padding-top:5px;  
	text-align: left;
}
.hotel-ul-li-3{
	background-image: url(../images/image003.gif);
	background-repeat: no-repeat; 
	height:29px; 
	padding-top:5px;  
	text-align: left;
}
.hotel-ul-li-4{
	background-image: url(../images/image004.gif);
	background-repeat: no-repeat; 
	height:29px; 
	padding-top:5px; 
	margin-top: 20px;  
	text-align: left;
}

.table p
{
margin 11px 0px;
}

/*course list page css */
.course-list-links ul.features{ margin-bottom:0;}
.course-list-links ul.features ol{ margin-bottom:20px;}

.table-layout2 font{color:#565353;}
.table-layout td{color:#565353;}

.banner-wrapper-new{ max-width:1920px; margin:auto;}
.banner-wrapper-new .contentbanner{ margin-left:5.3%;}

@media (max-width:1200px) {
	
	.banner-wrapper-new{ max-width:none; margin:auto;}
.banner-wrapper-new .contentbanner{ margin-left:0%;}
	
	}
	
.CrsSample {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:black !important;
	font-family:'Open Sans', serif;
	font-size:14px;
	font-weight:bold;
	padding:6px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.CrsSample:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
	color:#333333;
}

.CrsSample:focus {
	text-decoration:none !important;
}