﻿html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	font-size: 100%; 
	background-color: #f7f7f7;
}

header {
	max-width: 100%;
	height: auto;
	padding: 10px;
	background-color: #4b9560;
}

/* nav */
#nav {
	max-width: 100%;
	color: #fff; 
  	margin: 0;
  	padding: 0;
	background-color: #2a2a2a;
	text-transform: uppercase;
  	font-family: Verdana,Geneva,sans-serif; 
	overflow: hidden;
}

#nav ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	background-color: #2a2a2a;
  	color: #fff;
  	font-size: 13px; 
  	font-weight: 400;
  	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#nav button {
  height: 40px;
  background-color: #2a2a2a;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px; 
  font-weight: 400;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#nav button:focus, #nav button:visited { outline: 0; }

#nav li {   float: left; }

#nav li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#nav li a:hover, #nav button:hover, #nav .dropdown:hover .dropbtn {
  background-color: #e64946;
  display: block;
}

#nav li.dropdown {
  display: block;
}

#nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #2a2a2a;
  min-width: 160px;
  width: auto;
}

#nav .dropdown-content a {
  color:  #fff;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 0;
}

#nav .dropdown-content a:hover  {background-color:  #e64946}

#nav .dropdown:hover .dropdown-content {
  display: block;
  z-index: 1;
}
/* end of nav */

body {
	max-width: 1024px;
	width: 100%; 
	margin:0 auto;
	background-color: white;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px; 
	font-size: 0.9375rem; 
	line-height: 1.6; 
	word-wrap: break-word;
 }

main {
	max-width: 100%;
	background-color: white;
	color: #282828;
	padding: 15px;
}

img {
	max-width: 100%;
    height: auto;
	border:0;
    margin: 10px;
	display: block; /* only for menu files */
}
    
p {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px; 
	font-size: 0.9375rem; 
  	margin: 10px;
  	line-height: 1;
  	word-wrap: break-word;
}

b, strong { font-weight: bold; }

a:link {
	color: #2b2b2b;
	font-weight: bold;
	text-decoration: underline; 
}
	
a:hover, a:focus, a:active {
	color: #e64946; 
	font-weight: bold;
	text-decoration: underline; 
}

a:visited {
	color: #444444; 
	font-weight: bold;
	text-decoration: underline; 
}


h1, h2, h3 { 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	margin: 10px;
}

h1 {
	font-size: 32px; 
	font-size: 2rem;	
	color: #e64946;
	line-height: 1.3; 
	font-weight: 700;
}

.h1 a:link, .h1 a:hoover, h1. a:active, h1. a:visited {
	color: #e64946;
	text-decoration: underline;
}

h2 {font-size: 24px; 
	font-size: 1.5rem;	
	color: #4b9560;
	line-height: 1.3; 
	font-weight: 400;
	font-weight: bold	
}

.h2 a:link, .h2 a:hoover, .h2 a:active, .h2 a:visited {
	color: #4b9560;
	text-decoration: underline;
}

h3 {font-size: 18px; 
	font-size: 1.3rem;	
	color: #2b2b2b;
	line-height: 1.3; 
	font-weight: 200;
	font-weight: bold	
}

.h3 a:link, .h2 a:hoover, .h2 a:active, .h2 a:visited {
	color: #2b2b2b;
	text-decoration: underline;
}

.new {
	color: #E64946;
	font-style: italic;
	font-weight: bold;
}

#blog {margin-left: 9pt; display:block; }
    
#blog a {
    color: #e64946;
    font-size: 1.1rem; 
    font-weight: bold; 
    font-style: italic;
    text-decoration: underline;
}
    
#blog a:hover {text-decoration: underline}
#blog a:focus {text-decoration: underline}

footer {
	max-width: 100%;
	color: #fff; 
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #282828;
  	text-align: center;
}

