.topTextButton { float: right; font-size: 20px; margin-left: 20px; margin-top: 10px; }
p { font-size: 20px; color: #414141; margin: 10px 20px 10px 20px; }
#pageFooter P { font-size: 12px; color:#727272; }
#pageFooter { padding: 20px 0px 10px 0px; }			
.pageTopButton { float: right; }

A { font-family: "Helvetica Neue", Helvetica; font-weight: 200; color: #0089cf; text-decoration: none; border-width: 0px; }
			
img { border-width: 0px; }
			
body {
	display: block;
	width: 900px;
	margin: 0px auto;
	padding-top: 0px;
	min-width: 900px;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: 200;
}

#bodyv53 { background-repeat: repeat-y; background-size: 100% auto; padding: 0px; width: 100%; }
#mainView { display:block; width: 940px; height: 400px; border-radius: 20px;  margin: 20px auto; overflow: hidden; }

#contentv53 { width: 940px; margin: 0px auto; display: block; }

.stackable { display: inline-block; vertical-align: middle; margin: 5px 10px; }
.yrText { font-family: "Helvetica Neue", Helvetica; font-weight: 200; vertical-align: middle; font-size: 20px; display: inline-block; }
H1.pageTitle { font-weight: 100; font-size: 70px; text-align: center;  margin: 75px 0px 20px 0px; }

@keyframes loadBackground {
	0% { opacity: 0.0;}
	100% { }
}

@-webkit-keyframes loadBackground {
	0% { opacity: 0.0;}
	100% { }
}

#homeButton {
	background-image: url("http://ohanaware.com/v5Images/OhanawareLogoBlack.png");
	width: 200px;
	height: 55px;
	display: block;
	background-position: 0 0;
	background-size: 150px 44px;
	background-repeat: no-repeat;
	padding: 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#homeButton { background-image: url("http://ohanaware.com/v5Images/OhanawareLogoBlack@2x.png"); }
	}

#downloadButton A {
	padding: 5px 15px 5px 15px;
	background-color: #0074c8;
	color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#189bd5), to(#0074cb));
	background-image: -moz-linear-gradient( top, #189bd5, #0074cb );
	background-origin: border;
	border-radius: 8px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	font-weight: 200;
	font-size: 25px;
	float: right;
	margin: 0px 20px 0px 0px;
}
			
#downloadButton A:hover {
	color: #0089cf;
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background-image: -moz-linear-gradient( top, #ffffff, #eeeeee );
	-webkit-background-origin: border;
}

.paragraphHeader { padding: 35px 0px 0px; }
.navBar { display: block; width: 900px; margin: 20px 0px 0px 0px; padding: 0px; }
.nvaButton { display: table-cell; text-align: center; vertical-align: middle; width: 150px; font-size: 15px; }

.drawArea { background-color: rgba(255, 255, 255, 0.90); padding: 17px 20px 0px 20px; }
.drawAreaTop { border-radius: 0px 0px 20px 20px; }
.drawAreaBottom { border-radius: 20px 20px 0px 0px; }
.drawAreaMiddle { border-radius: 20px; padding-bottom: 17px;}

.imgBlock {
	display: block;
	width: 870px;
	height: 194px;
	margin: 0px auto;
	-webkit-transition: height 0.3s ease-in-out,
						width 0.3s ease-in-out;
	transition: height 0.3s ease-in-out,
				width 0.3s ease-in-out;
	background-repeat: no-repeat;
}
			
.quoteBlock { font-size: 20px; color: #727272; margin-top: 0px 15px; font-style: italic; background-color: rgba(85, 85, 85, 0.14); border-radius: 16px; padding: 16px; }

#leftPage {
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	width: 580px;
	margin: 0px 20px 0px 0px;
	border: 0px;
	height: 1024px;
}

OLD_#leftPagev53 {
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	width: 600px;
	margin: 0px 20px 0px 0px;
	border: 0px;
	height: 1024px;
}

#rightSidebar {
	display: inline-block;
	vertical-align: top;
	width: 275px;
	margin: 0px;
	border: 0px;
	height: 1024px;
	overflow: visible;
}

#warning {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	margin: 20px 5px 0px 5px;
	padding-top: 20px;
	border: 0px;
	height: auto;
	overflow: auto;
	background-color: rgba(207, 19, 19, 0.15);
	border-radius: 16px;
}

#warning strong { margin-left: 20px; margin-top: 20px; }
#warning p { font-size: 18px; }

.smShadow { -webkit-filter: drop-shadow( 0px 1px 3px rgba( 0, 0, 0, 0.2 )) }