﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: none;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	border: none;
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: none;
	
	
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	font: caption;
	color: #808080;
}
/* Masthead Styles */
#masthead h1 {
	color: #33CCCC;
	margin:10px;
	font-size:12pt;
	letter-spacing:0.3em;
	font-family:"Futura MT Bd", Arial;
}
#masthead h3 {
	color: #333333;
	margin: 5px;
	font-size: 8pt;
	letter-spacing: 0.3em;
	font-weight:normal;
	font-family: "Futura MT Bd", Arial;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	padding: 5;
	border: 2px #FFFFFF solid;
	background-color: #b9e3ec;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #33CCCC;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
#gallerypage {
	margin-top :4px;
	padding: 10px;
	border: 1px solid #ACD7FE;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
}
#gallerypage img {
	border: 0px white solid;
}
#gallerypage a:hover img {
	border:0px white solid;
}
#gallerypage td {
	width:100px;
}
#gallerypage tr {
	height:100px;
}
#gallerytitle h1 {
	margin-top:15px;
	margin-bottom:0px;
	text-align:center;	
	color:#222222;
	font-size:1.3em;
	font-weight:normal;
}
#gallerytitle a{
	
	font-size:0.8em;
}
#flashcontent {
	height:675px;
	margin-top:0px;
}
#leftnav {
	width:247px;
	padding-top:0px;
	margin-bottom:25px;
	}

#leftnav ul{
	margin: 0px 20px 5px 5px;
}
#leftnav ul li {
	
	margin: 5px 20px 5px 0px;
	list-style:none;
}
#leftnav li a
{
    padding: 3px;
    display: block;
    border: 1px #B9E3EC solid;
    color: black;
    text-decoration: none;
    font-size: 9pt;
} 
#leftnav li a:hover {
	border-color: #0099FF;
}
#backlink a{
	display:block;
	border:1px #B9E3EC solid;
	color:black;
	text-decoration:none;
	font-size:10pt;
	width:70px;
	padding:3px;

}
#backlink a:hover{
	border-color: #0099FF;

}
#stafftxt {
	width:200px;
	height:70px;
	margin-left:10px;
	font-size:8pt;
}
#address {
	padding-top:20px;
	padding-left:10px;
	border-top: 1px #B9E3EC solid;
 	font-size:8pt;
}
#mission {
	padding-top:10px;
	padding-left:10px;
	border-top: 1px #B9E3EC solid;
}
div.photogal {
    text-align:center;
}
ul.gallery 
{
    width:550px;
    margin:20px auto 0px auto;
    padding:0px 0px 0px 15px;
}
div#bigimage
{
text-align:center;
}