body { background-color: #5e0010; background-image: url(images/bg.jpg); background-repeat: repeat-x; margin: 0; }
p { }
td { color: #7a7764; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin-top: 0; padding-top: 0; }
a:link { color: #5f0010; }
a:visited { color: #5f0010; }
a:hover { color: #000; }
a:active { color: #5f0010; }
#main-content { width: 716px; min-height: 650px; margin: 0 0 11px 11px; padding: 0; }
#main-content2 { background-image: url(images/footer-quote.jpg); background-repeat: no-repeat; background-position: 0 bottom; margin: 0 0 11px 11px; padding: 0; width: 716px; min-height: 650px; }
#side-bar { background-color: #c9c8bf; width: 201px; min-height: 575px; margin: 11px 11px 0 0; padding: 11px 0 0; }
#side-bar-tbl { background-image: url(images/pastor-image.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 11px bottom; min-height: 575px; }

h1 { color: #5f0010; font-size: 20pt; font-family: "Times New Roman", Times, Georgia, serif; font-weight: normal; line-height: 0; vertical-align: top; margin: 0.83em 0; }
h2 { color: #5f0010; font-size: 14pt; font-family: "Times New Roman", Times, Georgia, serif; font-weight: normal; margin: 0.83em 0; }
#events-snippet { background-color: #c9c8bf; width: 457px; height: 225px; margin-right: 11px; }
#snippet-padding { padding: 11px; }
#alerts-snippet { background-color: #c9c8bf; margin-right: 11px; width: 457px; height: 91px; }
.footer-txt { color: #b68c93; font-size: 9px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
.headline { color: #5f0010; font-size: 20pt; font-family: "Times New Roman", Times, Georgia, serif; line-height: 15pt; }
.events-hdr { color: #5f0010; font-size: 14px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-transform: uppercase; }
.product-desc { font-size: 10px; }
#button { color: white; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; background-image: url(images/button-bg.jpg); background-repeat: repeat-x; height: 20px; border-color: #fff #000 #000 #fff; border-width: 1px; outline-width: 0; cursor: pointer; }
#youth-content { background-image: url(images/content-imgs/youth-bg.jpg); background-repeat: no-repeat; background-position: 0 bottom; margin: 0 0 11px 11px; padding: 0; width: 716px; min-height: 650px; }
.events-hdr1 { color: #68101F; font-size: 16pt; font-family: "Times New Roman", Times, Georgia, serif; font-weight: normal;  }



/* menu */
.menu
{
	margin:0px;
	padding:0px;
	height:31px;
	/*width:950px;*/
	background:url(../images/menu_rep.jpg);
}
.menu li
{
	float:left;
	list-style:none;
	line-height:31px;
	height:31px;
	
	font-family:Arial Narrow,Arial,Helvetica;
	
	display:block;
	font-weight:bold;
	position:relative;
}
.menu li a
{
	text-decoration:none;
	font-size:12px;
	display:block;
	color:#524f3c;
	display:block;
	padding:0 8px 0 8px;
	background:url(../images/sepline.jpg) no-repeat right;
}
.menu li a.last
{
	background:none;
	
}
.menu li a:hover
{
	background:url(../images/menu_roll.jpg) repeat-x;
	display:block;
	color:#FFF;
}
.menu li ul
{
	position:absolute;
	margin:0px;
	padding:0px;
	top:31px;
	left:0px;
	background-color:#c9c8bf;
	border:1px solid #787562;
	visibility: hidden;
	z-index:1000;
	width:150px;
}
.menu li ul li
{
	width:150px;
	height:25px;
	line-height:25px;
	display:block;
	border-bottom:1px solid #aaaaaa;
}
.menu li ul li a
{
	padding:0 5px;
	background:none;
	display:block;
}
.menu li ul li a:hover
{
	background:#787562 none;
	display:block;
}
.menu li:hover ul{
visibility:visible;
}

    ul.sub { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none; }
	ul.sub li { padding:5px 0px 5px 15px; margin:0px 0px 0px 0px; background:url(images/bullets.gif) 0px 10px no-repeat; }
	ul.sub li a {  loat:left; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:underline; }
	ul.sub li a:hover {  padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; }
