@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.8em;
	color:#036;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	font-size: 1.2em;
}
.container {
	position:relative;
	width: 854px;
	text-align:left;
	margin:0 auto;
}
#header {
	background: url(../images/header-bg.png) repeat-x top;
	height: 112px;
	padding: 1px;
}
#header h1 {
	margin: 3px 0 0;
	float: left;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	width: 246px;
	height: 106px;
	text-indent: -99999em;
}
#header h1 a {
}
#secondary-nav {
	float: right;
	margin-top: 75px;
}
#secondary-nav li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
#sn-itunes {
	display: block;
	width: 70px;
	height: 25px;
	background: url(../images/podcast-icon.gif) no-repeat;
	text-indent: -99999em;
}
#sn-yt {
	display: block;
	margin-top: -2px;
	width: 28px;
	height: 31px;
	background: url(../images/youtube-icon.gif) no-repeat;
	text-indent: -99999em;
}
#sn-vimeo {
	display: block;
	width: 28px;
	height: 31px;
	background: url(../images/vimeo-icon.gif) no-repeat;
	text-indent: -99999em;
}
#sn-fb {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/FB.jpg) no-repeat;
	text-indent: -99999em;
}
#sn-fsan {
	display: block;
	width: 164px;
	height: 17px;
	background: url(../images/nav-fsan.png) no-repeat;
	text-indent: -99999em;
	margin-top: 3px;
}
#sn-blog {
	display: block;
	width: 57px;
	height: 17px;
	background: url(../images/nav-blog.png) no-repeat;
	text-indent: -99999em;
	margin-top: 3px;
}
#sn-giving {
	display: block;
	width: 84px;
	height: 17px;
	background: url(../images/nav-giving.png) no-repeat;
	text-indent: -99999em;
	margin-top: 3px;
}

#body {
	position: relative;
	background: url(../images/body-bg.gif) repeat-x top;
	background-color: #003;
	padding: 1px;
}

#body ul,
#body ol {
	margin-left: 2em;
}
#body ul li {
	font-style: italic;
}

#content {
	padding: 20px 0 26px;
}
	
#body2 {
	background: url(../images/footer-bg.gif) repeat-x top;
	height: 236px;
	padding: 20px 0;
}

#footer {
	text-align: center;
	margin-top: 0px;
	font-size: 10px;
	color: #aaa;
}

a img {
	border: 0;
}

div.clear {
	clear: both;
}


