@charset "utf-8";
/* CSS Document */

html {height: 100%}
body {height: 100%}
body {
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin:0px 0px 0 0px;
	padding:0;
	background-color: #f7fcff;
}

a:link {color: #6633cc; text-decoration: underline; }
a:active {color: #6633cc; text-decoration: underline; }
a:visited {color: #6633cc; text-decoration: underline; }
a:hover {color: #6633cc; text-decoration: none; }

.banner {
    height: 233px; 
	width: 765px;
	display: block; margin-left: auto; margin-right: auto; margin-top: 5px;
	}

#top-nav {
	margin-top: -10px;
	}
	
#rc-navbar {
	background:url(images/rc-navbar.png) left top no-repeat;
	width:753px;
	height:32px;
	margin-left: auto; margin-right: auto;
	padding:0;
    }
    
	#rc-navbar span {
    display: none;
    }

    #rc-navbar li, #rc-navbar a {
    height:32px;
    display:block;
    }

    #rc-navbar li {
    float:left;
    list-style:none;
    display:inline;
	position:relative;
    }

    #rc-navbar-home {width: 84px;}
    #rc-navbar-about {width: 85px;}
    #rc-navbar-news {width: 94px;}
    #rc-navbar-events {width: 95px;}
    #rc-navbar-resources {width: 104px;}
    #rc-navbar-ideas {width: 84px;}
	#rc-navbar-partners {width: 113px;}
	#rc-navbar-global {width: 94px;}
	

    #rc-navbar-home a:hover {background:url(images/rc-navbar.png) 0px -32px no-repeat; }
    #rc-navbar-about a:hover {background:url(images/rc-navbar.png) -84px -32px no-repeat; }
    #rc-navbar-news a:hover {background:url(images/rc-navbar.png) -169px -32px no-repeat; }
    #rc-navbar-events a:hover {background:url(images/rc-navbar.png) -263px -32px no-repeat; }
    #rc-navbar-resources a:hover {background:url(images/rc-navbar.png) -358px -32px no-repeat; }
    #rc-navbar-ideas a:hover {background:url(images/rc-navbar.png) -462px -32px no-repeat; }
	#rc-navbar-partners a:hover {background:url(images/rc-navbar.png) -546px -32px no-repeat; }
	#rc-navbar-global a:hover {background:url(images/rc-navbar.png) -659px -32px no-repeat; }
	
#content-box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	font-size: 10pt;
	color: #333333;
	background-color:#ffffff;
	border: inset; border-color: #336699; border-width:thin;
	width:724px;
	min-height: 360px;
	padding:1%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 51%;
}

#intro {
	float:left;
	width:380px;
	height:400px;

}

#left {
	float:left;
	height:100%;
	text-align: left;
	padding: 1%;
	width:50%;

}

#right {
	width:342px;
	position: absolute;
	float: right;
	top: 11px;
	right: 10px;
	height: 100%;
}

#calendar {
	position: absolute;
    right: 10px;
	height: 200px;

}


#bibleverse {
	margin-top: 20px;
}

.indent
   {
	text-indent: 20px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
   }
   
.text
   {
	text-indent: 20px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
   }
   
.blogmenu {
	margin-top: 5px;
}

#mailinglist {
	margin-top: 15px;
}

#directions {
	margin-top: 15px;
	text-align: center;
	overflow: auto;

}

#mailinglistbtn {
}
/* textbox style */
.tb10 {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 170px;
	color:#333333;
	padding:1px;
	font-family:tahoma, arial, sans-serif;
	margin-left: 0px;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

elcalogo {
}

partners {
	position: absolute;
	top: 500px;
	margin-bottom: 10px;
}

p#blinking {
	text-decoration: blink;
	}
	
.linknostyle A:link {text-decoration: none}
.linknostyle A:visited {text-decoration: none}
.linknostyle A:active {text-decoration: none}
.linknostyle A:hover {text-decoration: none}

.linknostyle2 A:link {text-decoration: none; color:#336699;}
.linknostyle2 A:visited {text-decoration: none color:#336699;}
.linknostyle2 A:active {text-decoration: none color:#336699;}
.linknostyle2 A:hover {text-decoration:underline; color:#336699;}

#footer {
   margin-top: 10px;
   font-size: 9pt;
   color: #336699;
   line-height: 1.1;
   margin-left:auto; margin-right: auto;
   width:724px;
   
}

.shadowed { 
  float:right;
  background: url(../images/drop-shadow.png) no-repeat bottom right !important;
  background: url(../images/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }
.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

#about-rcenter
	{
	border: dashed; border-color: #336699; border-width:thin;
	padding: 5px;
}