/* LoVe/HAte link pseudo-classes: Link, Visited, Hover, Active */
/* TRouBLe border/etc properties: Top, Right, Bottom, Left */

html {
  	/* reserved for future use */
}

body {
	xfont-family: "Verdana", sans-serif;
	font-family: sans-serif;
	xfont-family: "Palatino Linotype", serif;
	margin: 0.5em 0.5em 0.5em 10.7em;	/* T R B L */
	background-color: #9cf;	/* fallback if image doesn't work */
	color: #000;	/* maybe unneeded, but a good idea */
	background-image: url("cloudbg.jpg");
}

#prehdr {	/* accessibility oriented; only show in text browsers (eg lynx) */
	display: none;
}

#contop {	/* for invisible anchor points */
  	display: none;
}

#container {	/* holds content header, headrule, content, footrule */
	/* reserved for future use */
}

#cnthdr {	/* content header (ie h1) */
	text-align: center;
}

#content {	/* the main content: blah blah blah */
  	/* reserved for future use */
}

#headHRule {
  	/* reserved for future use */
}

#logobox {	/* the box drawn around our logo */
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	border: 3px solid;
	border-color: #999;
	background-color: #fff;
}

#logo {		/* the logo itself; held within logo box */
	padding: 0.5em;
}

#navlinks {	/* our main navigation menu list of links */
	position: absolute;
	top: 7em;
	left: 0.5em;
	border: 3px solid;
	border-color: #999;
	background-color: #999;
}

#navlinks h2, #navlinks p {
  	display: none;
}

#navlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlinks a, #navlinks .curnav {
  	display: block;
	padding: 0.2em 0.2em 0.2em 0.2em;	/* top, right, bottom, left */
	text-decoration: none;
	border-top: 1px solid #999;	/* must preceed background color to work */
	background-color: #fff;
	width: 8.2em;
}

#navlinks .curnav {
	background-color: #ccc;
}

#navlinks a:hover {
	background-color: #9cf;
}

#nav2 li {
	text-indent: 0.6em;
}

#footHRule {
  	clear: both;
}

#footer {		/* the entire footer div */
	font-size: 80%;
	text-align: center;
}

#footer hr {	/* horiz rule in footer ... only show in lynx etc */
	display: none;
}

#footlinks {	/* access key links in footer */
	border: 1px solid;
	border-color: #999;
}

#footlinks, #footrights {
	margin: 0.3em;
	padding: 0.3em;
}

.bolder {		/* a generic class for bold font without emphasis/strong */
  	font-weight: bolder;
}

acronym {
	border-bottom: 1px dotted black;	/* make all browsers look like Mozilla */
	cursor: help;
}

sup {	/* superscript */
	font-size: 80%;
}

img.exlink {	/* external links image */
	border: 0;
}

/* stuff below tends to target special needs on specific pages */

#homePhoto {
  	float: right;
	margin: 0.5em 0em 0.5em 1em;	/* top right bottom left */
}

dl.events dt, dl.bulletin dt {
  	font-weight: bolder;
}

dl.events dd {
  	margin-bottom: 1em;
}

ul.sitemap li {
  	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p.gallery {
  	text-align: center;
}

img.gallery {
  	margin: 0.5em;
}

/* image centering is difficult w/css, esp w/diffs across
 * various browsers.  This gets most, esp more recent UA's.
 */
img.ctr {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

#test {		/* temp for testing */
  	display: none;
}


