﻿
body { font-family: verdana, arial, courier }

p { font-size: 18px}
p { line-height: 1.2 }
p { text-indent: 0px }
p { padding-right: 25px }
p { padding-left: 25px }

h1 { color: #007500; font-weight: bold; text-align: center; font-size  : 30px; padding-top: 15px; padding-bottom: 10px }
h2 { color: #007500; font-size  : 20px; text-align: left  ; padding-left : 25px }
h3 { color: #990033; font-size  : 15px; text-align: left  ; text-transform: uppercase ; padding-left : 25px }
H4 { color: #990033; font-size  : 15px; text-align: center; text-transform: uppercase  }
 
aside.right-side {  float: right; padding-top: 5px; margin-top: 5px; margin-right: 25px; margin-left: 25px }
aside.left-side  {  float: left ; padding-top: 5px; margin-top: 5px; margin-right: 25px; margin-left: 25px }

div.people { width: 660px; margin-left: auto; margin-right: auto; color: #990033; text-align: center; font-weight: bold }
div.action { width: 660px; margin-left: auto; margin-right: auto; color: #007500; text-align: center; font-weight: bold }
div.center { margin-left: auto; margin-right: auto; text-align: center; font-weight: bold }

.container {
	
    width           : 960px;
	background-color: #FFFFDD;
	margin          : 0 auto;
	border          : solid 5px #007500;
	padding-top     : 5px;
	padding-bottom  : 5px;
	padding-left    : 5px;
	padding-right   : 5px;
	z-index         : 2	
   }

/* For links in text */
.mainbody {
	background-color: #104c2c;
	margin: auto;
} 

a.maintext {
	color:        #007500;
	padding-left : 0px;
	padding-right : 0px;
	margin-right: 0px;
	font-weight: normal;
}

a.maintext:link {
   color:        #007500;  
   /* border: solid #007500 2px; */ 					 
   text-decoration: underline; 
   }

a.maintext:hover { 
   color      : #007500;  
   /* border: solid #990033 2px; */ 
   text-decoration: none; 
}

a.maintext:visited  { 
   color      : #FF7F00;  
   /* border: solid #990033 2px; */					 
   text-decoration: none; 
}

/* Unknown! */
.clear {
  clear: both;
}

/* Static Menu Bar Properties */
.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #007500;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  font-weight: normal;
  font-size: 16px;
  /*
  box-shadow:  0px -2px 3px -1px rgba(0, 0, 0, 1);
  */
}

.navigation li {
  float: left;
}

.navigation li:hover {
  background: #104c2c;
}

.navigation li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 0 0 5px;
}

.navigation li a {
  display: block;
  padding: 0 19px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
}

.navigation ul {
  display: none;
  position: absolute;
  list-style: none;
  margin-left: -3px;
  padding: 0;
  overflow: hidden;
}

.navigation ul li {
  float: none;
}

/* Entire Drop down portion */
.navigation li:hover > ul {
  display: block;
  background: #104c2c;
  border: solid 3px #fff;
  border-top: 0;
  
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  
  -webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.navigation li:hover > ul li:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* Selected Menu Item */
.navigation li li a:hover {
  background: #0e3d24;
}

.navigation ul li:last-child a,
.navigation ul li:last-child a:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
