﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: ;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 950px;
	position: relative;
	margin: auto;
	padding: 10px;
	background-color: #fff;
	overflow:visible;
}

.rbg
		{
	position: absolute;
	top: 0px;
	width: 10px;
	height: 320px;
	background-repeat: repeat;
	float: left;
}
		
.lbg
		{
	position: absolute;
	top: 0px;
	width: 10px;
	height: 320px;
	background-repeat: repeat;
	float: left;
}
		.lbg {background-image:url('../images/lbg.png'); left:-10px;}
		.rbg {background-image: url('../images/rbg.png'); right:-10px;}
#masthead {
	text-align: center;
	width: 928px;
	padding: 0px 0px 5px 0px;
}
#navigation {
	position: relative;
	float: left;
	width: 239px;
	margin-top: 1px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 696px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url('../images/bg.png');
	background-repeat: repeat;
	background-repeat:repeat;		
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #FFFFFF solid;
	background-color: #DCDADB;
}
#navigation a {
	color: #FF0000;
	text-decoration: none;
	display: block;
	padding: 1px;
	border-bottom: 1px #fff solid;
	background-color: #DBDBDB;
	font-weight: bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	font: normal normal normal x-large "Lucida Calligraphy";
	color: #4A0000;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 0;
}
#content p {
	font: 100% Verdana;
	color: #4A0000;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: white;
	padding: 0px;
	left: -1000px;
	border: 0px gray solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 35px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.style1 {
	vertical-align: middle;
}

.style2 {
	background-color: #D7D7D7;
}

.style3 {
	border-width: 0;
}

.style4 {
	border-width: 0px;
}
.thumbnails{
position: relative;
z-index: 0;
}
.thumbnails:hover{
background-color: transparent;
z-index: 50;
}

.thumbnails span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: white;
	padding: 0px;
	left: -1000px;
	border: 0px gray solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnails span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnails:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -230px;
left: -325px; /*position where enlarged image should offset horizontally */

}

.style1 {
	vertical-align: middle;
}

.style2 {
	background-color: #D7D7D7;
	max-height: 100%;
}

.style3 {
	border-width: 0;
}

.style4 {
	border-width: 0px;
}
.thumbnail1{
position: relative;
z-index: 0;
}
.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: white;
	padding: 0px;
	left: -1000px;
	border: 0px gray solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -230px;
left: -325px; /*position where enlarged image should offset horizontally */
}

