﻿
*{box-sizing: border-box;}


/* menu */

div.topnav {
	display: none;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  width: 100%;

}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #ddd;
  color: white;
  
}

/* MENU END */

body {
	width: 80%;
	font-size: 1rem;
	background-color: #ffffff;
	display: block;
	font-family: "Noto Sans Armenian", "Noto Sans", Roboto, georgia, sans-serif;
	color: #111;
	margin: 10px auto;
	border: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #BEBEBE;
	border-width: thin;
}

p{
	line-height: 1.5em;
}

header{
	min-height:85px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}


#logo{
	float: left;
	width: 55%;
	min-height: 85px;
	margin-top: 25px;
	margin-left: 30px;
	border: 0;
	color: #ab1700;
	font-size: 80%;
	font-weight: bolder;
}

#logo h1{
	letter-spacing: 3px;
	margin: 0 0 0 8px;
	font-weight: lighter;
	font-size: 14px;
	color: #2e6e9e;
}


nav{
	background: #333333;
	height: 30px;
	margin: 0px;
	width: 100%;
	position: relative;
}

ul {
	margin:0;
	padding:10;
}
ul li {
	margin-left:5px;
	padding:0;
}


 div#nav_button {float: left; background-color:#353333; padding-left: 20px; display:block; 	/* page peel hack*/ position:absolute !important;}
   div#nav_button ul li {display:inline; float: left;}
     div#nav_button ul li a {background:transparent url('pic/menu2.gif') top left no-repeat; display:block; height:29px;}
     div#nav_button ul li a span {display:none;} 
   
   div#nav_button li#home a {background-position:-40px -6px; width:80px;}
     div#nav_button li#home a:hover {background-position:-40px -48px;}
	 div#nav_button li#homeactive a {background-position:-40px -48px; width:80px;}

   div#nav_button li#trade a {background-position:-155px -6px; width:180px;}
     div#nav_button li#trade a:hover {background-position:-155px -48px;}  
     div#nav_button li#tradeactive a {background-position:-155px -48px; width:180px;}

   div#nav_button li#finance a {background-position:-360px -6px; width:230px;}
     div#nav_button li#finance a:hover {background-position:-360px -48px;}   
     div#nav_button li#financeactive a {background-position:-360px -48px; width:230px;}

   div#nav_button li#fourth_grade a {background-position:-615px -6px; width:135px;}
     div#nav_button li#fourth_grade a:hover {background-position:-615px -48px;}  
     div#nav_button li#fourth_gradeactive a {background-position:-615px -48px; width:135px;}

   div#nav_button li#atc a {background-position:-790px -6px; width:100px;}
      div#nav_button li#atc a:hover {background-position:-790px -48px;}  
      div#nav_button li#atcactive a {background-position:-790px -48px; width:100px;}

   
main {
	background: #ffffff;
	float: left;
	width: 65%;
	padding: 30px 20px;
	height: 100%;
	margin: 0px 0px;
	border-right: 1px solid #BEBEBE;
}

aside {
	float: left;
	width: 35%;
	padding: 30px 20px;
	font-size: 0.9rem;
}

aside p{
	text-indent: 0px;
	margin: 10px 0 0 0;
	
}

aside p span{
    line-height: 2rem;
    color: #e3120b;
	font-weight:600;
	
}


a {
	color: #005689;
	text-decoration:none;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;

}
a:hover {
	text-decoration:underline;
	color:#00456e;
}

footer{
	background-color: #FAFAFA;
	height:120px;
	margin: -1px 0px 0px 0px;
	width: 100%;
	color: #CBCBCB;
	overflow:hidden;
	clear:both;
	float:none;
	padding: 30px 0;
	border-top: 1px solid #BEBEBE;
	position: relative;
}


.footertext_left {
	position:absolute;
	width:600px;
	vertical-align:top;	
	text-align:left;
	padding:0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	letter-spacing:0.1em;
	color:#333;
	font-size: 10px;
	line-height:1.3em;
}


/* Slideshow container */
#slideshow_container{width: 40%; float: left;}

.slide-container {
  margin: 0px;
  background: #f1f1f1f1;
  width: 100%;
  height: 60px;
}

/* Slides */
.mySlides {
  display: none;
  padding: 5px;
  text-align: center;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 1px;
    width: 100%;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}



/* Add an italic font style to all quotes */
q1 {	font-style: italic;
	font-size: 0.9em;
}

q1 a{
	color: #0c82d6;
	font-size: 1em;
}
/* Slideshow container END */


article:not(:first-of-type){
	margin: 20px 0;
}

article p:first-child{
	color: red;
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 0.5rem;
}

article p, article div{
	text-indent: 0px;
	line-height: 1.8125rem;
	margin-bottom: 1rem;
	font-size: 1rem;
}

/* read more */
#moreText {
	display: none;
	
}

#readMoreButton{
	margin-bottom: 20px;
}
/* end read more */

article p span{
    color: #005A31;
	font-weight:600;
}

article img.nofloat{
	display: block;
	margin: 0px 10px 10px 10px;
}

article img.float{
	float: left;
	margin: 0px 10px 10px 10px;
}

article:after, atc_lecture:after{
	content:' ';
    display:block;
    border-top:1px solid #BEBEBE;
    border-width: thin;
}

article ol li{
	color:#333;
	line-height: 1.6rem;
}

article ul li{
	color:#333;
	line-height: 1.6rem;
	list-style-type: disc;
}

.paginationPageNumber{
	border: 1px solid inherit; 
	padding: .3em .6em .3em .6em;
	margin: 0px 2px 0px 2px;
	background-color: #E4E4E4;}

.paginationPageNumber.activePage{
	border: 1px solid inherit; 
	background-color: #434343; 
	color: #FFFFFF;}

.paginationPageNumber:hover{
	background-color: #990f3d;
	color: white;
}


.notice_with_bg{
	margin: 40px 0 0 0;
	padding: 10px;
}

div.patgam{
    width:100%;
	position:relative;
	left:20px;
}
div.patgam p{
	color: #333;
	font-style: normal;
	font-size: 1rem;
	line-height:15px;
}

div.patgam p.tun{
    margin-top:35px;
    }

/*
a[href*=".pdf"]:after{
content: url(pic/pdf.jpg);
   margin: 0 6px 0 4px;
   display: inline-block;
   width: 12px;
   height: 12px;
}*/

/*a[href*='.pdf'] {
  background: transparent url(pic/pdf.jpg) center right no-repeat;
  padding-right: 20px;
}
*/
a[href*=".pdf"]:after{
  font-family: FontAwesome;
  content: "\00a0\f1c1";
  

}


.badge {
	display: inline-block;
    position: relative;
    bottom: 1px;
    margin: 10px 3px 10px 0px;
	background-color: #d5d5d5;
	border-radius: 5px;
    padding: 2px 5px 2px 3px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

.badge:hover{
	background-color: #990f3d;
	color: white;
	text-decoration: underline;
}


.ul-text li {
	font-size: 14px;
	line-height:1.5rem;
	padding-left:2px;
	color: #000;
	list-style: disc outside url("/pic/gray_round_bullet.gif");
	display: list-item;
	margin-left: 54px;
}

.ul-text {
	margin-top: 8px;
	margin-bottom: 20px;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#ccc;
  height: 1px;
}

div#atc_newsfeed{
	margin: 40px 0 40px 0;
}

div#atc_newsfeed p span{
	color: red;
}

div#atc_newsfeed p{
	line-height: 1.5rem;
	text-indent: 0px;
}


atc_lecture p:first-child{
	line-height: 23px;
	display: block;
	text-indent: 12;
	font-size: 1.3rem;
	margin: 20px 0 20px 0;
	color: #00456e;
}

div.container{

}

div.articleForm{
	padding: 30px 0;
	width: 300px;
	background-color: #cce0f1;
	border-radius: 40px 0 40px 0;
}

.articleForm input[type=text]{
  width: 200px;
  padding: 12px 20px;
  margin: 8px 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.articleForm label{
	width: 200px;
	margin: 30px 50px 0px 50px;
	display: block;
}

.articleForm input[type=radio]{
	border: 1px solid red;
	margin: 20px 5px 5px 50px;
}



.articleForm input[type=submit] {
  width: 200px;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 28px 0 10px 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.articleForm input[type=submit]:hover {
  background-color: #45a049;
}






@media only screen and (max-width: 700px) {
  
body {
  	width: 100%;
  	font-size: 1.1rem;
}

main {
	width: 100%;
}

aside {
	width: 100%;
	font-size: 1.0rem;
	background-color: #fff1e5;
}

header{
	display: none;
}

nav{
	display: none;
}


article p, article div{
	font-size: 1.1rem;
}

.footertext_left {
	
	width:100%;
	padding:0px 0px 0px 10px;
	
}

div.topnav {
	display: inline-block;
	width: 100%;
}


}