﻿/* For reference */
.priscillaBrown { color:#4d2714;}
.priscillaGreen { color:#A8B001;}
.priscillaCream { color:#FEFDED;}

body {
  color: #4d2714;
  background-color: #4d2714;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

a {
  color: #4d2714;
  text-decoration: none;
}

img {
  border-style: none;
}

#container {
  position: relative;
  margin: auto;
  width: 990px;
  height: 550px;
}

.container_center { 
  background-image: URL(images/PCFlowers_Center.jpg);
  background-repeat: no-repeat;
}

.container_left { 
  background-image: URL(images/PCFlowers_Left.jpg);
  background-repeat: no-repeat;
}

.container_left_small { 
  background-image: URL(images/PCFlowers_LeftSmall.jpg);
  background-repeat: no-repeat;
}

.container_resources { 
  background-image: URL(images/PCFlowers_Resources.jpg);
  background-repeat: no-repeat;
}

a#logo {
  display: block;
  position:absolute;
  top:21px;
  left:20px;
  width:452px;
  height:61px;
}

#navbar {
  position:absolute;
  top: 38px;
  right: 16px;
}

#navbar a {
  font-size: small;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  border-right: thin #4d2714 solid;
  padding-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  padding-left: 5px;
}

#navbar a:hover {
  color: #A8B001;
}

#content_center {
  position: relative;
  top: 99px;
  left: 184px; 
  width:  620px;
  height: 410px;
}

#content_left {
  position: relative;
  top: 99px;
  left: 21px; 
  width:  620px;
  height: 410px;
}

#content_left_small {
  position: relative;
  top: 100px;
  left: 21px; 
  width:  311px;
  height: 271px;
}

#content_resources {
  position: relative;
  top: 99px;
  left: 21px; 
  width:  950px;
  height: 410px;
}

#contact_info {
  width:620px;
  font-size:small;
  font-size:11px;
  font-weight:bold;
  line-height:12px;
  padding-top: 12px;
}

#contact_info,
#bookmark_and_email a {
  letter-spacing: 1px;
}

#bookmark_and_email {
  float:right;  
}

#bookmark {
  padding-right: 8px;
}

#email {
  padding-left:8px;
}

#copy_container_left {
  position: absolute;
  top: 0px;
  left: 641px;
  width: 316px;
  height: 410px;
}

#copy_container_left_small {
  position: absolute;
  top: 0px;
  left: 346px;
  width: 608px;
  height: 410px;
}

#copy_label {
  width: 312px;
  height: 23px;
}

#copy_container_left_small #copy_label {
  width: auto;
}

#copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-size: 13px;
  font-weight: bold;
  font-weight: normal;
  margin-top: 10px;
  line-height: 18px;
  width: 312px;
}

#resource_container {
  position:relative;
  left:240px;
  width:50%;
}

#thumbnails {
  position: absolute;
  width: 328px;
  bottom:-4px;
  left: -4px;
}

.thumb {
  width:  56px;
  height: 56px;
  float: left;
  padding: 4px;
  background-color: #FEFDED;
}

.thumb_on {
  background-color: #A8B001;
}

#copyright {
  position: absolute; 
  font-size: x-small; 
  font-size: 10px; 
  color: #B07451; 
  color: #A8B001;
  top: 551px;
  right:0px;
}

#copyright a {
  color: #A8B001;
}

#copyright a:hover {
  color: #FEFDED;
}

ul#resources {
  margin-left: 130px;
}
  
#resources {
  font-family: Arial, Helvetica, sans-serif;
}

#resources a {
  text-decoration: underline;
}
#resources a:hover {
  color:#A8B001;
}


#gallery {
  display: none;
}