body {
background-color: #4b75ac;
background-image: url(images/blue_sky_background.jpg);
background-repeat: no-repeat;
background-position: top left;
font-size: 80%;
font-family: Verdana, Arial, Sans-Serif;
color:#555;
padding:0px;
margin:20px;
}
strong {
	font-weight: bold;
	color: #444;
}

a {color: #326822;}
a:visited {color:#326822;}
a:hover {color: #8b0000;}
a:active {color:#326822;}

h1 {
font-size: 1.9em;
font-weight: normal;
font-family: Verdana, Arial, Sans-Serif;
padding: 20px 10px 10px 25px;
margin:0px;
}

h2 {
font-size: 1em;
font-weight: normal;
padding: 25px 0 0 25px;
margin: 0;
}

h3 {
font-size: 0.95em;
font-weight: normal;
color: #fff;
background-color: #326822;
padding:5px 15px;
margin:0px;
}
h4 {
font-size: 1em;
font-weight: lighter;
font-style: italic;
padding: 10px 0 0 25px;
margin:0px;
}
h6 {
font-size: 1em;
font-weight: strong;
padding: 25px 0 0 25px;
margin:0px;
}



/* ----------container to center the layout---------- */
#container {
	background-color: #fff;
	width: 800px;
	padding:15px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #bedd87;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: 20px;
} 

/* ----------banner for logo-------------- */
#banner {
	background-color: #81aa39;
	height: 117px;
	-moz-border-radius: 10px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#banner img {
	padding:10px 7px;
	border: none;
	float: left;
} 
#banner h1 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	color: #fff;
	font-weight: bold;
	padding: 40px 20px 0 0;
	font-stretch: wider;
	font-size: 2.5em;
	text-align: right;
}


/* --------------top navi------------- */
#topnav {
background-color: #326822;
margin: 0px;
padding: 4px;

}

#topnav ul {
list-style: none;
margin: 0px;
padding: 0px;
text-align: center;
}

#topnav li {
display: inline;
}

#topnav a:link, #topnav a:visited {
padding: 4px 20px 4px 20px;
border-right: 1px solid #bedd87;
color: #fff;
background-color: #326822;
text-decoration: none;
}
.topnavfirst {
	border-left: 1px solid #bedd87;
}

#topnav a:hover {
	color: #fff;
	background-color: #81aa39;
}

/* ----------------- main ------------------- */
/* A container for left and content with background colour that
   shines through the left layer */
#main {
	background-color: #bedd87;
	margin: 10px 0px 0px 0px;
}

/* --------------left navi------------- */


 #left {
 width:180px; 
 float:left; 
 position:relative; 
 background-color: #bedd87;
 }

#leftnav ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 0.95em;
}

#leftnav li {
border-bottom: 1px solid #326822;
}

#leftnav li a:link, #leftnav a:visited {
display: block;
padding: 8px;
color: #326822;
text-decoration: none;
}

#leftnav li a:hover {
color: #fff;
background-color: #81aa37;
}

#leftnavns ul {
	background-color: #81aa37;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

#leftnavns li {
border-bottom: 1px solid #326822;
}

#leftnavns li a:link, #leftnavns a:visited {
display: block;
padding: 8px;
color: #fff;
text-decoration: none;
}

#leftnavns li a:hover {
color: #bedd87;
background-color: #326822;
}

#leftnavtop ul {
	background-color: #326822;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

#leftnavtop li {
border-bottom: 1px solid #326822;
display: block;
padding: 8px;
color: #fff;
text-decoration: none;
}

#leftnavblank ul {
	background-color: #bedd87;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

#leftnavblank li {
border-bottom: 1px solid #326822;
display: block;
padding: 8px;
color: #fff;
text-decoration: none;
}

#leftnavblank a {
color: #bedd87;
}

/* -----------------content--------------------- */
#content{
	background-color: #fff;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
}
 
#contenttop{
float:left;
margin-bottom: 20px;
margin-top:15px;
margin-left: 25px;
}

#contenttop img {
	clear:left;
	padding: 5px;
	border: 1px #000 solid;
	}

p{
	padding: 5px 10px 0 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
}


.clear{
clear:none;
}

#gallery {
	padding: 0;
	margin: 0;
}


#content img {
	clear:left;
}
#content ul {
	padding: 0 10px 0 50px;
}
#content li {
	line-height: 1.4em;
}
.credit {
	font-size: 0.85em;
	text-align: right;
}
.fieldNameCSS{
margin-left:25px;
}

#buttons {
 width:350px; 
 background-color: #bedd87;
 margin:10px 0 10px 25px;
 }
 
 #buttons:hover {
 background-color:#81aa39
 }

#buttons ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 1.2em;
}

#buttons ul strong {
color: #326822;
}

#buttons ul strong:hover {
color:fff;
}

#buttons li {
padding: 0px;
}

#buttons li a:link, #buttons a:visited {
display: block;
color: #326822;
text-decoration: none;
padding:10px;
}

#buttons li a:hover {
color: #fff;
}



/*  ----------------footer---------------------- */ 
#footer {
clear: both;
margin:0;
padding: 0;
text-align: center;
}
.quotes {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.tabletext {
	text-align: center;
	text-decoration: none;
	outline:none;
}

.tabletext a:link, .tabletext a:visited {
text-decoration: none;
	outline:none;
}

.tabletext a:hover {
text-decoration: none;
	outline:none;
}

.tabletext img {
text-decoration: none;
	border:none;
}