@charset "utf-8";
/* CSS Document */

/***************************
CSS for use on static pages
****************************/

.body01, .bold01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	float: none;
	margin: 0 20px;
}

b,
.bold01 {
	font-weight: bold;
}

.body01 {
	margin-bottom: 20px;
}

h1 {
	margin-left: 20px;
	margin-right: 100px;
	border-bottom: 1px solid silver;
}

h2 {
	margin: 15px 20px;
	padding-left:20px;
}

#tableOfContents,
#calloutBox {
	float: right;
	margin: 20px;
	width: 300px;
	background-color: #CDE4F2;
	border-radius: 20px;
	box-shadow: 1px 3px 8px 3px #AAA;
}

#contactCornerBox {
	float: right;
	text-align: center;
}

#metalsBox {
	clear: both;
	margin: 20px;
	background-color: #CDE4F2;
	border-radius: 20px;
	box-shadow: 1px 3px 8px 3px #AAA;
}

#metalsBox img,
.siteMapText img {
	box-shadow: 1px 2px 5px 2px #AAA;
}

#tableOfContents {
	display: none;
}

#tocHead,
#calloutHead,
.calloutHead {
	font-weight: bold;
	font-size: 125%;
	background-color: #EFA512;
	color: white;
	padding: 7px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tocItem {
	font-weight: bold;
	padding: 7px 20px;
	line-height: 1.3;
}

.tocItem a {
	color: #027FB7;
}

.tocItem a:hover {
	color: black;
}

.calloutText {
	padding: 7px 20px 12px;
	line-height: 1.3;
}

.qHighlight {
	background-color: #FFF68D;
}

.staticList {
	margin-right: 20px;
	margin-bottom: 30px;
}

.staticList li {
	line-height: 1.5;
	font-size: 125%;
	margin-bottom: 10px;
}

/***************************
Resource Center
****************************/

.resLink1 {
	margin: 20px 20px 20px 40px;
	padding-left: 65px;
	background-image: url('../graphics/coins_48.png');
	background-position: center left;
	background-repeat:no-repeat;
	height: 50px;
}

.resLink2 {
	margin: 20px 20px 20px 40px;
	padding-left: 65px;
	background-image: url('../graphics/safe_48.png');
	background-position: center left;
	background-repeat:no-repeat;
	height: 50px;
}

.resLink1 a, .resLink2 a {
	font-size: 120%;
	font-weight: bold;
	vertical-align: -15px;
}

#resourceInfoDiv {
	float: right;
	display: none;
	margin: 20px;
	width: 550px;
	background-color: #CDE4F2;
	border-radius: 20px;
	box-shadow: 1px 3px 8px 3px #AAA;
}

#resourceInfoHead {
	font-weight: bold;
	font-size: 125%;
	background-color: #EFA512;
	color: white;
	padding: 7px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#resourceInfoText {
	padding: 7px 20px 12px;
	line-height: 1.3;
	text-align: justify;
}

.divLine {
	border-collapse: separate;
	border-top: 1px solid silver;
	margin: 0 40px;
}

.smallerList {
	margin-right: 20px;
	margin-bottom: 30px;
}

.smallerList li {
	line-height: 1.5;
	font-size: 85%;
	height: 25px;
}


.glossWord {
	font-weight: bold;
	width: 100px;
	margin: 0 25px 10px 10px;
	padding-left: 10px;
	float: left;
	clear: left;
}

.glossDef {
	float:left;
	width: 65%;
	margin: 0 25px 10px 0;
}

/***************************
Site Map
****************************/

#categoryMap {
	padding: 0 20px 40px;
}

.siteMapBox {
	float: left;
	margin: 20px 30px;
	width: 250px;
	background-color: #CDE4F2;
	border-radius: 20px;
	box-shadow: 1px 3px 8px 3px #AAA;
}

.doubleWide {
	width: 560px;
}

.siteMapHead {
	font-weight: bold;
	font-size: 150%;
	background-color: #EFA512;
	color: white;
	padding: 7px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.siteMapHead a {
	color: white;
}

.siteMapHead a:hover {
	color: black;
}

.siteMapText {
	padding: 7px 20px 12px;
	line-height: 1.5;
}

.siteMap2 {
	font-weight:bold;
}

.siteMap3 {
	margin-left: 20px;
}

.siteMap4 {
	font-weight: bold;
	margin-bottom:5px;
}


/***************************
Sign In
****************************/

.signinBox {
	float: left;
	margin: 20px 30px;
	width: 425px;
	background-color: #CDE4F2;
	border-radius: 20px;
	box-shadow: 1px 3px 8px 3px #AAA;
}

.signinHead {
	font-weight: bold;
	font-size: 150%;
	background-color: #EFA512;
	color: white;
	padding: 7px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-shadow: 1px 1px 2px #000;
}

.signinText {
	padding: 7px 20px 12px;
	line-height: 1.5;
}

.signinFormInput {
	/* padding: 10px 20px;
	line-height: 1.5; */
}

.signinLabel {
	display: block;
	float: left;
	clear: left;
	width: 200px;
	font-weight: bold;
}


/***************************

****************************/


/***************************

****************************/

