﻿body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #450d18;
	color: #000000;
	font-family: "Century Gothic";
	font-size: small;
}

h1 {
	font-family: "Tempus Sans ITC";
	font-size: x-large;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#666666;
}

h3 {
	font-family: "Tempus Sans ITC";
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	border-left: 4;
	border-bottom: -8;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


p {
	font-family: "Tempus Sans ITC";
	font-size: small;
	color: #450D18;
	border-left: 2;
	font-weight: bold;
}

a, a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #450D18;
	text-decoration: none;
}
a:hover, a:active{
	color:#FF0000;
	text-decoration:underline;
}

ul{
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}	

.style4 {	color: #CCCCCC;
	font-weight: bold;
}
.style1 {
	color: #CCCCCC;
	font-weight: bold;
}
div.Section1
	{page:Section1;}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style3 {font-family: Arial, Helvetica, sans-serif}


<!-- Contact page thumbnail css -->


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 2px;
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: -192px;
left: 80px; /*position where enlarged image should offset horizontally */

}

