/* @override http://valleybrookoutreach.org/main.css */

<style>
body{margin:0;padding:0;background:#ccc;}
.internal{background:#79123E;color:#fff;font-family:verdana;font-size:11px;}
a{color:#fff;}
#wrapper{width:825px;margin: 0 auto;}
#header{width:100%;position:relative;height:116px;background:#79123E;border-bottom:9px solid #E1E2E4;}
.page{margin-top:30px;margin-left:20px;}
#logo{position:absolute;right:0;top:0;}
h4{font-size:18px;}
.menu{background:url(images/navbg.jpg) repeat-y;height:35px;padding-top:10px;}
#contentwrapper{background:#79123E;padding-left:1px;padding-right:1px;padding-bottom:1px;}
#content{width:475px; float:left;padding-left:10px;}
#content1{width:750px; float:left;padding-left:10px;}
#content2{width:825px; float:left;padding-left:10px;}
#sidebar{float:right;width:312px;text-align:center;font-family:verdana;font-size:11px;color:#fff;}
#footer{width:813px;background:#C9CACC;height:35px;padding-top:18px;font-family:verdana;font-size:11px;padding-left:10px;}
#footer a{color:#000;}
#footer2{width:813px;color:#fff;font-family:verdana;font-size:11px;}

/* kirsten's additions */

.kcw_back {
	background-color: #79123E;
	color:#fff;
	font-family:verdana;
	font-size:11px;
	text-align: center;
}

.kcw a {
	text-decoration:underline;
	color: #fff;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:1080;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
padding:7px 5px;
color:#fff;
background:url(blsak.gif);
text-decoration:none;
margin-right:1px;
font-family:verdana;
}
/* style the links hover */
.menu :hover{
color:#79123E;
background:#C9CACC;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:125px;
height:0;
}
.menu li li{background:#A34C76;
width:125px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.hours{
	background: url(images/servicetimesbg.jpg) center;
	width:314px;
	height:160px;
	color:#79123E;
}

.facebook a {display: block; width:313px; height: 60px; background: url(images/VB-Facebook.jpg) no-repeat; text-indent: -9999px; margin-top: 10px;}
.facebook a:hover {background-position: 0px -60px;}


</style>