@charset "UTF-8";
/* CSS Document */

	
body {
	background: url(images/wood-bg.jpg) repeat;
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
	}
	
p, ol, ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	}
	
ol {
	margin-left: 0.75em; 
	padding-left: 2em;
	}

ul {margin-left: 0.75em;	}

ul li { 
	list-style: none; 
	background: url(/images/bullet.gif) no-repeat left 0.2727em; 
	padding-left: 1.3636em;
	}

ol li { 
	list-style: decimal outside;
	}

ol ol li {
	list-style: lower-alpha outside;
	}

ol ol, ul ul {
	margin-bottom: 0;
	}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

/* PHOTO GALLERY */

#caption {
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	text-shadow: #CCC;
}

.thumbnail p {
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	font-family: helvetica, verdana;
}

.photoGalleryElement.thumbnail.thumbContents {
    background-color: #333;
	padding: 0;
	border: none;
	margin: 4px;
	}

.photoGalleryElement.thumbnail {
    background-color: #333;
	padding: 0;
	border: none;
	margin: 4px;
	}

H1, H2, H3, H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
H1 {
	font-size: 28px;
	color: #333;
	}
	
H2 {
font-size: 24px;
color: #333;
}
	
H3 {
	font-size: 22px;
	color: #C30;
	}

H3 a {
        color: #C30;
}

H3 a:hover {
        color: #F30;
}
	
H4 {
	font-size: 20px;
	color: #333;
	}
	
.footer {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	}
	

/* Links
--------------------------------------- */

a, a:link, a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #333333;
	}

a:hover, a:active {
	text-decoration: underline;
	}
	
a img {border: none;}


/* SUBNAV */

.sectionNav {
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.sectionNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.sectionNav li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.sectionNav li a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 2em;
}

.sectionNav li a:hover {
	color: #CC3300;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 2em;
}
