@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	padding-right: 2px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}





.hide{display:none;}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		X4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.popup-33-wrap p,
.popup-00-wrap p,
.popup-11-wrap p{
   font-size:12px;
    font-size:1.2rem;
    font-weight: 700;
}

.popup-33-wrap,
.popup-00-wrap,
.popup-11-wrap
{  border: 0;
   margin:0; padding:0;padding-top: 5px; 
	padding-bottom: 5px;
   position: relative;
   font-size:12px;
   font-size:1.2rem;
   cursor: pointer;
  
}



.popup-33-wrap .popup-33 p,
.popup-11-wrap .popup-11 p,
.popup-00-wrap .popup-00 p{ font-weight:700; padding-left:0.5rem; padding-right:0.5rem;}


.popup-00-wrap .popup-00 {
    position: absolute; 
		
    border:  4px solid white;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color:#5a9ffc;
    box-shadow:  -10px 5px 12px #888888; 
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
   text-align: center;
    font-size:12px; font-size:1.2rem;
   width: 120px;
	width: 12rem;
	color:blue;
  font-weight:700;
	 bottom:18px; 
    bottom:1.8rem;
  margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-left:0;
    display: none;
}
.popup-11-wrap .popup-11 {
    position: absolute; 
	font-weight:700;
    border:  4px solid white;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;     
  background-color:#5a9ffc;
    box-shadow:  -10px 5px 12px #888888; 
  /*  padding: 0.1rem 0.1rem 0.1rem 0.1rem;*/
   text-align: center;
    font-size:12px; font-size:1.2rem;
   width: 120px;
	width: 12rem;
	color:blue;
 
	 top:35px; 
   top:3.5rem;
  margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-left:0;
    display: none;
}

.popup-33-wrap .popup-33 {
    position: absolute; 
		
    border:  4px solid back;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color:white;
    box-shadow:  -10px 5px 12px #888888; 
   padding: 0.4rem 0.4rem 0.4rem 0.4rem;
   text-align:left;
    font-size:12px; font-size:1.2rem;
top:0;

	color:blue;
  font-weight:700;
	
  margin-top: 5px;
	margin-bottom: 5px;
	
	margin-left:auto;
	margin-right:auto;
	
	
    display: none;
}
.popup-11-wrap:focus .popup-11,
.popup-11-wrap:active .popup-11,
.popup-00-wrap:focus .popup-00,
.popup-00-wrap:active .popup-00,
.popup-33-wrap:hover .popup-33,
.popup-00-wrap:hover .popup-00,
.popup-11-wrap:hover .popup-11
{
    z-index:999;    

    display: block;
}


img, object, embed, video {
	max-width: 100%;
	padding-right: 2px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
a {  text-decoration: none;}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	/*margin-top: 25px;*/
	margin-bottom: 5px;
	font-family:  "Times New Roman", serif;
	color: #000;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: 1.6304%;;
	margin-right: 1.6304%;;
	width: 96.7391%;
	background-color:#edf7fc;
	clear: none;
	float: none;
}
#div1 {
}
#logo {
	padding-top: 1px;
	padding-right: auto;
	padding-bottom: 1px;
	padding-left: auto;
	/* [disabled]margin-top: 0px; */
	/* [disabled]margin-bottom: 0px; */
	font-size: 45px;
	text-align: center;
	color: #000;
	font-style: normal;
	font-weight: 400;
	width: 100%;
}
#nav {
	float:right;
	clear:none;
width: 100%;
}
#content {
	margin-top: 5px; 
	margin-bottom: 5px;
	background-color:#edf7fc;
	padding-bottom: 5px;
	font-family: Times, "Times New Roman", serif;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-left-radius: 5px 0px;
	border-color: #000000;
}
#banner {
display: none;
}
#footer {
	width: 96.7391%;
	margin-left: 1.6304%;
	margin-right: 1.6304%;
	/* background:url(../myimages/}manushakaguyn.png) no-repeat; */
	background-repeat:no-repeat;
	background-size:cover;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	text-align: center;
}
#menu {
	
width: 100%;
margin-left: 0;
}
.link {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #ffff99;
	font-family:Times, "Times New Roman", serif;
	  border: 2px solid gray;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color:  blue;
    box-shadow:  -10px 5px 12px #888888; 
	text-align: center;
	width: 100%;
	clear: both;
	margin-left: 0;
/*padding-left: 10px;
	padding-right: 10px;*/
}
.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
float:left;
display: none;
}
.

#axjik-start{margin-left:5px;margin-left:0.5rem; padding:0;}
.left-start-2{margin-left:10px;margin-left:1.0rem;}
.left-start-1{ position: relative; border:  4px solid blue;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color: #edf7fc;
    box-shadow:  -10px 5px 12px #888888; float:none; margin-bottom:5px; margin-bottom:0.5rem; }

.left-start-letter{position: relative; border:  4px solid blue;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color:  #edf7fc;
    box-shadow:  -10px 5px 12px #888888; float:left; 
	width:10px; width:1rem;
	float:left;
	}
}
.left-start{ position: relative; border:  4px solid blue;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color: #edf7fc;
    box-shadow:  -10px 5px 12px #888888; float:none; margin-bottom:5px; margin-bottom:0.5rem;margin-top:5px; margin-top:0.5rem;  }

#letters{width:100px; width:10rem; display:none;}	
#hideLetters{color: blue; font-size:16px;font-weight:700;display:block;}	
	/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 308px) {
#letters{width:127px; width:12.7rem; display:none;}
}

@media only screen and (min-width: 481px) {
.left-start{float:none;margin-bottom:5px; margin-bottom:0.5rem;margin-top:5px; margin-top:0.5rem; }
.left-start-1{float:none;margin-bottom:5px; margin-bottom:0.5rem; }
#letters{width:220px; width:22rem; display:none;}	
#axjik-start{margin-left:110px;margin-left:11rem; padding:0;}
.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logo {
width: 100%;
}
#nav {
width: 100%;
}
#content {width:100%;
	
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-color: rgba(0,0,0,1.00);
	border-bottom-color: rgba(0,0,0,1.00);
	border-right-style: none;
	border-width: medium;
	border-left-style: none;
}
#banner {
display: block;
}
#footer {
}
#menu {
width: 100%;
margin-left: 0;
}
.link {
	width: 120px;
	width: 12rem;
	margin-left: 1%;
	clear: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1%;
	display: block;
	
  

}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}




}
@media only screen and (min-width:642px) {
.hide{margin-top:10px;margin-top:1rem;float:left;display:block;}

.left-start-2{margin-left:35px;margin-left:3.5rem;}
.left-start{ border:  4px solid blue;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color:  #edf7fc;
    box-shadow:  -10px 5px 12px #888888; float:left; }
}

#axjik-start{margin-left:90px;margin-left:9rem; padding:0;}
.left-start-1{ border:  4px solid blue;

    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; 
    background-color:  #edf7fc;
    box-shadow:  -10px 5px 12px #888888; 
	}
}
.acolor{color:black;}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*
@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logo {
	width: 32.6007%;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: x-large;
}
#nav {
	
width: 66.3003%;
}
#content {
}
#banner {
display: block;
}
#footer {
}
#menu {
	
width: 100%;
margin-left: 0;
}
.link {
	margin-top: 5px;
	margin-bottom: 5px;
	top: 5px;
	bottom: 5px;
	width: 11.0497%;
	clear: none;
	margin-left: 1.6574%;
	font-weight: bold;
	color: rgba(255,166,1,1.00);
	background-color: rgba(255,255,255,0.01);
	display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

*/