/* CSS Document */

/* general and override some browser defaults */

* {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none;
}

ul {
	list-style: none;
}

/* layout and colors including logo banner treatment --------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #FFF;
	background-color: #1d1d1e;
	text-align: left;
}

h1 {
	height: 120px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #054678;
	overflow: hidden;
}

h1 span {
	background-image: url(images/banner-wings.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#page {
	background-color: #1d1d1e;
	min-width: 775px;
	max-width: 1200px;
	width: 80%;
	text-align: left;
	margin: 20px auto 800px 20px;
	padding: 0px;
	width: expression(document.body.clientWidth < 774? "775px" : "auto"); 
	width: expression(document.body.clientWidth > 1199? "1200px" : "auto"); 
}

#header {
	height: 120px;
	margin-top: 60px;
}

#content {
	background-color: #1d1d1e;
}

#nav {
	background-color: #1d1d1e;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

#givingnav {
	background-color: #1d1d1e;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

#highlightbox {
	background-color: #1d1d1e;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

#footer {
	background-color: #1d1d1e;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

#homephotos {
	margin: 10px 0px 10px 0px;
}

img {
	margin: 10px 0px 10px 0px;
}

#accessibilitybox {
	position: absolute;
	top: 0;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-top: 20px;
}

#accessibilitybox img {
	display: inline;
	margin-top: 0px;
	vertical-align: top;
}

#givingnav img.inline {
	display: inline;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#givingnav img.inline2 {
	display: inline;
	margin: 10px 0px 0px 5px;
	padding: 0px;
}
	

/* typography --------------------------------------------------- */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}

h2.whatsnew {
	padding-top: 20px;
	border-top: 1px solid #999;
	margin: 25px 0px 15px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0px 0px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	margin: 10px 0px 0px 0px;
}

#page p {
	font-size: .95em;
	line-height: 1.5em;
	text-indent: 0px;
	margin: 10px 0px 10px 0px;
}

strong {
	color: #FFF;
	font-weight: bold;
}

#content p.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}

#page ul, #page li {
	font-size: .95em;
	line-height: 1.5em;
	text-indent: 0px;
	margin: 10px 0px 10px 0px;
}

#page li.head {
	display: block;
	margin: 10px 0px 0px 20px;
}

#page li.item {
	display: block;
	margin-left: 40px;
}

#content p.address1, #content p.resource, #content p.contact1, #content p.question {
	font-weight: bold;
	margin-bottom: 0;
}

#content p.nospace1 {
	margin-bottom: 0;
}

#content p.address2, #content p.resource2, #content p.contact2, #content p.answer, #content p.nospace2 {
	margin: 0;
}

#content p.pub, #content p.pub2 {
	font-style: italic;
}

/* form treatment --------------------------------------------------- */


span.required {
	color: #CC0000;
	font-weight: bold;
}

p.formnote {
	font-weight: bold;
	color: #CC0000;
}

p.formnotethanks {
	font-weight: bold;
	color: #9f2e10;
}



/* links and navigation treatment --------------------------------------------------- */

a, a:link, a:visited {
	font-weight: bold;
	color: #b3d3fa;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #FFCC33;
	border-bottom: thin solid;
	border-bottom-color: #999;
}

a.image:hover {
	border-bottom: none;
}


/*image gallery treatment --------------------------------------------------- */

.galleria li {
 display: block;
	width: 400px;
	height: 300px;
	margin: 20px 0px 20px 0px;
}

.galleria li img.thumb {
	display: none;
}

.galleria li .caption {
 display: block;
	margin-top: 10px;
}
	
.galleria_container {
	display: none;
}

p.previousnext {
	display: none;
}

