@charset "utf-8";
/* CSS Document */

/* Global Styles */
.topHead {
	background-color: #34495e;
	width: 100%;
	max-width:1232px;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #2c3e50;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #34495e;
	min-height: 50px;
	background-image: url(../images/icon40.png), url(../graphics/advanced-wording-large.jpg);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #2c3e50;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding: 0;
	width: 75%;
}
h1 {
	color: #2c3e50; /* dark blue */
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
	font-weight: 400;
	margin: 0.5em 0 0.5em 0;
	letter-spacing: -0.5px;
	font-style: normal;
}
h2 {
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
	color: #4d7caa; /* blue */
	margin: .5em 0 .5em 0;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
	color: #8e44ad; /* purple */
	margin: .5em 0 .325em 0;
	font-weight: 400;
	font-style: normal;
}
#mainContent p {
	font-family: droid-serif, Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.65;
/*	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.6;*/
	font-weight:normal;
	color:#333;
	margin-bottom:0.625em;
}
#mainContent ul li {
	font-family: droid-serif, Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.55;
}
#mainContent ul li .bold {
	font-family: droid-serif, Georgia, Times, serif;
	font-weight: bold;
	font-size: 18.5px;
	font-size: 1.15625rem;
}
.strongYellowGreen {
	color: #aab23c;
	font-weight:bold;	
}
/*.greatFacts {
	color: #555555;
	font-weight: bold;
	font-size:1em;
	line-height: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/
#aside .smallTextBoldBlue {
	font-weight:bold;
	color:#45617d;
}

/* Desktop Layout: 769px to a max of 1232px. */

@media only screen and (min-width: 769px) {

#nav {
	background-color: #2c3e50;
}
#mainContainer {
	background-image: url(../images/maincontent-bkgnd-bar-advanced.png);
	background-repeat: repeat-y;
	clear: both;
	background-size: contain;
}

}
/* Special instructions to increase font size in tablets but not desktops; affects TABLET LANDSCAPE */
@media only screen and (min-width: 769px) and (max-width: 965px) {
h2 {
	font-size: 28px;
    font-size: 1.75rem;
}
h3 {
	font-size: 24px;
    font-size: 1.5rem;
}

}

/* Tablet Layout: orig set to 481px to 768px. */

@media only screen and (min-width: 647px) and (max-width: 768px) {

h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
.topHead {
	background-color: #34495e;
	width: 100%;
	max-width:768;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #2c3e50;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #34495e;
	min-height: 30px;
	background-image: url(../images/icon30.png), url(../graphics/advanced-wording-small.jpg);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#mainContainer {
	background-image: url(../images/maincontent-bkgnd-bar-advanced768.png);
	background-repeat: repeat-y;
	background-size: contain;
}
#nav {
	background-color: #2c3e50;
}

}

/* Mobile Layout: orig set to 480px and below. */
@media only screen and (max-width: 646px) {

h2 {
	font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.15;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
#mainContent p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;	
}
.topHead {
	background-color: #34495e;
	width: 100%;
	max-width:768;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #2c3e50;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #34495e;
	min-height: 23px;
	background-image: url(../advanced/graphics/icon24.png), url(../graphics/advanced-wording-tiny.jpg);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#nav {
	background-color: #2c3e50;
}

}
