﻿* {
}
body {
	background-color: #FFFFE1;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
#container {
	border: thin #CECAB9 solid;
	margin-right: auto;
	margin-left: auto;
	width: 1028px;
	font-size:0.875em; /* Browsers default to 16px.  This reduces that to more normal size of 14px.  16x.875=14 */
	background-color: #78B3DC;
}
html>body #container {
}
#header {
	padding: 0px;
	width: 1028px;
}
/* Paragraph with Mission statement */
#header p {
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 8px;
}
/* left and right padding plus width should equal 800 */
#navbar {
	clear: both; /*	padding: 4px 4px 4px 90px;
	width: 734px;   */;
	font-size: small;
	text-align: center;
	float: none;
}
html>body #navbar {
	overflow: hidden;
}
#navbar ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navbar li {
	float: left;
	display: block;
	border-left-color: #8CBEE2;
	border-left-style: solid;
	border-left-width: 1px;
}
#navbar a {
	color: #1C699D;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EEF5FA;
}
#navbar a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
#content {
	width: 1028px;
	position:relative;
}
html>body #content {
	overflow: hidden;
}
#content .backlink {
	margin-left: 20px;
	font-size: small;
}
/* Total width is left & right padding plus width plus l&r margins */
#leftcol {
	clear: both;
	float: left;
	width: 390px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	margin-top: 14px;
}
#leftcol p {
	padding: 0px 12px 0px 12px;
	font-style: italic;
	margin-bottom: 8px;
}
#leftcol ul {
	margin: 8px;
	padding-left: 26px;
	padding-right: 16px;
	line-height: 1.4em;
}
#leftcol h2 {
	font-family: Verdana;
	font-style: italic;
	margin-left: 8px;
	margin-bottom: 4px;
}
#leftcol h5 {
	margin-bottom: 8px;
	border-bottom: 1px #185F8D solid;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-style: italic;
}
#rightcol {
	float: left;
	width: 612px;
	margin-top: 15px;
	font-size: 14px;
	position: relative;
}
#morecol {
	float: left;
	width: 592px;
	margin-top: 25px;
	font-size: 12px;
	position: relative;
	margin-left: 20px;
	padding-top: 40px;
}
#full_gallery {
	float: left;
	width: 1028px;
	margin-top: 15px;
	font-size: 12px;
	position: relative;
}
h2 {
	font-size: xx-large;
	font-family: Verdana;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
}
h3 {
	font-size: x-large;
	font-family: Verdana;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 20px;
}
#full_intro {
	margin-left: 425px;
	padding-left: 10px;
	padding-right: 20px;
}
#full_intro p {
	margin-bottom: 4px;
}
#full_intro ul {
	margin-top: 8px;
	line-height: 1.4em;
}
#full_intro h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}
#rightcol #contactbox {
	margin-left: 200px;
	padding: 4px;
	background-color: #78B3DC;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
}
#rightcol a:link {
	color: #0000FF;
}
#intro {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#intro ul {
	list-style-type: none;
	margin-left: 40px;
	line-height: 1.5em;
	font-size: 14px;
}
#intro h2 {
	margin: 8px;
	padding-left: 8px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

/* This defines the area where all the thumbnails are to be displayed */
/* Gallery is the left side vertical gallery on the main page */
/* Gallery2 is the right side vertical gallery on the main page */
/* Gallery3 is the horizontal gallery on the main page */
/* Gallery_main is the big gallery on the Platters page */
#gallery {
	position: relative;
	width: 92px;
	float: left;
	clear: both;
	margin-left: 8px;
	margin-top: 5px;
}
#gallery2 {
	position: relative;
	width: 95px;
	float: left;
	margin-bottom: 0px;
	margin-top: 5px;
}
#gallery3 {
	position: relative;
	width: 594px;
	float: left;
	margin-top: 0px;
	margin-left: 8px;
}
#gallery_main {
	position: relative;
	width: 1000px;
	float: left;
	margin-top: 0px;
	margin-left: 8px;
}

/* This defines the area where the large version of the image is displayed */
#big {
	float: left;
	width: 387px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
	margin-left: 3px;
}
/* This describes how the first large image is to appear when the page first displays */
#big img {
	top: 10px;
	border: 1px black solid;
	padding: 5px;
	height: 375px;
	width: 375px;
	margin-bottom: 6px;
}
.thumbnail img {
	border: 1px #000000 solid;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#gallery3 .thumbnail img {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 2px;
}
#gallery_main .thumbnail img {
	padding: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 2px;
}

.thumbnail:hover{
	background-color:transparent;
}
/* The basic principle of a pop-up using CSS involves using the :hover attribute of an element to trigger a change in a nested element. In this case,
 hovering on the containing <span> tag causes another <span> tag nested inside to become visible and position itself over the text.
*/
/* The next two declarations are necessary for the pop-up to appear over the original link */
.thumbnail span{
	top: 0;
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	margin-left: 5px;
}
.thumbnail span img{ 
	border-width: 0;
	padding: 0px;
	width: 375px;
	height: 375px;
}
/* This is the code that makes the pop-up happen. This is triggered only when the mouse is hovered over the link itself or the resulting pop-up. 
	By setting display: block;, the menu becomes visible as a block, which is then positioned with the top and left elements. Setting the z-index
	high ensures that the pop-up will appear over rather than under other page elements. */ 
.thumbnail:hover span{
	visibility: visible;
	top: 6px;
	left: 101px; /*position where enlarged image should offset horizontally */;
	z-index: 60;
}
#gallery2 .thumbnail:hover span{
	visibility: visible;
	top: 6px;
	left: -390px; /*position where enlarged image should offset horizontally */;
	z-index: 60;
}
#gallery3 .thumbnail:hover span{
	border-style: none;
	visibility: visible;
	top: -389px;
	left: 100px; /*position where enlarged image should offset horizontally */;
	z-index: 60;
	border-width: 0;
}
#gallery_main .thumbnail:hover span{
	border-style: none;
	visibility: visible;
	top: -390px;
	left: 0; /*position where enlarged image should offset horizontally */;
	z-index: 60;
	border-width: 0;
}

#form_box {
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
#form_box label { 
	margin-right: 10px;
	padding-right: 10px;
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative;
}
#form_box #button_row {
	margin-left: 176px;
	margin-top: 20px;
}
#footer {
	border-top: 1px #CECAB9 solid;
	display: block;
	clear: both;
	padding: 4px;
	background-color: #EEF5FA;
}
.bannerstyle {
	margin: 38px 0px 0px 130px;
}
.footerstyle {
	text-align: center;
	color: #000000;
	font-size: x-small;
	display: block;
}
.specbox {
	border-width: 0px;
}
.spec_style {
	border: 0px;
	margin: 12px 6px 14px 14px;
	float: left;
}
.spec_style p {
	font-size: x-small;
	text-align: center;
}
.clear {
	clear: both;
	height: 12px;
}
a.hugginslink {
	font-size: small;
	margin-left: 40px;
}
.emailform {
	border: 1px solid black;
	width: 320px;
	margin-top: 10px;
	padding-left: 20px;
	float: left;
	margin-left: 44px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 12px;
}
.emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 160px;
}
.emailform .button_row {
	margin-left: 176px;
	margin-top: 20px;
}
.blankspace {
	height: 40px;
	clear: both;
}

