body {
	font-family: Verdana, sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 12px;
}
h2 {
	font-size: 20px;
	margin-bottom: .25em;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.5em;
	color: #5bb583;
}
h3 {
	font-size: 16px;
	margin-bottom: .25em;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.5em;
	color: #5bb583;
}

p { margin-bottom: 1em; line-height: 2em; }

a { color: #64a3b5; text-decoration: none; }
a:link { color: #64a3b5; text-decoration: none; }
a:active { color: #fff; text-decoration: none; }
a:visited{ color: #64a3b5; text-decoration: none; }
a:hover { color: #ccc; text-decoration: none;  }

hr { text-align: center;
	width: 100%;
	height: 1px;
	color: #2fa449;
	border: none;
	margin: 20px 0;
} /* For Internet Explorer */

html>body hr {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: #2fa449;
	border: none;
} /* For Gecko-based browsers */

html>body hr {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: #2fa449;
	border: 0px solid #2fa449;
} /* For Opera and Gecko-based browsers */

/* TOP (MAIN) NAV 
---------------------------*/
#nav {
	width: 960px;
	height: 40px;
	background: transparent url(/images/nav_bg.gif) 0px 0px no-repeat;
	display: block;
	position: relative;
	margin: 15px 0 0 0;
	z-index: 100;
}

#sf-menu li {position: relative; display:block; float: left; height: 40px; margin: 0; padding: 0; font-size: 16px; line-height: 40px; }
#sf-menu li a {position: relative; display: block; float: left; color: #64a3b5;text-decoration: none; height: 40px; padding: 0 20px; }
#sf-menu li a:link { color: #64a3b5; }
#sf-menu li a:hover { color: #000; background: #dfdfdf; }
#sf-menu li.current a { color: #333; }

#sf-menu ul { position: absolute; background-color: #f0e9f1; border-bottom: 1px solid #ccc; margin: 40px 0 0 0; padding: 0; clear: both; width: 130px;}
#sf-menu ul li {position: relative; display: block; float: none; height: 30px; margin: 0; padding: 0; line-height: 30px; font-size: 90%;}
#sf-menu ul li a {position: relative; display: block; float: none; color: #64a3b5; text-decoration: none; height: 30px; margin: 0; padding: 0 0 0 15px; z-index: 120;}
#sf-menu ul li a:hover { color: #000; background: #dfdfdf; }
#sf-menu ul li.current a { color: #333; }

/* SUBNAV (footer)
----------------------------*/
#submenu { position: relative; float: right; padding: 20px 15px 10px 0; margin: 0; }
#submenu li { display: block; float: left; padding: 0 8px; }


/* MASTHEAD
----------------------------*/
#masthead {
	width: 960px;
	height: 145px;
	background: transparent url(/images/masthead_bg.jpg) 0px 0px no-repeat;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
#masthead h1 { display: block; position: absolute; top: -3000px; height: 1%; }

/* GALLERY (home page)
-----------------------------*/
#gallery_top {
	width: 960px;
	height: 13px;
	background: #f5f0f6 url(/images/gallery_top.gif) 0 0 no-repeat;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
#gallery {
	width: 960px;
	height: 440px;
	background: #f5f0f6 url(/images/gallery_mid.gif) repeat-y;
	display: block;
	position: relative;
	margin: 0;
}
#gallery_bottom {
	width: 960px;
	height: 13px;
	background: #f5f0f6 url(/images/gallery_bottom.gif) 0 0 no-repeat;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}
#gallery ul { margin: 15px; height: 1%; }
#gallery ul li {
	height: 400px;
	width: 300px;
	display: block;
	float: left;
	margin: 5px;
}

#gallery div {
	position: absolute;
	margin: -15px 15px 15px 15px;
	z-index: 30;
}

/* COLLECTION LIST
-----------------------------*/
#colList li {
	width: 170px;
	height: 240px;
	text-align: center;
	display: block;
	float: left;
}
#colList li span { display: block; padding: 8px 0; }

/* NEWS DIV on homepage
-----------------------------*/
#news li { padding: 0 0 10px 0; line-height: 1.5em; }
#news li a.newslink { font-size: 1.25em; display: block; color: #2ca347; }
#news li a.morelink { font-size: .92em; color: #2ca347; text-transform: uppercase; }

/* FOOTER 
-----------------------------*/
#footer {
	width: 960px;
	height: 80px;
	background: #64a2b6 url(/images/footer_bg.gif) left bottom no-repeat;
	margin: 40px 0 10px 0;
	color: #fff; 
	font-size: .9em;
}
#footer a { color: #fff; text-decoration: underline; font-size: .88em; }
#footer p {
	padding: 15px 15px 10px 15px;
	width: 345px;
}


/* FORMS
------------------------------*/
form { padding: 5px; display: block; background: #f5f0f6; }
fieldset { margin: 0; padding: 6px 0; border: none; }
legend { color: #336666; text-transform: uppercase; font-size: .75em; }
fieldset div { clear: both; padding: 2px 0; font-size: 12px; }
fieldset div label { display: block; float: left; width: 120px; }
fieldset div label.check { display: block; width: auto; margin-left: 120px; }
.txt { border: 1px solid #ccc; padding: 3px; }


/* UTILITY
-------------------------------*/
.hidden { position: absolute; top: -10000px; }
.bigger { font-size: 1.2em; line-height: 1.7em; }
.error { padding: 5px; font-size: 1.15em; background: #ffa; margin: 0 0 3px 0; }
.unlist, .olist 	{margin: 10px 0; padding-left: 25px; line-height: 1.25; }
.unlist li 		{padding-bottom: 5px; list-style: square; }
.olist li			{padding-bottom: 5px; list-style: decimal; }

/* SLIDES
-------------------------------*/
#slides { float: left; margin: 0 30px 20px 0; }
#slides ul li { margin: 0; }
#itemInfo { background: #ddd; border: #777; margin: 20px 0; width: 450px; float: right;}
