/* HTML Styles */

body {
	font: 88%/1.4em Arial, Helvetica, sans-serif;
	color: #4b5c63;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: underline;
	color: #00adef;
}
a:visited {
	text-decoration: underline;
	color: #62d3fc;
}
a:hover {
	text-decoration: underline;
	color: #00a650;
}
a:active {
	text-decoration: underline;
	color: #51cf8b;
}
h1 {
	font-size: 215%;
	line-height: 1.1em;
	font-weight: normal;
	color: #00adef;
	margin: 0;
}
h2 {
	font-size: 150%;
	line-height: 1.3em;
	font-weight: normal;
	color: #00a650;
}
h3 {
	font-size: 120%;
	line-height: 1.3em;
	color: #00a650;
}
h4 {
	font-size: 100%;
}
h1 strong {
	font-weight: normal;
	color: #00a650;
}
img {
	border: none;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	padding: 0;
	border: none;
}

/* Main Container */

#container {
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: url(../images/header_bg.jpg) no-repeat left top;
	height: 105px;
	width: 980px;
	float: left;
}
#logo, #logo a {
	height: 105px;
	width: 150px;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
	float: left;
}
#logo a {
	text-indent: -9999px;
}
#header ul, #nav dl {
	float: left;
	margin: 0;
	padding: 0;
}
#header ul {
	width: 830px;
	padding-top: 58px;
}
#header li, #nav dt, #nav dd {
	float: left;
	list-style: none;
}
#header a, #nav a {
	float: left;
}
#header a:visited {
	color: #00adef;
}
#header li {
	font-size: 108%;
	line-height: 2em;
	margin-left: 5px;
}
#header li a {
	text-decoration: none;
	padding: 0 10px;
}
#header li a:hover {
	color: #fff;
	background: #62d3fc;
}

/* Nav */

#nav {
	color: #fff;
	background: url(../images/nav_bg.png) repeat-x left top;
	float: left;
	clear: both;
	border-top: solid 1px #66e2f9;
	border-bottom: solid 1px #66e2f9;
}
#nav, #nav dl {
	height: 60px;
	width: 980px;
}
#nav dt, #nav dd {
	line-height: 1.1em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#nav dt {
	background: url(../images/nav_title_bg.png) repeat-x left top;
	font-size: 108%;
	font-weight: normal;
	height: 24px;
	padding: 36px 12px 0 12px;
}
#nav dd {
	font-size: 93%;
	height: 60px;
	border-left: solid 1px #66e2f9;
}
#nav a {
	font-weight: bold;
	background-repeat: no-repeat; 
	height: 22px;
	padding: 38px 10px 0 10px;
}
#nav a:link, #nav a:visited, #nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	background-position: center top;
}
#nav a:hover {
	background-position: center -60px;
}
#nav dt a:hover {     /* 7/29/08 AAM */
	color: #bef2fd;
}
#navgroups {
	background-image: url(../images/nav_support.png);
}
#navcandles {
	background-image: url(../images/nav_candle.png);
}
#navmemorials {
	background-image: url(../images/nav_memorial.png);
}
#navfirstyear {
	background-image: url(../images/nav_firstyear.png);
}
#navlibrary {
	background-image: url(../images/nav_library.png);
}
#navboards {
	background-image: url(../images/nav_boards.png);
}
#navfriend {
	background-image: url(../images/nav_friend.png);
}

/* Footer */

#footer {
	font-size: 65%;
	line-height: 1.2em;
	color: #00adef;
	width: 980px;
	float: left;
	clear: both;
	border-top: solid 15px #00adef;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#footer a {
	text-decoration: none;
	color: #00a650;
}

/* Content */

#content {
	width: 980px;
	float: left;
	clear: both;
}
#inside {
	background: #00adef url(../images/inside_bg.jpg) no-repeat left top;
	width: 980px;
	float: left;
}
#title {
	height: 62px;
	width: 980px;
	float: left;
}
#title h1 {
	line-height: 62px;
	padding: 0 20px;
}
#bodytext {
	background: #fff;
	width: 940px;
	padding: 20px;
	float: left;
}
.video {
	text-align: center;
}
#side {
	color: #fff;
	width: 210px;
	float: left;
	padding: 62px 20px 20px 20px;
}
#side + #title {
	width: 730px;
}
#side + #title + #bodytext {
	width: 690px;
}
#side h2, #side h3 {
	color: #fff;
}
#side a:link, #side a:visited, #side a:hover {
	color: #fff;
}
.sidevideos ul {
	margin: 0;
	padding: 0;
}
.sidevideos ul li {
	font-size: 72%;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	list-style: none;
}
.sidevideos ul li a {
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 5px;
}
.sidevideos ul li a:hover {
	text-decoration: none;
	background: #00adef;
}
.sidevideos img {
	border: solid 1px #fff;
}
#sidenav dl {
	margin: .5em 0;
	padding: 0;
	border-top: solid 1px #fff;
}
#sidenav dt, #sidenav dd {
	margin: 0;
	list-style: none;
}
#sidenav dt {
	font-size: 110%;
	font-weight: bold;
	padding: 0;
}
#sidenav dd {
	padding-left: 10px;
}
#sidenav a {
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
#sidenav a:hover {
	background: #62d3fc;
}

/* Front */

#front {
	background: url(../images/front_bg.jpg) no-repeat left top;
	width: 980px;
	float: left;
}
#front h2, #front p, #front ul {
	margin: 0;
	padding: 0;
}
#front h2 {
	line-height: 40px;
	font-weight: normal;
	color: #fff;
}
#front h2 a:link, #front h2 a:visited {
	text-decoration: none;
	color: #fff;
}
#front h2 a:hover {
	text-decoration: underline;
	color: #fff;
}
#front ul li {
	list-style: none;
}
#intro {
	height: 229px;
	padding: 65px 20px 0 95px;
}
#intro h1 {
	width: 334px;
	float: left;
	padding: 10px 50px 50px 10px;
	margin-top: -20px;			/* fit big text over image - 7/23/08 AAM */
}
#intro p {
	font-size: 93%;
	line-height: 1.6em;
	color: #fff;
	width: 410px;
	float: left;
	padding: 10px 0 10px 50px;
	border-left: solid 1px #fff;
}
#features, #features div {
	height: 185px;
	float: left;
}
#features {
	width: 980px;
	clear: both;
}
#features div {
	padding: 0 8px 8px 8px;
}
#videos, #news {
	border-right: solid 1px #fff;
}
#videos {
	width: 354px;
	padding: 0;
}
#news {
	width: 353px;
}
#donations {
	width: 223px;
}
#videos ul li {
	font-size: 72%;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 2px;
}
#videos ul li a {
	text-decoration: none;
	color: #fff;
	float: left;
	width: 170px;
	padding: 2px;
}
#videos ul li a:hover {
	background: #00adef;
}
#videos img {
	border: solid 1px #fff;
}
#news ul {
	font-size: 93%;
	line-height: 1.1em;
	background: #fff;
	padding: 8px;
}
#news ul li {
	margin: 0 0 .3em 0;
}
#news strong {
	font-size: 77%;
	line-height: 1.1em;
	color: #00a650;
}
.more {
	font-weight: bold;
}
#donations p {
	float: left;
	padding: 5px 0;
}
a.donatebutton {
	background-image: url(../images/button_donation.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 37px;
	width: 213px;
	float: left;
}
a.donatebutton:link, a.donatebutton:visited {
	background-position: center top;
}
a.donatebutton:hover {
	background-position: center -37px;
}
