html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

* {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

html,body {
    height:100%;
    font-family: "freight-sans-pro",sans-serif;
    color: #474747;
}

p {
	line-height: 25px;
	font-size: 18px;
}

#upper {
	height: 22%;
	min-height: 160px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0; 

}

#upper, #lower {
	min-width: 700px !important;
	position: relative;
}

#upper #headline {
	max-width: 820px;
	margin: auto;
}

#upper #logo {
	width: 75px;
	height: 74px;
	float: left;
	display: inline;
	margin: 40px 40px 0 0;
	background:#15A740;
    animation: logo 20s;
    -moz-animation: logo 25s infinite; /* Firefox */
    -webkit-animation: logo 25s infinite; /* Safari and Chrome */
}

@-moz-keyframes logo /* Firefox */ {
	0%   {background:#15A740;}
	28%   {background:#15A740;}
	33%  {background:#89673b;}
	63%  {background:#89673b;}
	68%   {background:#0083ff;}
	96%   {background:#0083ff;}
	100%   {background:#15A740;}
}
 
@-webkit-keyframes logo /* Firefox */ {
	0%   {background:#15A740;}
	28%   {background:#15A740;}
	33%  {background:#89673b;}
	63%  {background:#89673b;}
	68%   {background:#0083ff;}
	96%   {background:#0083ff;}
	100%   {background:#15A740;}
}

#upper h1 {
	font-weight: normal;
	padding-top: 60px;
}

#lower {
	width: 100%;
	height: 78% !important;
}

#lower section {
	margin-right: 0px !important;
	float: left;
	vertical-align: top;
}

#lower section h2 {
	font-size: 24px;
	padding: 20px 20px 0px 20px;
}

#lower section p {
	padding: 14px 20px 10px 20px;
}

#lower section ul {
	margin-top: 20px;
	list-style: none;
	border-top: 1px solid #e0e0e0;
}

#lower section li {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

a {
	color: #000000;
} 

#lower section li a {
	width: 100%;
	display: inline-block;
	padding: 20px !important;
	height: 100%;
	font-weight: 600;
	text-decoration: none;
	color: #474747;
}

#about {
	width: 34%;
	padding-bottom: 30px; 
}

#about h2 {
	color: #0083ff
}

#about p img {
	float: right;
	width: 40%;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.centered {
	text-align: center;
}

.centered a {
	text-decoration: none;
	padding: 10px;
	width: 70%;
	margin: auto;
	display: block;
	margin-bottom:-10px; 
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

.centered a:hover {
	background: #e0e0e0;
}

#blog {
	width: 33%;
}

#blog h2  {
	color: #15A740
}

#blog ul a:hover  {
	color: #15A740;
	background: #e0e0e0;
}

#articles {
	width: 33%;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

#articles h2 {
	color: #89673b
}

#articles ul a:hover  {
	color: #89673b;
	background: #e0e0e0;
}

#about-wrap {
	max-width: 650px;
	min-width: 500px;
	margin: auto;
	padding: 30px;
}

#about-wrap img {
	width: 100%;
}

#about-wrap #logo {
	width: 50px;
	height: 49px;
	float: left;
	display: inline;
	margin: -5px 20px 0 0;
	background:#0083ff;
}

#about-wrap h1 {
	margin-top: 30px;
}

#about-wrap h2 {
	margin: 30px 0 -5px 0;
}

#about-wrap p {
	margin: 20px 0;
}

#about-wrap p.caption {
	margin: 5px 0 20px 0;
	text-align: center;
	font-style: italic;
	color: #888888;
}









