@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #ffffff;
}
#maincontent {
	width: 970px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#topAd {
	width: 100%;
	background-color: #3369cc;
	text-align: center;
	/* background-image: url(art_global/topAd-bg.png); */
}
/* TOP NAV CSS */
#navBar {
	width: 100%;
	background-color: #3369cc;
}
#topLeftCol {
	overflow: hidden;
	min-width: 320px;
	background-image: url(art_global/bg-head.png);
}
#topCenterCol {
	width: 160px;
	height: 92px;
	float: right;
	text-align: center;
	background-image: url(art_global/bg-head.png);
}
#topRightCol {
	width: 170px;
	float: right;
}
/* END TOP NAV CSS */
/* MAIN CONTENT CSS */
#midLeftCol {
	width: calc(95% - 170px);
	float: left;
	padding-left: 3%;
	padding-right: 2%;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #000066;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 1em;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000066;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}
#midLeftCol img {
	max-width: 99%;
	height: auto;
}
#midRightCol {
	width: 165px;
	float: left;
}
#midRightCol ul,li{
	list-style-type: circle;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
/* END MAIN CONTENT CSS */
/* COLS CSS */
#threecol01 {
	width: 240px;
	float: left;
}
#threecol02 {
	width: 240px;
	float: left;
}
#threecol03 {
	width: 240px;
	float: left;
}
#twocol01 {
	width: 338px;
	float: left;
}
#twocol02 {
	width: 338px;
	float: left;
}
/* END COLS CSS */
/* VID AND LINKS CSS */
#vidLeft {
	width: 60%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#vidLeft .vidText{
	color: #000000;
}
#vidRight {
	width: 350px;
	height: 425px;
	float: right;
	margin-right: 10px;
	background-color: #ffffff;
	font-size: .8em;
}
#fullWide {
	float: left;
	width: 100%;
	height: 100%;
	padding-left: 3%;
	padding-right: 2%;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
}
#homeWide {
	width: 90%;
	height: 100%;
	padding-left: 3%;
	padding-right: 2%;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
}
#relatedBlock {
	float: left;
	width: 99%;
}
#relatedLeftFiles {
	width: 340px;
	height: 285px;
	vertical-align: top;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}
#relatedRightFiles {
	float: left;
	overflow: hidden;
	width: calc(100% - 590px);
	min-width: 320px;
	min-height: 285px;
	padding-left: 3px;
	font-size: 1.3em;
}
#relatedActivities {
	float: left;
	width: 170px;
	min-height: 285px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
		/*border: medium solid #000000;*/
}
.relatedHead {
	width: 100%;
	background-color: #D3DCED;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
.relatedBody {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	line-height:1.7em;
}
.relatedBodyFiles {
	font-size:0.8em;
	line-height:1.7em;
	word-wrap:break-word;
}
#relatedLeft {
	width: 338px;
	height: 285px;
	vertical-align: top;
	float: left;
	padding-left: .3%;
	padding-right: .3%;
}
#relatedCenter {
	width: 41%;
	min-width: 300px;
	float: left;
}
#relatedRight {
	width: 170px;
	float: left;
	padding-left: .5%;
}
#usefulLinks {
	width: 97%;
	float: left;
	padding-left: 3%;
	font-size: 1.3em;
}
/* END VID AND LINKS CSS */
#bottomNav {
	width: 100%;
	clear: both;
}
#footer {
	width: 94%;
	clear: both;
	padding-left: 3%;
	padding-right: 3%;
	color:#666666;
	font-size:.8em;
	line-height:1.4em;
	font-style:italic;
}
@media screen and (max-width:950px) {
#maincontent {
    width:100%;
}
#topCenterCol {
	display: none;
}
#topRightCol {
	width: 143px;
	float: right;
}
#midLeftCol {
	width: calc(92% - 150px);
	padding-right: 3%;
}
#midRightCol {
	min-width: 160px;
}
#vidLeft {
    width:94%;
}
#vidRight {
    display: none;
}
#relatedCenter {
	width: 50%;
	min-width: 310px;
	float: left;
}
#relatedActivities {
	display: none;
}
#relatedRightFiles {
	width: 50%;
	min-width: 310px;
	float: left;
}
}
@media screen and (max-width:775px) {
#topRightCol {
	display: none;
}
#topLeftCol {
	width: 100%;
}
#relatedCenter {
	width: 100%;
}
#relatedRightFiles {
	width: 385px;
	padding-left: 10px;
}
#relatedRight {
	display: none;
}
#midLeftCol {
	width: 94%;
	padding-right: 3%;
}
#midRightCol {
    display: none;
}
}

/* Modified to make default link behave like featureLnk */
a {color:#000066;text-decoration:underline;}
a:hover {text-decoration:underline;color:#ff0000;}
a:visited {color:#000033;text-decoration:underline;}
a:hover {text-decoration:underline;}
.bold {font-weight:bold;}
.boldTitle {font-size:1em; font-weight:bold;}
.italic {font-style:italic;}
.light {color:#484848;}
.small {font-size:.8em;}

/* Global Styles */
.contentLink {
	color: #000099;
	font-size: 1em;
	text-decoration: underline;
}
.contentLink:visited {
	color: #000066;
}
.contentLink:hover {color:#ff0000;}

.nextPageLink {
	text-align: right;
	color: #009900;
	font-size: 1em;
	line-height: 2.2em;
	text-decoration: underline;
}
.nextPageLink:visited {color:#006600;}

.keyNav {color:#000066; font-size:1em;line-height:1.8em;text-decoration:underline;}
.keyNav:visited {color:#000033;}
.keyNav:hover {font-weight:bold;color:#ff0000;}

.navLink {color:#000066;font-size:1em;line-height:1.8em;text-decoration:underline;}
.navLink:visited {color:#000033;}
.navLink:hover {color:#ff0000;}

.glossLink {color:#000066;font-size:1em;line-height:1.7em;text-decoration:underline;}
.glossLink:visited {color:#000033;}
.glossLink:hover {color:#ff0000;}

.relLink {color:#000066;font-size:1em;line-height:1.6em;text-decoration:underline;}
.relLink:visited {color:#000033;}
.relLink:hover {color:#ff0000;}
.relLinkText {color:#000000;font-size:1em;line-height:1em;}

.relGloss {color:#000000;font-size:1em;font-weight:bold;}

.refLink {color:#000000;font-size:0.8em;line-height:1.3em;word-wrap:break-word;}

.liveLink {color:#000066;font-size:1em;text-decoration:underline;}
.liveLink:visited {color:#000033;}
.liveLink:hover {color:#ff0000;}
.liveLinkText {color:#000000;font-size:1em;text-align:left;}

.quizLink {color:#006699;font-size:1.4em;text-decoration:underline;line-height:1.6em;}
.quizLink:visited {color:#006699;}
.quizLink:hover {color:#ff0000;}

.finePrint {color:#666666;font-size:.8em;line-height:1.4em;font-style:italic;}
.vidText {color:#ffffff;}
.redText {color:#cc0000;}
.greenText {color:#000066;}
.homeColor {color:#000066;}

sub,sup {font-size:0.8em;line-height:1em;position:relative;vertical-align:baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}