/*  FULL BODY */
html {
       overflow-y: scroll;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #485E48;
	color: #000000;
}
body img {
	border: 0px;
	text-decoration: none;
}
/* MENU */

#menu {
  width: auto;
}
#menu ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	border: 0;
 	font-size: 14px;
  	font-family: Helvetica;
  	line-height: 1;
  	background: #485E48;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #273327;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#menu ul:before {
  	content: '';
  	display: block;
}
#menu ul:after {
  	content: '';
  	display: table;
  	clear: both;
}
#menu a,
#menu a:link,
#menu a:visited {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 -1px 1px #060706;
  border-right: 1px solid #273327;
}
#menu a:hover {
  color: #060706;
  text-shadow: 0 1px 1px #5e7b5e;
}

#menu li:first-child a:hover {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

#menu li.last a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#menu li {
  float: left;
}
#menu ul li ul {
	margin-left: -1px;
	padding: 0;
	position: absolute;
	top: 220px;
	width: 145px;
	display: none;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	z-index: 100;
}
#menu ul li ul li {
	display: block;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #273327;
}
#menu ul li ul li:last-child {
	border: none;
}
#menu ul li ul li a,
#menu ul li ul li a:link {
	display: block;
	width: 145px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	border-right: none;
}
#menu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/*  MAIN CONTAINER */
#container {
	margin: 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 90%;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	max-width: 1000px;
}
/* HEADER */
#banner {
	background-position: center;
	padding: 10px;
	background-color: #ffffff;
	background-image: url('../images/headbg.jpg');
	height: 125px;
	background-repeat: no-repeat;
	color: #000000;
}
.logo {
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	color: #485E48;
	background: transparent;
	text-decoration: none;
	text-align: center;
	font-size: 225%;
    margin-top: 1px;
	font-family: 'Della Respira', serif;	
}

/* SITE LINKS */
a:link {
	font-weight: 500;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	font-weight: 500;
	color: #004145;
	/*color: #000000;*/
	background: transparent;
	padding: 0px;
	text-decoration: underline;
	
}
a:hover {
	font-weight: 500;
	text-decoration : none;
	background: #C8DEC8;
	color: #000000;
}

.logo a, .logo a:hover {
	text-decoration: none;
	color: #485E48;
	background: transparent;
}

/*
a:active {
	font-weight: 500;
	text-decoration : underline;
	color: #000000;
}
*/



/* COLUMN WRAPPER */
#column-wrapper {
	clear: both;
}
/* MAIN CONTENT AREA */
#content {
	margin-right: 240px;
	margin-left: 0px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
}
/* SURNAME LIST */
#surnames {
/*  border: 1px solid #485E48;
	border-radius: 8px; */
	text-decoration: none;
	width: 80%;
	margin-left: 78px;
	margin-top: 30px;
}
#surnames ul {
	display:inline-block;
    list-style-type: none;
    float:none;
}
/* RIGHT COLUMN */
.heading {
	font-family: 'Della Respira', serif;
	font-weight: 700;
	color: #485E48;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 7px 0 7px 0px;
    text-align: center;
	font-size: .9em;
}
.heading2 {
	font-family: 'Della Respira', serif;
	font-weight: 700;
	color: #485E48;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 7px 0 7px 15px;
	font-size: .9em;
}
#rightcol {
	color: #000;
	padding: 10px;
	margin: 10px;
	border: 1px solid #485E48;		
	float: right;
	background-color: #ffffff;
	width: 200px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0px 0px 20px #A5A172;	
}
#rightcol ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
#rightcol ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
#rightcol ul li a {
	font: normal .85em Arial;
	color: #000000;
	display: block;
	padding: 5px 0;
	line-height: 12px;
	padding-left: 25px;
	text-decoration: none;
	background: none;
}
#rightcol ul li a:visited {
	color: #000000;
}
#rightcol ul li a:hover {
	color: #000000;
	background: #A3CEA3
}
/* FOOTER */
#footer {
	border-top: 2px solid #485E48;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	font-size: 80%;
	font-weight: normal;	
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
hr {
	width: 90%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
#footer-logo {
	background-position: center;
	background-color: #ffffff;
	background-image: url('../images/logogreen.gif');
	height: 18px;
	background-repeat: no-repeat;
	color: #000000;
}
/* HEADER TAGS */
h1, h2, h3, h4 {
	color: #485E48; /*dk green*/;
	background-color: inherit;
	font-family: 'Della Respira', serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/* MISC STYLES */
.center {
	text-align: center;
}
.no-margin {
	margin: 0px;
}
.smtxt {
	font-size: small;
}


#email {

	padding-top: 40px;
	background-color: transparent;
	text-decoration : none;
	color: #000000;
	position: absolute;
	margin-left: 240px;
	}
	
#email a:hover {
     text-shadow: none;
	 text-decoration : none;
	 background: #ffffff
	}
	
.centertable {
    margin-left:auto; 
    margin-right:auto;
  }
  
.tll {
	font-size: 1.2em;
	padding: 10px;
	color: #485E48; /*dk green*/
	background-color: inherit;
	font-family: 'Della Respira', serif !important;
}
  
  