body {
	font-family: Arial;
	font-size: .99em;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(../images/page_BG.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0px; padding: 0px;
}
a { color: inherit; text-decoration: underline; }
h1 { font-size: 1.3em; color: #981b1f; margin: 15px 0px 5px; }
h2 { font-size: 1.1em; color: #981b1f; }
ul { padding-left: 25px; margin-left: 0px; }
img { border: 0px; }
.fullWidth { width: 100%; }

div#home { width: 77px; height: 77px; position: absolute; top: 20px; left: 230px; border: 0px; }
#home img { border: 0px; }
div#banner { width: 630px; height: 117px; position: absolute; top: 0px; left: 322px; border: 0px; z-index: 5; }
#nav { width: 150px; position: absolute; top: 120px; left: 172px; margin: 0px; padding: 0px; border: 0px; }
#nav a { text-decoration: none; color: #fff; }
#nav ul {
	font-size: 1em; font-weight: bold;
	text-align: right; text-transform: uppercase; color: #FFF;
	width: 150px; margin: 0px; padding: 0px;
	list-style-type: none;
}
#nav li {
	padding: 3px 10px; 
	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; 
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;
}
#nav li:hover { background-color: #CCC; }
#nav li:hover a, #nav li a:hover { background-color: #CCC; color: #000; }
#nav li.selected, #nav li.selected a { background-color: #FFF; color: #000; }


div#socialNetLinks { position: fixed; bottom: 6px; left: 6px; text-align: left; width: 100px; z-index:10000;}
#socialNetLinks img { margin: 0px; padding: 2px; }
div#houseAd { position: absolute; top: 460px; left: 10px; width: 300px; }
#houseAd img { margin: 0px; padding: 0px; }

div#footer { position: fixed; bottom: 0px; text-align: center; width: 100%; padding: 5px; background-color: #000; color: #FFF; }
#footer a { text-decoration: none; color: #fff; }

div#content, div#gallery { 
	position: absolute; top: 119px; left: 322px; width: 400px;
	font-size: .95em;
	padding: 10px 15px 20px;
	background-color: #FFF;
	-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; 
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
	box-shadow: 10px 10px 10px #FFF;
	-moz-box-shadow: 10px 10px 10px #FFF;
	-webkit-box-shadow: 10px 10px 10px #FFF;
}
#content a:hover { background-color: #DDD; text-decoration: none; }

img.floatRight { float: right; margin-left: 10px; }
p.caption { font-size: 0.85em; margin-top: 4px; margin-bottom: 10px; line-height: 120%; }
img.archivePoster { position: absolute; }
.smallNote { font-style: italic; font-size: 0.8em; line-height: 130%; }
.clearBoth { clear: both; }

/* gallery styles */
div#gallery { width: 600px; top: 10px; }
div#thumbs {}
div.pagination { clear: both; text-align: right; display: block; }
div.pagination a { margin: 2px 7px; padding: 0px; }
div.pagination span.current { background-color: #DDD; padding: 2px; }
ul.thumbs { margin: 0px; padding: 0px; }
ul.thumbs li { float: left; list-style-position: outside; list-style-type: none; margin: 0px 0px 10px 0px; padding: 5px; background-color: #DDD; }
ul.thumbs li.selected { background-color: #981b1f; }
a.thumb { border: 0px; display: block; padding: 0px; }
ul.thumbs img { border: 0px; display: block; width: 74px; }
div#slideshow {}
div#slideshow img { width: 600px; }
div#caption { margin: 0px; font-size: 0.85em; padding: 0px 5px 5px 5px; }
span.photoCredit { font-style: italic; font-size: 0.8em; }

/* form styles */
form { font-size: 0.9em; line-height: 135%; }
fieldset { width: 100%; border: 1px solid #999; padding: 0 0 1em; margin: 1em 0; }
legend { color: #981b1f; font-weight: bold; font-size: 1.2em; margin: 0 1em; }
dl.inputList { padding: 0; margin: 0; clear: both; }
.inputList dt { font-weight: normal; clear: left; float: left; display: inline-block; text-align: right; margin: 0.5em 1%; padding: 0; width: 25%; }
.inputList dd { text-align: left; width: 70%; margin: 0.5em 0; display: inline-block; padding: 0; }
br.inputClear { height: 1%; margin: 0; padding: 0; clear: both; }

#passPurchase label.error { display: block; font-weight: bold; margin: 0; color: #f00; }
.required { background-color: #fcc; }
input.submit { margin: 1em; }
fieldset p { clear: both; padding: 1em; margin: 0; }
.salesMessage {font-weight: bold; margin: 0 0.5em; color: #981b1f; }

/* volunteer form availability grid */
table#availabilityGrid { font-size: 0.9em; text-align: center; border: 1px solid #999; padding: 0px; margin: 0em 1em; empty-cells: show; border-collapse: collapse; }
#availabilityGrid td { border: 1px solid #999; padding: 2px; vertical-align: middle; }
tr#availabilityGridHeader td { font-weight: bold; background-color: #CCC; }
td.availabilityGridTimeSlot { text-align: right; }
td.available { background-color: #6C6; }

/* front page */
#newsUpdates .updateDate { font-size: 0.8em; font-style: italic; margin: 7px 0px 0px; padding: 0px; }
#newsUpdates .updateTitle { margin: 0px 0px 5px; }
#newsUpdates .permalink { font-size: 0.8em; margin: 0px 0px 10px; }
#newsUpdates  .updateExcerpt, #newsUpdates  .updateExcerpt p { margin: 0px; }




