﻿/* Layout CSS */
body {
	font: normal 1.0em/1.1em "Georgia", tahoma, sans-serif;
	color: #575757;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff url(images/background.jpg) repeat-x top
}
p, form {
	margin: 0
}
div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 848px
}
div#masthead {
	clear: both;
	padding-top: 8px
}
div#masthead .phone {
	background: url(images/h1.jpg) no-repeat;
	width: 316px;
	height: 295px;
	float: left
}
div#masthead .header {
	background: url(images/h2.jpg) no-repeat;
	width: 532px;
	height: 295px;
	float: left;
	z-index: 0
}
div#top_nav {
	display: block;
	height: 73px;
}
div#top_nav h1 {
	font-size: 2.6em;
	font-weight: normal;
	color: #363636;
	float: left;
	margin: 0;
	padding: 32px 0 15px 0
}
div#top_nav h1 span {
	color: #8b5228
}
div#top_nav ul {
	margin: 21px 0 0 0;
	float: right;
	list-style: none;
}
div#top_nav ul li {
	font-family: "Arial", tahoma, sans-serif;
	font-size: 12px;
	margin: 6px 0;
	float: left;
	font-weight: bold;
}
div#top_nav ul li a {
	padding: 10px 8px;
	text-decoration: none;
	color: #222222;
	display: block
}
div#top_nav ul li a:hover {
	background-color: #8b5228;
	padding: 8px 8px;
	text-decoration: none;
	color: #fff;
}
div#top_nav ul li.select a {
	background-color: #8b5228;
	padding: 8px 8px;
	text-decoration: none;
	color: #fff
}
div#page_content {
	clear: both;
	padding: 16px 0;
	font-size: 0.9em;
	min-height: 250px;
    height: auto !important;
    height: 250px;
}
div#page_content h2 {
	padding-top: 20px;
	font-size: 2.2em;
	font-weight: normal;
	color: #8b5228;
	line-height: 1.2em
}
div#page_content h3 {
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: normal;
	color: #8b5228
}
div#page_content ul {
	list-style-image: url(images/pc.gif);
}
div#footer {
	background-color: #d6d6d6;
	font-family: "Arial", tahoma, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 8px 0
}
div#footer ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	clear: both;
	width: 655px;
}
div#footer ul li {
	font-family: "Arial", tahoma, sans-serif;
	font-size: 12px;
	margin: 6px 6px;
	float: left;
	font-weight: bold;
}
div#footer ul li a {
	padding: 10px 10px 10px 0px;
	text-decoration: none;
	color: #222222
}
div#footer ul li a:hover {
	text-decoration: underline;
}
div#footer ul li.select a {
	padding: 10px 10px 10px 0px;
	text-decoration: underline;
}
.clear {
	clear: both
}
table {
	font-family: "Arial", tahoma, sans-serif;
	font-size: 12px;
}
td {
	vertical-align: top
}
.img-border {
	padding: 2px;
	border: 2px #ddd solid;
	margin-left: 24px;
	clear: both;
}
a.dettail, a {
	color: #8b5228
}
a.dettail:hover, a:hover {
	color: #000
}
.section-left {
	width: 50%;
	float: left
}
.section-right {
	width: 50%;
	float: right
}
div#photos {
	overflow: auto;
	z-index: 1000
}
div.photo {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
div.photo a img {
	border: 1px solid;
	padding: 1px;
}
p#turtles_caption {
	margin: 5px 0 0;
}
div#text a {
	font-weight: bold;
}
div#zoom h2 {
	margin: 10px 0 10px;
}
div#zoom p {
	line-height: 1.6;
}
td.td-background {
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	font-weight: bold;
	background: #f0f0f0
}
p.legend {
	font-family: "Arial", tahoma, sans-serif;
	font-size: 11px;
}
.legend img {
	margin-right: 4px
}
.form {
  float: left;
  padding: 0 10px 10px 10px;
}
.form label {
  float: left;
  width: 100px;
  padding: 10px 10px 0 0;
  font-weight: bold;
}
.form input {
  float: left;
  margin-top: 10px;
}
.form .submit {
  clear: both;
}
#msg {
  display: none;
  position: absolute;
  z-index: 200;
  background: url(images/msg_arrow.gif) left center no-repeat;
  padding-left: 7px;
}
textarea {
	margin: 0;
	padding: 0
}
#msgcontent {
  display: block;
  background: #f3e6e6;
  border: 2px solid #924949;
  border-left: none;
  padding: 5px;
  min-width: 150px;
  max-width: 250px;
}
h4.toggle {
  background: url(images/toggle.gif) no-repeat;
  padding: 4px 6px;
  margin: 0
}
h4.toggle a {
	color: #4e4e4e;
	text-decoration: none;
	background: url(images/disp.gif) no-repeat right;
	padding-right: 16px
}
h4.toggle a:hover {
	color: #4e4e4e;
	text-decoration: underline
}