body {
	background: #FDF7E3;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
	font-size: 62.5%;
	line-height: 2em;
	color: #59432C;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #315F6C;
	text-decoration: none;
}

a:hover {
	color: #B20838;
	background: #F9F0D5;
}

p, ul {
	margin-bottom: 1.6em;
	font-size: 1.6em;
}

h1, h2, h3, h4 {
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: .5em;
}

h1 {
	font-size: 3.0em;
	color: #403E72;
}

h2 {
	font-size: 2.4em;
	color: #413E72;
}

h3 {
	font-size: 2.0em;
	color: #413E72;
}

h4 {
	font-size: 1.8em;
}

small {
	font-size: 85%;
}

#sidebar h3 {
	font-size: 1.4em;
}

#header {
	background: url(../images/head-bg.jpg) repeat-x;
	min-height: 210px;
}

#header .inner {
	background: url(../images/head.png) no-repeat top;
	min-height: 210px;
}

#nav {
	background: url(../images/nav-bg.gif) repeat-x;
	min-height: 50px;
	border-top: 1px solid #fff;
}

#sidenav {
	display: block;
	margin-bottom: 3em;
}

#content {
	background: url(../images/content-bg.gif) repeat-x;
	padding-top: 2em;
}

#main {
	float: left;
	width: 620px;
	padding-bottom: 2em;
}

body.wide #main {
	width: 960px;
}

#sidebar {
	float: left;
	width: 300px;
	margin-left: 30px;
	margin-top: 3em;
	font-size: 1.3em;
	margin-bottom: 2em;
}

#sidebar ul {
	font-size: 1.1em;
}

ul.bullet li {
	list-style-type: none;
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat 5px .5em;
}

#footer .inner {
	background: url(../images/border.gif) repeat-x top;
	padding-top: 1em;
}

#footer p {
	color: #A36223;
	font-size: 1.3em;
}

#footer p#byline {
	position: absolute;
	right: 10px;
	top: .75em;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position:absolute;
	top: 30px;
	left: 85px;
	width: 172px;
	height: 118px;
}

#logo a	{
	display: block;
	width: 172px;
	height: 118px;
	text-indent: -10000px;
	background: transparent url(../images/logo.png) 0 0 no-repeat;
}

#logo a:hover {
	background: transparent url(../images/logo.png) 0 -120px no-repeat;
}

#nav ul {
	height: 50px;
	overflow:hidden;
	margin-bottom: 0;
}

#nav ul li {
	float: left;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2",sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

#nav ul li a {
	display: block;
	padding: 15px 20px;
	background: url(../images/nav-border.gif) repeat-y top left;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active  {
	color: #BD8E39;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #A36223;
}

body#page-home #nav ul li#home a, body#page-learn #nav ul li#learn a, body#page-photo #nav ul li#photo a, body#page-blog #nav ul li#blog a, body#page-belief #nav ul li#belief a {
	color: #59432C;
}

#nav .inner img#btn-give {
	position: absolute;
	top: 7px;
	right: 0;
}

#nav .inner img#btn-webcam {
	position: absolute;
	top: 7px;
	right: 100px;
}

#sidenav ul {
	height:1%;
	overflow:hidden;
	background: url(../images/border.gif) repeat-x bottom;
}

#sidenav ul li {
	float: left;
	text-shadow: 0 1px 0 #fff;
	font-size: .8em;
}

#sidenav ul li a:link, #sidenav ul li a:visited, #sidenav ul li a:active  {
	display: block;
	padding: 7px 15px;
	color: #315F6C;
	text-decoration: none;
	margin-bottom: 2px;
}

#sidenav ul li a:hover {
	color: #B20838;
	background: none;
}

#sidenav ul li a.active {
	display: block;
	padding: 7px 15px;
	color: #B20838;
	background: url(../images/here.gif) no-repeat bottom;
	margin-bottom: 2px;
}

.split-left {
	width:450px;
	float: left;
	margin-right: 20px;
	background: url(../images/border-vert.gif) repeat-y right;
	padding-right: 20px;
}

.split-right {
	width:450px;
	float: left;
}

.frame-border {
	background: #fff;
	padding: 5px;
	border: 1px solid #E9D29D;
  	-moz-box-shadow: 5px 5px 0px #F0EAD7;
  	-webkit-box-shadow: 5px 5px 0px #F0EAD7;
  	box-shadow: 5px 5px 5px #F0EAD7;
}

.gallery-border {
	background: #fff;
	padding: 0px;
	border: 1px solid #E9D29D;
  	-moz-box-shadow: 5px 5px 0px #F0EAD7;
  	-webkit-box-shadow: 5px 5px 0px #F0EAD7;
  	box-shadow: 5px 5px 5px #F0EAD7;
}

.panel-overlay p {
	margin-top: 1em;
}

.gutter-left {
	margin: 0 5px 10px 20px;
}
.gutter-right {
	margin: 0 20px 10px 5px;
}

.faq {
	background: #FDF7E3 url(../images/border.gif) repeat-x bottom;
	height: 1%;
	overflow: hidden;
}

.faq p {
	padding: 20px;
	margin-bottom: 0;
}

.odd {
	background: #FEFBF1 url(../images/border.gif) repeat-x bottom;
	height: 1%;
	overflow: hidden;
}

.odd p {
	padding: 20px;
	margin-bottom: 0;
}

.last {
	background-image: none;
}

em.title {
	display: block;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2",sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #315F6C;
	font-size: 1.0em;
}

a.arrow {
	background: url(../images/arrow-red.gif) no-repeat 0 6px;
	padding-left: 12px;
	color: #B20838;
}

/* Dan Cederholm's method to self-clear floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -- THE FORM --*/
.float-right{float:right;}
.float
{
	float:left;
	margin:0 20px 20px 0;
}
.clear
{
	clear:both;
}
.float label
{
	display:block;
	font-size: 1.3em;
}
.float input, .float select
{
	display:block;
	padding:3px;
}
textarea {
	border: 1px solid #E9D29D;
}
input.small, select.small{width:120px;}
.float textarea{width:370px;}
.float textarea.full{width:520px;}
input.half, select.half{width:240px;}
input.third, select.third{width:153px;}
#ctl00_ct_Content_RegularExpressionValidator1{display:inline;}

.sidebar-image-one {
	width: 287px;
	height: 180px;
}

.sidebar-image-one a	{
	display: block;
	width: 287px;
	height: 180px;
	text-indent: -10000px;
	background: transparent url(../images/campus-day-new.png) 0 0 no-repeat;
}

.sidebar-image-one a:hover {
	background: transparent url(../images/campus-day-new.png) 0 -181px no-repeat;
}

.sidebar-image-two {
	width: 287px;
	height: 191px;
}

.sidebar-image-two a	{
	display: block;
	width: 287px;
	height: 191px;
	text-indent: -10000px;
	background: transparent url(../images/worship-center-composite.png) 0 0 no-repeat;
}

.sidebar-image-two a:hover {
	background: transparent url(../images/worship-center-composite.png) 0 -192px no-repeat;
}

iframe 
{
    z-index: 2;
}

