/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* css reset ends ----------------------------------------------------------- */
img { max-width: 100%; }
body {
	FONT-SIZE: 1em;
	LINE-HEIGHT: 135%;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	Margin: 0px;
}
h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1.4em;
	line-height: 120%;
	FONT-WEIGHT: bold;
}
h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1.2em;
	line-height: 120%;
	FONT-WEIGHT: bold;
}
h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	line-height: 120%;
    FONT-WEIGHT: bold;
}
h4 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	line-height: 125%;
    FONT-WEIGHT: bold;
}
h5 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	line-height: 120%;
    FONT-WEIGHT: bold;
}
h6 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 0.8em;
	line-height: 120%;
    FONT-WEIGHT: bold;
}
b {
	FONT-WEIGHT: bold;
}
.journalname {
	FONT-WEIGHT: bold;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	text-align:center;
}
.printonly {display: none; }
A:link {
	FONT-WEIGHT: bold;
	COLOR: #33541D;
}
A:visited {
	COLOR: #33541D;
}
A:hover {
	COLOR: #ECF0E9;
	background-color: #33541D;
	TEXT-DECORATION: none;
}
A.nohover:hover {
	TEXT-DECORATION: none;
	background-color: transparent;
}
/* page layout --------------------------- */
header, article, aside, footer { 
	border: 3px solid #6d8a5a; 
	overflow: hidden; }
header { margin: 10px 2%; padding: 10px 0.5em; }
article, aside, footer { padding: 10px 1em; margin: 0 2% 10px; }
p, li { margin: 0.6em 0; }
article li { margin-left: 2em; list-style-type:circle; }
article img { width: 50%; float: right; margin: 0.8em 0 0.5em 0.5em; }
.picture300px { width: auto; float: none; display: block; margin: 0 auto; }
.picture300px h6 {text-align:center; font-weight:bold; font-size: 0.7em; }
.picture300px img {width:auto; float:none; display:block;}
.imagecaption {width: 50%; float:right; margin: 0.8em 0 0.5em 0.5em;}
.imagecaption img {width: auto; float:none; display:block;}
.imagecaption h6 {text-align:center; font-weight:bold; font-size: 0.7em; }
.quote {margin-left: 2em;}
hr { 
border: 0;
border-top: 2px solid #6d8a5a;
border-bottom: 1px dashed #6d8a5a;
height: 10px;
}
form {
   border: solid 2px #6d8a5a;
	background-color: #ECF0E9;
    padding: 10px 0.5em;
	
}
input { margin-bottom: 10px; background-color: ffffff; }
input.submit { width: 11em; border: solid 1px #6d8a5a; color: #ffffff; background-color: #6d8a5a; font-weight:bold; }
aside input {width:11em; }
/* header navigation stuff --------------------------- */
header img { float: left; }
header nav ul { margin: 25px 0 0; }
header nav li { border : 2px solid #6d8a5a;  
	margin: 5px 0 0; 
	width: 8em; text-align: center; background-color: #ECF0E9; }
header nav {max-width: 10em; float: right; }
header nav ul a { display: block; color: #6d8a5a; text-decoration: none; font-size: 1em; padding: 5px 0; }
.shortbanner { display: none; }
.banner { display: none; }
article { clear:both; }
/* end navigation stuff --------------------------- */
/* pictures getting too wide --------------------------- */
@media only screen and (min-width: 23em) {
article img { width: auto; float: right; margin: 0.8em 0 0.5em 0.5em; }
.picture300px { width: auto; float: none; display: block; margin: 0 auto; }
}
@media only screen and (min-width: 31em) {
footer nav li { border : 2px solid #6d8a5a;  
	margin: 5px 5px 0; 
	width: 8em; text-align: center; background-color: #ECF0E9; float:left; }
footer nav ul a { display: block; color: #6d8a5a; text-decoration: none; font-size: 1em; padding: 5px 0; }
.picture300px { width: 50%; float: right; margin: 0.8em 0 0.5em 0.5em; }
.imagecaption {width: 250px; float:right; margin: 0.8em 0 0.5em 0.5em;}
}
@media only screen and (min-width: 35em) {
.picture300px { width: auto; float: right; margin: 0.8em 0 0.5em 0.5em; }
}

/* article text getting too wide --------------------------- */
@media only screen and (min-width: 40em) {
header, article, aside, footer { margin: 0 10% 10px; }
h1 {font-size: 2em; font-weight: normal; }
h2 {font-size: 1.5em; font-weight: normal; }
h3 {font-size: 1.2em; font-weight: normal; }
h4 {font-size: 1em; font-weight: normal; }
h5 {font-size: 1em; font-weight: normal; }
h6 {font-size: 0.8em; font-weight: normal; }
    .block { display: none; }
    .shortbanner { display: inline; }
article { clear:both; }
}
/* switch to two-column layout --------------------------- */
@media only screen and (min-width: 50em) {
	header, article, aside, footer { margin: 0 5% 10px; }
	article, footer { width: 63%; float: left; margin-right: 0; }
	aside { width: 25%; float: right; margin-left: 0; }
	footer { clear:both; }
    .shortbanner { display: none; }
    .banner { display: inline; }
}
/* article text getting too wide again --------------------------- */
@media only screen and (min-width: 68em) {
	header, article, aside, footer { margin: 0 10% 10px; }
	article, footer { width: 58%; float: left; margin-right: 0; }
	aside { width: 20%; float: right; margin-left: 0; }
	footer { clear:both; }
}
.you-response-wrap {display: none; }
/* start youtube video coding must delete width and height from "response" code */
@media only screen and (max-width: 59em) {
.you-response-wrap {
	display: block;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.you-response-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.you-reg-wrap {display: none; }
}
/* close youtube video handheld adjustment --------------------------- */
