body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  	background-color:#35424a;
	/*background-color:#c3dfef;

	background-color:#DBDBDB;*/
}

/* Global */

.container{
  width:95%;
  margin:auto;
  overflow:hidden;
  text-align:center;
}
.container1{
  width:100%;
  margin:auto;
  overflow:hidden;
  text-align:center;
  color:#000099.
}*/
	
ul{
  margin:0;
  padding:0;
  font-size:25px;
}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}
.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}
.dark1{
  padding:15px;
  background:#e5e5e5;
  color:#ff0000;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  background:#35424a;
  color:#ffffff;
  padding-top:30px;
  min-height:80px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 15px 0 15px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
  font-size:40px;
}

header nav{
  float:left;
  margin-top:20px;
}

header .highlight, header .current a{
  color:#e8491d;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:250px;
  background:url('../img/showcase.jpg')  0 -250px;  /*<!-- repeat-x -->*/
  text-align:center;
  color:#ffffff;
}

#showcase h1{
  margin-top:50px;
  font-size:25px;
  margin-bottom:10px;
}
#showcase p{
  font-size:25px;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:#35424a
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}
/* editorial*/

#editorial{
	color:#000000;
}
#editorial P{
	color:#FFFF00;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}
#editorial .EC1{
	font-size:20px;
	color:#0000FF;
	text-align:center;
	font-weight:bold;
}
#editorial .EC2{
	font-size:18px;
	color:#FF0000;
	text-align:center;
}
#editorial .EC3{
	font-size:12px;
	color:#000000;
	text-align:center;
}
#editorial .email-contact{
	font-size:12px;
	color:#0000FF;
}
#editorial .EBC1{
	font-size:18px;
	color:#0000FF;
	text-align:left;
	font-weight:bold;
}
#editorial .EBC2{
	font-size:15px;
	color:#FF0000;
	text-align:left;
	font-weight:bold;
	margin-left:20px;
}
#editorial .EBC3{
	font-size:12px;
	color:#000000;
	text-align:left;
	margin-left:20px;
}

/* Boxes */
#boxes{
  margin-top:2px;
  }
#boxes .box, .box2{
  float:left;
  text-align: left;
  width:10%;
  padding:10px;
  background-color:#35424a;
  color:#FFFFFF;
  border-style:solid;
  border-width:0px;
}

#boxes .box1{
  float:left;
  width:70%;
  padding:10px;
  background-color:#35424a;
  color:#ffffff;
  border-style:solid;
  border-width:0px;
}


#boxes .box ul{
	text-decoration:none;
}
#boxes .box1 li{
	font: 18px/1.5 Arial, Helvetica,sans-serif;
}
#boxes .box a{
	
  	text-decoration:none;
  	text-transform: uppercase;
  	font-size:12px;
}
#boxes .box2 a{
  	text-decoration:none;
  	text-transform: uppercase;
  	font-size:12px;
}
#boxes .box img{
  width:90px;
}
#boxes .box4{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box4 img{
  width:90px;
}
#boxes .box4 p {
	color:#FF0000;
	font-size:25px;
	}
#boxes .box4 h1 {
	color:#FFFFFF;
	font-size:20px;
	}

/*
#boxes .box table{
    border-collapse: collapse;
    width: 100%;
}
#boxes .box table td {
   	border: 0px solid black;
	text-align:left;
	color:#000000;
	text-align:justify;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
	paddings:15px;
	width: 100%;
}
*/

#boxes .box1 table {
    border-collapse: collapse;
    width: 100%;
	}
#boxes .box1 p {
	color:#FF0000;
	font-size:25px;
	}

#boxes .box  table tr:nth-child(even){background-color:#e5e5e5;}
#boxes .box  table tr:nth-child(odd){background-color:#eFeFeF;}
#boxes .box2  table tr:nth-child(even){background-color:#e5e5e5;}
#boxes .box2  table tr:nth-child(odd){background-color:#eFeFeF;}

#boxes .box1 table, tr, td, th{
    height: 30px;
	line-height:30px;
	font-weight:bold;
	text-align:left;
	font-size:15px;
	width: 100%;
}
#boxes .box th{
	background-color:#2c2c2c;
}
#boxes .box2 th{
	background-color:#2c2c2c;
}

}
#boxes .box1 table tr td{
	height: 15px;
	line-height:15px;
	text-align:left;
	font-size:12px;
	width: 100%;
	color:#000000
	background-color:#CCCCCC;
}
#boxes .box1 table tr td h1{
	font-size:20px;
	}
#boxes .box1 table tr td h2{
	font-size:25px;
	text-align:center;
	}
#boxes .box1 table tr td h3{
	font-size:15px;
	}

#boxes .box1 table tr td p{
	font-size:20px;
	text-align:center;
	}
#boxes .box1 table tr td span{
	font-size:20px;
	padding:15px;

	}

#boxes .box table a:hover{
  color:#ff0000;
  font-weight:bold;
}
/* Current Issue*/
.title{
	text-align:left;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding-left:10px;
	margin-top:10px;
	color:#000000;
	}

.author{
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#FF0000;
	padding-left:10px;
	text-align:left;
	}
.Asso{
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	padding-left:10px;
	text-align:left;
	}
.pgno{
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	padding-left:0px;
	text-align:left;
	}
.plink{
	text-align:left;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#0000FF;
	padding-left:10px;
	}	
.cover-pg td{
	height:20px;
	text-align:center;
	width="150" height="200"
}
/* end current issue*/

/* Authors Guideline*/
.Author-guideline{
	color:#000000;
	text-align:left;
	text-align:justify;
}
.headings{
	color:#0000FF;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
.headings1{
	color:#FF0000;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
.Ins-content{
	color:#000000;
	text-align:justify;
	margin-left:30px;
	font-size:12px;
	
}
/* Sidebar */
aside#sidebar{
	float:right;
  	width:30%;
  	margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#35424a;
  text-align:center;
 
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
    aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
  #boxes .box table td {
  text-align:center;
  }
  #boxes .box table th {
  text-align:center;
  }
}
