/*  CSS style file written by Anne Hicks for WyvernHealth.Com */
/*  These are the sections for Screen layout: 
#d3ffa3 mid green
#ebffd5 pale green
#6eae42 dark green
#303030 mid grey 
#505050 another grey
#e0e0e0 darker grey
#1B2C11 very dark green
*/
body {
padding:15px 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#F0F9EB;
color:#303030;
}

a {
color:#1B2C11;
text-decoration:none;
border-bottom:1px dotted #6eae42;
}

a:hover {
color:#6eae42;
text-decoration:none;
border-bottom:1px solid #6eae42;
}

h1 {
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
color:#1B2C11;
border-bottom: 1px solid #D5D5D5;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
color:#1B2C11;

}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
color:#000000;
}

h4 {
margin:0 0 10px 0;
font-size:1.2em;
font-weight:normal;
color:#333;

}

h5 {
margin:0 0 10px 0;
font-size:1.0em;
font-weight:bold;
color:#000000;
}

h6 {
margin:0 0 10px 0;
font-size:0.9em;
font-weight:normal;
color:#000000;
}
h6 a {
color:#808080;
}

hr {
text-align: right;
height: 1px;
color: #6eae42;
border: none;
} /* For Internet Explorer */
html>body hr { margin-right: 0;  height: 1px; background-color: #6eae42; border: none; } /* For Gecko-based browsers */
html>body hr { margin-right: 0;  height: 1px; background-color: #6eae42; border: 0px solid #F00; } /* For Opera and Gecko-based browsers */






ul {
list-style:url(images/bullet.gif);
line-height:1.5em;
}

li ul{
list-style:url(images/bullet.gif);
line-height:1.5em;
margin-left:20px;

}

ol{
line-height:1.5em;
}

li ol{
list-style:lower-alpha;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}
p.center {
	text-align: center;}	
p.justify {
	text-align: justify;}	
h3.center {
	text-align: center;}	
	
/* This is the Main container section  */

#container {
margin:0 auto 20px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#ffffff;
}

/* Site title section */

#logo {
margin:15px 0 0 0;
}

#logo h1 a {
color:#505050;
background:inherit;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
margin:10px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover {
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:1.1em;
background:#ebffd5 url(images/corner.gif) top right no-repeat;
border:none;
}


.navitab:hover {
text-decoration:none;
color:#000000;
background:#d3ffa3 url(images/corner.gif) top right no-repeat;
border:none
}

.activenavitab {
padding:4px 8px 5px 8px;
color:#000000;
margin:0 0 5px 0;
font-size:1.1em;
text-decoration:none;
background:#d3ffa3 url(images/corner.gif) top right no-repeat;
border:none;
}
.activenavitab:hover{
color:#000000;
}

/* Header description */

#desc {
height:200px;
color:#000000;
padding:0;
background:#ffffff url(images/header.jpg) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 5px;
text-align:justify;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#000000;
}

#desc a {
color:#1B2C11;
background:inherit;
text-decoration:none;
border-color:#ffffff;
}

/* Header for inside pages */

#descinside {
height:50px;
color:#303030;
padding:0;
background:#d3ffa3;
clear:both;
margin:5px 0 15px 0;
}

#descinside p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#descinside h2 {
padding:15px 15px 0 15px;
color:#000000;
background:inherit;
}

#descinside a {
color:#1B2C11;
background:inherit;
text-decoration:none;
border-color:#ffffff;
}
/* Main content */

#main {
width:550px;
float:left;
padding:0 15px 0 0;
margin:0;
border-right:1px solid #6eae42;
}
#main li.new{
list-style-image: url(images/new.gif);
margin-left:-2px;
}

/* Sidebar */

#sidebar {
width:150px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
clear:both;
background:#fff;
padding:0;
margin:0;
border-top:2px solid #6eae42;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#6eae42;
}

#footer p {
color:#808080;
font-size:0.93em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
text-align:center;
}

/* Various classes */

.photo {
padding:2px;
margin:0 12px 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
vertical-align:top;
float:left;
}

.photo2 {
padding:2px;
margin:0 0 8px 0;
background-color:#ffffff;
float:left;
}

.right {
margin-top:-8px;
text-align:right;
float:right;
}

.block {
background:#ebffd5;
padding:10px;
}

.galleryleft {
	width: 250px;
	padding: 0 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: left;}
	
.galleryright {
	width: 250px;
	padding: 0 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: left;}
	
.galleryheader {
width:530px;
background:#f0f0f0;}
	

	
.sidelink {
text-align:left;
display:block;
width:140px;
background:#ebffd5 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#d3ffa3 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
color:#000000;
}

.sidelink2 {
text-align:left;
display:block;
width:130px;
background:#f2f2f2 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
margin-left:10px;
}

.sidelink2:hover {
background:#d3ffa3 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
color:#000000;
}

.hide {
display:none;
}

#newsletter_signup{
border:1px solid #e3e3e3;
background:#F0F0F0;
padding:10px;

}

#newsletter_signup fieldset{
margin:0 0 15px 0;
border:none;
padding:0;

}

#newsletter_signup fieldset label{
display:block;
margin: 0 0 3px 0;
font-weight:normal;
}
#newsletter_signup fieldset input{
width:120px;
padding:3px;
font-size: small;
border:none;
background:#e3e3e3 url(images/newsletter.jpg) repeat-x top;
border-bottom:1px solid white;
border-right:1px solid white;
}
#newsletter_signup fieldset input:focus{
background:#ffffff;

}
#newsletter_signup input.button{

border:none;
color:#000;
background:#333333 url(images/search-pale-grey.gif) no-repeat 0 top;
font: 100%  Arial, Helvetica, sans-serif;
height:22px;
width:55px;
text-align:center;

}

#newsletter_signup input.button:hover{
background:#333333 url(images/search-grey.gif) no-repeat 0 top;
color:#fff;

}

.searchform input.button{

border:none;
color:#000;
background:#ffffff url(images/search-pale-grey1.gif) no-repeat 0 top;
font: 100%  Arial, Helvetica, sans-serif;
height:22px;
width:55px;
text-align:center;
float:right;
margin-top:5px;
margin-bottom:20px;
}

.searchform input.button:hover{
background:#333333 url(images/search-grey1.gif) no-repeat 0 top;
color:#fff;

}

.searchform input.buttonresults{

border:none;
color:#000;
background:#ffffff url(images/search-pale-grey1.gif) no-repeat 0 top;
font: 100%  Arial, Helvetica, sans-serif;
height:22px;
width:55px;
text-align:center;



}

.searchform input.buttonresults:hover{
background:#333333 url(images/search-grey1.gif) no-repeat 0 top;
color:#fff;

}

table{
	width:100%;
	border-collapse:collapse;
	background:#fff;
	font-size:90%;
	border: 1px solid #333333;	
	margin-bottom:20px;
	}
	
	table th, table td{
	margin:0;
	padding:4px 4px 4px 4px;
	text-align:left;
	border: 1px solid #333333;
		}
		
		table th {
		background:#6eae42;
		color:white;
		}
		
		tr.odd {
	background: #b1c9e6;
	
}
tr.even {
	background: #fff;
	
}

td.left{
text-align:center;
padding:5px;
}

table ul{
margin-left:15px;
margin-bottom:0;
}

table.center td, table.center th{
text-align:center;
}


.login {
text-align:right;
}

a.imagelink{
border:none;
}
p.enlarge{
text-align:right;
font-weight:bold;
}

