@charset "utf-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	font-family: corbel, verdana, sans-serif;
	font-size: 14px;
	margin-top: 1.6em;
    background-color: #414342;
	line-height: 21px;
}
@font-face {
	font-family: Claritty;
	src: url('CLARITTY.TTF') format("opentype");
	src: url('claritty-webfont.woff') format("opentype");
	
}
img	{
	border: none;
}
#container, #container2, #container_gallery	{
	width: 860px;		
	margin-left: auto;
	margin-right: auto;	
	background-image: url(images/gradient.jpg);
}

#container2	{
	background-color: #b0cebf;
	background-image: none;
}
#container2 img	{
	display: block;
}
#container_gallery	{
	background-image: url(images/gradient_gallery.jpg);
}

h3	{
	font-family: Claritty;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	font-family: Claritty;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color:#698175;
}

	
#topnav	{
	border-top: 3px solid #414342;	
}
#topnav ul	{
	margin-left: 48px;
	margin-top: 26px;
}
#topnav li	{
	display: inline;
	margin-left: 30px;
	padding-bottom: 30px;
	position: relative;
	height: 30px;
}
#topnav li.current	{
	list-style-type: none;	
	display: inline;
	font-size: 24px;
	font-family: Claritty;
	letter-spacing: 1px;	
	color: #5f756a;
	padding-bottom: 30px;
	
}

#topnav ul li.current	{
	background-image: none;
}

#topnav a	{
	color: #414342;
	text-decoration: none;
	font-size: 24px;
	font-family: Claritty;
	letter-spacing: 1px;	
}

#topnav a:hover	{
	background-image :url(images/current_graphic.png);
	background-repeat: no-repeat;
	background-position: center bottom;
padding-bottom: 30px;
}
#home_photo	{
	margin-left: 180px;
	margin-top: 3.6em;
	margin-bottom: 4.6em;
}
#contact_photo	{
	margin-left: 140px;
	margin-bottom: 60px;
	float: left;
}
#main #contact_photo img	{
	padding: 0;
}
#main	{
	font-size: 16px;
	margin: 30px;
	margin-bottom: 50px;
}
#main img	{
	float: left;
	padding-right: 20px;
}
#content p, #content2 p{
	margin-bottom: 0;
}
#content p:first-letter	{
	font-family: Claritty;
	font-size: 24px;
}
#content a, #content2 a  {
	color: #414342;
}

#content2 a:hover	{
	text-decoration: none;
}
#content2	{
	float: left;	
}

#content2 h2	{
	font-family: Claritty;
	letter-spacing: 1px;
}
#content2 p   {
	text-align: center;
	margin-top: 60px;
	margin-left: 60px;
	font-size: 18px;	
}
#content2 ul ul	{
	padding-top: .6em;
}
#content2 li	{
	font-size: 18px;
	padding-bottom: 1em;
	list-style-type: none;
}

#content2 ul ul li	{
	list-style-type: square;
	padding-bottom: .4em;
}
#gallery{
	margin-top: 1em;
	margin-bottom: 1.6em;
	float: right;
	margin-right: 62px;	
	width: 640px;	
}
#gallery img	{
   	border: 5px solid #a1c5b3;
	float: left;
}

#notice	{
	margin-bottom: 5px;
}
#press	{
	margin-top: 40px;
}
#events	{
	margin-bottom: 40px;
}
#notice	p, #notice a, #events h2, #press h2 {
	font-size: 18px;
	letter-spacing: 1px;
	font-family: Claritty;
	text-align: center;
}
#events h2, #press h2	{
	font-size: 22px;
	text-decoration: underline;
	margin: 40px 0 20px 0;
}

#events p, #press  p	{
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	
}
#press a	{
	font-size: 18px;
	color: #414342;	
}

#notice a	{
	color: #3a4841;
	
}
#notice span.smaller   {
	font-size: 14px;
}
#footer	{
	background-color: #f7fbfa;
	height: 68px;
	
}
#contact	{
	margin-top: 16px;
	margin-right: 30px;
	float: right;
}
#contact a	{
	color: #414342;	
	font-size: 18px;
	font-family: Claritty;
	letter-spacing: 1px;	
}

#contact a:hover, #content a:hover, #center_content a:hover, #credit a:hover, #notice a:hover	, #press a:hover {
	color: #698175;
	text-decoration: none;
}

#credit 	{
	float: right;
	margin-right: 120px;
	margin-top: 18px;
}

#credit a	{
	color: #414342;
}
.copyright	{		
	float: left;
	margin-left: 30px;
}
.clearfloats	{
	clear: both;
}


