@import "css_style_stdform.css"; 
@import "css_style_w3.css"; 

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
}

#hidden { 
	display: none;
}

#unhidden { 
	display: block;
} 

#container {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border:0px solid #000000; 
}

#tippy-top-container {
	width: 100%;
	font-size: 1.1em;
	background-color: navy;
	padding: 10px 0px 10px 0px;
}
#tippy-top-container a:link {
	color: #ffffff;
	text-decoration: none;
}
#tippy-top-container a:visited {
	color: #ffffff;
	text-decoration: none;
}
#tippy-top-container a:active {
	color: #ffffff;
	text-decoration: none;
}
#tippy-top-container a:hover {
	color: #cccccc;
	text-decoration: none;
}

#colorbar-container {
	width: 100%;
	font-size: 1.1em;
	background-color: navy;
	padding: 10px 0px 10px 0px;
}

#top-container { 
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#top-container a {
	font-size: 1em;
	display: block;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	text-align: left;
}

#top-container a:hover {
	font-size: 1em;
	color: #000;
	background-color: #999;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
}

#search-container { 
	padding: 5px 5px 5px 5px;
}

#navigation-container {
	font-size: 1.1em;
	background-color: navy;
	padding: 10px 0px 10px 0px;
}
#navigation-container a:link {
	color: #ffffff;
	text-decoration: none;
}
#navigation-container a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navigation-container a:active {
	color: #ffffff;
	text-decoration: none;
}
#navigation-container a:hover {
	color: #cccccc;
	text-decoration: none;
}


#navcontainer { 
	font-size: 1.1em;
	width: 100%;
}

#navcontainer ul {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
	margin: 0; 
}

#navcontainer a {
	font-size: 1.1em;
	display: block;
	padding: 5px 10px;
	color: #000;
	background-color: #999999;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
}

#navcontainer a:hover {
	font-size: 1.1em;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navcontainer ul ul { 
	font-size: 1em;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	font-size: 1em;
	display: block;
	padding: 5px 5px 5px 50px;
	color: #000;
	background-color: #dddddd;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover {
	font-size: 1em;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#navcontainer ul ul ul { 
	font-size: 1em;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	font-size: 1em;
	display: block;
	padding: 5px 5px 5px 100px;
	color: #000;
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul a:hover {
	font-size: 1em;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#colorbar-container {
	height: 0px;
	font-size: 1.1em;
	background-color: navy;
	padding: 0px 0px 0px 0px;
}
#colorbar-container a:link {
	color: #ffffff;
	text-decoration: none;
}
#colorbar-container a:visited {
	color: #ffffff;
	text-decoration: none;
}
#colorbar-container a:active {
	color: #ffffff;
	text-decoration: none;
}
#colorbar-container a:hover {
	color: #cccccc;
	text-decoration: none;
}
#middle-container {
	background-color: #ffffff;
	text-align: left;
}
#content-container {
	font-size: 1em;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content-container p {
	color: #333333;
	line-height: 1.55;
}
#displaysubsubcats p {
	font-size: 2em;
	color: black;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
} 

#subsubcats a:link {
	font-size: 2em;
	color: red;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
} 
#subsubcats a:active {
	font-size: 2em;
	color: red;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
} 
#subsubcats a:visited {
	font-size: 2em;
	color: red;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
} 
#subsubcats a:hover {
	font-size: 2em;
	color: red;
	background-color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
} 

#subcats a:link {
	font-size: 2em;
	color: red;
	font-weight: bold;
	text-decoration: none;
} 
#subcats a:active {
	font-size: 2em;
	color: red;
	font-weight: bold;
	text-decoration: none;
} 
#subcats a:visited {
	font-size: 2em;
	color: red;
	font-weight: bold;
	text-decoration: none;
} 
#subcats a:hover {
	font-size: 2em;
	color: red;
	background-color: #cccccc;
	font-weight: bold;
	text-decoration: none;
} 

#bottom-container {
	font-size: 1.1em;
	background-color: navy;
	padding: 10px 0px 10px 0px;
}
#bottom-container a:link {
	color: #ffffff;
	text-decoration: none;
}
#bottom-container a:visited {
	color: #ffffff;
	text-decoration: none;
}
#bottom-container a:active {
	color: #ffffff;
	text-decoration: none;
}
#bottom-container a:hover {
	color: #cccccc;
	text-decoration: none;
}
#ethosite-container {
	font-size: 1.1em;
	background-color: navy;
	padding: 10px 0px 10px 0px;
}
#ethosite-container a:link {
	color: #ffffff;
	text-decoration: none;
}
#ethosite-container a:visited {
	color: #ffffff;
	text-decoration: none;
}
#ethosite-container a:active {
	color: #ffffff;
	text-decoration: none;
}
#ethosite-container a:hover {
	color: #cccccc;
	text-decoration: none;
}
#footer-container {
	font-size: 1em;
	text-align: left;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#footer-container p {
	color: #333333;
	margin-top: 24px;
}
#footer-container a:link {
	color: navy;
}
#footer-container a:visited {
	color: navy;
}
#footer-container a:hover {
	font-size: 1em;
	background-color: navy;
	color: #ffffff;
}
iframe {
	margin-top: 1px; 
	margin-bottom: 1px; 
	margin-right: 0px; 
  	height:auto; 
	width:100%; 
}

#bigpic {
	float: right; 
	margin-bottom: 30px;
}
.bigpic {
	font-size: .85em;
	color: #006666;
	font-weight: bold;
} 
.bigpic p {
	font-size: .85em;
	color: #006666;
	font-weight: bold;
	padding: 0px 2px 0px 20px;
} 
.bigpic img {
	margin-top: 3px; 
	margin-bottom: 3px; 
	width: 100%;
	height: auto;
}

.redheader {	
	font-size: 1.1em;
	color: red;
}

.redtext {	
	font-size: 1em;
	color: red;
}

.navyheader {	
	font-size: 1.1em;
	color: navy;
}
.navytext {	
	font-size: 1em;
	color: navy;
}

p {	
	font-size: 1em;
	color: navy;
	line-height: 1.55;
}
ul {	
	font-size: 1em;
	color: navy;
	line-height: 1.55;
}
h1 {	
	font-size: 1.5em;
	color: navy;
	line-height: 1.55;
	font-weight: bold;
	text-align: center;
	margin-top: -10px;
	margin-bottom: -10px;
}
h2 {	
	font-size: 1.2em;
	color: navy;
	line-height: 1.55;
	font-weight: bold;
	text-align: center;
}
h3 {	
	font-size: 1em;
	color: navy;
	line-height: 1.55;
	font-weight: bold;
}
h4 {	
	font-size: 1em;
	color: navy;
	line-height: 1.55;
	font-weight: bold;
}
h5 {	
	font-size: 1em;
	font-style: italic;
	color: navy;
	padding: 0px 5px 0px 5px;
	line-height: 1.55;
	margin-top: -10px;
}
a:link {	
	text-decoration: none;
	font-size: 1em;
	color: navy;
	line-height: 1.55;
}
a:active {	
	text-decoration: none;
	font-size: 1em;
	color: navy;
	line-height: 1.55;
}
a:hover {	
	text-decoration: underline;
	font-size: 1em;
	color: navy;
	line-height: 1.55;
}
a:visited {	
	text-decoration: none;
	font-size: 1em;
	color: navy;
	line-height: 1.55;
}

hr {
	border-color: navy;
	border-style: none none dotted;
	border-width: 1px;
	text-align: left;
	width: 100%;
}

img {
	width: 100%;
	height: auto;
}

.topleft {
	position: absolute;
	margin-top: -330px; /* -170  this adjusts the graphic  */
	margin-bottom: 10px; 
	margin-left: 0px;  /* 766  this adjusts the graphic */
	margin-right: 0px; 
	font-style: bold;
	font-color: navy;
	font-size: 1.1em;
}

.topleft a:link {
	text-decoration: none;
	margin-top: 0px; /* -170  this adjusts the graphic  */
	margin-bottom: 0px; 
	margin-left: 100px;  /* 766  this adjusts the graphic */
	margin-right: 0px; 
}

.bottomleft {
	position: absolute;
	margin-top: -60px; 
	margin-bottom: 10px; 
	margin-left: 0px;  
	margin-right: 0px; 
}

#bigtext {	
	font-family: arial, helvetica;
	font-size: 1.2em;
	line-height: 1.55;
	color: navy;	
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}

#bigicon img {
	margin-top: -20px;  
	margin-left: -20px;  
	margin-right: 10px; 
	margin-bottom: 50px; 
	width: 146px;
	height: 146px;
}


#bigtext1 {	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	color: navy;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px; 
	margin-bottom: 30px;
}


#bigcta {
	margin-top: -150px; 
	margin-left: 150px; 
	margin-right: 0px; 
	margin-bottom: 30px; 
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	background-color: #2eb82e;
	width: auto;
	height: 50px;	
}

#bigcta a:link {
	font-style: normal;
	text-decoration: none;
	color: white;
	background-color: #2eb82e;
}

#bigcta a:hover {
	font-style: normal;
	text-decoration: none;
	background-color: white;
	color: #2eb82e;
}

#bigcta a:visited {
	font-style: normal;
	text-decoration: none;
	color: white;
	background-color: #2eb82e;
}




#bigicon1 img {
	margin-top: -20px;  
	margin-left: -20px;  
	margin-right: 10px; 
	margin-bottom: 50px; 
	width: 146px;
	height: 146px;
}


#bigcta1 {
	text-align: center;
	margin-top:  30px;
	margin-left: 20px;
}

#bigcta1 a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: white;
	text-decoration: none;
	background-color: #2eb82e; 
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
}

#bigcta1 a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: white;
	text-decoration: none;
	background-color: #2eb82e; 
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
}

#bigcta1 a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #2eb82e; 
	text-decoration: none;
	background-color: white;
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
}


#escta {
	text-align: center;
	margin-top: -20px; 
	margin-left: 0px;  
	margin-right: 0px; 
	margin-bottom: 50px; 
}

#escta a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	color: white;
	background-color: navy;
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
	width: 200px;
	height: 30px;	
}

#escta a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	color: white;
	background-color: navy;
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
	width: 200px;
	height: 30px;	
}

#escta a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: navy;
	text-decoration: none;
	background-color: white;
	padding: 10px 10px;	
	border-spacing: 20px 0px;
	border-radius: 5px; 
	border: 1px solid black; 
	width: 200px;
	height: 30px;	
}


table.tableid3 th, td { vertical-align: top; }
table.tableid3 th, td { align: left; }
table.tableid3 { background-color: lightgray; }   
table.tableid3 { border-collapse: separate; }   
table.tableid3 { border-spacing: 3px 3px; }
table.tableid3 { border-radius: 5px; }
table.tableid3 { margin: 0 auto; }
table.tableid3 { width: 250px; }
table.tableid3 { height: 250px; }
table.tableid3 { border: 1px solid gray; }



