html {
	margin: 0px;
	padding: 0px;
	background: #6a003a url(../images/bg.gif) left top repeat-x;
	font: normal 14px/20px Arial,sans-serif;
	color: #575757;
}
body {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}
a {
	color: #284670;
}
a img {
	border: 0 none;
}
div#granicus h1 {
	display: none;
}
h1 {
	font: normal 30px/34px Georgia,serif;
	color: #4D4947;
	background: url(../images/h1bg.jpg) left bottom no-repeat;
	margin: 0px 0px 10px -17px;
	padding: 32px 0px 15px 17px;
}
p {
	margin: 0px;
	padding: 10px 0px;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.topnav {
	height: 67px;
	width: 980px;
	background: url(../images/bg.gif) left top repeat-x;
	color: black;
	font: bold 14px/17px Arial,sans-serif;
	margin-bottom: 17px;
}
.topnav ul {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	list-style: none;
}
.topnav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	height:67px;
	white-space: nowrap;
}
.topnav li:hover {
	background: url(../images/topnav-li-hover.gif) left top repeat-x;
}
.topnav a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: black;
	text-decoration: none;
	height: 34px;
	padding: 16px 5px 17px 20px;
	background: url(../images/topnav-a-normal.gif) left top no-repeat;
}
.topnav .oneline a {
	height: 17px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.topnav span {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 67px;
	background: url(../images/topnav-span-normal.gif) right top no-repeat;
}
.topnav a:hover {
	text-decoration: underline;
}
.topnav li.home {
	padding-left: 16px;
}
.topnav li.home a {
	background: url(../images/logo-small.gif) center 14px no-repeat;
	padding: 34px 0px 16px 0px;
}
.topnav li.active {
	background: url(../images/topnav-active.gif) left top repeat-x;
}
.topnav li.active a {
	background: url(../images/topnav-active-left.gif) left top no-repeat;
	color: white;
}
.topnav li.active span {
	background: url(../images/topnav-active-right.gif) right top no-repeat;
}

.page {
	position: relative;
	padding: 0px 10px 8px 10px;
	background: white url(../images/col-bg.gif) 245px top repeat-y;
	zoom: 1;
}
.page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pagetop {
	position: absolute;
	top: -5px;
	left: 0px;
}
.pagebottom {
	position: absolute;
	bottom: -5px;
	left: 0px;
}
.header {
	position: relative;
	height: 100px;
	background: white;
}
.logo {
	position: absolute;
	top: 12px;
	left: 6px;
	width: 228px;
	height: 79px;
}
.search {
	position: absolute;
	top: 11px;
	left: 265px;
	background: url(../images/search-separator.gif) left top no-repeat;
	height: 79px;
	width:289px;
}
.search form {
	position: absolute;
	top: 31px;
	left: 22px;
	height: 28px;
	width: 267px;
	background: url(../images/header-search-box.gif) left top no-repeat;
}
.search input {
	position: absolute;
	top: 6px;
	left: 32px;
	padding: 0px;
	margin: 0px;
	border: 0 none;
	background: transparent;
	color: #B2A9A3;
	font: italic 14px/14px Georgia,sans-serif;
	width: 190px;
}
.search input.focused {
	color:black;
	font: normal 14px/14px Arial,sans-serif;
}
.search button {
	position: absolute;
	top: 0px;
	left: 231px;
	margin: 0px;
	padding: 0px;
	border: 0 none;
	width: 36px;
	height: 28px;
	background: url(../images/go-button.gif) left top no-repeat;
	cursor: pointer;
}
div.weather {
	position: absolute;
	top: 31px;
	right: 225px;
	color: #928C88;
	font: normal 12px/14px Arial,sans-serif;
}
div.weather div.conditions {
	color: black;
}
div.weather .wicon {
	position: absolute;
	top: -2px;
	left: -53px;
	width: 46px;
	height: 48px;
}
a.contactus {
	position: absolute;
	top: 45px;
	left: 753px;
	color: black;
	padding-left: 41px;
	font: normal 12px/14px Arial,sans-serif;
	background: url(../images/envelope.gif) left top no-repeat;
	text-decoration: none;
}
a.gettinghere {
	position: absolute;
	top: 40px;
	left: 854px;
	color: black;
	padding: 5px 0px 6px 44px;
	font: normal 12px/14px Arial,sans-serif;
	background: url(../images/compass.jpg) left top no-repeat;
	text-decoration: none;
}
a.contactus:hover,
a.gettinghere:hover {
	text-decoration: underline;
}

.columns {
	position: relative;
	background: url(../images/swoosh.jpg) left top no-repeat;
	zoom: 1;
}
.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bottomfade {
	position: absolute;
	bottom: 0px;
	left: 234px;
}
.col1 {
	position: relative;
	display: inline;
	float: left;
	width: 230px;
	margin: 0px -240px 0px 10px;
	padding: 101px 0px 12px 0px;
	background: url(../images/menutop.jpg) 4px 77px no-repeat;
}
.col2 {
	display: inline;
	float: left;
	width: 680px;
	margin: 0px -937px 0px 257px;
	padding: 42px 0px 12px 0px;
	zoom:1;
}
.col2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.featured {
	position: relative;
	background: url(../images/featured-bg.gif) left top no-repeat;
	width: 201px;
	height: 236px;
	margin: 8px -23px 17px -8px;
	padding: 6px 0px 0px 510px;
}
.featured .fphotocollection {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 504px;
	height: 221px;
}
.featured .fphotocollection a {
	display: none;
}
.featured .fphotocollection a.active {
	display: block;
}
.featured ul.flinkcollection {
	margin: 0px;
	padding: 0px;
	width: 195px;
	height: 504px;
	list-style: none;
}
.featured li {
	position: relative;
	margin: 0px;
	padding: 1px 2px 4px 1px;
	height: 71px;
}
.featured .flinkarrow {
	position: absolute;
	top: 28px;
	left: -13px;
	display: none;
}
.featured li.active {
	background: url(../images/featured-link-bg.gif) left top no-repeat;
}
.featured li.active .flinkarrow {
	display: block;
	z-index: 1;
}
.featured li a {
	display: block;
	font: normal 18px/21px Georgia,serif;
	padding: 25px 18px;
	color: black;
	text-decoration: none;
}
.featured li a:hover {
	text-decoration: underline;
}
.featured li.active a {
	color: #6A003A;
}
.col3 {
	display: inline;
	float: left;
	width: 318px;
	padding: 0px 27px 0px 0px;
	margin: 0px -345px 0px 0px;
	border-right: 1px solid #cbcbcb;
}
.col4 {
	display: inline;
	float: left;
	width: 318px;
	padding: 0px 0px 0px 18px;
	margin: 0px -680px 0px 344px;
	border-left: 1px solid #cbcbcb;
}
.col3 h3,
.col4 h3 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font: bold 14px/20px Arial,sans-serif;
	color: black;
}
.col3 h4,
.col4 h4 {
	margin: 0px;
	padding: 0px;
	font: normal 12px/14px Arial,sans-serif;
	color: #575757;
}
.col3 hr,
.col4 hr {
	color: #DBDBDB;
	background-color: #DBDBDB;
	height: 1px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	border: 0 none;
}
.sectiontitle {
	position: absolute;
	top: 25px;
	left: 0px;
}
h2.photos {
	height: 28px;
	margin: 0px;
	padding: 40px 0px 13px 0px;
	line-height: 123px;
	overflow: hidden;
	background: url(../images/Photos.gif) left 40px no-repeat;
}
h2.announcements {
	height: 38px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 129px;
	overflow: hidden;
	background: url(../images/Announcements.gif) left 5px no-repeat;
}
h2.events {
	height: 38px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 129px;
	overflow: hidden;
	background: url(../images/UpcomingEvents.gif) left 5px no-repeat;
}
h2.headlines {
	height: 38px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 129px;
	overflow: hidden;
	background: url(../images/Headlines.gif) left 5px no-repeat;
}
.footer {
	margin: 0px;
	padding: 5px 13px;
	position: relative;
	background: #e5e2e0;
}
.footertop {
	position: absolute;
	top: -3px;
	left: 0px;
}
.footerbottom {
	position: absolute;
	bottom: -3px;
	left: 0px;
}
.footer td {
	vertical-align: top;
	padding-left: 5px;
	font: normal 11px/13px Arial,sans-serif;
	color: #686868;
}
div#footermenu {
	padding: 10px 0px;
	overflow: hidden;
}
div#footermenu ul {
	position: relative;
	left: -6px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#footermenu li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 6px;
	border-left: 1px solid #686868;
	font: bold 11px/12px Arial,sans-serif;
}
div#footermenu a {
	color: #686868;
}
div.designedby {
	position: absolute;
	top: 17px;
	right: 19px;
}
div.designedby img {
	border: 0 none;
}
div.albumthumb {
	width: 196px;
	height: 147px;
	line-height: 147px;
	text-align: center;
	background: url(../images/albumthumb-bg.gif) left top no-repeat;
	padding: 7px 8px 10px 8px;
	overflow: hidden;
}
p.sidebarphotocap {
	color: black;
	font: normal 12px/14px Arial,sans-serif;
	margin: 0px;
	padding: 3px 0px 7px 0px;
}
p.sidebarphotoopts {
	font: normal 12px/16px Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
p.sidebarphotoopts a {
	display: block;
	padding-left: 16px;
	background: url(../images/wedge.gif) left 4px no-repeat;
}
table.emailform {
	border-collapse: collapse;
}
table.emailform th {
	padding: 0px 9px 4px 0px;
	text-align: right;
	color: red;
	font: normal 12px/14px Georgia,serif;
}
table.emailform label {
	color: black;
}
table.emailform td label {
	font-style: italic;
}
table.emailform td {
	padding: 0px 0px 4px 0px;
	font: normal 12px/14px Georgia,serif;
}
table.emailform textarea {
	width: 411px;
	height: 201px;
}
table.emailform tr.morespace td,
table.emailform tr.morespace th {
	padding-top: 16px;
}
#emailsignup_dialog.dijitDialog {
	border: 1px solid #cec6bf;
	background: white;
	border-radius: 7px;
	-moz-border-radius: 7px;
}
#emailsignup_dialog .dijitDialogTitleBar {
	background: transparent none;
}
#emailsignup_dialog.dijitDialog .dijitDialogTitle {
	font: bold 18px/20px Arial,sans-serif;
	color: #6A003A;
}
#emailsignup_dialog .dijitDialogPaneContent {
	padding: 0px 10px;
	border: 0 none;
	background: transparent none;
}
#emailsignup_dialog dl {
	zoom: 1;
}
#emailsignup_dialog dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#emailsignup_dialog dt {
	display: inline;
	float: left;
	width: 110px;
	text-align: right;
	padding: 0px;
	margin: 0px -110px 0px 0px;
	color: red;
	font: normal 14px/16px Arial,sans-serif;
}
#emailsignup_dialog dt label {
	color: #575757;
}
#emailsignup_dialog dd {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 115px;
	text-align: right;
}
#emailsignup_dialog button {
	margin: 0px;
	padding: 0px;
	background: 0 none;
	border: 0 none;
}

