/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

h1, hr, span.hide {
	display: none;
}

body {
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}


/* homepage */

#home_content {
	width: 743px;
	position: absolute;
	top: 0;
	left: 160px;
}


.home_photo { margin: 8px 0; background-color: #252525; padding: 12px 0 12px 2px; }
.home_photo img { margin-right: 1px; border: #333 solid 1px; }

.home_quote, .home_quote_credit {
	width: 744px;
}

.home_quote {
	border-top: 1px solid #333;
	padding-top: 0.5em;
	font-style: italic;
	font-size: 1.2em;
}
.home_quote_credit {
	font-size: 0.9em;
	padding-top: 0.3em;
}

h2.latest_head { width: 52px; height: 12px; background:#000 url(images/latest.gif) 0 0 no-repeat; margin: 40px 0 14px 0; }
#latest_block { width: 430px; border-bottom: #333 solid 1px; padding-bottom: 12px; }
.latest { width: 400px; padding: 10px 15px; border: #333 solid 1px; background:#000 url(images/latestBg.jpg) 0 0 repeat-x; }
.latest h3 { font-size: 1.7em; font-weight: normal; margin-bottom: 0.3em; }
.latest p {	line-height: 1.4em; font-size: 0.9em; }
#latest_block a:link, #latest_block a:visited { color: #FF0033; }

/* links */
a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, #latest_block a:hover {
	color: white;
}


/* style */
#content {
	width: 740px;
	position: absolute;
	top: 0;
	left: 160px;
}

#logo {
	width: 206px;
	height: 45px;
	margin-top: 37px;
	margin-bottom: 30px;
	background: url(images/logo.gif) no-repeat;
}

#logo a {
	display: block;
	width: 206px;
	height: 45px;
}

/* main navigation */
dl.main_nav {
	width: 100%;
	font-size: 1.1em;
	padding: 0 0 0.6em 4px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
dl.main_nav dt {
	float: left;
	padding-right: 1em;
}

/* secondry navigation */
dl.second_nav {
	width: 100%;
	padding: 0.3em 0 0 4px;
	margin-top: 0.5em;
	height: 3.5em;
	background-color: #333;
	overflow: hidden;
}
dl.second_nav dt {
	float: left;
	padding-right: 1em;
}

/* main information */
.info_block {
	width: 100%;
	padding-left: 4px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

.info_image {
	float: right;
	margin-top: 3em;
	margin-bottom: 1em;
}

.info_text {
	float: left;
	width: 460px;
}

.info_text h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #FF0033;
}
.info_text h2, .info_text p {
	padding-bottom: 1em;
}

/* quotes */
.foot {
	padding-left: 4px;
	width: 460px;
	line-height: 1.5em;
}

.quote {
	font-style: italic;
}

/* third navigation */
dl.third_nav {
	background-color: black;
	padding: 1em 30px 1em 4px;
	margin-top: 21em;
	margin-left: 11px;
	width: 120px;
	font-size: 0.8em;
}
dl.third_nav dt.select {
	color: #666;
}
dl.third_nav dt {
	padding-bottom: 0.7em;
}
dl.third_nav a, dl.third_nav a:visited {
	color: #999;
	text-decoration: underline;
}
dl.third_nav a:hover {
	color: white;
}

/* photos */
.photo {
	border: 1px solid #333;
}

.photo_credit {
	font-size: 0.8em;
}


/* donation */
form#donation {
	padding-bottom: 1em;
}


