body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	text-align: justify;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.imgleft {
	float: left;
}
span.imgright {
	float: right;
}

.center {
text-align: center;
}

.warning {
	text-align: center;
	color: black;
	font-size: 12px;
	width: 600px;
	padding: 5px;
	background-color: #99FF99;
	border: 1px solid #006600;
	margin:0px auto;
}

td.guestbook {
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
}

td.guestbookheading {
	text-align: right;
	margin-bottom: 4px;
}

.guestbookreply {
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	font-style: italic;
}

.guestbookdate {
	color: gray;
	font-size: 10px;
	text-align: right;
	font-style: italic; 
	border-bottom: 1px solid black;
	width: 150;
}

.guestbookname {
	color: #006600;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid black;
}

.guestbookcomments {
	color: black;
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.guestbooktitle {
	color: gray;
	font-size: 12px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 150;
}

ul.menubullets {
	list-style-type: none;
/*	column-count: 2;*/
	margin-top: 6px;
	margin-bottom: 0px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	padding-left: 3px;
	padding-right: 4px;
}

h1.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 3px;
	padding-right: 4px;
}

div#pagebody {
	width: 740px;
	padding-left: 3px;
	padding-right: 4px;
}

div#pagebody span img {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.linklist {
	text-align: left;
	color: black;
	font-size: 12px;
}

.linklistcell {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.welcome1, .welcome2, .welcome3
{
}

.welcome1
{
	background-image: url(/hedgehogs/images/layout/welcome_01.png);
}

.welcome2
{
	background-image: url(/hedgehogs/images/layout/welcome_02.png);
}

.welcome3
{
	background-image: url(/hedgehogs/images/layout/welcome_03.png);
}

.dykcell
{
	background-image: url(/hedgehogs/images/layout/dyk_header_02.png);
	text-align: center;
	vertical-align: middle;
	color: gray;
}


.linkdescription {
	text-align: left;
	color: gray;
	font-size: 12px;
}

.announce {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: red;
	width: 740px;
	margin-left: 3px;
}

/* privacy policy */

.privacybox {
	text-align: left;
	color: black;
	font-size: 9px;
	width: 700px;
	padding: 5px;
	background-color: #CCFFCC;
	border: 1px solid #339933;
	margin:0px auto;
}

.privacyheader {
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   text-decoration: underline;
}

.privacysubheader {
  padding-left: 5px;
  margin-bottom: 5px;
}

td.privacycell {
   font-size: 9px;
   padding-top: 5px;
   vertical-align: top;
   width: 50%;
}
.privacylist {
  padding-left: 10px;
  list-style-type: none;
}

/* form styles */

fieldset#formwrap { 
 /* background-color : #fefefe; */
 border: 0;
}

fieldset { 
  border: lightgray 1px solid;
  width: 500px;
  text-align: left;
  padding-top:5px;
  padding-bottom:10px;
  margin-top: 4px;
  margin-bottom: 4px;
}

legend, dt { 
  font-weight : bold; 
  color : #666;
}

label { 
  color : #009900;
  white-space: nowrap;
}

input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Arial', sans-serif; 
  color : #666; 
  padding : 2px; 
  border-bottom : 1px dashed gray;
  border-left: none;
  border-right: none;
  background-color : #ffffff;
}

input.med, input.short
{
  border-top : none;
}

select.med, textarea.textbox {
  border-top : 1px dashed gray;
}

input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border-bottom : 1px dashed #000;
}

select.med:hover, textarea.textbox:hover, select.med:focus, textarea.textbox:focus, select.med.hover, textarea.textbox.hover, select.med.focus, textarea.textbox.focus {
  border-top : 1px dashed #000;
}

.msgsenttitle
{
  color: gray;
  width: 150px;
}

/* Lightbox thumbnails */

.thumbnail{
	padding: 3px 3px 8px 3px;
	/*background-color: #aaaaaa;*/
	/*border: 1px solid #2a2a2a;*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}


/* Dropdown Menu */

a#nav {
	color: #000000;
	text-decoration: none;
}
a:hover#nav {
	text-decoration: underline;
}

ul#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;

}

li.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	position: relative;
	/*width: 5em;*/
	/*padding-left: 2px;
	padding-right: 2px;*/
	/*margin-left: 5px;
	margin-right: 5px;*/
	text-align: left;
	cursor: default;
	background-image: url(/hedgehogs/images/layout/white_80pc.png);
	/* background-color: white; */
	/*border: 1px solid #7d6340;*/
	/*border-width: 1px 0;*/
}

li.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	position: relative;
	/*width: 5em;*/
	/*padding-left: 2px;
	padding-right: 2px;*/
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	cursor: default;
	/*background-image: url(/hedgehogs/images/layout/white_80pc.png);*/
	/*background-color: white;*/
	/*border: 1px solid #7d6340;*/
	/*border-width: 1px 0;*/
	display: block;
	float: none;
	background-color: transparent;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -40;

	font-weight: normal;
	/* background: url(/hedgehogs/images/layout/dropdown.png) bottom left no-repeat;*/
	background-image: url(/hedgehogs/images/layout/white_90pc.png);
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	border-bottom: solid 1px #c3c3c3;
	white-space:nowrap;
	list-style-type:none;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
}

li:hover ul, li.over ul {
	display: block;
}

#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	/*text-decoration: underline;*/
	background-image: url(/hedgehogs/images/layout/white_95pc.png);
}