/* VCCI Index Page CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}

body{
	background-image: url(../images/homebg.png);
	background-repeat: repeat-x;
	background-color: #FFFAE8;
}

div#container{
	width:925px;
	margin:0 auto;
	text-align: left;
	
	}

/*------------------------Header Start-----------------------------------*/

div#header{
	background-image: url(../images/frontpage_header.png);
	height: 165px;
	margin: 10px 0px 0px 0px;
}
/*------------------------Header End -------------------------------------*/

/*--------------------------Navigation Start-------------------------------*/
#navigation {
	float: left;
	width: 925px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
	height: 47px;
}
#menuspace {
	position:relative;
	left:115px;
	top:5px;
	width:85%;
	height:33px;
	z-index:1;
	background-color: transparent;
	
}


.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 16px Arial;
	width: 100%;
	overflow: hidden;
	background: transparent;
	color: #FFFFFF;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #FFCC00;
background: transparent;
}

/*--------------------------Navigation End --------------------------------*/
/*--------------------------Content Start----------------------------------*/
div#contentwrapper{
	height: 525px;
	width: 925px;
	float: left;
}

div#content{
	float:left;
	width:550px;
	margin: 25px 0px 0px 30px;
}
#black_box{
	left: 9px;
	top: 10px;
	height: 230px;
	width: 530px;
	border: solid;
	border-color: #A38D5A;
	border-width: 7px 7px 35px 7px;
	background-color: #FFFFFF;
}
#welcome {
	left:9px;
	top:350px;
	width:525px;
	height:145px;
	margin: 30px 0px 0px 0px;
	background-color: #EEE2C8;
	border-color: #A38D5A;
	border-bottom: 1px;
	border-top: 1px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	padding: 0px 10px 10px 10px;
}

#welcome h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6C0303;
	left:5px;
	top:0px;
	width:450px;
	font-size: 20px;
}

div#sidenav{
	float:right;
	width:300px;
	margin: 30px 30px 0px 0px;
}
#dottedline{
	left:1px;
	top:70px;
	width:250px;
	height:22px;
	z-index:1;
}
.style1 {color: #A38D5A}

#dottedline2{
	left:1px;
	top:82px;
	width:250px;
	height:22px;
	z-index:1;
}
.style1 {color: #A38D5A}

#dottedline3{
	left:1px;
	top:92px;
	width:250px;
	height:22px;
	z-index:1;
}
.style1 {color: #A38D5A}

#dottedline4{
	left:1px;
	top:92px;
	width:250px;
	height:22px;
	z-index:1;
}
.style1 {color: #A38D5A}

#announcements_bar {
	top:9px;
	width:250px;
	height:375px;
	background-color: #EEE2C8;
	border: 3px;
	border-color: #A38D5A;
	border-style: solid;
	margin: 0px 0px 0px 20px;
}
#linkbox{
	margin:10px 0px 0px 0px;
	height: 350px;

}
#onlinegiving {
	left:5px;
	top:5px;
	width:240px;
	height:59px;
	z-index:1;
	background-image: url(../images/online_giving.png);
	margin: 0px 0px 0px 5px;
}
#onlinestore {
	left:5px;
	top:20px;
	width:240px;
	height:59px;
	z-index:1;
	margin: 0px 0px 0px 5px;
	}
#media {
	left:5px;
	top:22px;
	width:245px;
	height:60px;
	z-index:1;
	margin: 0px 0px 0px 5px;
	}
#directions {
	left:5px;
	top:22px;
	width:240px;
	height:59px;
	z-index:1;
	background-image: url(../images/directions.png);
	margin: 0px 0px 0px 5px;
	}
#streaming {
	left:5px;
	top:22px;
	width:240px;
	height:59px;
	margin: 0px 0px 0px 5px;
}
/*-------------------------- Rotating Banner--------------------------------*/
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:530px;
	height:230px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}		
/* numeric controls */	

	ol#controls{
	margin:1em 0;
	padding:0;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #5D1101;
		background:#EEE2C8;
		color:#5D1101;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#EBC170;
		color:#5D1101;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline: none;}
/*---------------------------Rotating Banner End-------------------------------*/
/*--------------------------Content End-------------------------------------*/
/*---------------------------Mid Section------------------------------------*/
#midsection {
	width:925px;
	height:280px;
	float: left;
}
#box1container {
	width:249px;
	height:263px;
	float: left;
	margin: 10px 0px 0px 25px;
}
#menutag1 {
	width:260px;
	height:60px;
	background-image: url(../images/menutag_service.png);
	margin: 0px 0px 0px 0px;
	float: left;
}
#sundays {
	width:250px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C0303;
	margin: 10px 0px 0px 10px;
	float: left;
	font-weight: bold;
}
#wednesdays {
	width:250px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C0303;
	margin: 10px 0px 0px 10px;
	float: left;
	font-weight: bold;
}


#menutag3 {
	width:260px;
	height:60px;
	background-image: url(../images/menutag_news.png);
	}
.service_info, .service_info1{
	width:230px;
	height:75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	list-style-type: none;
	margin: 5px 0px 0px 10px;
}



h2,h4,h3 {
	width:250px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C0303;
	margin: 20px 0px 0px 10px;
	padding-bottom: 15px;
}
#box2container {
	width:270px;
	height:277px;
	float: left;
	margin: 10px 0px 0px 40px;
}
#menutag2 {
	width:260px;
	height:60px;
	background-image: url(../images/menutag_events.png);
	margin: 0px 0px 15px 0px;
	float: left;
}
#eventbox1{
	width: 270px;
	background-color: transparent;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#Event1{
	top: 5px;
	left: 0px;
}
#eventbox2{
	width: 270px;
	background-color: transparent;
	height: 50px;
	float: left;
	margin: 25px 0px 0px 0px;
}
#Event2{
	position:relative;
	top: 75px;
	left: 15px;
}

#Event3{
	position:absolute;
	top: 217px;
	left: 15px;
}

p.event{
	font-size:13px;
	width:195px;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	float: left;
	margin: -40px 0px 0px 50px;
	padding: 0px 0px 0px 10px;
	color: #6C0303;
}

p.date{
font-size:18px;
position:absolute;
top:0px;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;}

.number{
	font-size:30px;
	color:#5D1101
}
p.event1{
	font-size:14px;
	position:absolute;
	top:30px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	color:#5D1101;
}

p.date1{
font-size:18px;
position:absolute;
top:-15px;
width:300px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#readmore {
	position:absolute;
	left:10px;
	top:110px;
	width:250px;
	height:5px;
	z-index:2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A38D5A;
}
.post-date-bg {
	color: #6C0303;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	margin: 10px 8px 0px 0px;
	padding: 4px 3px;
	width: 45px;
	height: 37px;
	background-color: #FFFAE8;
	border: solid #6C0303 1px;
	top: 80px;
	float: left;
}
.post-date-bg1{
	color: #6C0303;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	width: 45px;
	height: 37px;
	background-color: #FFFAE8;
	border: solid #6C0303 1px;
	padding: 4px 3px;
	margin: 5px 0px 0px 0px;
	float: left;
	top: 80px;
}
.date {
font-size:20px;

line-height: auto;
}
#box1 {
	width:290px;
	height:280px;
	z-index:1;
	margin: 0px 0px 0px 0px;
	float: left;
}
#box2 {
	position:absolute;
	left:565px;
	top:754px;
	width:270px;
	height:280px;
	z-index:1;
}
#box3 {
	width:265px;
	height:280px;
	float: right;
	margin: 10px 40px 0px 0px;
}

#test{
	top: 75px;
	left: 6px;
}
#test1{
	top: 217px;
	left: 6px;
}

#test2{
	top: 144px;
	left: 7px;
}

#dot1{
	top: 129px;
	left: 35px;
}

#dot2{
	top: 201px;
	left: 35px;
}
/*-------------------------------Mid-Section End--------------------------------------*/
/*--------------------------------Footer Start----------------------------------------*/

div#footer{
	width: 925px;
	height: 230px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#footer-content
{
	position:relative;
	top:0px;
	width:885px;
	left: 0px;
}

#footer-content ul li a:link, #footer-content ul li a:visited 
{
	color:#DFD9C2;
}


	
#footer-content ul li a:hover
{
color:#CDB68B;
}



#row1 {
	position:absolute;
	left:-40px;
	top:5px;
	width:1px;
	height:140px;
	z-index:1;
}
 h5{
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	width: 100px;
	left: 40px;
	color:#CDB68B;
 }
 
 #row2 {
	position:absolute;
	left:140px;
	top:5px;
	width:75px;
	height:84px;
	z-index:1;
}
#row3 {
	position:absolute;
	left:380px;
	top:5px;
	width:50px;
	height:84px;
	z-index:1;
}
#row4{
	position:absolute;
	left:535px;
	top:5px;
	width:50px;
	height:84px;
	z-index:1;
}
#row5{
	position:absolute;
	left:675px;
	top:5px;
	width:50px;
	height:84px;
	z-index:1;
}
 
 .sitemapcontent {
	position:relative;
	left:65px;
	top:25px;
	width:794px;
	height:200px;
	z-index:3;
}
.sitemapcontent ul {
	width: 20em;
	padding-top: 2em;
	left: 0px;
	list-style: none;
	color: #000000;
}
.sitemapcontent li {
	font-size: 12px;
	width: inherit;
	top: 5px;
	color: #000000;
}

.sitemapcontent p {
	font-size: 12px;
	width: inherit;
	top: 15px;
	color: #CDB68B;
	margin-top: 5px;
	margin-left: 30px;
}

#copyright {
	position:absolute;
	left:156px;
	top:153px;
	width:500px;
	height:19px;
	z-index:1;
	font-size: 10px;
}
.techsupport {
	top:150px;
	width:450px;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 150px;
	font: 10px;
}
