/* EBC CSS Stylesheet                          */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold .8em/150% Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #0000FF;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

.input_hint{
	font-family: Arial,sans-serif;
	color: #CCCCCC;
	background-color: #FFFF00;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 195px;
	left: 9px;
	right: 1%;
	width:98%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 1%;
	right: 1%;
	width:98%;
	height: 120px;
	background-color: #FFFF33;	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #FF0000;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;??????mU???onOpen()mž???file://
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
	top: 70px;
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #0000FF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 95px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 25px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 140%;
	color: #FFFFFF;
}

.subglobalNav a:hover{
	color: #FFFF33; /** Yellow **/
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFF33;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************** advert styles *****************/
#advert{
	padding: 10px;
}
#advert img{
	display: block;
}
#ebcsiteTitle {
	position: absolute;
	top: 24px;
	left: 22%;
	font: bold 42px Tahoma;
	color: #000000;
	width: 620px;
}
#ebctopleftImg {
	background-image: url(../Images/EBC_19_160_109.jpg);
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	top: 5px;
	left: 1%;
	height: 109px;
	width: 160px;
}
#ebcsiteImg {
	background-image: url(../Images/EBC_logo_140_60.jpg);
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	top: 5px;
	left: 85%;
	height: 60px;
	width: 140px;
	border: thin solid #FF0000;
}
#currentDate {
	position: absolute;
	width: 247px;
	left: 74%;
	top: 93px;
	height: 27px;
	font: bold 12px Tahoma;
	color:#000000;
	text-align: right;
}
#postedDate {
	color: #999999;
	font-size: 10px;
}
/************* bibleVerse style **************/
.bibleVerse{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #FFFF00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	background-image: url(../Teaching/Embracing_the_healing_of_God/top_bg.jpg);
	font-weight: bold;
	font-style: oblique;
	border: 1px solid #cccccc;
}

/************* Advert style **************/
.tickerstyle{
	width:160px; 
	height:240px;	/* Controls height of Advert box */
	border:1px solid black; 
	background-color: #F5f7f7; 
	padding:8px; 
	overflow:hidden;
}
.messagediv{
	display: none;
	background-color: #F5f7f7;
}
/************* Horizontal Nav Bar ***********
<div id="Layer1" height:109px; z-index:1; left: 20px; top: 130px;">

***/
#horizontalnavbar{
	position: absolute;
	top: 130px;
	left: 1%;
	width:95.6%;
	height: 20px;	
}

/*********** Horizontal Menu CSS ************/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 140px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg_aw.gif) center center repeat-x;
color: black;
font: bold 14px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd; /*#e3f1bd; */
border-width: 0 1px 1px 1px;
}
.horizontalcssmenu ul li a:hover{
background: url(menubgover_aw.gif) center center repeat-x;
}
.horizontalcssmenu ul li ul li a:hover{
background: #ffff00; /* #cde686; */
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }

/* End of Horizontal Menu CSS ************/

/* AW CSS Styles */
.nobby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0000;
	font-style: italic;
}
.new_style {
	font-family: Tahoma;
	font-size: 22px;
	color: #000000;
	margin: 10px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.main_content {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.normal {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.texth3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-weight: 600;
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(texth3_bg.jpg);
}
#login {
	position: absolute;
	width: 144px;
	left: 569px;
	top: 93px;
	height: 27px;
	font: bold 14px Tahoma;
	text-align: right;
	color: #000000;
}
#login a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
#login a:hover{
	color: #FF0000;
	text-decoration: underline;
}
