.subpages {
	text-decoration: none;
}.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

/* Oakwood University Church - Rd2 */

/*******************************************************************************

 HORIZONTAL LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
    padding: 0;
	font-size: 16px;
	list-style-type: none;
	cursor: default;
    width: 950px;
	display: table;
	line-height: 40px;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 237px;
	float: left;
	display: block;
	text-transform: uppercase;
}

ul.MenuBarHorizontal li.last {
	width: 239px;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 237px;
	position: absolute;
	left: -1000em;
	font-size: 16px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 237px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: 0;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color : #FFFFFF;
	text-decoration: none;
	background-image: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../../../site/1/template/OUC_Rd2_navBckgdHover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.MenuBarHorizontal a.MenuBarItemHover li.last, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover li.last, ul.MenuBarHorizontal a.MenuBarSubmenuVisible li.last {
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../../../site/1/template/OUC_Rd2_navBckgdHover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 239px;
}

/* Different color on hover for submenu items */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	color : #851B01;
	text-decoration:none;
	background: #DAD5C0;
}

ul.MenuBarHorizontal ul ul a.MenuBarItemHover, ul.MenuBarHorizontal ul ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul ul a.MenuBarSubmenuVisible
{
	color : #851B01;
	text-decoration:none;
	background: #DAD5C0;
}

ul.MenuBarHorizontal ul ul ul a.MenuBarItemHover, ul.MenuBarHorizontal ul ul ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul ul ul a.MenuBarSubmenuVisible
{
	color : #851B01;
	text-decoration:none;
	background: #DAD5C0;
}

/* Submenus with no child pages - background  */

ul.MenuBarHorizontal ul a {
	background: #DAD5C0;
	font-size: 12px;
	line-height: 16px;
	text-transform: none; 
	padding: 7px 20px;
	border-bottom: 1px solid #CFC8B0;
	border-right: 1px solid #CFC8B0;
	border-left: 1px solid #CFC8B0;
	color: #333333;
	text-align: left;
}

ul.MenuBarHorizontal ul a:hover {
	background: #CFC8B0; 
	color: #851B01;
}

ul.MenuBarHorizontal ul ul a:hover {
	background: #CFC8B0; 
	color: #851B01;
}

ul.MenuBarHorizontal ul ul ul a:hover {
	background: #CFC8B0; 
	color: #851B01;	
}


/*******************************************************************************

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(../../../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(../../../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*background-image: url(../../../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(../../../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/*******************************************************************************/

/* Note that these below will be used only IE */
/**ul.MenuBarHorizontal ul
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom: none;
	width: 148px;
}

*ul.MenuBarHorizontal ul ul
{	
	position: absolute;
	margin: -1px 0 0 101%;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      color: #80B2C2;
}

*ul.MenuBarHorizontal li a
{
	color : #225B66;
	text-align: left;
}

*ul.MenuBarHorizontal ul a
{
	color : #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: -1px;
	
}*/


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;		
		background: none;
		*position: static;
	}
				
}

*ul.MenuBarHorizontal ul {
        margin-left: -118px;
}

/*@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;	
}*/

.bodytext-14pt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #170001;
	font-size : 14pt;
}

.bodytext-12pt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #170001;
	font-size : 12pt;
}

.bodytext-10pt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #170001;
	font-size : 10pt;
}

.bodytext-9pt {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 9pt; }

.title {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size: 24px;
	 color: #205684;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size: 16px;
	 color: #8F8F8F;
	 text-transform: none; }

.headline {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 24px;
	display: block;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A001F;
	font-weight: bold;
	margin: 0px;
	line-height: 24px;
}

.Subhead-black {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #000000;
    font-size : 13px;
    font-weight : bold; }

.Subhead-26px-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 26px;
	font-weight : bold;
}

.Subhead-20px-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 20px;
	font-weight : bold;
}

.Subhead-18px-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 18px;
	font-weight : bold;
}
	
.Subhead-18px-italic-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 15px;
    font-weight: bold;
}

.Subhead-14px-italic-Red {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6A001F;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }

.Subhead-26px-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 26px;
	font-weight : bold;
}

.Subhead-20px-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 20px;
	font-weight : bold;
}

.Subhead-18px-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 18px;
	font-weight : bold;
}
	
.Subhead-18px-italic-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 15px;
    font-weight: bold;
}

.Subhead-14px-italic-Brown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #523737;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.Subhead-26px-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 26px;
	font-weight : bold;
}

.Subhead-20px-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 20px;
	font-weight : bold;
}

.Subhead-18px-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 18px;
	font-weight : bold;
}
	
.Subhead-18px-italic-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 15px;
    font-weight: bold;
}

.Subhead-14px-italic-Pink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #C08E8C;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.DigestTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #6A001F;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.rsscredit {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 8pt; }

.rsslinks {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 8pt; }

.FeedTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 12px;
	line-height : 13px;
	font-weight: bold; }
	
a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555;
	text-decoration : underline; }

a.FeedLink {
    color : #170001; }

.FeedDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}
	
	
.devotionteaser {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 12px;
    text-decoration : none;  }

a.devotionteaser {
    text-decoration : none;  }

a.devotionteaser:hover {
    color : #555555;
    text-decoration : none;  }

.address {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 10pt; }

.body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 10px; }

.sitename {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	line-height : 36px;
	color: #205684;
	text-transform: uppercase;
}

.caption {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 8pt; 
    text-align : center; 
    color : #A99B74; }

a.bottom_links {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 8pt; 
    text-align : center; 
    color : #A99B74;
	text-decoration : none;
	font-weight: bold; }

a.bottom_links:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #A99B74;
    text-decoration : underline; }


.footer {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 8pt;
	text-decoration : none;
    color : #A99B74;
    text-align : center; }

a.footer {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #A99B74;
    text-decoration : none;
	font-weight: bold; }

a.footer:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #A99B74;
    text-decoration : underline; }

.whatsnew-title { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 12px;
    text-decoration : none; }

.whatsnew:hover {
    color : #555555; }

.eventsnew-title { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #FFFFFF;
    font-size : 11px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #FFFFFF;
    font-size : 11px;
    text-decoration : none; }
	
.eventsnew-description {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #FFFFFF;
    font-size : 11px;
    text-decoration : none; }

.eventsnew:hover {
    color : #FFFFFF;
	text-decoration : underline; }

.subpages-description {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #170001;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555; }

.navcell {
	color: #FFFFFF
}

.navlinks {
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.navlinks {
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
    padding: 3px; }

a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.navcell2 {
	color: #999999;
}

.navlinks2 {
	color: #999999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
    text-decoration: none; }

a.navlinks2 {
	color: #999999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    padding: 0px; }

a.navlinks2:hover {
	color: #999999;
	text-decoration: underline; }

.vertical-links {
    color: #666666;
	font-weight : bold;
	text-decoration : none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
    line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color: #555555; }

a   {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #851A00;
	text-decoration : none; }

a:hover { 
	color: #851A00;
	text-decoration : underline;
	}

.printlink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #AAA698;
    font-size : 8pt; }

a.printlink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #AAA698;
    font-size : 8pt;
	text-decoration : none; }

a.printlink:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #AAA698;
    font-size : 8pt;
	text-decoration : underline; }

.system {
	color : #000000;
    font-size : 10pt;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.syssmall {
	font-size : 8pt;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   	color : #000000; }

.bodysmall {
	font-size : 8pt;
    color : #AAA698;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.bodysmallgrey {
	font-size: 8pt;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   	color: #AAA698; }

table { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10pt; }
	
.GalleryPopupTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 11pt;
    font-weight: bold; 
    color : #555555; }

.GalleryPopupDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 18px;
	font-weight: bold;
	color : #205684; }

.GalleryIntro {
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 20pt;
	color : #205684; }

.GalleryTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #205684; }

.GalleryDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #000000; }	

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #000000;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #205684;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size: 11pt;
}

.forum_table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#273872;
     color:#ffffff; 
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     font-size: 10pt; }

.latest_post {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#170001;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

.pollquestion {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 13px;
	color : #170001;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.clear, br {
	clear: both;
}

/* Main wrappers */

#mainWrapperBckgd {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../site/1/template/OUC_Rd2_Bckgd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainWrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}

/* Top bar links */

#topBarLinks {
	width: 930px;
	height: 42px;
	margin: 0px;
	border: 0px;
	text-align: right;
	color : #310011;
	font-size : 12px;
	text-transform: uppercase;
	line-height: 42px;
	vertical-align: middle;
	display: table-cell;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../../../site/1/template/OUC_Rd2_topBarBckgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topBarLinks a {
	color : #310011;
	text-decoration : none;
}

#topBarLinks a:hover {
	color : #310011;
	text-decoration : underline;
}

/* Header */

#header {
	height: 181px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../site/1/template/OUC_Rd2_headerBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Logo/Pastor Name */

#logo {
	height: 61px;
	width: 589px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 20px;
	top: 81px;
	position: absolute;
	z-index: 1;
}

#logo a {
	background-image: url(../../../site/1/template/OUC_Rd2_logoName.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 589px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

/* SDA Logo */

#sdaLogo {
	background-image: url(../../../site/1/template/OUC_Rd2_SDALogo.png);
	background-repeat: no-repeat;
	height: 181px;
	width: 192px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 216px;
	top: 0px;
	position: absolute;
}

/* Search */

#search {
	text-align: left;
	height: 22px;
	width: 140px;
	position: absolute;
	top: 12px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../../site/1/template/OUC_Rd2_searchBckgd.png);
	background-repeat: no-repeat;
}

.search_field {
	width: 109px;
	height: 17px;
	color: #AAA798;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 0px;
	font-size: 13px;
}

/* Live Event */

#liveEvent {
	text-align: right;
	height: 26px;
	width: auto;
	position: absolute;
	top: 56px;
	right: 10px;
	margin: 0px;
	border: 0px;
	background-image: url(../../../site/1/template/OUC_Rd2_calendarLiveEvent.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;	
	color: #A99B74;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}


/* Main nav */

#mainNav {
	width: 950px;
	height: 40px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../../../site/1/template/OUC_Rd2_navBckgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	display: table-cell;
	line-height: 40px;
}
/* Navigation */

ul.navigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style: none;
}

ul.navigation li {
	list-style: none;
	display: inline;
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-transform: uppercase;
}
	
ul.navigation li a {
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	list-style: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	text-align: center;
}

ul.navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none; }
	

ul.navigation li.navigation_current a {
	/* color: #FFFFFF;
	text-decoration: none; */
}

ul li.navigation_separator {
	
}

ul.navigation li.first, ul.navigation li.last {
	
}

/* Child/Sibling articles nav */

ul.childpages, ul.siblingpages {
	padding: 0px;
	border: 0px;
	margin-top: 5px;
	width: 230px;
}

ul.childpages li, ul.siblingpages li {
	float: left;
	clear: left;
	display: block;
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

ul.childpages li a, ul.siblingpages li a {
	width: 215px;
	display: block;
	color: #851B01;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A99B74;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../../site/1/template/OUC_Rd2_siblingChildArticlesArrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.childpages li a:hover, ul.siblingpages li a:hover {
	text-decoration: underline;
	color: #851B01;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.childpages li.childpages_current a, ul.siblingpages li.siblingpages_current a {
	text-decoration: underline;
	color: #851B01;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* News & Events/Large image wrapper */

#mainFeatureImageQuickLinksWrapper {
	height: 315px;
	width: 950px;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}

/* Feature area - Home */

#featureAreaHomeWrapper {
	height: 300px;
	width: 710px;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 15px;
	left: 5px;
}

#featureAreaHome {
	height: 300px;
	width: 710px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	position: relative;
}

/* Quick Links */

#quickLinksWrapper {
	height: 280px;
	width: 200px;
	border: 0px;
	padding: 10px;
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 10px;
	background-color: #200208;
}

#quickLinks {
	height: 255px;
	width: 180px;
	border: 0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	color: #D77272;
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#310211), to(#6A0020));
	background: -webkit-linear-gradient(#310211, #6A0020);
	background: -moz-linear-gradient(#310211, #6A0020);
	background: -ms-linear-gradient(#310211, #6A0020);
	background: -o-linear-gradient(#310211, #6A0020);
	background: linear-gradient(#310211, #6A0020);
	-pie-background: linear-gradient(#310211, #6A0020);
	behavior: url(../../../site/1/docs/PIE.htc);
        overflow: auto;
}

#quickLinks ul {
	margin-top: 5px;
	padding: 0px;
	border: 0px;
}

#quickLinks ul li {
	float: left;
	clear: left;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 13px;
} 

#quickLinks ul li a {
	width: 165px;
	display: block;
	color: #D77272;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #533737;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../../site/1/template/OUC_Rd2_quickLinksArrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#quickLinks ul li a:hover {
	text-decoration: underline;
	color: #D77272;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/* Home image buttons */

#homeImgButtonsWrapper {
	width: 930px;
	height: 92px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;		
}

#homeImgButtonsWrapper img {
	float: left;
	margin-right: 10px;
	border: 0px;		
}

#homeImgButtonsWrapper img .noMargin {
	float: left;
	margin: 0px;
	border: 0px;		
}

/* Home image buttons - Visiting */

#homeImgButtonsWrapper #visiting {
	width: 168px;
	height: 92px;
	float: left;
	margin-right: 10px;
	border: 0px;
	padding: 0px;	
}

#homeImgButtonsWrapper #visiting a {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_visiting.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 92px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#homeImgButtonsWrapper #visiting a:hover {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_visiting.png);
	background-repeat: no-repeat;
	background-position: left -92px;
}

/* Home image buttons - Watch Now */

#homeImgButtonsWrapper #watchNow {
	width: 167px;
	height: 92px;
	float: left;
	margin-right: 10px;
	border: 0px;
	padding: 0px;	
}

#homeImgButtonsWrapper #watchNow a {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_watchNow.png);
	background-repeat: no-repeat;
	width: 167px;
	height: 92px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#homeImgButtonsWrapper #watchNow a:hover {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_watchNow.png);
	background-repeat: no-repeat;
	background-position: left -92px;
}

/* Home image buttons - What's Going On */

#homeImgButtonsWrapper #whatsGoingOn {
	width: 167px;
	height: 92px;
	float: left;
	margin-right: 10px;
	border: 0px;
	padding: 0px;	
}

#homeImgButtonsWrapper #whatsGoingOn a {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_whatsGoingOn.png);
	background-repeat: no-repeat;
	width: 167px;
	height: 92px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#homeImgButtonsWrapper #whatsGoingOn a:hover {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_whatsGoingOn.png);
	background-repeat: no-repeat;
	background-position: left -92px;
}

/* Home image buttons - Give */

#homeImgButtonsWrapper #give {
	width: 168px;
	height: 92px;
	float: left;
	margin-right: 10px;
	border: 0px;
	padding: 0px;	
}

#homeImgButtonsWrapper #give a {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_give.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 92px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#homeImgButtonsWrapper #give a:hover {
	background-image: url(../../../site/1/template/OUC_Rd2_hmImgBtn_give.png);
	background-repeat: no-repeat;
	background-position: left -92px;
}

/* Social media buttons */

#socialMediaBtnsWrapper {
	width: 220px;
	height: 92px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
}

#socialMediaBtns {
	width: 220px;
	height: 92px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;		
}

#socialMediaBtns #facebook {
	width: 41px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 10px;		
}

#socialMediaBtns #facebook a {
	background-image: url(../../../site/1/template/OUC_Rd2_Facebook.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 42px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#socialMediaBtns #twitter {
	width: 42px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 61px;		
}

#socialMediaBtns #twitter a {
	background-image: url(../../../site/1/template/OUC_Rd2_Twitter.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#socialMediaBtns #youTube {
	width: 41px;
	height: 41px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	bottom: 0px;
	left: 10px;		
}

#socialMediaBtns #youTube a {
	background-image: url(../../../site/1/template/OUC_Rd2_YouTube.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#socialMediaBtns #vimeo {
	width: 42px;
	height: 41px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	bottom: 0px;
	left: 61px;		
}

#socialMediaBtns #vimeo a {
	background-image: url(../../../site/1/template/OUC_Rd2_Vimeo.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 41px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}

#socialMediaBtns #liveChat {
	width: 97px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	right: 11px;		
}

#socialMediaBtns #liveChat a {
	background-image: url(../../../site/1/template/OUC_Rd2_liveChat.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 88px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	background-position: left top;
}


/* Main content */

#mainContent {
	width: 930px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* Main admin content */

#mainAdminContent {
	width: 930px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* Main article content left column */

#mainWrapperArticleContentLeftColBckgd {
	width: 930px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 250px;
	float: left;
	background-color: #FAFBF2;
}

#mainArticleContentLeftCol {
	width: 670px;
	border: 0px;
	float: left;
	position: relative;
	left: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Main article content right column */

#mainWrapperArticleContentRightColBckgd {
	width: 930px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #E4E1CE;
	overflow: hidden;
	float: left;
	position: relative;
}

#mainArticleContentRightCol {
	width: 230px;
	border: 0px;
	text-align: left;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	left: 250px;
}

/* Large Article Image */

#mainArticleImg {
	width: 650px;
	height: 230px;
	border: 1px solid #CFC8B0;
	padding: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}

/* More Links */

#moreLinks {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	color: #A99A73;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

#moreLinks a {
	color: #A99A73;
	text-decoration: none;
}

#moreLinks a:hover {
	color: #A99A73;
	text-decoration: underline;
}

.moreLinksDivider {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	width: 950px;
	height: 2px;
	background-image: url(../../../site/1/template/OUC_Rd2_quickLinksDivider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Admin links */

#footerLinksWrapper {
	width: 980px;
	min-height: 79px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../../site/1/template/OUC_Rd2_footerBckgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#footerLinks {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ScripShot */

#scripShot {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}
