/**********************************************************/
/* Body and Main Section (Center in page)                 */
/**********************************************************/

.testing ul {
  list-style-type: none;
  margin: 0px 0px 20px 0px;
  padding: 0;
}

.testing ul li {
  display: inline-block;
}

.testing li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 1px 8px;
  text-decoration: none;
}

.testing li a:hover {
  background-color: #555;
  color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/**********************************************************/
/* Body and Main Section (Center in page)                 */
/**********************************************************/
body {
  xx-background-color: #F7FFD1;  /* Green background */
  background-color: #FFFFFF;  /* White Background */
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #444;
}

body div:first-child {}
.center-page {
  width: 920px;
  margin: auto;
  background-image: url('/images/page_bkg.jpg');
  background-size:100% 100%;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/**********************************************************/
/* Navigation Related Markup                              */
/**********************************************************/
nav ul {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0;
  text-align: right;
}

nav ul li {
  display: inline-block;
  height: 54px;
}

nav ul li:first-child {
  float: left;
  width: 100px; 
}
nav ul li:first-child  a{
  width: 250px;
  background-image: url('/images/home_menu.png'); 
  background-repeat: no-repeat;
}
nav ul li:first-child  a:first-line {
  color: #fff;
}

nav li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
}

nav li:last-child a {
  background-color: #AF8BB9;
  color: white;
  padding: 10px 16px;
  margin: 0px 10px; 
  border-radius: 20px;
}

nav li a:hover {
  background-color: #555;
  color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/**********************************************************/
/* Header Styles */
/**********************************************************/
header {
  position: relative;
  width: 960px;
  height: 400px;
  left: -20px;
  background-image: url('/images/header-3.jpg');
  box-shadow: 0px 25px 25px #7e9643;
}

header h1 {
  color: white;
  padding: 20px 40px 40px 40px;
  text-align: right;
  text-shadow: 0px 1px 2px #000;
}

.round-images ul {
  position: relative;
  left: -20px;
  list-style-type: none;
  padding: 0 0 0 30px;
  margin: 0 0 0 0;
  
  height: 80px;
  width: 960px;
}

.round-images ul li {
  display: inline-block;
  position: relative;
  top: -70px;
  margin-left: 20px;
}


.round-images ul li a{
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
}

.round-images li a {
  display: table-cell;
  color: red;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

/**********************************************************/
/* 1 Column Article Section                               */
/*  Dark GreenL 7e9643    Brown: 754d43                   */
/**********************************************************/
.singlecolumn article  {
  display: inline-block;
  vertical-align: top;
  width: 898px;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  background-color: rgba(255,255,255,0.9);  x-rgba(247,255,209,.25); /* Background of page text */
  position: relative;
  box-shadow: 5px 5px 10px #7e9643;
  border: 1px solid #56682f;
  color: #56682f;
  
  
}
.singlecolumn article:first-child  {
  margin-left:0;
}
.singlecolumn article:last-child  {
  margin-right:0;
}

.singlecolumn article figure {
  margin: 0;
  padding: 0;
}

.singlecolumn h1  {
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;  
  color: #56682f; xx-xx: #7e9643;
  text-shadow: 2px 2px 5px #7e9643;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10px;
}

.singlecolumn article p {
  margin-top: 0;
}

/**********************************************************/
/* 3 Column Article Section                               */
/*  Dark GreenL 7e9643    Brown: 754d43                   */
/**********************************************************/
.column3 article  {
  display: inline-block;
  vertical-align: top;
  width: 268px;
  height:265px;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  background-color: rgba(247,255,209,.5);
  position: relative;
  box-shadow: 5px 5px 10px #7e9643;
  border: 1px solid #56682f;
  color: #56682f;
}
.column3 article:first-child  {
  margin-left:0;
}
.column3 article:last-child  {
  margin-right:0;
}

.column3 h1  {
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;  
  color: #56682f; xx-xx: #7e9643;
  text-shadow: 2px 2px 5px #7e9643;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 105px;
}

.column3 article p {
  margin-top: 0;
}

.column3 article a 
{
    position: absolute;
    bottom: 10px;
    padding: 10px;
    background-color: #56682f;
    color: rgb(247,255,209);
    text-decoration: none;
}
