BODY
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 0 auto;
}

.gallerylink {
	font-size:xx-small;
	text-align: center;
}

.MainTable
{
	border-right: olive thin outset;
	border-top: olive thin outset;
	border-left: olive thin outset;
	border-bottom: olive thin outset;
	background-color: #ffffff;
}

.ImageContainer
{
	
	overflow: auto;
	text-align: center;
	margin: 0 auto;
}

.ContentSection
{
	font-size: 11pt;
	color: #001100;
	font-family: ITC Garamond, Garamond, Times New Roman;
	border-right: gray thin solid;
	padding-left: 20px;
	padding-right: 20px;
}

.HeadingSection
{
	font-size: 13pt;
	font-weight: bold;
}

.HeadingSubSection
{
	font-weight: bold;
}

.RightNav
{
	font-size: 9pt;
	color: #006600;
	line-height: 20px;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: left;
}

.ContactDetails
{
	border-top: gray thin solid;
	color: Black;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: left;
	font-size: 8pt;
	line-height: 20px;
}

A
{
	color: #006600;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:visited
{
	color: #006600;
}

.tempborder
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}

.BottomNav_Prev
{
	font-size: 8pt;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: left;
}

.BottomNav_Next
{
	font-size: 8pt;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: right;
}

.ImageThumbnail
{
	width:79px;
	height:79px;
	margin: 20px;
	border-top: #eeeeee solid 1px;
	border-left: #eeeeee solid 1px;
	border-bottom: #cccccc solid 2px;
	border-right: #cccccc solid 2px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 2px;
	position: relative;
	vertical-align: middle;
}

img-shadow 
{
  background: url(/site_images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/site_images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 


.photo-right {
	float: right;
	border: 1px solid #666666;
	margin-left: 15px;
	margin-bottom: 20px;
}

.photo-left {
	display: block;
	position:fixed;
	top: 200px;
	left: 200px;
	border: 1px solid #666666;
	
}

.photo {
	border-top: #eeeeee solid 2px;
	border-left: #eeeeee solid 2px;
	border-bottom: #cccccc solid 4px;
	border-right: #cccccc solid 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.photo-image {
	padding: 0px;
}

.photo-caption 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13pt;
	color: #aaaaaa;
	text-align: center;
	width: auto;
}

.photo-subcaption 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #bbbbbb;
	text-align: center;
	width: auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 200px; /*position where enlarged image should offset horizontally */
}
