@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to theleft aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform:none;
	letter-spacing: 0.5px;
	line-height: 1.5em;
	background-color: #009BFF;
}
img {
	border: none;
}
#container {
  max-width: 900px;
  width: 98%;
  text-align: left;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
/* Constrain the (stupid) 'width=100%' in the docbook so it doesn't crash
 * into our skyscraper.
 */
.navheader,.navfooter {
        width: 70%;
}
#cse-search-box form {
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
#shadowwrap {
	/* background-image: url(/images/page-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
        */
	box-shadow:         0 0 10px #000000;

}
#contentwrap {
	background-color: #BDE3FF;
	padding-top: 1px;
}
#header {
	height: 95px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	background-color: #BDE3FF;
	background-image: url(/images/Header.png);
	background-repeat: no-repeat;
        background-size: 100%;
}
#header li {
float: right;
}
#header img {
float: left;
}
#header h1 {
float: left;
}
#header h3 {
float: left;
}

#header form {
 padding-top:10px;
 padding-bottom:10px;
	float: right;
}

#adblock728 {
	height: 90px;
	background-color: #BDE3FF;
	padding: 4px 16px 4px;
}

/* for class */
.adblock728 {
	height: 90px;
	background-color: #BDE3FF;
	padding: 4px 16px 4px;
}
.adblock468 {
	margin-left: 20px;
}
.adblock250x250right {
	float: right;
	width: 250px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
}
.adblock250x250left {
	float: left;
	height: 250px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.adblock300x250left {
	float: left;
	height: 250px;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.adblock160x600 {
	width: 170px;
	margin-left: 15px;
	text-align: center;
}
#logo {
	background-repeat: no-repeat;
	background-position: left center;
	X-width: 736px;
	X-height: 85px;
	width: 100px;
	height: 85px;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
#logo a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #BDE3FF;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar1 p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}
#sidebar1 .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebarlt p {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .sidebardk {
	background-color: #E8E8E8;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebardk p {
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	/* margin-left: 220px; */
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-size: 100%;
}
#mainContent a:hover {
	color: #FFFFFF;
	background-color: #FF7100;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.2em;
}
#mainContent h2 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-weight: bold;
	line-height:normal;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
}
#mainContent p {
	line-height: 18px;
}
#mainContent li {
	margin-bottom: 5px;
	line-height: 18px;
}
#mainContent blockquote {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent blockquote p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer {
	text-align: right;
	height: 65px;
	opacity: 40%;
	font-size: 16px;
	padding-right: 25px;
/*
	background-color: #BDE3FF;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: right;
	clear: both;
	float: left;
	width: 100%;
	box-shadow:         0 0 10px #000000;
	width: 735px;
	background-image: url(/images/footer-shadow.gif); */
}
#footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#about {
	font-size: 9px;
	text-align: center;
	color: #999999;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}

#about a {
	color: #999999;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#news {
	margin-bottom:30px;
	font-size: 12px;
	line-height: 1.3em;
}
#news .ad {
	padding-left: 8px;
	padding-top: 15px;
}
#news h4 {
	margin:10px 5px 0px 0px;
	padding: 6px 5px 5px 10px;
	background-color:#009BFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#news h4 a{

	text-decoration:none;
	color: #000000;
}
#news .new {
background-image:url(/images/smallnew.gif);
background-repeat:no-repeat;
background-position:0;
padding-left:30px;
margin-left:-7px;
}
#news  p {
	padding: 5px 5px 10px 12px;
	background-color: #87CAFA;
	margin: 0 5px 0 0;
}
#news  p  .date {
	font-weight: bold;
	display: block;
	margin: 5px 0px 5px 0px;
}
#donate {
	background-image: url(/images/donate-panel.png);
	background-repeat: no-repeat;
	display: block;
	width: 399px;
	padding: 81px 73px 0 28px;
	height: 134px;
}
#paypal {
	float: right;
}
#googlecheckout {
	float: left;
}
table.blue-table {
	border-collapse: collapse;
	border-top: 3px #009bff solid;
	border-bottom: 8px #009bff solid;
	border-left: 10px #009bff solid;
	border-right: 10px #009bff solid;
	width: *0%; margin: 0 auto; /* self centering! */
}
table.download {
	margin: 0 auto; /* self centering! */
	clear: left;
}
table.download td {
	width: 225px;
}
table.blue-table td {
	border-bottom: 2px solid #009bff;
}
table.blue-table tr {
	background-color: #BDE3FF;
}
table.blue-table tr:hover {
	background-color: #87CAFA;
}
table.blue-table tbody td {
	padding: 1em;
}
table.blue-table thead td {
	background-color: #009BFF;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.blue-table tfoot td {
	background-color: #009BFF;
}
#linkbar
{
	height:1%;
}

/* FAQ Question and Answer sections */
.faqq {
  font-size: 120%;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}
.faqa {
  margin-left: 3em;
}

:root {
  --active: #ff6f1c;
}
{* primary inspiration for nav from
  https://www.adam-bray.com/2017/02/17/easy-html-5-css-3-navigation-menu/}
  nav {
  X-display: inline-block;
  X-font-size: 18px;
  X-margin: 8px 22px 8px 22px;
  X-overflow: hidden;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  X-display: inline-block;
  list-style-type: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

nav > ul > li > a > .caret {
  border-top: 6px solid ;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;

  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

nav > ul > li > a {
  padding: 0px 12px;
  line-height: 40px;
  text-decoration: none;
  color: black;
}

/* Parent  member of dropdown item. */
nav > ul > li:hover {
  background-color: var(--active);
}
/* Parent member of dropdown item. Hovering.*/
nav > ul > li:hover > a {
  color: #fff;
}

nav > ul > li:hover > a > .caret {
  border-top-color: var(--active)
}

nav > ul > li > div {
  background-color: var(--active);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display-color: green;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 165px;
  visibility: hidden;
  z-index: 10;

  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 1.2s;
}

nav > ul > li:hover > div {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

nav > ul > li > div ul > li {
  display: block;
}
/* text styling of hover dropdowns */
nav > ul > li > div ul > li > a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 12px 24px;
}
/* styling of selected menu option in dropdown */
nav > ul > li > div ul > li:hover > a {
  background-color: rgba( 255, 255, 255, 0.1);
}

nav > ul > li { display: inline-block; }
nav > ul > li:nth-child(7) > a > img {display: none; }


X-nav > icon {display: inline; }
X-nav > ul > li:not(:first-child) {display: none;} 
X-nav > icon {
    display: inline;
    top: 109px;
    position: absolute;
    float: right;
    width: 16px;
    height: 16px;
}


@media screen and (max-width: 600px) {
nav > ul > li { display: block; padding: 5 px;}
X-nav.responsive > ul > li { display: block; }
X-nav#nav.topNav.responsive.icon { display: none; }
X-nav.topNav.responsive.icon { display: none; }
nav > ul > li { display: none; }
nav > ul > li:nth-child(7) {
	display: block;
}
nav > ul > li:nth-child(7) > a > img {display: inline; }
}

@media screen and (max-width: 600px) {
 nav.responsive > ul > li {
	 display: block;
 }
}



