@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
	}
	
	
	
	
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  	
		}
	
	
	
	
@media screen and (max-width: 1366px) {
 
	} 
	
	
	
@media screen and (max-width: 960px) {
  	
	.images{
		width:46%;
		float: left;
		margin-left:10px;
	}
	
	.images2{
		width:46%;
		float: right;
		margin-right:10px;
	}
	
	}
	
	
	
@media screen and (max-width: 768px) {
  
	
	
	.images{
		width:46%;
		float: left;
		margin-left:10px;
	}
	
	.images2{
		width:46%;
		float: right;
		margin-right:10px;
	}
	
	
	
	
	 }
@media screen and (max-width: 640px) {
  .a:link{
	font-family:calibri;
	font-size:12px;
	color:rgba(82,82,82,1.00);
	text-decoration:none;
	
	
	}


.container{
	width:100%;
	
	}

.header{
	width:100%;
	height:100px;
	}
		
.logo{
  background-image:url(images/profile-pic-80.png);
  width:80px;
  height:80px;
  float:left
	}


.tagline{
	float:left;
	margin-left:1%;
	font-family:Gisha;
	font-size:10px;
	font-weight:400;
	color:rgba(34,34,34,1.00);
	padding-top:49px;
	padding-bottom:45px;
	}
	
.searchbox{
	padding-top:40px;
	float:right;
	}
	
.searchbar{
	background-image:url(images/search.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:130px;
	height:22px;
	padding:5px;
	border-style:solid;
	border-color:rgba(34,34,34,1.00);	
	float:right;
	}

.visit{
	width:100%;
	height:25px;
	line-height:25px;	
	}
	
.visit-text{
	float:left; 
	margin-left:7px; 
	}
	
	
a.text:link    {
    font-family:calibri; 
	font-size:12px; 
	color:rgba(75,75,75,1.00);
	padding:5px;
	text-decoration:none;
}

/* visited link */
a.text:visited {
   color: rgba(199,0,3,1.00);
   
}

/* mouse over link */
a.text:hover   {
   color: rgba(199,0,3,1.00);
}

/* selected link */
a.text:active  {
   color: rgba(199,0,3,1.00);
}  

.content{
	width:100%;
	height:auto;
	font-family:calibri;
	color:rgba(66,66,66,1.00);
	font-weight:normal;


	}
	
#content > table tr th h1{
	font-family: vrinda; 
	font-size:13px;	
	color:white;
	text-align:left;
	height:7px;
	line-height:5px;
	padding-left:8px;
	}

.images{
		width:42%;
		float: left;
		margin-left:10px;
	}
	
	.images2{
		width:42%;
		float: right;
		margin-right:10px;
	}



#cssmenu {
  font-family: calibri;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  text-align: left;
  float:left;
  width:100%
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #222;
  border-bottom: 2px solid #7ac050;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 90px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #222;
  border: 2px solid #7ac050;
  border-bottom: 2px solid #7ac050;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu ul li.has-sub a.active,
#cssmenu ul li.has-sub a:hover {
  background: #7ac050;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #fff;
 
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #7ac050;
  color: #fff;
}
}


@media screen and (max-width: 420px) {
  
  }
  
  
@media screen and (max-width: 320px) {
  
   }
   
   
@media only screen and (max-width: 620px) and (orientation: landscape) {
  }

