/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #900;
}
#main .rf-paragraph {
	margin: 18px 0;
}
#main img.page-image {
	margin: 0 0 12px 12px;
	border: 2px solid #900;
	float: right;
}
#main img.banner-image {
	margin: 0 0 12px 0;
	border: 2px solid #900;
	width: 633px;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: 2px solid #900;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: 2px solid #900;
    float: left;
}

/* styles */
body {
	background: #000;
}
#body {
	font: 15px Georgia, "Times New Roman", Times, sans-serif;
	color: #000;
	background: url(/images/bg.gif) repeat-x #000;	
}
#outer {
	background: url(/images/outerbg.jpg) no-repeat top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 142px;
	position: relative;
	background: url(/images/headerbg.jpg) no-repeat;
}
#header #logo {
	position: absolute;
	top: 31px;
	left: 306px;
}
#container {
	background: url(/images/containerbg.jpg) bottom center no-repeat #fffce0;
	padding-bottom: 2px;
}
ol#top-nav {
	position: absolute;
	top: 0;
	right: 34px;
	width: 279px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ol#top-nav li {
	float: left;
}
ol#top-nav li a {
	display: block;
	height: 30px;
}
ol#top-nav li a span{
	display: none;
}
ol#top-nav a#nav-homepage {
	background: url(/images/nav-home.jpg) no-repeat;
	width: 66px;
}
ol#top-nav a#nav-church_office {
	background: url(/images/nav-church_office.jpg) no-repeat;
	width: 128px;
}
ol#top-nav a#nav-history {
	background: url(/images/nav-history.jpg) no-repeat;
	width: 85px;
}
ol#top-nav a:hover, ol#top-nav a.active {
	background-position: 0 -30px !important;
}

ol#nav {
	list-style-type: none;
	height: 13px;
	padding: 16px 34px 16px;
	margin: 0;
	overflow: hidden;
}
ol#nav li {
	display: block;
	float: left;
	margin: 0;
	height: 13px;
	padding: 0 0 0 27px;
	background: url(/images/nav-divider.gif) no-repeat top left;
}
ol#nav li.first {
	padding-left: 0;
	background: none;
}
ol#nav a {
	text-decoration: none;
	display: block;
	height: 13px;
}
ol#nav a span {
	display: none;
}
ol#nav a#nav-a_closer_look {
	background: url(/images/nav-a_closer_look.gif) no-repeat;
	width: 108px;
}
ol#nav a#nav-spirituality_and_worship {
	background: url(/images/nav-spirituality_and_worship.gif) no-repeat;
	width: 172px;
}
ol#nav a#nav-reaching_out {
	background: url(/images/nav-reaching_out.gif) no-repeat;
	width: 107px;
}
ol#nav a#nav-children_and_youth {
	background: url(/images/nav-children_and_youth.gif) no-repeat;
	width: 139px;
}
ol#nav a#nav-news_and_events {
	background: url(/images/nav-news_and_events.gif) no-repeat;
	width: 107px;
}
ol#nav a#nav-member_central {
	background: url(/images/nav-member_central.gif) no-repeat;
	width: 124px;
}
ol#nav a:hover, ol#nav a.active {
	background-position: 0 -13px !important;
}
#page-title {
	margin: 0 35px 25px 35px;
	overflow: hidden;
	height: 50px;
	background: #b65c31;
}
#page-title div.title {
	color: #fff;
	padding: 11px 0 7px 20px;
	font: 21px Times, serif;
	line-height: 32px;
	height: 32px;
	float: left;
	font-variant: small-caps;
}
#page-title div.subtitle {
	color: #ff9;
	background: url(/images/pagetitle-divider.gif) no-repeat center left;
	padding: 11px 20px 7px 32px;
	margin-left: 10px;
	font: 21px Times, serif;
	line-height: 32px;
	height: 32px;
	float: left;
	font-variant: small-caps;
}

#main {
	margin: 0 35px;
	background: url(/images/mainbg.gif) repeat-y;
	overflow: hidden;
}
#sidebar {
	width: 200px;
	float: left;
}
ol#subnav {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
ol#subnav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fffce0;
}
ol#subnav li a {
	color: #252525;
	display: block;
	font-size: 13px;
	padding: 13px 20px;
	text-decoration: none;
	font-variant: small-caps;
}
ol#subnav li a:hover, ol#subnav li.active a {
	color: #fff;
	background: #c8852f;
}
ol#subnav li ol.subsubnav {
	display: none;
}
ol#subnav li.active a.withsubsubnav {
	padding-bottom: 6px;
}
ol#subnav li.active ol.subsubnav {
	display: block;
	background: #c8852f;
	list-style-type: none;
	margin: 0;
	padding: 0 0 13px 0;
}
ol#subnav li.active ol.subsubnav li {
	margin: 0;
	padding: 0 20px;
	border: 0;
}
ol#subnav li.active ol.subsubnav li a {
	color: #ff9;
	font-size: 13px;
	padding: 3px 20px;
	text-decoration: none;
	font-variant: small-caps;
}
ol#subnav li.active ol.subsubnav li a:hover {
	color: #fff;
}
ol#subnav li.active ol.subsubnav li a.active {
	color: #fff;
	background: url(/images/subnav-active.gif) no-repeat 4px 3px;
}
ol#subnav li.active ol.subsubnav li ol.subsubnav {
	padding: 0;
}

ol#subnav li.active ol.subsubnav li ol.subsubnav li a {

}
#sidebar-int {
	padding: 0 20px;
}
#sidebar #ad {
	margin-top: 30px;
}
#sidebar #ad img {
}

#content {
	min-height: 400px;
	width: 690px;
	float: left;
}
#content-int {
	padding: 0 0 50px 35px;
}

#phototour {
	float: right;
	margin: 0 0 12px 15px;
	width: 324px;
}
#phototour-photo {
	width: 320px !important;
	height: 240px !important;
	border: 2px solid #900;
	overflow: hidden;
}
#phototour-pager-cont {
	margin-top: 1px;
	background: #033;
	text-align: center;
	padding: 5px 4px;
	overflow: hidden;
	display: none;
}
#phototour-pager-cont table {
	width: 100%;
	border: 0;
}
#phototour-pager-cont td {
	padding: 0;
	
}
#phototour-pager {
	margin: 0 auto;
}
#phototour-pager a {
	color: #ff9 !important;
	text-decoration: none;
	background: #B65C31;
	border: 1px solid #b3c27b;
	margin: 0 5px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	display: block;
	float: left;
}
#phototour-pager a.activeSlide {
	color: #c8852f !important;
	background: #fff;
	border: 1px solid #fff;
}
#phototour-map iframe {
	border: 2px solid #900;
	width: 320px;
	height: 240px;
}
#phototour-map small a {
	display: none;
}
#phototour-video {
	width: 320px;
	height: 240px;
	border: 2px solid #900;
}
#phototour-video embed {
	width: 320px;
	height: 240px;
}
#phototour-video p {
	display: none;
}

#phototour-prev .arrow, #phototour-next .arrow {
	margin: 0 5px;
	width: 20px;
	height: 21px;
	cursor: pointer;
}
#phototour-prev .arrow span, #phototour-next .arrow span {
	display: none;
}
#phototour-prev .arrow {
	float: right;
	background: url(/images/pager-left.gif) no-repeat;
}
#phototour-next .arrow {
	float: left;
	background: url(/images/pager-right.gif) no-repeat;
}

#content-banner {
	width: 651px;
	height: 217px;
	border: 2px solid #900;
	overflow: hidden;
	margin-bottom: 12px;
}

#footer {
	font-size: 12px;
	line-height: 16px;
	background: url(/images/footerbg.gif) bottom left repeat-x #363636;
	color: #ccc;
	position: relative;
}
#social-media {
	position: absolute;
	top: 20px;
	right: 575px;
}
#social-media a {
	display: block;
	float: left;
	margin-left: 40px;
}
#social-media a#weekly-schedule {
	display: block;
	float: left;
	height: 45px;
	margin-left: 20px;
}
#social-media a#sm-facebook {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 25px;
	height: 12px;
	background: url(/images/sm-facebook.gif) no-repeat top center;
}
#social-media a#sm-twitter {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 25px;
	height: 12px;
	background: url(/images/sm-twitter.gif) no-repeat top center;
}
#footer-nav {
	position: absolute;
	top: 27px;
	left: 575px;
}
#footer-nav a {
	display: block;
	float: left;
	width: 65px;
	height: 32px;
	margin-right: 30px;
	text-align: center;
}
#footer-nav a.one-line {
	line-height: 32px;
}
#footer-int {
	background: url(/images/footerintbg.jpg) top center no-repeat;
	padding: 85px 35px 45px;
	text-align: center;
}
#footer-copy {
	padding-top: 1px ;
}
#footer span.divider {
	font-size: 10px;
	padding: 0 3px;
	color: #959595;
}
#footer a {
	color: #dda657;
}
#footer a:hover {
	color: #fff;
}


/* styles */
#main h1 {
	color: #406275;
	font-size: 24px;
	font-style: italic;
}
#main h1 span {
	color: #b65c31;
	font-size: 21px;
}
#main h2 {
	color: #b65c31;
	font-size: 21px;
}
#main h3 {
	font-size: 18px;
}
#main h4 {
	font-size: 15px;
}
#main .date {
	color: #c8852f;
	font-size: 13px;
	font-style: italic;
}
#main a {
	color: #f00;
}
#main a:hover {
	color: #000;
}

#main form {
	margin: 24px 0;
}
#main form .form-item {
	overflow: hidden;
	margin-bottom: 12px;
}
#main form .form-subitem {
	overflow: hidden;
	margin-bottom: 3px;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form label .note {
	color: #999;
	display: block;
	font-size: 11px;
}
#main form input.text {
	border: 1px solid #deb576;
	padding: 2px 4px;
	width: 200px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
}
#main form textarea {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	border: 1px solid #deb576;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form select {
	border: 1px solid #deb576;
	padding: 2px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#main form input.button {
	color: #252525;
	background: #deb576;
	border: 1px solid #c1843f;
	padding: 5px 8px;
	font: 13px Georgia, "Times New Roman", Times, sans-serif;
	text-transform: uppercase;
}
#main form input.button:hover {
	color: #fff;
	background: #c1843f;
}

#main div.column {
	width: 45%;
	float: left;
	margin-right: 5%;
}

/* a closer look */
#main form label {
	width: 170px;
}
#main form .input-items {
	width: 400px;
	float: left;
}
#main form .input-items input.checkboxtext {
	width: 123px;
}
#main form .input-items label {
	float: none;
	text-align: left;
	width: 200px;
	vertical-align: middle;
	line-height: 24px;
}


/* spirituality and worship */
#main .sermon {
	overflow: hidden;
	margin: 24px 0 30px;
}
#main .sermon p {
	margin-bottom: 8px;
}
#main .sermon .sermon-date {
	float: left;
	width: 50px;
	height: 36px;
	padding: 7px 0;
	margin-right: 9px;
	background: #b65c31;
	color: #fff;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* news & events */
#main .news-article {
	margin-bottom: 24px;
	overflow: hidden;
}
#main .news-article h3 {
	margin-bottom: 2px;
}
#main .news-article p {
	margin-bottom: 2px;
}
#main .news-article img {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	border: 2px solid #900;
}
#main .event {
	margin-bottom: 12px;
	overflow: hidden;
}
#main .event .event-date {
	float: left;
	width: 50px;
	height: 36px;
	padding: 7px 0;
	margin: 3px 9px 3px 0;
	background: #b65c31;
	color: #fff;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#main .event h3 {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: bold;
}
#main .event .subtitle {
	font-style: italic;
}

#regular-events {
	width: 55%;
	padding-right: 5%;
	float: left;
}
#weekly-events {
	width: 40%;
	float: left;
}
#main #weekly-events .event h3 {
	font-size: 15px;
}

#e2ma_signup_form #e2ma_signup_image_container {
	display: none;
}
#e2ma_signup_form #e2ma_signup_message {
	display: none;
}
#e2ma_signup_form .e2ma_signup_form_label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
	text-transform: capitalize;
}
#e2ma_signup_form .e2ma_signup_form_row {
	overflow: hidden;
	margin-bottom: 12px;
}
#e2ma_signup_form .e2ma_signup_form_groups {
	padding-left: 115px;
}
#e2ma_signup_form .e2ma_signup_form_group_label {
	margin-bottom: 3px;
}
#e2ma_signup_form .e2ma_signup_form_required_footnote {
	padding-left: 115px;
	margin: 12px 0;
}
#e2ma_signup_form #e2ma_signup_form_button_row {
	padding-left: 115px;
}

#main .newsletter {
	margin-bottom: 18px;
}
#main .newsletter h3 {
	margin-bottom: 3px;
}
#main .newsletter p {
	margin-bottom: 3px;
}

/* member central */
#main .group {
	margin: 18px 0;
	overflow: hidden;
}
#main .group-jump {
	text-align: right;	
}

#main form div.form-subitem-title {
	padding: 3px 15px 3px 0;
	float: left;
	width: 200px;
}
#main form div.year-born {
	float: left;
	width: 80px;
	margin-left: 5px;
}
#main form input.year-born {
	width: 80px;
	margin-left: 5px;
}



/* homepage */
#body.page-homepage #main {
	margin: 0;
	background: none;
}
#body.page-homepage #sidebar {
	display: none;
}
#body.page-homepage #content {
	width: 100%;
	float: none;
}
#body.page-homepage #content-int {
	padding: 0 35px 50px 35px;
}
#body.page-homepage #main a {
	text-decoration: none;
}
#banner {
	border: 2px solid #900;
	height: 250px;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}
#banner-img {
	z-index: 2;
}
#banner-img img {
	z-index: 2;
}
#banner-jump {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 886px;
	height: 127px;
	z-index: 3;
	background: url(/images/bannerjump.png) no-repeat;
}
#banner-jump-text {
	padding: 73px 20px 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
#banner-jump-text a:hover {
	color: #fff;
}
#body.page-homepage h2 {
	color: #fff;
	border-bottom: 2px solid #fffce0;
	padding: 14px 10px 10px 20px;
}
#focus {
	background: url(/images/home-focusbg.gif) repeat-y;
	margin-bottom: 30px;
}
#focus h2 {
	font-size: 21px;
	margin-bottom: 0;
	background: #406275;
}
#focus h3 {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: bold;
}
#focus .box-int {
	padding: 15px 20px;
}
#focus-events {
	width: 592px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
#focus-events h3 {
	margin-bottom: 6px;
}
#focus-events p {
	color: #464646;
	font-size: 14px;
}
#focus-events .focus-img {
	border: 1px solid #fff;
	margin-bottom: 6px;
	height: 80px;
	overflow: hidden;
}
#focus-events .subtitle {
	color: #252525;
	font-style: italic;
	margin-bottom: 6px;
}
#focus-events .tri {
	width: 162px;
	float: left;
}
#focus-events .middle {
	margin: 0 33px;
}
#focus-events a {
	color: #9e0b0f;
}
#weekly-worship-schedule {
	float: left;
	width: 278px;
	font-size: 14px;
}
#weekly-worship-schedule p {
	color: #e1e1e1;
}
#weekly-worship-schedule strong {
	color: #fff;
	font-weight: normal;
}
#weekly-worship-schedule .box-int {
	padding: 20px;
}
#latest {
	background: url(/images/home-latestbg.gif) repeat-y;
}
#latest h2 {
	font-size: 24px;
	margin-bottom: 0;
	background: #B65C31;
}
#latest h2 a {
	color: #fff;
}
#latest h2 a:hover {
	color: #fff;
}
#latest h3 {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: bold;
}
#latest p {
	color: #707070;
}
#latest a {
	color: #b25538;
}
#latest .box-int {
	padding: 12px 20px 0;
}
#latest-news {
	float: left;
	width: 435px;
	margin-right: 20px;
}
#upcoming-events {
	float: left;
	width: 435px;
}

/* search box */
#search_box {
	margin-top: 20px;
}
#main #search_box form .form-item {
	margin-bottom: 9px;
}
#main #search_box form label {
	float: none;
	text-align: left;
	width: auto;
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
#main #search_box form input.text {
	margin: 0;
	width: 150px;
	border: 1px solid #d06c21;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}