﻿html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #41593f;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #838112;
	color: #838112;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #005301;
	font: bold italic 26px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #838112;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #005301;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #838112;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #005301;
	margin: 5px 0;}

h6 {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #838112;
	letter-spacing: 1px;
	margin: 5px 0;}

a {
	color: #4f6a4c;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #dbad00;
	text-decoration: underline;
	font-weight: bold;}
	
p.left {
	text-align: left;
}	

/* PAGE LAYOUT IDs AND CLASSES */

.wrapper {
	background: url('images/bgwide.jpg');
	color: #000;
	text-align: left;
	width: 750px;
	margin: 0 auto;}

.topwide {
	background: #41593f url('images/topwide.jpg');
	height: 30px;}
	
.mainimage {
	float: left;
	background: url('images/mainimage-wide.jpg');
	text-align: right;
	color: #005301;
	font: bold italic 26px Georgia, Georgia, serif;
	padding: 60px 20px 0 0;
	height: 310px;
	width: 280px;
}

.sidebar {
	clear: left;
	width: 270px;
	float: left;
	padding: 15px;
	text-align: center;}
	
.sidebar a {
	display: block;
	color: #4f6a4c;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #4f6a4c;	
}

.sidebar a:hover {
	color: #dbad00;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #dbad00;	
}

.sidebar h1 {
	color: #005301;
	font: bold italic 26px Georgia, Georgia, serif;
	text-align: center;
	margin: 0 0 20px 0;
	font-style: italic;
}

.content {
	width: 410px;
	float: right;
	padding: 0px 20px 0 20px;}

.color {
	color: #838112;
	font-weight: bold;
}

.footerwide {
	clear: both;
	background-image: url('images/footerwide.jpg');
	padding-top: 20px;
	height: 50px;
	text-align: center;
	color: #fff;}
	
.imageleft {
	margin: 0 10px 0 0; 
	float: left;}

.imageright {
	margin: 0 0 0 10px; 
	float: right;}
	
/* FOR PHOTO GALLERY */

/* default link style - needed to make the :active work correctly in IE */
.gallery a, .gallery a:visited, .gallery a:hover, .gallery a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:320px; 
height:360px; 
background:#eee url('images/gallery/galleryintro.jpg') 0 40px no-repeat;
border:1px solid #aaa;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:320px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left;
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #005301;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#eee;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#005301; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

