.left{float:left}.right{float:right}.clr{clear:both}.mtop10{margin-top:10px;}.mtop20{margin-top:20px;}.mtop30{margin-top:30px;}
.aligncenter, img.aligncenter {margin-right: auto;margin-left: auto;display: block;clear: both;}
sup {
    vertical-align: super;
    font-size: smaller;
} 
.main-wrap{background:#fff; display:block; float:left; border-left:#c3c3c3 1px solid; border-right:#c3c3c3 1px solid; margin-top:20px; padding:10px 0px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25);}

/* fade slider */
.slides-top{margin-top:10px;   
    position:relative;
    width:100%;}
.slides {
    margin-top:15px;   
    position:relative;
    width:100%;
}
.slides ul {
    list-style:none;
    position:relative;
}
.first_row{border:1px solid #c5c5c5;}
.first_row h5{margin-left:5px; text-align:center; font-size:14px;}
.first_row a{margin-left:60px; font-size:12px; margin-top:10px; color:red;}
.first_row p{margin-left:5px; margin-right:5px;}
.scroll-hm{float:left; width:100%; margin-top:10px;}

.technical-collabs h2 {float: left; font-family: "Open Sans",sans-serif; font-size: 20px;  font-weight: bold;}

img {border: 0 none; height: auto; max-width: 100%; vertical-align: middle;}
.redText {color:#ed3237; text-decoration:none;}
.bannerwrap {clear: both; position: relative; text-align: center; width: 100%; float:left; height:550px;}
.innertitle {  width: 100%; }
.innertitle h2 {color: #f8ef00;  font-size: 45px; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-weight:600; text-align:center; margin-top:20px;}
.innertitle h3 {color: #f8ef00;  display: inline-block;  font-size: 24px; font-family: 'Open Sans', sans-serif; line-height: 30px; margin:0px; font-weight:bold;}
.innertitle span {color: #fff;  display: inline-block;  font-size: 26px; font-family: 'Open Sans', sans-serif; line-height: 30px; margin:5px 0px; font-weight:bold;}
.innertitle h4 {color: #fff;   font-size: 18px; font-family: 'Open Sans', sans-serif; line-height: 22px; margin-bottom:5px; text-align:center; font-weight:bold;}
.innertitle h5 {color: #fff;  display: inline-block;  font-size: 16px; font-family: 'Open Sans', sans-serif; line-height: 20px; margin:0px; font-weight:bold; margin:0px;}
.innertitle h5 span{color:#fff; font-size: 16px;}
.circle-txt{width:100px;height:100px;border-radius:50%;font-size:50px;color:#fff;line-height:100px;text-align:center;background:#61602f; margin-right: auto;margin-left: auto;display: block;
font-family:Impact; font-size:47px; margin-top:10px; margin-bottom:10px;}
.circle-txt span{font-size:32px;}
.datetxt{background:#61602f; color:#fff; font-size:20px; padding:15px 10px;  margin-right: auto;margin-left: auto;display: block; font-family:'bebasregular'; width:310px; text-transform:lowercase;}
.txt-organizee{color:#fff; font-size:16px; line-height:26px; font-family: Verdana; margin:10px 0px 2px 0px;}
.txt-organizee span{color:#89e2d7;}
.inner-wrap p{font-size:14px; font-family: 'Open Sans', sans-serif; line-height:28px; color:#32312d; text-align:justify;}
.inner-wrap p span{color:#61602f; font-weight:800; }
.footer{width:100%; background:#0f0f0f; color:#606060; text-align:center; padding:10px 0px; text-transform: uppercase}
.rgtbdr{border-left:1px solid #d0d0d0; padding-left:22px;}
.rightbox{margin-bottom:14px; padding-bottom:20px; border-bottom:1px solid #e1e1e1; font-size:13px; font-family: 'Open Sans', sans-serif;} 
.nobdr{border-bottom:0px solid #e1e1e1; }
.rightbox h2{color:#61602f; font-size:19px; font-family: 'Open Sans', sans-serif; line-height:16px; margin-bottom:14px; font-weight:600;}
.rightbox b{color:#32312d; font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:600}

.header{width:100%; height:200px;background-image: url("../images/header.jpg");clear:both; margin-top:0px;}

.nav-bar ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
.nav-bar ul li {
  font: bold 12px/18px sans-serif;
  color:#fff;
  text-transform:uppercase;
  display: inline-block;
  position: relative;
  padding: 15px 20px 15px 24px;
  background: #cc1916;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom:0px;
 
}
.nav-bar ul li a {
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  
}
.nav-bar ul li:hover {
  background: #555;
  color: #fff;
  
}
.nav-bar ul li ul {
  padding: 0;
  
  position: absolute;
  top: 48px;
  left: 0;
  width: 170px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.nav-bar ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
}
.nav-bar ul li ul li:hover { background: #666; }
.nav-bar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  
}
.nav-bar{width:100%; background:#cc1916;clear:both; float:left}
















.quick_links{float:left;width:100%; background-color:#3399CC;margin-top:15px; height:267px}
.quickLinks-heading {font-size: 18px;color: #FFF;text-align: center;padding-bottom: 6px;margin-bottom: 0px;font-weight: bold;text-transform: uppercase;border-bottom: 1px dashed #fff;
padding-top: 4px;}
.quick_links a:link {    margin-left: 15px;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    line-height: 19px;
    padding: 4px 30px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    background-position: left center;
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url("../images/img_arrow_pic.png");
}
.association-with{float:left; border:1px solid #e0e0e0; width:100%; margin:20px 0px; padding:10px 0px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */


}
.association-with h3{color:#006ad6; font-size:18px; text-align:center; margin:5px 0px; font-weight:bold;}
.association-with li:first-child{border-right:1px solid #ccc;}
.association-with li{float:left; width:46%; text-align:center; margin:0px 2px;}



.bodyContent {width: 770px; float: left;}
.mainBody {padding-top: 10px; margin: 0px auto;}
.welcomeMsg {font-size: 14px;text-transform: none; color: #666; font-family: 'Open Sans',sans-serif;  font-weight: normal; padding-right: 10px; margin:20px 0px;}
.welcomeMsg b{font-weight:600; color:#222;}
.welcomeMsg h1 {font-size: 22px; color: #cc1916;font-family: 'Open Sans',sans-serif; font-weight: bold;}
.welcomeMsg h2 {font-size: 14px; color: #cc1916;font-family: 'Open Sans',sans-serif; font-weight: bold; padding-right: 10px;}
.welcomeMsg p {font-size: 13px; font-family: 'Open Sans',sans-serif; text-align:justify; line-height:20px;}
.welcomeMsg li{list-style:disc; margin-bottom:10px; font-size: 13px;}
.welcomeMsg ul{margin-left:30px;padding-left:0px;}
.important-div{background:#e8e8e8; padding:8px 15px; margin:10px 0px}
.headingMenu {background-color: #FF9900;color: #FFF;text-transform:uppercase;font-size: 14px; font-weight: bold; height: 35px; line-height: 35px;padding-left: 20px;   margin-top:10px;}
.headingMenu  a{text-decoration:none;}
.bodyPart {width: 1040px; margin: 0px auto; min-height: 100%;height: auto !important;overflow: hidden !important;}

body, dd, div, dl, dt, h1, h2, h3, h4, html, li, p, ul {
    margin: 0px;
    padding: 0px;
}


.sidebar{float:left;width:100%; height:100%; margin-top:10px;}
.sidebar  li a:link {.bodyContentfont-size: 15px; color: #666666;text-align: left;text-decoration: none; line-height: 30px; padding:4px 30px; display: block;transition: all 0.3s ease-in-out 0s; background-position: left center;background-repeat: no-repeat; font-weight: bold; background-repeat: no-repeat; background-image: url("../images/img_arrow_pic.png"); border-bottom:1px solid #FF9900;}
.sidebar  li a:link {font-size: 15px; color: #666666;text-align: left;text-decoration: none; line-height: 30px; padding:4px 30px; display: block;transition: all 0.3s ease-in-out 0s; background-position: left center;background-repeat: no-repeat; font-weight: bold; background-repeat: no-repeat; background-image: url("../images/img_arrow_pic.png"); border-bottom:1px solid #FF9900;}

.journal-list2 h3{font-size:12px; color:#0099CC; font-weight:bold; text-transform:uppercase;line-height:15px;  }
.journal-list2 span{font-size:10px; color:#000;text-transform:none; }
.journal-list2 img{margin-right:50px;}


.wrapper01{float:left; width:150px; height:130px;}

.wrapper01 h3{float:left; }
.wrapper01 img{float:left; width:150px; }




.keynote-speaker-hm{width:100%; background:#fff; border:1px solid #e7e7e7; float:left; margin:20px 0px;}
.side_slider{width:870px; float:left; height:185px; margin-left:20px;}
.side_slider h2 {font-size:16px; text-transform:uppercase; font-weight:bold; color:#3399CC;}

.second_slider{width:120px; float:left; height:185px; background-color:#3399CC;}
.second_slider h2{  text-transform: uppercase; color:#fff; font-size:20px; margin:0px; text-align:center; margin-top:25%;}	


.slider_image{float:left; margin-top:10px; }
.slider h2{font-size:14px; font-weight:bold; color:#fff;}

/*table Style*/
table.gridtable {
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;	
	
}
.heading_txt{
font-size:12px; font-weight:bold; color:red;}

.gridtable a{color:#4475a9;}
.gridtable img{border:2px solid #f6f6f6;}
.img_panel {width:100%;height:250px; margin-top:15px;}
.img_panel1 {width:100%;height:250px; margin-top:90px;}
.content_panel{width:100%;height:215px;}
table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black;
}
.gridtable tr {
	border-width: 2px;
	padding: 8px;
	border-style: solid;
	border-color: #fff;
	background-color: #e5e8e8;
	color:#000;
	font-size:12px;
	
}
.gridtable td {
	border-width: 2px;
	padding: 8px;
	border-style: solid;
	border-color: #000;	
	font-size:12px;

}
.gridtable tr:nth-child(even) {background: #FFF;}
.gridtable tr:nth-child(odd) {background: #e5e8e8;}

.dark_red {
	text-transform:titlecase;
	background-color: #333;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    text-align: left;    
	width:98%;
	border-bottom:0px;
}
.list3 li {	
   list-style-type:square;   
   line-height: 15px;
   margin-left:14px; 
   text-align:left;
}

.inner-wrap h2{font-family: 'Open Sans', sans-serif; font-size:30px; color:#61602f; text-transform: uppercase; border-bottom:6px solid #333; padding-bottom: 15px; font-weight:bold;}
.inner-wrap h2 span{color:#d03d3d;}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
	

}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 	.right {display: none;}
	.second_slider h2 {font-size: 15px;}
.second_slider{ width:100%;}
.welcomeMsg p {margin-top: 30px;}
.quick_links {width: 100%;height: 100%;}
.nav-bar {width: 100%; margin-top: 68px;}
.slider h2 {color: #000; margin-left:0px;}
.right {display: none;}
.welcomeMsg h2 {margin-top: 20px;}
.sidebar {margin-bottom: 16px;}
.side_slider h2 {margin-bottom: 20px;}
} 	
@media only screen and (max-width: 767px) {
	
.innertitle span {font-size: 19px;}
.innertitle h4 {font-size: 13px;}
.slider h2 {font-size: 12px;color: #000;}
.right {display: none;}
.quick_links {margin-top: 143px;}
.nav-bar {margin-top: 72px;}
 @media only screen and (min-width: 320px) and (max-width: 479px)
 {
 .innertitle h3 {font-size: 17px;line-height: 25px;}
 .innertitle span {color: #FFF; font-size: 15px; font-family: "Open Sans",sans-serif; text-transform: uppercase; line-height: 30px; font-weight: bold;}
 .innertitle h4 {color: #FFF; font-size: 12px;font-family: "Open Sans",sans-serif;text-transform: uppercase;line-height: 29px; margin-bottom: 5px;}
 .right {float: left;}
 h2{line-height:0px;}
.second_slider h2 {font-size: 15px;}
.second_slider{ width:100%;}
.welcomeMsg p {margin-top: 30px;}
.quick_links {width: 100%;height: 100%;margin-top: 100px;}
.nav-bar {width: 100%; margin-top: 68px;}
.slider h2 {color: #000; margin-left:0px;}
.right {display: none;}
.welcomeMsg h2 {margin-top: 20px;}
.sidebar {margin-bottom: 16px;}
.side_slider h2 {margin-bottom: 20px;}

 
 
 }
 
 