﻿@import url("layout.css");#html, body {
	margin: 0 auto; /* this should make the site center in the browser. */
	background-color: #304868; 	
	/* Explorer-only scroll bar color */
	scrollbar-face-color:#808080;
}

#body {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;

/*	font-size: 0.8em; */
	color: #000;
	/* Changes color in side_menu background */
	background-color: #304868;
	line-height: 1.0;
	overflow:scroll;  /* was scroll */
	float: left;lis
	
}
#container {
	margin: 0 auto; padding:0;  /* this should make the site center in the browser. */
	width: 850px;  /* was 800 for many years */
	/*  Changes color below left menu */
	background-color: #dddddd; 	
}

#page_content{
	background-color: #ddd

}
/* aded 50px to overall width Oct 18 2024 */

#content {
	/* float: left; */
	width:710px;  /* was 660 for many years */
	left: 12px;
	right: 1px;
	padding: 4px 20px 20px 0px;  /* the second number is right padding to occupy space formally used by vertical scroll bar */
/*	height: 80%;  */
	min-height: 600px;    /* set a fixed frame size for slider */
	max-height: 800px;  /* this was commented out for no slider */
/*	margin: 0px;  */
	position: relative;
	overflow-y: scroll; /* Was auto. change to scroll adds frame sliders */
}

#masthead {
	text-align: right;
/*	margin-left: 4px;*/
	float: left:;
	width: 850px;  /* as 800 for many years */
	height: 97px;
	background-color: #e8e8e8;	/* Changes color behind masthead at top */
	overflow: hidden;
/*	border: 1px solid #e8e8e8;  */
}

#headshot {
	clear:both;
	width: 102px; */
/*	margin-left: 4px; */
	height: 100px;  /* the border will add 2px */
	float: left;
}

#nafelogo {
	clear:both;
	width: 102px; */
/*	margin-left: 4px; */
	height: 100px;  /* the border will add 2px */
	float: left;
}


#side_menu {
	float: left; /*	margin-left: 4px; */;
	width: 102px;;
	background-color: #304868;
	position: relative;
	clear: both;
	display: inline;
	text-align: center;
}

#contact_button {
	float: left;
/*	margin-left: 4px; */
	width: 102px; 
	background-color: #aa0000;  /*redish */
	position: relative;
	clear: both;
	display: inline;
	text-align:center;
}

#slideshow {
	clear:both; 
/*	margin-left: 4px; */
	width: 102px;  /* the border will add 2px */
	height: 102px; 
	float: left;
	background-color: #b0b0b0; /*	determines color under slideshow; */;
	border: 1 #304868 solid;
}

#menu_link_button {
	float: left;
/*	margin-left: 4px; */
	width: 102px;
	background-color: #304868;
	position: relative;
	clear: both;
	display: inline;
	text-align:center;
	border: 1 #304868 solid;
}

#menu_link_button_2 {
	float: left;
/*	margin-left: 4px; */
	width: 102px;
	background-color: #a17f1a; /* gold */
	position: relative;
	clear: both;
	display: inline;
	text-align:center;
}

#logobox {
	width: 100px;
	height:100px;
	float: left;
	background-color: #e8e8e8;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 850px;  /* was 800 */
	background-color: #bdbdbd;/* Changes color in bottom container */
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}

#datatext {
	width: 770px;   /* was 720 , leave space in the width for padding specified below to get total width = 800*/
	padding: 1px 40px 1px 40px;
/*	margin: 2px 0px 0px 0px;  */
	background-color: #bdbdbd;
	overflow: hidden;
	text-align: center;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;	
	font-size:xx-small}

#masthead img {
	float: left;
}

#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}

div.box_wrapper {
width: 640px;
}

div.left_box {
	clear:both;
	width: 290px;
	background: #ededed;
	border-radius: 8px;
	border:1px black solid;
	float: left;
	padding:  6px 0px 4px 10px;
	margin: 2px 4px 4px 30px;
	display:block;
}

div.next_box {
	float: left;
	width: 290px;
	background: #ededed;
	border-radius: 8px;  
	border:1px black solid;
	padding: 6px 0px 4px 10px;
	margin: 2px 0px 4px 4px;
	display:block;
}

#right_box {
	float: right;
	border-radius: 0px; 
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.new_box {
	clear:both;
	font-size: medium;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;

}
/* Styles for Navigation */
#side_menu ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#side_menu li {
	display: block;
	border: 1px solid #e8e8e8;
}

#side_menu a {
	/*font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: none; /* o Changes color of menu text */;
	color: #f0f0f0;
	display: block;
	padding: 4px;
	border:1px #304868 solid;  /* changes color on borders */
}

#side_menu a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border:1px #304868 solid;
	background-color: #e8e8e8;
}

#contact_button ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#contact_button li {
	display: block;
	border: 1px solid #e8e8e8;
}

#contact_button a {
	/*font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: none; /* o Changes color of menu text */;
	color: #f0f0f0;  /* text color */
	display: block;
	padding: 5px;
	border:1px #aa0000 solid;  /* changes color on borders */
}

#contact_button a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;  /* text color */
	background-color: #f0f0f0;	;
	border:1px #304868 solid;  /* changes color on borders */
}

#menu_link_button ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menu_link_button li {
	display: block;
	border: 1px solid #e8e8e8;
}

#menu_link_button a {
	/*font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none; /* Changes color of menu text */;
	color: #f0f0f0;  /* text color */
	display: block;
	padding: 5px;
	border: 1px solid #f0f0f0;
}

#menu_link_button a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #304868;
	background-color: #f0f0f0;
	border:1px #304868 solid;
}

/*======  Link button 2 ===== */

#menu_link_button_2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#menu_link_button_2 li {
	display: block;
	border: 1px solid #f0f0f0;
}

#menu_link_button_2 a {
	/* font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: none; /* Changes color of menu text */;
	color: #ffffff;  /* text color */
	display: block;
	padding: 5px 0px 5px 5px;
}

#menu_link_button_2 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #f0f0f0;
	border:1px #000000 solid;
/*	border-bottom: 1px solid #304868; /*  Changes color on bottom border */
}

.black_border{
	border:1px solid black;
}
.padded {
	padding: 10px;
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

a {
	color: #203858;  /* was 304868 */
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	color: #f00;
	text-decoration: underline;
	
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.subhead {
	margin: 0 0 0 0;	
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.2;  /* was normal */
	padding-bottom: 4px;
	padding-top: 8px;
}



.listhead {
	font-family: Arial, Helvetica, sans-serif;
/*	font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	font-size: medium;
	font-weight: bold;
	font-style: normal;
/*	line-height: 8px  */
}

.listtext {
	/* font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
 	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	margin-top: 0.5em; 
}

.listtext_small {
	/* font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0.5em; 
}

.pagehead {
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 4px;
}

.page_sub {
	margin: 0 0 0 0;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 4px;
}

.text_block {
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	margin-top: 4px; 
	margin-bottom: 16px;
	padding-left:10px;
	padding-right:20px;
}

.casetext {
	/*	font: inherit;  */
/*	font-family: "Book Antiqua", century, "times new roman", serif; */
	margin: 0 0 8px 40px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: large; 
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
}

.casetext_ul {
	/*	font: inherit;  */
/*	font-family: "Book Antiqua", century, "times new roman", serif; */
	margin: 0 0 8px 10px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: large; 
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
}



.casetext_indent {
	/*	font: inherit;  */
/*	font-family: "Book Antiqua", century, "times new roman", serif; */
	margin: 0 0 12px 80px;
	font-family:Georgia, Garamond, "Times New Roman", Times, seriff;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}


.casebold {
/*	font: inherit;  */
/*	font-family: "Book Antiqua", century, "times new roman", serif; */
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

.casetext_center {
	/*	font: inherit;  */
/*	font-family: "Book Antiqua", century, "times new roman", serif; */
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-left: 0px;
	margin-top: 4px;
	line-height: 1.4;  /* new oCt 2024 */
}

.footnote {
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: xx-small;
	text-align: center;
	line-height: normal;
	padding-bottom: 0px;
	padding-top: 0px;
}

.quote01 {
	font-size: medium;
	font-style: italic;
	text-indent: 20px;
	padding-left: 10px;
}

.reference {
	font-size: small;
	font-weight: bold;
	color: #304868;
	clip: rect(auto, 8px, 16px, auto);
	white-space: nowrap;
}

.centered {
	text-align: center;
	padding-left: 20px;
}
.standout {
	color: #880000;
}
.case_footer {
	color: #880000;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}

.footer_text {
	font-size:x-small;
}

.caption_text {
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size:small;
	text-align:center;

}

.indent_text_block {
	width:650px;   /* was 550 */
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 20px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.4;  /* new oct 2024 */
}

.indent_text_block_low {
	width:550px;
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 30px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: small;
}


/*  Image formatting */

.indent_image_block {
	
	width: 540px; margin-left: 50px;
}


#content img {
	border: 1px solid black;
	display: block;
}


.image_center {
	margin: 0 auto 0 auto;
	text-align: center; 
}

.image_center img {
	margin: 0 auto 0 auto;
	text-align: center;
}

img.center_image_border {
/*	text-align: center; */
	margin-left: auto;
	margin-right: auto; 
	background-color: #e8e8e8;
	border: 1px solid black;
	}



img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* -----------  Horizontal Lines  ---------------  */
.line_div {
	width: 80%; color:#304868; background-color: #304868; height: 2px;
}
.line_div_90 {
	
	width: 90%; color: #304868; background-color: #304868; height: 2px;
}
/* used for dark color table cell with light text color  */
.color_table {
	border: 1px solid #304868;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	color: #FFFFFF;	
	text-align: center;
	font-size:medium;
	background-color: #485080;
	
}

/* used for dark color table cell with light text color  */

#reverse_button {
	float:left;
	font-family:  Arial, Helvetica, sans-serif;
/*	font-family:Georgia, Garamond, "Times New Roman", Times, serif; */
	color:#ffffff;
	margin-left: 50px;  
	background-color: #304868;
	position: relative;
	clear: both;
	display: inline;
	text-align:center;
}

#reverse_button a {
	font-weight: normal;
	font-size: small;
	text-decoration: none; /* o Changes color of menu text */;
	color: #eee;
	display: block;
	padding: 2px;
/*	border-bottom: 1px solid #e8e8e8;  */
}
#reverse_button a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #304868;
/*	border-bottom: 1px solid #f9f9f9;  */
	background-color: #f9f9f9;
}

