﻿

@import url("layout.css");
html,body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #abc;
}
#container {
	width:860px;
	background-image: url("../images/shadow.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	margin:  auto;
}
#masthead {
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 8px 0px;
	text-align: center;
}
#sidebar {
	float: left;
	width:80px;
	height: 100%;
	background-color: #c1c6c9; /*#d3d3d3;*/
	position: relative;
	padding:50px 0px 10px 0px;
	/*clear: both;JC*/
	margin-left: 11px;
	display: inline;
}
#slides {
	float: right;
	height: 273px;
	width: 200px;
	margin: 25px 18px 15px 15px;
	padding: 2px 2px 6px 2px;
	position: relative;
	border:2px solid black;
	background-color:white;
}
#wd {
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding: 0px 0px 30px 10px;
	text-align: left;
}
#words {
	border-width: 2px;/*these 4 lines add a border round the words*/
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	width:700px;
	margin-top: -10px;	
	margin-left: 95px;
	padding: 0px 30px 10px 10px;
}	
#photos {
	text-align: center;
	padding: 2px 2px 12px 2px;
	position: relative;
}
#form {
	width: 700px;
	text-align: center;
	float: right;
}
.p {
	text-indent: 25pt;
}	
#footer {
	text-align: center;
	clear: both;
	width: 860px; /*100%;*/
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	background-color: #424558;/* was #689*/
}
H1 {
	background-color:#a3adc3;
	border-bottom: 4px double maroon;
	border-top: 4px double maroon;
	margin-top:10px;
	margin-bottom:10px;
	/*margin-right:40px:*/
	text-transform: capitalize;	
	Font-size:1.8em;
	text-align: center;
	color:#6492f8;
brush script mt,impact,arial,verdana;
}
H3 {
	Font-size:Small;
	color: #000000;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.0em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

#photos2 {
	clear: both;
	text-align: center;
}
/******************************************************************************/

.gallerycontainer{
	position: relative;
	background-color: #c1c6c9;
	margin: 10px 0px 0px 0px;
	padding:5px 10px 50px 10px;/*was 10px all 4-4jc*/
		visibility: visible;
	height: 550px; /*was 450px with 4 rows of thumbnails*/
	left: auto;
	/*top: auto;what does this do?*/
	/*float: right;*/
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

/*******************************************************************************/
.thumbnailV img{
border: 1px solid white;
padding: 0px 0px 0px 0px;
margin: 5px 2px 5px 2px;
}
.thumbnailV:hover{
background-color: transparent;
}
.thumbnailV:hover img{
border: 1px solid red;
}
.thumbnailV span{ /*CSS for enlarged image*/
border: none;
position: absolute;
color: black;
padding: 0px; /* was 5px */
left: 425px; /* This was -1000px why? */
visibility: hidden;
text-decoration: none;
}
.thumbnailV span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
left: 425px;
}
.thumbnailV:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 425px;
z-index: 50;
}
/*******************************************************************************/
.thumbnailH img{
border: 1px solid white;
padding: 0px 0px 0px 0px;
margin: 5px 2px 5px 2px;
}
.thumbnailH:hover{
background-color: transparent;
}
.thumbnailH:hover img{
border: 1px solid red;
}
.thumbnailH span{ /*CSS for enlarged image*/
border: none;
position: absolute;
color: black;
padding: 0px; /* was 5px */
left: 0px; /* This was -1000px why? */
visibility: hidden;
text-decoration: none;
}
.thumbnailH span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnailH:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 350px; /*position where enlarged image should offset horizontally was 510*/
z-index: 50;
}
/*******************************************************************************/
 /*Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


