/* Basic style sheet used throughout site */
/* Updated: 20180107  */
/* --------------------------------------------------------------------*/

/* Text sizes currently in use:                   */
/* .83em   --   very small, about 8pt             */
/* .92em   --   pretty small, about 9pt           */
/* 1em     --   medium, about 10pt (normal)       */
/* 1.25em  --   medium large, about 11pt          */
/* 1.33em  --   large, about 12pt                 */
/* 1.5em   --   larger, about 14pt                */
/* 2em     --   largest, about 16pt               */

/* And here's a reminder of the code to make an image fit its container: */
/* (Courtesy of A List Apart - https://alistapart.com/article/fluid-images */

/*    img {                        */
/*      max-width: 100%;           */
/*    }                            */

/* Button code was generated using an online tool at cssgradientbutton.com */
/* URL for editing these specific buttons should be in the _documentation  */
/* folder, in the file: gradient_button_code_sample.htm                    */


/* Body and misc settings below ----------------------------*/


body {
	font-family: verdana, raleway, tahoma, arial, helvetica, sans-serif;
	background: url(../img/bodybg.gif);
	overflow-x: hidden;
}


a {
	text-decoration: none;
	color: #0000ff;
}


form {
	margin-top: 20px;
}


form input {
	padding: 5px;
	margin-bottom: 5px;
}


h1 {
	font-weight: bolder;
	font-size: 2em;
	text-transform: uppercase;
}


h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}


h3 {
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
}


h4 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}


img {
	display: block;
	margin: 0 auto;
}


li {
	/* You probably want to keep this and the p tag the same size */
	font-size: .92em;
}


p {
	/* You probably want to keep this and the li tag the same size */
	font-size: .92em;
}


/* Class selectors below -----------------------------------*/


.articletxt .content {
	background: #ffffff;
	border: 1px solid #707070;
	color: #000000;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.authorline {
	font-style: italic;
}



.blackArea {
	background-color: #000000;
}


.borderedBlack {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



.boxBorderedThin {
	border: 1px solid #666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}



.boxNotice {
	background:url(../graphics/bg_boxnotice.gif) repeat-y bottom left;
	border: 1px solid #666666;
	font-size: .92em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}



.boxNoticeCentered {
	background-color: #ffffff;
	border: 1px solid #666666;
	font-size: .92em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
}



.boxNoticeCentered a{
	text-decoration: none;
}



.boxNoticeCentered a:link {
	color: #313131;
}


.boxNoticeCentered a:visited {
	color: #313131;
}



.boxNoticeCentered a:active {
	color: #0000ff;
}



.boxNoticeCentered a:hover{
	color: #c82c28;
}



.boxNoticeCentered p{
	line-height: 95%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: center;
}



.boxNoticeCenteredTitle {
	background-color: #cccccc;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font-size: .92em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
}



.boxNoticeTitle {
	background-color: #cccccc;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font-size: .92em;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.boxPaddedWhite {
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .92em;
	vertical-align: top;
	padding: 15px;
}




.button {
	border: 1px solid #495267;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #ffffff;
	background-color: #606c88;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
	background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
	background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
	background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
	background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
	background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
}

.button:hover {
	border:1px solid #363d4c;
	background-color: #4b546a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
	background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
	background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
	background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
	background-image: -o-linear-gradient(top, #4b546a, #2c354b);
	background-image: linear-gradient(to bottom, #4b546a, #2c354b);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}


.centeredText {
	text-align: center;
}


.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000000;
	padding: 10px;
}



.floatLeftNoBorder {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000000;
	padding: 10px;
}



.floatRightFarther {
	float: right;
	border-top: 1px solid #666666;
	border-right: 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 5px;
	margin-right: -21px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}



.floatRightNoBorder {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}



.featurebox-content {
	background: #ffffff;
	border: 1px solid #707070;
	color: #000000;
	min-height: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.featurebox-content img {
	border: 1px solid #000000;
}


.fit-width {
	max-width: 100%;
}


.ftcontent {
	background-color: #000000;
	/* Don't ask me why the bottom and top padding isn't really the specified size */
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}


.ftcontent p {
	color: #ffffff;
	font-size: .83em;
}


.half {
	width: 50%;
}



.header-content {
	padding-bottom: 20px;
	margin-top: -20px;
}


.highVis {
	color: #ff0000;
	font-weight: bold;
}



.highlightRow {
	background-color: #cccccc;
}



.link-contrast a:link {
	text-decoration: none;
	color: #ffffff;
}


.link-contrast a:visited {
	text-decoration: none;
	color: #ffffff;
}


.link-contrast a:hover {
	text-decoration: none;
	color: #ccccff;
}


.link-contrast a:active {
	text-decoration: none;
	color: #006699;
}


.link-heading {
	text-decoration: none;
	color: #000000;
}


.icon-box {
	border-right: 1px solid #eaeaea;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}


.icon-box:last-child {
	border: none;
}


.quotebox {
	background: #f5f5f5;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: .83em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}



/* ID selectors below --------------------------------------*/


#annotatedText {
	/* This container is used to allow the  */
	/* use of a javascript for footnoting   */
	/* text. No custom styling is necessary */
}


#headerLanding {
	background-image: url('../img/bg-landing.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #f6f6f6;
	-moz-box-shadow: 0px 2px 9px #888;
	-webkit-box-shadow: 0px 2px 9px #888;
	box-shadow: 0px 2px 9px #888;
	max-height: 220px;
}


#headerArticle {
	background-image: url('../img/bg-article.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #f6f6f6;
	-moz-box-shadow: 0px 2px 9px #888;
	-webkit-box-shadow: 0px 2px 9px #888;
	box-shadow: 0px 2px 9px #888;
	max-height: 220px;
}





#viewport {
	position: absolute;
	width: 461px;
	height: 600px;
	/* height: 400px; */
	overflow: hidden;
	margin-top: -403px;
	/* margin-top: -203px; */
	margin-left: 605px;
}


/* Media queries below -------------------------------------*/

@media handheld, only screen and (max-width: 767px) {

	#viewport {
		display: none;
	}
	
	.header {
		/* max-height: 420px; */
		max-height: 220px;
	}
}





