﻿*
{
    outline: none;
}
html
{
    margin: 0;
    overflow-y: scroll;
    padding: 0;
}
body 
{
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    font-family: Verdana;
    font-size: .8em;
    margin: 0 0 0 -25px;
    padding: 0;
}

a, a:visited
{
    color: #0000ff;
}

a:hover
{
    color: #ec1c24;
}

a:active
{
    color: #a7a1a4;
}

/*** Core Layout ***/
#IZCanvas
{
    xborder: solid 1px red;
    margin: 0 auto;
    padding: 0;
    width: 950px;            
}
#IZStageBase
{
    xborder: solid 1px blue;
    margin-top: 30px;
}
#IZStageFrame
{
    xborder: solid 1px green;
    background-image: url(../images/stage_repeat.png);
    background-repeat: repeat-y;
    background-position: -4px top;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 950px;
}
#IZStageTop
{
    background-image: url(../images/stage_top.png);
    background-repeat: no-repeat;
    background-position: -4px top;
    height: 20px;
    margin: 0 auto;
    width: 950px;
}
.IZHeader
{
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center top;
    height: 335px;
    margin: 0 25px;
    position: absolute;
    top: 35px;
    width: 900px;
}
.IZHeaderFlip
{
    background-position: center top;
    height: 25px;
    margin: 0 25px;
    position: absolute;
    text-align: right;
    top: 375px;
    width: 875px;
}
.IZHeaderFlip img:hover
{
    cursor: pointer;
}
#IZNav
{
    background-image: url(../images/nav_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 115px;
    margin: 0 25px;
    position: absolute;
    top: 35px;
    width: 900px;
}
#IZLogo
{
    margin-left: 54px;
    position: absolute;
    top: 35px;
    vertical-align: top;
    width: 275px;
}
#IZLogo img.Logo
{
    height: 92px;
    vertical-align: top;
    width: 70px;
}
#IZLogo img.LogoTitle
{
    height: 78px;
    width: 198px;
}
#IZTabs
{
    margin-left: 355px;
    position: absolute;
    top: 35px;
}
#IZTabs ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#IZTabs ul li
{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#IZTabs ul li a
{
    display: block;
    font-size: 8pt;
    height: 34px;
}
#IZTabs ul li a
{
    background-image: url(../images/tabs_off.jpg);
    color: #fff;
}
#IZTabs ul li a:hover, #IZTabs ul li a.Active
{
    background-image: url(../images/tabs_on.jpg);
}
#IZTabs ul li a.WhoWeAre
{
    background-position: 0 0;
    width: 82px;
}
#IZTabs ul li a.Connect
{
    background-position: -90px 0;
    width: 65px;
}
#IZTabs ul li a.TeachingAndWorship
{
    background-position: -164px 0;
    width: 144px;
}
#IZTabs ul li a.KidsAndStudents
{
    background-position: -315px 0;
    width: 122px;
}
#IZTabs ul li a.Events
{
    background-position: -437px 0;
    width: 70px;
}
#IZTabs ul li a.ELink
{
    background-position: -512px 0;
    width: 60px;
}
.IZSubTabsNav
{
    background-image: url(../images/gradient_blue.png);
    background-repeat: repeat-x;
    height: 48px;
    margin: 0 0 0 125px;
    position: absolute;
    top: 62px;
    width: 800px;
}
.IZSubTabs
{
    height: 48px;
    margin: 0 0 0 125px;
    position: absolute;
    top: 62px;
    width: 850px;
}
.IZSubTabsOff
{
    height: 48px;
    margin: 0 0 0 125px;
    position: absolute;
    top: 62px;
    width: 850px;
    display: none;
}
.IZSubTabs h2
{
    font-size: 8pt;
    margin: 0;
    padding: 0;
}
.IZSubTabs ul
{
    height: 22px;
    list-style-type: none;
    margin: 22px 0 0 230px;
    padding: 0;
}
.IZSubTabs ul li.SubNavItem
{
    float: left;
    height: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.IZSubTabs ul li.SubNavItem h2
{
    border: solid 1px transparent; /* Keeps IE Happy */
    margin: 0;
    padding: 0;
}
.IZSubTabs ul li.SubNavItem a
{
    color: #000;
    display: block;
    font-size: 8pt;
    font-weight: normal;
    height: 20px;
    padding: 0 15px;
    text-decoration: none;
}
.IZSubTabs ul li.SubNavItem a:hover
{
    color: #FFF;
}
.IZSubTabs ul li.SubNavItem div
{
    display: none;
}
.IZSubTabs ul li.SubNavItem:hover div
{
    display: block;
}
.IZMenu
{
    height: 115px;
    margin: 0; 
    padding: 0; 
    position: absolute;  
    top: 47px;
    width: 155px; 
}
.IZSubTabs ul li.SubNavItem div.IZMenu ul li a
{
    font-weight: normal;
}
/*
#IZMenus
{
    position: absolute;
    top: 110px;
}
.IZMenu
{
    background-color: #16b6c4;
    position: relative;
    top: 0;
    margin: 0 15px 0 0;
    min-height: 100px;
    width: 180px;
}
.IZMenu ul
{
    margin: 0 0 0;
    padding: 0 15px 15px;
    list-style-type: none;
}
.IZMenu ul li a
{
    color: #000;
    font-size: 8pt;
    line-height: 18pt;
    text-decoration: none;
}
.IZMenu ul li a:hover
{
    text-decoration: underline;
}
*/
.IZStageLeft
{
    position: absolute;
    top: 250px;
}
.IZStageRight, .IZStageFull
{
    margin: 0 auto;
    min-height: 625px;
    padding-top: 105px;
    float: right;
    top: 0;
    right: 0;
    width: 625px;
}
.IZStageFull
{
    float: none;
    width: 900px;
}
#IZStageBottom
{
    background-image: url(../images/stage_bottom.png);
    background-repeat: no-repeat;
    background-position: -4px top;
    clear: both;
    height: 20px;
    margin: 0 auto;
    width: 950px;
}
#IZFooter
{
    color: #999;
    font-size: 8pt;
    margin: -25px auto 50px;
    text-align: center;
    width: 900px;
}

#IZFooter a, #IZFooter a:active, #IZFooter a:visited
{
    color: #999;
}

h1
{
    font-size: 1.5em;
    margin-bottom:10px;
    color: #0CA6B8;
}

h2
{
    font-size: 1.1em;
    margin-bottom:10px;
    color: #999;
}    

.NewsBlurb h1
{
    color: #B62469;
    font-size: 10pt;
    margin: 0;
}

.NewsBlurb p
{
    margin: 0 0 10px;
}

.NewsBlurb
{
    color: #515254;
    line-height: 1.5em;
}

.article, .articlefull
{
    line-height: 1.5em;
    margin: 0 0 0 25px;
    width: 515px;
	clear: both;
}

.articlefull
{
    margin: 0 auto;
    width: 800px;
}

/** Content **/
.contentTable
{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}

.contentHeaderCell
{
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
}

.contentCell, .contentActionCell, .contentTitleCell
{
	border: solid 1px #CCCCCC;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.contentActionCell
{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 125px;
}

.contentTitleCell
{
	font-size: 12px;
}

.editorHeader
{
	color: #999;
	margin-bottom: 5px;
}

.editorSubHeader
{
	font-weight: bold;
}

.buttonArea
{
	margin-top: 15px;
	margin-right:15px;
	text-align: right;
}

.optionHeader
{
    font-size: .85em;
}

.optionBody
{
	padding-left: 25px;
	margin-bottom: 10px;
}

.categoryHeaderCell
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
	padding-left: 5px;
}

.SearchResultsTable
{
	font-size: .85em;
	width: 100%;
	padding: 2px 2px 2px 2px;
	empty-cells: show;
}

.SearchResultsTable th, .SearchResultsTable td
{
	padding: 2px;
}

.SearchResultsTableRows, .SearchResultsTableRowsAlt
{
	margin: 4px 4px 4px 4px;
}

.SearchResultsTable th
{
	color: #666;
	background-color: #CCCCCC;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableHeader
{
	color: #FFFFFF;
	background-color: #999999;
	font-weight:bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableRowsAlt
{
	background-color: #DFDFDF;
}

.editorWindow table, .editorWindow td
{
	border: solid 1px #D4D0C8;
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}
/** End Content **/

div.BreadCrumb
{
	padding: 0px 0px 5px 5px;
	float: right;
	margin: -5px 0 0 0;
	padding-left: 5px;
}
.article ul, .article ol
{
	list-style-position: outside;
	margin-left: 15px;
	padding: 0;
}

.article ul
{
	list-style-type: square;
	margin-left: 10px;
	padding: 0;
}

.Blurb H1
{
    color: #b62469;
    font-size: 10pt;
    margin: 0;
}
.Blurb
{
    font-size: 8pt;
    line-height: 12pt;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
    width: 230px;
}
.Blurb p
{
    margin: 10px 0 0;
}
.Blurb + .Blurb
{
    border-top: solid 1px #fff;
}

.Blurb + .Blurb h1
{
    margin-top: 10px;
}

.article, .article H1
{
    margin-top: 0;
    padding-top: 0;
}

.article p
{
    margin: 10px 0 0;
}

.article + .article
{
    border-top: solid 1px #f2f2f2;
    margin-top: 25px;
    padding-top: 15px;
}

.article + .article h1
{
    margin-top: 10px;
}



.RichTextBoxAttachmentsSection
{
    border: solid 2px #D4D0C8;
    border-top: none;
    width: 796px; 
    margin: -1px 1px 1px 0px;
}

.RichTextBoxAttachmentsLabel
{
    font-size: .9em;
    background-color: #D4D0C8;
    padding: 0px 0px 2px 5px;
    font-weight: bold;
    color: #666;
}

.RichTextBoxAttachmentItem
{   
    margin: 5px;
}

.RichTextBoxAttachmentTitle
{
    float: left;
    width: 670px;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}

#DownloadIE8
{
    color: #555; 
    font-weight: bold;
    text-decoration: none;
}

#DownloadIE8:hover
{
    text-decoration: underline;
}
.inputLabel
{
    font-weight:bold;
    padding-top: 20px;
}
.ValidationSummary
{
    background-color: #ffcccc; 
    border: solid 1px  #ef3e35; 
    padding: 10px; 
    margin: 10px 0; 
    font-size: 10pt;
}
.Confirmation
{
    background-color: #EEF5D6;
    border: 1px solid #b3d34a;
    padding: 10px;
    margin: 10px 0;
    font-size: 10pt;
}
