@charset "UTF-8";
/* CSS Document */

/* Global Stuff */

body {
	font: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	}

body{ background:url(http://fouroakschurch.com/shared/sermons/background.gif) repeat 0 0 !important;}


#footer{ background:#343222 !important; text-align:center;}
.inner-footer { text-align:center;}

* {
	margin:0px;
	padding:0px;
	outline: none;
}


div#mainMiddle {
	width:100%;
	margin-left:auto;
	margin-right:auto;
/*	background: #af4410 url(../images-layout/back-main.jpg) repeat-x top left;
*/}

div#wrapper {
	width:960px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	overflow: auto;
}

div#header {
	width:960px;
	height:126px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../images-layout/back-header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#logo {
	width:363px;
	height:110px;
	background:url(../images-layout/main-fouroaks-logo.gif) no-repeat left top;
	float:left;
}

div#footer {
	width:100%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #3c1e00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #697627;
}
div#footer a {
	background-image: url(../images-layout/wddg_logo.gif);
	display: block;
	float: right;
	height: 30px;
	width: 198px;
}
div#footer a:hover {
	background-position: left -30px;
}

.inner-footer{
	margin:0 auto; width:960px;	
}
#footer span {
	color: white;
	line-height: 30px;
	font-size: 10px;
	margin-left: 8px;
	font-weight: bold;
}

#footer span span {
	color: #cc9933;
	margin: 0px;
}
div#mainContent {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images-layout/back-mainContent.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}

div#mainContentWell {
	width:952px;
	margin-left:4px;
	margin-right:4px;
	background-color: #ffffff;
	overflow: auto;
	padding-bottom: 30px;
}

/* global tags */

p {
	font: 13px Helvetica, Arial, sans-serif;
 }
 
a {
	color: #930;
	text-decoration: none;
 }
 
a:hover {
	color: #c93;
	text-decoration: underline;
 }


/* Very top Nav area */

div#veryTop {
	width:100%;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	background-color: #630;
	background-image: url(../images-layout/back-veryTop.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

div#veryTopNav {
	width:960px;
	height:17px;
	margin-left: auto;
	margin-right: auto;
}

div#veryTopNav ul {
	margin-top: 16px;
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#veryTopNav li {
	color: #930;
	float: left;
	display:inline; /* To fix IE margin doubling bug */
}

div#veryTopNav ul a {
	height:16px;
	display: block;
	float: left;
	line-height: 16px;
	text-decoration: none;
	color: #c93;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-right: 9px;
	padding-left: 9px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c93;
	
}

div#veryTopNav ul .last a  {
	height:16px;
	display: block;
	float: left;
	line-height: 16px;
	text-decoration: none;
	color: #c93;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 9px;
	border-right-style: none;	
}

div#veryTopNav ul a:hover {
	color: #fff;
	background-image: url(../images_pres/alt-mainNav.gif);
	background-repeat: repeat-x;	
}

div#veryTopNav ul .current a {
	color: #fff;
}


/* Flash Presentation area on the home page */

div#mainHomePromo {
	width:764px;
	height:302px;
	float: left;
}

/* bottom half of the home page, (the blogs area)  */

div#midCol {
	width:533px;
	min-height:500px;
	float: left;
	background-color: #fff;
	text-align: left;
	overflow: auto;
}

div#midCol h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #930;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 22px;
	margin-right: 14px;
	
}

div#midCol h1 a{
	color: #930;
	text-decoration: none;
}

div#midCol h1 a:hover{
	text-decoration: underline;
}

div#midCol h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left: 22px;
	margin-right: 14px;
	
}

div#midCol h3 a{
	color: #663;
	text-decoration: none;
}

div#midCol h3 a:hover{
	text-decoration: underline;
}

div#midCol h4 {
	font-size: 13px;
	font-weight: bold;
	margin-left: 22px;
	margin-right: 14px;
}

div#midCol p {
	font: 13px Helvetica, Arial, sans-serif;
	margin-top: 8px;
	margin-bottom: 14px;
	margin-left: 22px;
	margin-right: 22px;
 }



/* Main top navigational area */


div#mainNav {
	height:31px;
	text-align:center;
	position: absolute;
	margin-top: 95px;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
}

div#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#mainNav li {
	color: #930;
	float: left;
	display:inline; /* To fix IE margin doubling bug */
}

div#mainNav ul a {
	height:31px;
	display: block;
	float: left;
	line-height: 31px;
	text-decoration: none;
	color: #930;
	font-size: 17px;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3c4;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

div#mainNav ul a:hover {
	color: #c93;
	background-image: url(../images_pres/alt-mainNav.gif);
	background-repeat: repeat-x;	
}

div#mainNav ul .current a {
	color: #c93;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b26740;
	background-color: #FFFFFF;
}

.hide {
	display: none;
}

/* left Column area */

div#leftCol {
	width:188px;
	text-align: left;
	float: left;
	background-color: #fff;
	margin-bottom: 4px;
	overflow: auto;
}

div#leftNav {
	width:184px;
	text-align: left;
	float: left;
	margin-left: 4px;
	overflow: auto;
}

div#leftNav h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-top: 40px;
	margin-bottom: 16px;
}

div#leftNav ul {
	width: 184px;
	font-size:12px;
	list-style-type: none;
	margin-top: 8px;
}

div#leftNav li {
	display:inline; /* To fix IE margin doubling bug */	
}

div#leftNav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #930;
	border-bottom: 1px solid #acac91;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;	
}
div#leftNav  li.current a {
	background-color: #EAEAE2;
}


div#leftNav a:hover {
    color: #c93;
    text-decoration: none;
}
div#leftNav ul li ul {
	margin: 0px;
	padding-left: 20px;
	width: auto;
	display: none;
}
div#leftNav ul li.current ul li a {
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	background-color:#FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#leftNav  ul  li.current  ul  li.current a {
	background-color:#EAEAE2;
}
div#leftNav  ul li.current ul {
	display: list-item;
}





/* Right Column area */

div#rightCol {
	width:231px;
	float: left;
	background-image: url(../images-layout/back-rightCol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	overflow: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
}

div#rightCol h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left: 19px;
	margin-right: 16px;
}
div#rightCol h5 {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #CC9933;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 19px;
	margin-right: 16px;
}
div#rightCol a {
	font-weight: bold;
}



div#rightCol p {
	margin-top: 8px;
	margin-bottom: 18px;
	margin-left: 19px;
	margin-right: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663;
	padding-bottom: 14px;
}

/* Right Column on Secondary pages area */

div#rightColSec {
	width:231px;
	float: left;
	background-image: url(../images-layout/back-rightCol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-top: 58px;
	padding-top: 14px;
	min-height: 300px;
}

div#rightColSec h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-bottom: 15px;
	margin-left: 19px;
	margin-right: 16px;
}
div#rightColSec h4 {
	color: #423F17;
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}

div#rightColSec p {
	margin-top: 8px;
	margin-bottom: 18px;
	margin-left: 19px;
	margin-right: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663;
	padding-bottom: 14px;
}

/* secondary pages with no right bar  */

div#secCol {
	width:754px;
	float: left;
	background-color: #fff;
	text-align: left;
	overflow: auto;
	padding-bottom: 12px;
}

div#secCol h1 {
	font-size: 28px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #930;
	margin-top: 26px;
	margin-bottom: 6px;
	margin-left: 22px;
	margin-right: 14px;
	border-top-color: #CE9A31;
	
}

div#secCol h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-top: 42px;
	margin-bottom: 5px;
	margin-left: 22px;
	margin-right: 14px;
	clear: both;
	
}

div#secCol h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #CE9A31;
	margin-top: 42px;
	margin-bottom: 5px;
	margin-left: 22px;
	margin-right: 14px;
	
}

div#secCol h4 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-left: 22px;
	margin-right: 14px;
}

div#secCol h5 {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	font-weight: normal;
	margin-left: 22px;
	margin-right: 14px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

div#secCol p {
	font: 13px Helvetica, Arial, sans-serif;
	margin-top: 8px;
	margin-bottom: 14px;
	margin-left: 22px;
	margin-right: 22px;
 }

/* secondary pages with right bar  */

div#secColMid {
	width:533px;
	float: left;
	background-color: #fff;
	text-align: left;
}

div#secColMid h1 {
	font-size: 28px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #930;
	margin-top: 26px;
	margin-bottom: 6px;
	margin-left: 22px;
	margin-right: 14px;
	
}

div#secColMid h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	margin-top: 42px;
	margin-bottom: 5px;
	margin-left: 22px;
	margin-right: 14px;
	clear: both;
	
}

div#secColMid h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #c93;
	margin-top: 42px;
	margin-bottom: 5px;
	margin-left: 22px;
	margin-right: 14px;
	
}

div#secColMid h4 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #663;
	font-weight: bold;
	margin-left: 22px;
	margin-right: 14px;
}

div#secColMid p {
	font: 13px Helvetica, Arial, sans-serif;
	margin-top: 8px;
	margin-bottom: 14px;
	margin-left: 22px;
	margin-right: 22px;
 }

/* emphasized sections containing bullets*/

#purpose {
	margin: 32px 55px 32px 55px;
	padding: 0px;
	background-image: url(../images-layout/bg_grad_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9C3000;
	border-right-color: #9C3000;
	border-bottom-color: #9C3000;
	border-left-color: #9C3000;
	clear: both;
}	
	#secCol #purpose h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 10px;
}
#secCol #purpose h2 {
	font-size: 16px;
	margin: 14px 0px 14px 22px;
	padding: 0px;
}
#secCol .clearboth, #secColMid .clearboth {
	clear: both;
}
#secCol #purpose em {
	font-weight: bold;
	color: #930;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
}
#secCol #purpose table {
	margin-left: 30px;
}
#secCol table.grouplist {
	width: 100%;
}
#secCol table.grouplist caption {
	text-align: left;
	line-height: 37px;
}
#secCol table.grouplist caption img {
	vertical-align: bottom;
	padding-right: 6px;
}

#secCol #purpose td {
	padding-right: 2px;
	padding-left: 2px;
	border: none;
}
#secCol #purpose .grad_bg {
	background-image: url(../images-layout/bg_grad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 12px;
}

#secCol table tr.grad_bg {
	background-image: url(../images-layout/bg_grad_bottom2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


/* Utilities */

.clearthefloats {
	clear:both;
	padding: 22px;
}

/* More universal stuff, will move after editing */
#secCol a {
	font-weight: bold;
	letter-spacing: 0em;
	vertical-align: bottom;
}

#secCol ul {
	margin-top: 0px;
	margin-left: 45px;
	line-height: 18px;
	padding: 0px;
}
#secCol h2 em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CE9A31;
}

/* For any images required to float right */
#secCol img.float_right {
	padding: 1px;
	border: 1px solid #CE9A31;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 4px;
}
#secCol img.float_right_nobord {
	padding: 1px;
	border: none;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 4px;
}
#secCol img.float_left, #secColMid img.float_left {
	padding: 1px;
	border: 1px solid #CE9A31;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#secCol ol {
	margin: 42px 22px 12px 44px;
}
#secCol ol li {
	margin: 12px 0px 12px 0px;
}
#secCol ol li em {
	font-size: 16px;
	color: #CE9A31;
	font-style: normal;
	font-weight: bold;
}
#secCol ol li h2 {
	font-size: 14px;
	margin: 0px;
}
#secCol li .list-title {
	font-size: 14px;
	color: #636531;
	font-weight: bold;
	line-height: 38px;
}
#secCol ul li {
	padding-top: 8px;
}
/* Use table-wrap div to clear floats */
#secCol #table-wrap {
	margin-top: 28px;
	margin-bottom: 28px;
	clear: both;
	padding: 0px 20px 0px 20px;
}
#secCol #table-wrap caption {
	font-size: 18px;
	color: #9C3000;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #CE9A31;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
}

#secCol #table-wrap td {
	padding: 10px 20px 10px 20px;
}
#secCol #table-wrap tr {
	padding: 0px;
}
#secCol #table-wrap table {
	padding: 0px;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 42px;
}
#secCol #table-wrap .table_alt_color {
	background-color: #F7F7EF;
}
#secCol #table-wrap .top-heading {
	padding: 2px;
	font-size: 18px;
	color: #9C3000;
	padding: 0px 9px 4px 9px;
	border-bottom: 1px solid #CE9A31;
	text-align: center;
	font-weight: normal;
}
#rightColSec ul {
	margin: 0px 10px 26px 24px;
	list-style-type: none;
}
#rightColSec li {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B9B8A8;
	padding-bottom: 15px;
}
#secCol .centered {
	margin: 0px auto 0px auto;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
}

#secCol blockquote {
	line-height: 16px;
	border: none;
	margin: 10px 0px 10px 0px;
}
#secCol .exert-top {
	background-image: url(../images-layout/bg_grad_top.jpg);
	margin-right: 60px;
	margin-left: 40px;
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid;
	border-top-color: #CE9A31;
	border-bottom: 1px solid;
	border-bottom-color: #CE9A31;
	padding: 0;
	margin-top: 22px;
	margin-bottom: 22px;
}
#secCol .exert-top .exert-bottom {
	background-image: url(../images-layout/bg_grad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
}
#secCol .exert-top .exert-bottom blockquote em {
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #636531;
}
#secColMid blockquote {
	line-height: 16px;
	border: none;
	margin: 10px 0px 10px 0px;
}
#secColMid .exert-top {
	background-image: url(../images-layout/bg_grad_top.jpg);
	margin-right: 60px;
	margin-left: 40px;
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid;
	border-top-color: #CE9A31;
	border-bottom: 1px solid;
	border-bottom-color: #CE9A31;
	padding: 0;
	margin-top: 22px;
	margin-bottom: 22px;
}
#secColMid .exert-top .exert-bottom {
	background-image: url(../images-layout/bg_grad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
}
#secColMid .exert-top .exert-bottom blockquote em {
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #636531;
}
#secCol #table-wrap .centered img {
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#secColMid a {
	font-weight: bold;
}
#secColMid em {
	font-weight: bold;
	font-style: normal;
	color: #636531;
}
#secColMid .float_right {
	padding: 1px;
	border: 1px solid #CE9A31;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#mainMiddle #wrapper #mainContent #mainContentWell #rightColSec table {
	vertical-align: top;
	margin-left: 5px;
	border-collapse: collapse;
	border: none;
}
#mainMiddle #wrapper #mainContent #mainContentWell #rightColSec td {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: none;
	vertical-align: top;
}
#mainMiddle #wrapper #mainContent #mainContentWell #rightColSec tr {
	margin: 1px;
}
#mainMiddle #wrapper #mainContent #mainContentWell #secColMid ul {
	margin-top: 8px;
	margin-left: 45px;
	line-height: 18px;
	padding: 0px;
	margin-bottom: 14px;
}
#secCol h6 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 22px;
	margin-top: 18px;
}
#secCol h6 a {
	font-weight: normal;
}

#mainMiddle #wrapper #mainContent #mainContentWell #secColMid ol {
	margin: 22px 22px 22px 80px;
}
#mainMiddle #wrapper #mainContent #mainContentWell #secColMid ol li {
	margin: 12px 0px 12px 0px;
}
#mainMiddle #wrapper #mainContent #mainContentWell #secColMid ol li em {
	font-size: 16px;
	color: #CE9A31;
	font-style: normal;
	font-weight: bold;
}
#mainMiddle #wrapper #mainContent #mainContentWell #secColMid ol li h2 {
	font-size: 14px;
	margin: 0px
}
#secCol blockquote strong {
	color: #636531;
}
#table-wrap p {
	text-align: center;
}
#secCol #table-wrap table th {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
	color: #636531;
}
 
#secCol .noclear {
	clear: none;
}
#secColMid .centered {
	text-align: center;
}
#secCol #table-wrap .groupmap {
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
#secCol #map-wrap {
	text-align: center;
	margin-top: 42px;
	margin-bottom: 42px;
}
#secCol #map-wrap #map {
	height: 500px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid;
	border-color: #AD4510;
}
#secCol .map_key {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#secCol .map_key th {
	padding-left: 12px;
	padding-right: 0px;
	vertical-align: center;
}
#secCol .map_key td {
	padding-right: 6px;
	padding-left: 6px;
}
#secCol .map_key table {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#secCol .infobox table {
	margin:0 auto 0 auto;
	text-align: center;
	border-collapse: collapse;
}

#secCol .infobox th {
	font-size: 18px;
	color: #cc9933;
	padding: 2px;
}
	
#secCol .infobox td {
	font-size: 14px;
	font-weight: bold;
	color: #666633;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
}

#secCol .infobox td a {
	font-size: 12px;
}
#secCol .infobox h2 {
	margin:0;
	padding:0;
	font: 18px bold #666633;
}
#secCol a.menu_button {
	display: block;
	text-indent: -9000px;
	outline: none;
	border: none;
	background-image: url(../images-layout/map_icons/join_button.png);
	width: 100px;
	height: 20px;
	background-position: left 0px;
}
#secCol a.menu_button:hover {
	background-position: left 41px;
}
#secCol a.menu_button:active {
	background-position: left 21px;
}

/* remove?
#secCol .pic_preview table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
#secCol .pic_preview td {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#secCol .gallery_view_link {
	margin-bottom: 66px;
}
*/

#secCol #gallery_list table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#secCol #gallery_list th {
	text-align: left;
	padding: 52px 0 0 0;
	border-bottom: #CE9A31 1px solid;
	color: #636531;
	font-size: 28px;
}
#secCol #gallery_list  td {
	padding-right: 22px;
	padding-left: 22px;
	text-align: right;
	padding-top: 4px;
	vertical-align: bottom;
	border-bottom: none;
	font-weight: bold;
	color: #636531;
}

#secCol #gallery_list {
	margin-right: 22px;
	margin-left: 22px;
}
#secCol #gallery_list .gallery_subcat {
	font-size: 16px;
	font-weight: bold;
	padding-left: 22px;
	border: none;
	padding-top: 30px;
}

#secCol .gallery_wrap {
	border-top: 1px solid;
	border-top-color: #CE9A31;
	border-bottom: 1px solid;
	border-bottom-color: #CE9A31;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 22px;
	margin-right: 22px;
}
#secCol .gallery_wrap table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#secCol .gallery_wrap td {
	padding-top: 12px;
	padding-bottom: 12px;
}
#secCol .gallery_wrap .table_alt_color {
	background-color: #F7F7EF;
}
#secCol .gallery_page_num {
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 22px;
	margin-right: 22px;
}
#secCol .gallery_page_num table {
	width: 100%;
}
#secCol .gallery_page_num th {
	font-weight: bold;
	color: #636531;
	text-align: left;
}
#secCol .gallery_page_num td {
	text-align: right;
}
#secCol .thumb_wrapper {
	height: 81px;
	vertical-align: middle;
}
#secCol a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#secCol .gallery_wrap a img {
	padding: 1px;
	border: 2px solid #D6D3C6;
}
#secCol .gallery_wrap a img:hover {
	padding: 1px;
	border: 2px solid #CE9A31;
}
#secCol .gallery_wrap a:focus img {
	padding: 1px;
	border: 2px solid #993300;
}
#secCol .gallery_wrap iframe {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 720px;
	height: 500px;
}
#secCol .gallery_wrap .frame_wrap {
	margin-top: 12px;
	margin-bottom: 22px;
}
#photo_placeholder {
	border: 3px dashed #AD4510;
	display: block;
	width: 652px;
	height: 486px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 486px;
}
#photo_placeholder p {
	text-align: center;
	vertical-align: middle;
	display: inline;
	line-height: 486px;
}
.photo_wrapper {
	border: none;
	outline: none;
	display: table-cell;
	width: 720px;
	height: 486px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.photo_wrapper img {
	vertical-align: middle;
	border: 3px solid #9C3000;
	padding: 1px;
}

/* Thanks to http://www.brunildo.org/test/img_center.html 
for the suggestion of using :display: table-cell" 

View the website for required IE fixes */

#secCol table.class_info {
	text-align: left;
	margin-left: 22px;
	margin-right: 22px;
	border-collapse: collapse;
	margin-top: -3px;
}
#secCol table.class_info th {
	color: #636531;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gallery_nav table {
	width: 720px;
	background-color: white;
	border: none collapse;
	margin-left: auto;
	margin-right: auto;
}
.gallery_nav th {
	text-align: left;
	line-height: 14px;
}
.gallery_nav td {
	text-align: right;
	line-height: 14px;
}
.gallery_nav a {
	font-weight: bold;
}
.img_gal_bg {
	background-color: #FFFFFF;
}
#secCol h2.adult_ed_heading {
	margin-top: 82px;
}
#secCol strong {
	color: #636531;
	font-weight: bold;
}

/* Open Table styles - sermons page, blog entrance*/

.openTable table {
	width: 726px;
	border-collapse: collapse;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.openTable th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0.3em 1.2em;
	color: #663;
}

.openTable a {
	font-weight: bold;
}

.openTable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	padding: 0.4em 1.3em;
}

.openTable tr:hover {
	background-image: url(../images-pres/back-openTable-rollover.gif);
	background-repeat: repeat-x;
}

.openTable td {
	text-align: left;
	padding: 0.4em 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
}

.ot-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663;
}

/*bio page styling*/
#secCol .alt_row_color {
	background-color: #F7F7EF;
}
#secCol .bio_wrapper .clearthefloats {
	padding: 0px;
}
#secCol .bio_wrapper {
	display: block;
	margin-top: 32px;
	margin-left: 22px;
	margin-right: 22px;
	border-top: 1px solid transparent;
	float: right;
	width: 200px;
}

#secCol .bio_wrapper img {
	margin-right: 22px;
	padding: 2px;
	border: 1px solid #CE9A31;
	display: block;
	margin: 0px auto 0px auto;
}

#secCol .bio_wrapper .bio_verse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #9C3000;
	line-height: 1.5em;
	margin: 14px 5px 0px 5px;
}
#secCol .bio_wrapper .bio_verse_number {
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
}


#secCol .bio_list {
	margin-bottom: 0px;
	margin-top: 32px;
}
#secCol .bio_list img {
	margin-left: 22px;
	margin-top: 22px;
	margin-right: 16px;
}
#secCol .bio_list p {
	line-height: 1.5em;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-top: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#secCol .bio_list .bio_list_heading {
	font-weight: bold;
	color: #636531;
	padding-right: 14px;
}

#secCol .bio_list h2 {
	margin-top: 40px;
	margin-bottom: 8px;
	clear: none;
}
/*--------------------------------*/

/*childrens's ministry styling*/
#secCol .childrens img {
	padding: 1px;
	border: 1px solid #CE9A31;
	margin-right: 22px;
}
#secCol .class_divider {
	height: 42px;
	margin-right: 42px;
	margin-left: 42px;
	border-bottom: 1px solid #CE9A31;
	clear: both;
}
#secCol .childrens h4 {
	color: #CE9A31;
	font-size: 11px;
	font-weight: bold;
}
/*--------------------------------*/

#secCol #table-wrap thead th {
	text-align: left;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*form styling*/
#secCol table.form {
	margin-left: 20px;
	border-collapse: collapse;
}
#secCol table.form tbody th {
	text-align: left;
	width: 200px;
	padding: 10px 20px 10px 10px;
	font-weight: normal;
	vertical-align: top;
}
#secCol table.form .form_example {
	font-size: 10px;
	color: #B5AEAD;
}
#secCol a.img_link img{
	border: none;
	outline: none;
}
#secCol table.form .table_alt_color {
	background-color: #F7F7EF;
}
#secCol table.form tbody td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#secCol table.form thead th {
	text-align: left;
	width: 200px;
	padding: 20px 20px 10px 10px;
	font-weight: normal;
}

#secCol .form textarea {
	margin-top: 8px;
}

/*---------------------*/

#secCol #table-wrap #heartguard {
	width: 100%;
	text-align: left;
}
#secCol #table-wrap #heartguard th{
	text-align: left;
}
#secCol #table-wrap #heartguard td.name{
	width: 50%;
}
#secCol #classlist {
	margin: 20px 22px 20px 22px;
}
#secCol #classlist a {
	line-height: 28px;
}
#secCol #classlist table {
	margin-top: 4px;
	margin-bottom: 4px;
}
#secCol #classlist td {
	padding: 4px;
}

/*---------------------*/

#infoBoxes {
	width: 487px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 16px;
	margin-bottom: 16px;
	clear: both;
	overflow-y: auto;
}

table.infobox {

	float:left;
	margin-right: 12px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-image: url(../images-layout/back-info-box.gif);
	background-repeat: repeat-x;
	background-position: left 43px;
	border: 1px solid #930;
}

table.infobox th {
	width: 230px;
	height: 41px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 41px;
	font-weight: bold;
	color: #930;
	background-image: url(../images-layout/back-info-header-02.gif);
	padding-left: 8px;
	background-color: #fff;
	background-repeat: repeat-x;
}

table.infobox td {
    padding: 5px;
}
