@charset "utf-8";
/* CSS DOCUMENT:EPWORSHIP.COM */

a:link{color:#FFF8CB;}
a:visited{color:#E0DFDB;}
a:hover{color:#FF0000;}

	h1{color:#7200FF; font-size:10pt; font-weight:bold;}
	h2{font-size:11pt; font-weight:bold;}
	h3{font-size:11pt; font-weight:bold; text-transform:uppercase;}
	h4{color:#E0DFDB; font-size:11pt; font-weight:bold; text-transform:uppercase;}
	
.imgcenter {margin-left:auto; margin-right:auto; display:block;}

/* --------------------------------------------------------------- */
body {background-color:#000000; color:#FFF8CB; font-family:Verdana; font-size:8pt; margin:0px; padding:9px;}
/* --------------------------------------------------------------- */
			#mainContainer{width:950px; display:block; margin-left:auto; margin-right:auto;}
/* --------------------------------------------------------------- */
			#pageContent{background-color:#000000;}
/* --------------------------------------------------------------- */
			#header{background-color:#000000; padding-bottom:30px;}
/* --------------------------------------------------------------- */
			#footer{padding-top:13px;}	
/* --------------------------------------------------------------- */
#home #left_colmn {
	background:#000000; /* the background color will be displayed for the length of the content in the column, but no further */
	float:left; /* this element must precede in the source order any element you would like it be positioned next to */
	line-height:150%;
	padding:15px 0; /* top and bottom padding create visual space within this div  */
	width:22%; /* since this element is floated, a width must be given */
}

#home #right_colmn {
	background:#000000; /* the background color will be displayed for the length of the content in the column, but no further */
	float:right; /* this element must precede in the source order any element you would like it be positioned next to */
	line-height:150%;
	padding:15px 0; /* top and bottom padding create visual space within this div */
	width:23%; /* since this element is floated, a width must be given */
}

#home #left_colmn p, #home #left_colmn h3, #home #right_colmn p, #home #right_colmn h3 {
	margin-left:10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right:10px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#home #centerContent {
	background-color:#000000;
	line-height:150%;
	margin:0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

#profile #contentHead {
	padding:10px 10px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #contentHead instead of text, you may want to remove the padding. */
} 
#profile #contentHead h1 {
	margin:0; /* zeroing the margin of the last element in the #contentHead div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#profile #sidebar-Left p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#profile #sidebar-Left {
	background:#292929;  /* the background color will be displayed for the length of the content in the column, but no further */
	float:left; /* this element must precede in the source order any element you would like it be positioned next to */
	padding:15px 0; /* top and bottom padding create visual space within this div  */
	width:26%; /* since this element is floated, a width must be given */
}
#profile #sidebar-Right {
	background:#292929; /* the background color will be displayed for the length of the content in the column, but no further */
	float:right; /* this element must precede in the source order any element you would like it be positioned next to */
	padding:15px 0; /* top and bottom padding create visual space within this div */
	width:27%; /* since this element is floated, a width must be given */
}
#profile #sidebar-Left p, #profile #sidebar-Left h3, #profile #sidebar-Right p, #profile #sidebar-Right h3 {
	margin-left:10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right:10px;
}

/* Tips for contentCenter:
1. the space between the contentCenter and sidebars is created with the left and right margins on the contentCenter div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the contentCenter div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the contentCenter "hasLayout." This avoids several IE-specific bugs.
*/
#profile #contentCenter { 
	margin:0 28% 0 27.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #contentCenter div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

#profile #contentFoot { 
	padding:0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#profile #contentFoot p {
	margin:0; /* zeroing the margins of the first element in the contentFoot will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* */
/* --------------------------------------------------------------- */
/* */
#generalLayout1 #contentHead { 
	background:#565051; 
	padding:0px 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #contentHead instead of text, you may want to remove the padding. */
} 
#generalLayout1 #contentHead img{
display:block;
margin:auto; 
}
.ie #generalLayout1 #contentHead { 
	margin-top:15px;
}
#generalLayout1 #contentHead h1 {
	background:#565051;
	color:#E0DFDB;
	margin:0; /* zeroing the margin of the last element in the #contentHead div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar-Left:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#generalLayout1 #sidebar-Left p" rule.
3. Since Explorer calculates widths after the parent element is rENDered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#generalLayout1 #contentContainer{
background: url('/img/webart/ministry-tpl-sidebar-bg.png') repeat-y scroll left;/* extends sidebar background to top and bottom */
margin:0;
}

#generalLayout1 #sidebar-Left {
	float:left; 
	width:220px; /* since this element is floated, a width must be given */
	background:#292929; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 0; /* top and bottom padding create visual space within this div  */
}
#generalLayout1 #sidebar-Left h3, #generalLayout1 #sidebar-Left p {
	margin-left:10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right:10px;
}
/* Tips for contentCenter:
1. the space between the contentCenter and sidebar-Left is created with the left margin on the contentCenter div.  No matter how much content the sidebar-Left div contains, the column space will remain. You can remove this left margin if you want the #contentCenter div's text to fill the #sidebar-Left space when the content in #sidebar-Left ENDs.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the contentCenter div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the contentCenter "hasLayout." This avoids several IE-specific bugs.
*/
#generalLayout1 #contentCenter { 
	margin:0 20px 0 235px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
#generalLayout1 #contentFoot { 
	padding:0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#565051;
	clear:both;
	margin:0;
}
#generalLayout1 #contentFoot p {
	margin:0; /* zeroing the margins of the first element in the contentFoot will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#generalLayout1 .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
/* */
/* --------------------------------------------------------------- */
/* */
#infoblock #block-top-left {float:left; width:50%;}
#infoblock #block-top-right {float:right; text-align:left; width:50%; line-height:normal; padding-top:15px;}
.gecko #infoblock #block-top-right {float:right; text-align:left; width:50%; line-height:normal; padding-top:0px;}
#infoblock #block-left-center {padding-left:25px; width:350px;}
/* */
/* --------------------------------------------------------------- */
/* */
			#header-feature-LEFT{float:left; font-size:7pt; left:0px; text-align:center; top:0px;}

/* FIREFOX CSS EQUIVALENT */	.gecko #header-feature-LEFT{top:-9px;}
/* --------------------------------------------------------------- */
			#header-feature-RIGHT{float:right; font-size:7pt; right:0px; text-align:center; top:0px;}
			
/* FIREFOX CSS EQUIVALENT */	.gecko #header-feature-RIGHT{top:-9px;}
/* --------------------------------------------------------------- */
			#contentCentered{display:block;text-align:center;}
/* --------------------------------------------------------------- */
			#mainTitle{margin-left:auto;margin-right:auto;}
/* --------------------------------------------------------------- */

/* TEXT FORMATTING CLASSES */
	.capture {color:#7200FF; font-weight:bold;}
	a.capture:link{color:#7200FF; font-weight:bold;}
	a.capture:visited{color:#7200FF; font-weight:bold;}
	.capture_red{color:#FF0000; font-weight:bold;}
	.capture_blk{color:#000000; font-weight:bold;}
	.small_print {font-size:9px;}
	.minireference {font-size:6pt; font-style:italic;}
	.minireference2 {font-size:7pt; font-style:italic; color:#7200FF;}
	.font-7pt-capture_pur {font-size:7pt; color:#7200FF;}
	.indent{text-indent:3em;}
	.rfloat{float:right; text-align:right;}
	.spaced td{padding:11px 0;}
/* END */ /* TEXT FORMATTING CLASSES */

/* GENERIC BUTTONS *//* --------------------------------------------------------------- */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Tahoma;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* --------------------------------------------------------------- */

/* UNIVERSAL BUTTONS *//* --------------------------------------------------------------- */

/* UNIVERSAL BUTTONS *//* NEUTRAL */
button:hover, .buttons a:hover{background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699;}

.buttons a:active{background-color:#6299c5; border:1px solid #6299c5; color:#fff;}

/* UNIVERSAL BUTTONS *//* POSITIVE */
button.positive, .buttons a.positive{color:#529214;}

.buttons a.positive:hover, button.positive:hover{background-color:#E6EFC2; border:1px solid #C6D880; color:#529214;}

.buttons a.positive:active{background-color:#529214; border:1px solid #529214; color:#fff;}

/* UNIVERSAL BUTTONS *//* NEGATIVE */
.buttons a.negative, button.negative{color:#d12f19;}

.buttons a.negative:hover, button.negative:hover{background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19;}

.buttons a.negative:active{background-color:#d12f19; border:1px solid #d12f19; color:#fff;}
/* --------------------------------------------------------------- */

/* ROUNDED CORNERS *//* --------------------------------------------------------------- */
.spiffy{display:block;}
.spiffy *{display:block; height:1px; font-size:.01em; overflow:hidden; background:#4C4646;}
.spiffy1{margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #201e1e; border-right:1px solid #201e1e; background:#393434;}
.spiffy2{margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #070707; border-right:1px solid #070707; background:#3d3838;}
.spiffy3{margin-left:1px; margin-right:1px; border-left:1px solid #3d3838; border-right:1px solid #3d3838;}
.spiffy4{border-left:1px solid #201e1e; border-right:1px solid #201e1e;}
.spiffy5{border-left:1px solid #393434; border-right:1px solid #393434;}
.spiffyfg{background:#4C4646;}

.roundedTextfield{background-color:#4C4646; border:0px none; color:#FFF; font-family:"Verdana"; padding-left:10px;}
/* --------------------------------------------------------------- */

/* SPECIAL TABLES *//* --------------------------------------------------------------- */
#smooth-table-1
{font-family:"Verdana"; font-size:8pt; margin:45px; width:auto; text-align:left; border-collapse:collapse;}
#smooth-table-1 th
{font-size:10pt; font-weight:normal; padding:8px; background:#b9c9fe; border-top:4px solid #aabcfe; border-bottom:1px solid #fff; color:#039;}
#smooth-table-1 td
{padding:8px; background:#e8edff; border-bottom:1px solid #fff; color:#669; border-top:1px solid transparent;}
#smooth-table-1 tr:hover td
{background:#d0dafd; color:#339;}
#smooth-table-1 a:link{color:#000000; text-decoration:none;}
#smooth-table-1 a:visited{color:#000000; text-decoration:none;}

/* --- */
.smooth-table-grey
{font-family:"Verdana"; font-size:8pt; margin:45px; width:auto; text-align:left; border-collapse:collapse;}
.smooth-table-grey th
{font-size:10pt; font-weight:normal; padding:8px; background:#292929; border-top:4px solid #E0DFDB; border-bottom:1px solid #FFF; color:#FFF;}
.smooth-table-grey td
{padding:8px; background:#E0DFDB; border-bottom:1px solid #FFF; color:#292929; border-top:1px solid transparent;}
.smooth-table-grey tr:hover td {background:#FFF; color:#000;}
.smooth-table-grey a:link{color:#000;}
.smooth-table-grey a:visited{color:#000;}

/* --- */
.smooth-table-2
{font-family:"Verdana"; font-size:8pt; margin:45px; width:auto; text-align:left; border-collapse:collapse;}
.smooth-table-2 th
{font-size:10pt; font-weight:normal; padding:8px; background:#b9c9fe; border-top:4px solid #aabcfe; border-bottom:1px solid #fff; color:#039;}
.smooth-table-2 td
{padding:8px; background:#e8edff; border-bottom:1px solid #fff; color:#669; border-top:1px solid transparent;}
.smooth-table-2 tr:hover td
{background:#d0dafd; color:#339;}
.smooth-table-2 a:link{color:#000000;}
.smooth-table-2 a:visited{color:#000000;}

/* --- */
.smooth-table-epiPurple
{font-family:"Verdana"; font-size:8pt; margin:45px; width:auto; text-align:left; border-collapse:collapse;}
.smooth-table-epiPurple th
{font-size:10pt; font-weight:normal; padding:8px; background:#8929ff; border-top:4px solid #eedfff; border-bottom:1px solid #fff; color:#FFF8CB;}
.smooth-table-epiPurple td
{padding:8px; background:#eedfff; border-bottom:1px solid #fff; color:#7200FF; border-top:1px solid transparent;}
.smooth-table-epiPurple tr:hover td
{background:#FFF8CB; color:#000000;}
.smooth-table-epiPurple a:link{color:#000000;}
.smooth-table-epiPurple a:visited{color:#000000;}
/* --------------------------------------------------------------- */

/* POP-UP TIPS *//* --------------------------------------------------------------- */
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background: url(/img/icons/tooltip.gif) 0 0; display:block; font-size:1px;}

.tipimg {}
.gecko .tipimg {}

.tipimg-box {display:table-cell; height:10px; padding-left:5px; padding-top:7px; vertical-align:middle;}
.gecko .tipimg-box {display:table-cell; height:20px; padding-left:3px; padding-top:0px; vertical-align:middle;}

a.tooltip2 {color:#c00;}
a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #ff0; background:#8cc; width:150px;}
a.tooltip2:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #ff0; overflow:hidden; z-index:100;}
a.tooltip2:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #8cc; overflow:hidden; z-index:100;}
/* --------------------------------------------------------------- */