/* Reset */
/* removed ol, ul, li from this list */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/*
ol, ul {
	list-style: none;
}
*/

.CanWrap
{
	white-space: normal;
}

.TransitionsMediaHeight
{
	height: 175px;
}

.WhiteText
{
	color: Black!important;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Common-Override*/
body
{
	background: #fff;
	font-family: Arial, Helvetica;
	padding: 30px 0;
	font-size:100%;
}

form
{
    min-width: 958px;
}

.Common
{
	margin: 0 auto;
	padding: 0;
	width: 958px;
	background-color: #eeeeee;
}
#CommonContent
{
	padding: 0px 8px 8px 0;
}
#CommonContentInner
{
	padding: 0 0 10px 10px;
	width: auto;
	overflow: visible;
}
/*container*/
.container {
	width: 958px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
}

/*header*/
.header {
	background: url(../images/ocf/header_bg.jpg) no-repeat right top;
	width: 100%;
	height: 231px;
	position: relative;
}

.header h1,
.header h1 span,
.header .logo a,
.header .logo span {
	display: block;
	width: 250px;
	height: 191px;
	overflow: hidden;
	cursor: pointer;
}

.header h1,
.header .logo {
	font-size: 36px;
	text-align: center;
}

.header h1 span,
.header .logo span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/ocf/logo.png) no-repeat;
}

/*ext-ling*/
.ext-link{
	position: absolute;
	top: -1px;
	right: 25px;
	background: url(../images/ocf/ext_link_left.gif) no-repeat left;
	height: 30px;
	padding-left: 10px;
	font-size: 12px;
}
.ext-link ul{
	background: url(../images/ocf/ext_link_right.gif) no-repeat right;
	height: 30px;
	overflow: hidden;
	padding-right: 10px;
	list-style: none;
	margin: 0;
}
.ext-link ul li{
	float: left;
	padding: .6em 10px;

}
.ext-link ul li a{
	text-decoration: none;
	color: #662300;
	line-height: 1.5em;
	font-size: 12px;
}
.ext-link ul li a:hover{
	color: #900000;
	font-size: 12px;
}

/*Navigation - Override*/
#CommonNavigation
{
    clear: both;
    margin: 0;
	width: auto;
	height: 40px;
	background-color: Transparent;
	border-top: solid 0 #666;
	border-bottom: solid 0 #666;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#CommonNavigation2
{
	clear: both;
	margin: 0;
	width: 100%;
	overflow: hidden;
	background-color: #D7E0E5;
	border-bottom: solid 1px #aaa;
	padding: 0;
	font-size: 90%;
}

#CommonNavigation2Empty
{
	height: 0;
	overflow: hidden;
	top: -1px;
	position: relative;
	border-bottom: solid 1px #666;
}

#CommonNavigation .Common
{
    border-left: solid 0 #558B9F;
    padding: 0;
}

#CommonNavigation .Inner
{
    background: url(../images/ocf/menu_bg.gif) no-repeat left top;
}

#CommonNavigation .Common .Inner
{
	border-left: solid 0 #D5E1E7;
	height: 1%;
}

#CommonNavigation2 .Common .Inner
{
	width: 100%;
	overflow: hidden;
}

#CommonNavigationShadow
{
	clear: both;
	margin-bottom: 12px;
}

#CommonNavigation ul, #CommonNavigation2 ul
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
}

#CommonNavigation ul li
{
	display: block;
	float: left;
	padding: 0;
	border-right: solid 1px #fb6600;
	font-weight: bold;
	color: #000;
}

#CommonNavigation ul
{
	border-right: solid 0 #fb6600;
}

#CommonNavigation2 ul li
{
	display: block;
	float: left;
	padding: 0;
	font-weight: bold;
	color: #333;
}

#CommonNavigation a:link, #CommonNavigation a:active, #CommonNavigation a:visited
{
    color: #662300;
    text-decoration: none;
    display: block;
    padding: 10px 15px 0;
    border-right: solid 1px #fec300;
}

#CommonNavigation2 a:link, #CommonNavigation2 a:active, #CommonNavigation2 a:visited
{
    color: #557783;
    text-decoration: none;
    display: block;
    margin: 6px 0 6px -1px;
    padding: 0 12px;
    border-left: solid 1px #666;
}

#CommonNavigation a:hover
{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 15px 0;
    border-right: solid 1px #fec300;
}

#CommonNavigation2 a:hover
{
    color: #333;
    text-decoration: none;
    display: block;
    margin: 6px 0 6px -1px;
    padding: 0 12px;
    border-left: solid 1px #666;
}

#CommonNavigation a.Selected:link, #CommonNavigation a.Selected:active, #CommonNavigation a.Selected:visited
{
    color: #ffffff;
    background-color: Transparent;
    border-color: #fec300;
    border-bottom-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#CommonNavigation2 a.Selected:link, #CommonNavigation2 a.Selected:active, #CommonNavigation2 a.Selected:visited
{
    color: #333;
}

#CommonNavigation a.Selected:hover
{
    color: #ffffff;
}

/*Nav*/
.nav{
	clear: both;
	width: auto;
	height: 40px;
	/*background: url(../images/ocf/menu_bg.gif) no-repeat left top;*/
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.nav li{
	float: left;
	height: 40px;
	border-right: 1px solid #fb6600;
}
.nav li a{
	display: block;
	float: left;
	height: 30px;
	padding: 10px 15px 0;
	text-decoration: none;
	border-right: 1px solid #fec300;
	color: #662300;
	line-height: 1.5em;
}
.nav li a:hover, .nav li.active a{
	color: #fff;
}
.nav li.search{
	float: right;
	border-right: solid 0 #fec300;
	/*background: url(../images/ocf/search_bg.gif) no-repeat left top;*/
	width: 142px;
	padding-top: 11px;
	padding-left: 5px;
	height: 29px;
}
.nav li.search .txt-search{
	width: 115px;
	border: none;
	font-size: 11px;
}

/*Huge Link*/
.hugelinks
{
	list-style: none;
	margin: 0;
	border: 0;
	outline: 0; 
	background: #8a8a8a url(../images/ocf/hugelinks_bg.gif) no-repeat left bottom;
	width: 938px;
	padding: 10px;
	overflow: hidden;
}
.hugelinks li
{
	padding-top: 24px;
	float: left;
	padding-right: 7px;
}
.hugelinks li.last
{
	padding: 0;
	padding-top: 24px;
}
.hugelinks li a{
	display: block;
	float: left;
	width: 308px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.hugelinks li a span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.hugelinks li a span:hover{
	cursor: pointer;
}
.hugelinks li .link-find span{
	background: url(../images/ocf/link_find.jpg) no-repeat;
}
.hugelinks li .link-donate span{
	background: url(../images/ocf/link_give.jpg) no-repeat;
}
.hugelinks li .link-programs span{
	background: url(../images/ocf/link_programs.jpg) no-repeat;
}

/*CommonBreadCrumbArea override*/
.CommonBreadCrumbArea
{
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #000;
	background-color: Transparent;
	border-bottom: solid 0 #bbb;
}

#CommonNavigationShadow
{
	clear: both;
	margin-bottom: 0;
}

.CommonBreadCrumbArea .Common a
{
	color:#ffffff;
}

.CommonBreadCrumbArea .Common a:hover
{
	color:#ffffff;
}

/*footer*/
.footer {
	width: 928px;
	padding: 15px 15px 40px;
	clear: both;
	background: #fff url(../images/ocf/footer_bg.gif) no-repeat top;
	overflow: hidden;
	font-size: 10px;
}

.footer .left{
	float: left;
	width: 600px;
	color: #2859c2;
	font-weight: bold;
}
.footer .right{
	float: right;
	width: 250px;
	color: #ff8700;
	text-align: right;
	font-weight: bold;
}
.footer .right a{
	color: #ff8700;
}

#CommonSidebarRight .CommonSidebar
{
    float: right;
	padding: 6px 8px 8px 6px;
	width: 240px;
}

.CommonTitle
{
	border-bottom: 4px solid #ff9900;
	background-color: Transparent;
}

/*CommonContentBox - override*/
.CommonContentBox
{
    border-top: 0px;
    background-color: #eeeeee;
    padding: 0;
    margin: 10px 0 0 0;
    height: 1%;
}
.CommonContentBox.ProfileUser,
.CommonContentBox.ProfileUser .CommonContentBoxContent,
.CommonSidebar .CommonContentBox.ProfileUser
{
	background-color: #d1d3d4;
}

.CommonSidebar .CommonContentBox
{
    border-top: 0px;
    background-color: #fff;
    padding: 0px;
    margin: 10px 0 0 0;
    height: 1%;
}
.CommonContentBox.Highlighted2
{
    background-color: #ffffff;
    border-top: 0px;
}
.CommonContentBox.TitleHighlighted
{
	border-top: 0px;
}
.CommonContentBox .CommonContentBoxHeader,
.CommonContentBoxHeader
{
    border-bottom: solid 3px #ff9900;
    border-top: 0px;
    line-height: 100%;
    font-size: 130%;
    color: #333;
    background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 8px;
}
#CommonContent .CommonContentBoxHeader
{
    font-size: 130%;
}
.CommonContentBoxHeaderSmall
{
    padding: 0 0 6px 0;
    border-bottom: solid 3px #ff9900;
    margin: 0 0 0 0;
    line-height: 100%;
    font-size: 100%;
    color: #333;
    width: 100%;
}

.CommonContentBoxHeaderForm
{
	padding: 8px;
    border-bottom: solid 3px #ff9900;
    background-color: #fff;
    margin: 0 0 0 0;
    color: #333;
    position: relative;
}

.CommonContentBoxContent
{
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 8px 8px 8px 10px;
}

.CommonContentBoxFooter
{
	background-color: #fff;
	margin: 0px;
	padding: 8px;
}
.CommonSidebar .CommonContentBoxFooter
{
	text-align:right;
}

#CommonSidebarLeftHome .CommonSidebar
{
    float: left;
	padding-right: 12px;
	overflow: hidden;
	width: 309px;
}

#CommonSidebarRightHome .CommonSidebar
{
    float: right;
	padding-left: 12px;
	overflow: hidden;
	width: 309px;
}

#CommonSidebarRightHome .Thin
{
    float: right;
	padding: 8px 8px 8px;
	width: 240px;
}

.CommonBreadCrumbArea .Common
{
	background-color: Transparent;
	padding: 0;
}

/*misc*/
.hide {
	display: none;
}

.ads
{
	margin: 0 0 15px;
}

.fb-login{
	margin: 0 0 15px;
	color:#ffffff;
}

.fb-login a
{
	color:#ffffff;
	text-decoration:underline;
}

.fb-login a:hover
{
	color:#ffffff;
	text-decoration:none;
}

.fb-login{
	background: #3b5998 url(../images/ocf/fb_top_bg.gif) no-repeat top;
}

.fb-login fieldset{
	background: url(../images/ocf/fb_bottom_bg.gif) no-repeat bottom;
	width: 279px;
	position: relative;
	padding: 10px 15px 20px;
}

.MenuContainer
{
	float:left;
}

.SearchFormContainer
{
	position: absolute;
	top: 152px;
	right: 25px;
}

.BreadcrumbContainer{
	background: #fff url(../images/ocf/breadcrumb_bg.gif) no-repeat left bottom;
	width: 918px;
	height: 11px;
	padding: 8px 20px 10px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	border-bottom: 4px solid #fff;
}

.CommonAvatarListItemArea.Post
{
	padding: 0 0 10px 0;
	background-color: #fff;
	border-bottom: 1px dashed #bcbcbc;
	min-height: 90px;
	clear: both;
}
.CommonAvatarListItemArea.Post .CustomAvatarListItemCustomAvatar
{
	margin: 0;
	padding: 0;
}
.CommonAvatarListItemPostDate
{
	color: #767676;
	font-style: italic;
	font-size: 90%;
}

.CommonFileArea.Small
{
	width: 118px;
	margin: 0 6px 8px 0px;
	padding: 0px;
}
.CommonFileArea.Small .CommonFile
{
	width: 98px;
	height: 80px;
}
.CommonFileArea.Small .CommonFileInner
{
	width: 114px;
	height: 80px;
}

.CommonFileArea.Small .CommonFileInner a.CommonFileLink
{
	width: 114px;
	height: 80px;
}


/* 2.2	Content
-----------------------------------------------------------------------------------------------*/
.content h2{
	font-size: 24px;
	border-bottom: 4px solid #ff9900;
	line-height: 1em;
	padding: 0 15px 7px;
	margin: 0 0 15px;
}
.content p{
	line-height: 1.2em;
	margin: 0 0 .6em;
}
.content .col-full{
	width: 635px;
	overflow: hidden;
	clear: both;
	padding: 0 0 10px;
}
.content .col-left{
	float: left;
	width: 311px;
	overflow: hidden;
	padding: 10px 0 10px;
	background: #e6e6e6;
}
.content .col-right{
	float: right;
	width: 311px;
	overflow: hidden;
	padding: 10px 0 10px;
	background: #c4c4c4;
}

.content .list-news{
	width: 605px;
	overflow: hidden;
	padding: 0;
}
	.content .list-news li{
		border-bottom: 1px dashed #bcbcbc;
		overflow: hidden;
		width: 605px;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
	.content .list-news li.last{
		border-bottom: 0px;
		font-weight: bold;
	}
	.content .list-news .thumb{
		float: left;
		width: 115px;
		padding-right: 15px;
	}
	.content .list-news .date{
		font-size: 10px;
		color: #777;
		font-style: italic;
		float: left;
		width: 475px;
	}
	.content .list-news h3{
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		margin: 0 0 5px;
		float: right;
		width: 475px;
	}
		.content .list-news h3 a{
			color: #000;
			text-decoration: none;
		}
			.content .list-news h3 a:hover{
				text-decoration: underline;
			}
	.content .list-news .excerpt{
		color: #2859c2;
		float: right;
		width: 475px;
	}

.content.wrap-col-chapter-media {
	width: 100%;
	overflow: hidden;
	background: url(../images/col-chapter-media_bg.gif);
	padding-bottom: 16px;
}

.content .col-left .list-chapters,
.content .col-right .list-program-media
{
	width: 285px;
	padding: 0 15px;
	overflow: hidden;
	list-style:none;
	margin: 0;
}

.content li {
	width: 285px;
	overflow: hidden;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.content .col-left .list-chapters li
{
	border-bottom: 1px dashed #bcbcbc;
}

.content .col-right .list-program-media li {
	border-bottom: 1px dashed #e7e7e7;
}
.content.wrap-col-chapter-media li h3,
.content.wrap-col-chapter-media .excerpt
{
	padding-left: 55px;
}

.content.wrap-col-chapter-media li.last {
	background: none;
	font-weight: bold;
	padding-left: 0;
}
.content.wrap-col-chapter-media .thumb{
	float: left;
	width: 45px;
}
.content.wrap-col-chapter-media .thumb img{
	border: 1px solid #adafaf;
}
.content.wrap-col-chapter-media h3 {
	font-size: 12px;
	margin: 0 0 .4em;
	font-weight: normal;
}
.content.wrap-col-chapter-media h3 a
{
	color: #000;
}
.content.wrap-col-chapter-media .excerpt {
	color: #2859c2;
}
.content .col-right .list-program-media li.cat-music{
	background: url(../images/icon_music.gif) no-repeat left top;
}
.content .col-right .list-program-media li.cat-notes{
	background: url(../images/icon_notes.gif) no-repeat left top;
}

.ChapterMapBg
{
	width:605;
	height:321;
	background-image: url(../images/ocf/map_bg.jpg);
	background-repeat: no-repeat;
	padding: 16px;
}

/* Conversations - Custom */
.ConversationListRow
{
	background-color: #eee;
	vertical-align: top;
}

.ConversationListRow PRE,
.ConversationListRowAlt PRE
{
	font-family: Arial, Helvetica;
	text-align: left;
	float:left;
}

.ConversationListRowAlt td
{
	background-color: inherit;
}

.CommonListCell.AlignTop
{
	vertical-align: top;
}

.UserProfileFriendsColumn
{
	float:left;
	width:290px;
}
.UserProfileActivityColumn
{
	float:right;
	width:380px;
}
.PostImage
{
	float: left;
	margin: 0 10px 10px 0;
	max-width: 200px;
	max-height: 200px;
}

.PostImageThumb
{
	float: left;
	margin: 0 10px 10px 0;
	width: 114px;
	height: 85px; 
	text-align:center; 
	overflow: hidden;
}
.PostImageThumb img
{
	max-width: 114px;
	max-height: 85px;
}

.FaceBookLoginWarning
{
	font-size: 100%;
	color: #f00;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.FacebookContentBox
{
    border-top: 0px;
    background: #3B5998 url(../images/ocf/fb_title.gif) 10px 10px no-repeat;
    padding: 50px 10px 10px 10px;
    margin: 4px 0 10px 0;
}
.FacebookContentBoxContent
{
	color: #98A9CA;
}
.FacebookContentBoxContent a
{
	color: White;
	font-weight: bold;
}
.FacebookContentBoxContent p
{
	margin: 10px 0;
}
.FacebookContentBoxHeader
{
	margin-bottom: 5px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.ShopCommonSearchArea
{
	width: 182px;
	overflow: hidden;
	float: right;
}

.GiftCertificate
{
    border-style:solid;
    border-color:Black;
    border-width:thin;
}

.TwitterContentBox
{
    border-top: 0px;
    background: #94E4E8;
    padding: 10px 10px 10px 10px;
    margin: 4px 0 10px 0;
}
.TwitterContentBox #twitter-update-list li
{
	border-bottom: 1px dashed #bcbcbc;
}
.TwitterContentBox .CommonContentBoxHeader
{
    border-bottom: solid 3px #ff9900;
    border-top: 0px;
    line-height: 100%;
    font-size: 130%;
    color: #333;
    background-color: #94E4E8;
	margin: 0 0 0 0;
	padding: 8px;
}

.layoutTable
{
	border-collapse:collapse;
	margin: 8px 0 0 0;
	table-layout: fixed;
	width: 740px;
}
.layoutTable td
{
	padding: 0 0 0 8px;
	vertical-align: top;
}
.layoutTable td table td
{
	padding: 2px 0 0 0;
}
.layoutTable td table td input[type=text]
{
	margin: 0px;
	width: 160px;
}

.layoutTable td table td select
{
	margin: 0px;
	width: 165px;
}

.column1
{
	width: 360px;
}
.newStudent
{
	background: transparent url(../images/tabs/nsstrip.jpg) repeat-y left top;
	margin: 8px 0 0 0;
}
.newStudent .areaHeader
{
	background: transparent url(../images/tabs/nsheader.jpg) no-repeat left top;
	height: 93px;
}
.newStudent .areaContent
{
	background: transparent url(../images/tabs/nsfooter.jpg) no-repeat left bottom;
	padding: 4px 12px 16px 12px;
}
.parishFinder
{
	background: transparent url(../images/tabs/pfstrip.jpg) repeat-y left top;
	margin: 8px 0 0 0;
	text-align:left;
}

.parishFinder table
{
	color: #fff;
}


.parishFinder .areaHeader
{
	background: transparent url(../images/tabs/pfheader.jpg) no-repeat left top;
	height: 93px;
}
.parishFinder .areaContent
{
	background: transparent url(../images/tabs/pffooter.jpg) no-repeat left bottom;
	padding: 4px 12px 16px 12px;
	text-align:center;
}

.parishMapBg
{
	width:325;
	height:300;
	background-image: url(../images/ocf/parishmap_bg.gif);
	background-repeat: no-repeat;
	padding: 16px;
	text-align: left;
}

.parishFinder .areaContent .parishMap
{
	text-align:left;
	padding: 2px 2px 5px 2px;
}

.parishFinder .areaContent .parishTable td
{
	text-align:left;
	padding-right:5px;
	padding-left:5px;
}

.usefulLinks
{
	background: transparent url(../images/tabs/ulstrip.jpg) repeat-y left top;
	margin: 8px 0 0 0;
}
.usefulLinks .areaHeader
{
	background: transparent url(../images/tabs/ulheader.jpg) no-repeat left top;
	height: 93px;
}
.usefulLinks .areaContent
{
	background: transparent url(../images/tabs/ulfooter.jpg) no-repeat left bottom;
	padding: 4px 12px 16px 12px;
	text-align: center;
}
.houses
{
	background: transparent url(../images/tabs/hstrip.jpg) repeat-y left top;
	margin: 8px 0 0 0;
}
.houses .areaHeader
{
	background: transparent url(../images/tabs/hheader.jpg) no-repeat left top;
	height: 93px;
}
.houses .areaContent
{
	background: transparent url(../images/tabs/hfooter.jpg) no-repeat left bottom;
	color: #fff;
	padding: 4px 12px 16px 12px;
	text-align: center;
}
.ocfCalendars
{
	background: transparent url(../images/tabs/ocstrip.jpg) repeat-y left top;
	margin: 8px 0 0 0;
}
.ocfCalendars .areaHeader
{
	background: transparent url(../images/tabs/ocheader.jpg) no-repeat left top;
	height: 93px;
}
.ocfCalendars .areaContent
{
	background: transparent url(../images/tabs/ocfooter.jpg) no-repeat left bottom;
	color: #fff;
	padding: 4px 12px 18px 12px;
	text-align: center;
}
.ocfMedia
{
	background: transparent url(../images/tabs/mstrip.jpg) repeat-y left top;
	margin: 8px 0 0 0;
}
.ocfMedia .areaHeader
{
	background: transparent url(../images/tabs/mheader.jpg) no-repeat left top;
	height: 93px;
}
.ocfMedia .areaContent
{
	background: transparent url(../images/tabs/mfooter.jpg) no-repeat left bottom;
	color: #fff;
	padding: 4px 12px 16px 12px;
}