* {
	padding:0;
	margin:0;
	position: static;
   	float: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; margin-right: 5%; }
fieldset { padding: .5em; }

body {
	font-family: arial;
	font-size: 18px;
}

/*----------- handheld --------- */ 
@media all and (max-device-width: 481px) {
body {
	font-family: arial;
	font-size: 40px;
}
}
/*----------- handheld --------- */ 

.bannerdiv {
	position:relative;
	top:0;
	height:7.02em;	
}

.bannerbg {
	width: 100%; 
	height: 100%;
	position:absolute;
	top:0px;
	left:0px; 
}
 
.bannerimg {
	height: 4em;
	position:absolute;
	top:1em;
	left:1em;	
}

.bannername {
	position:absolute;
	top:1em;
	left:7em; 
}


/*----------- handheld --------- */ 
@media all and (max-device-width: 481px) {
.bannerdiv {
	position:relative;
	top:0;
	height:6.02em;	
}

.bannerimg {
	height: 2em;
	position:absolute;
	top:.5em;
	left:.5em;	
}

.bannername {
	position:absolute;
	top:.5em;
	left:4em;
	height: 1.5em; 
}

}
/*----------- handheld --------- */ 


.FAQs dt, .faq_q {
	font-weight: bold;
	font-size: 1em;
	margin-left: 5%;
	width: 85%;
	color: blue;
}

.FAQs dd, .faq_a {
	font-size: 1em;
	position:relative;
	margin-left: 10%;
	width: 80%;
}

.href {  /* simulate href in a span */
	color: blue;
	text-decoration: underline;
}

.tab1 {
	text-indent:40px;
}

h1 {
	text-align: center;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

div#divImages {
	position:relative;
	margin-left: 10%;
}

div#divImages img {
	position: absolute;
	border: 10px solid #FFF;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	z-index: 10;

	/* setup transition speed and easing */
	-moz-transition: all 0.2s ease; /* Firefox */
	-webkit-transition: all 0.2s ease; /* WebKit */
	-o-transition: all 0.2s ease; /* Opera */
	transition: all 0.2s ease; /* Standard */
}

div#divImages img.current {
	z-index:200;
}

.stack1 { 
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	top: 0px;
	left:10px;
	z-index: 19;
}

.stack2 { 
	-webkit-transform: rotate(-1deg);
	top: -5px;
	left: 15px;
	z-index: 18;
}

.stack3 { 
	-webkit-transform: rotate(0deg);
	top: 0px;
	left: 17px;
	z-index: 17;
}

.stack4 { 
	-webkit-transform: rotate(1deg);
	top: -5px;
	left: 13px;
	z-index: 16;
}
.stack5 { 
	-webkit-transform: rotate(2deg);
	top: -0px;
	left: 17px;
	z-index: 15;

}

@-webkit-keyframes shuffle {
	0% {
		margin-left: 0px;
	}
	50% {
		margin-left: 340px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		margin-left: 0px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		z-index: 10;
	}
}
#divImages .animate {
	-webkit-animation-name: shuffle;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
}

