﻿body {
	/*background: #bfdbef url('images/largeCrossBG.jpg') no-repeat fixed;
	background-position: 90% 35%;*/
	
	background: url('images/longgrad.gif') fixed;
	color: #33333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
h1, h2, h3, h4, h5 h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
a, a:link, a:visited, a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	}
	
#main {
	position: relative;
	width: 1000px;
	margin: 50px auto;
	padding: none;
	overflow: hidden;
	background: #fefefe url('images/MainBG3.jpg') no-repeat bottom right;
	}
	
#header {
	position: relative;
	background: #000061 url('images/header_grad.gif') repeat-y;
	color: white;
	height: 216px;
	}
	
#banner {
	position: relative;
	top: 20px;
	left: 30px;
	
	display: block;
	width: 750px;
	height: 178px;
	
	background: url('images/VCClogo15.png') no-repeat top left;
	}
	
#banner h1{
	margin: 0;
	padding: 0;
	
	font-size: 3em;
	}
	
#banner h1 span {
	display: none;
}

#infoBox {
	position: absolute;
	top: 100px;
	right: 60px;
	text-align: center;
	font-style: italic;
}
	
#navBar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	width: 100%;
	
	/* Borders Removed
	border-top: 2px outset;
	border-bottom: 2px inset;
	*/
	
	font-size: 1.5em;
	text-align: right;
	}
	
ul.navMenu {
	position: relative;
	right: 20px;
	
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	}
	
ul.navMenu li {
	display: inline;
	
	margin: 0;
	padding: 0;
	}
	
ul.navMenu li:hover {
	}
	
ul.navMenu li a, ul.navMenu li a:link, ul.navMenu li a:visited {
	color: white;
	text-decoration: none;
	
	width: 150px;
	margin: 0;
	padding: 5px 10px;
	}
	
ul.navMenu li a:hover {
	background-color: #dde;
	color: #3567a1;
	text-decoration: underline;
	}
	
/* Tabs Section */
body#index a#indexTab, body#about a#aboutTab, body#calendar a#calendarTab, body#classes a#classesTab, body#events a#eventstab, body#Sermons a#SermonsTab,
body#Testimonies a#TestimoniesTab, body#VC Youth a#VC YouthTab, {
	background-color: white;
	color: #3567a1;
	}

	
#content {
	padding: 20px 100px;
	margin-bottom: 3em;
}
	
#times {
	margin: 0 0 1em 0;
	padding: 0;
	}
	
#content #times h3 {
	font-size: 1.15em;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
h2#title {
	margin: 0 0 0 -35px;
	padding: 0;
	font-size: 1.5em;
	}

#content p	{
	margin: 1em 0 0 0;
	padding: 0;
	
	line-height: 1.5em;
	}

p.blurb {
	width: 375px;
	}
	
	
	
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	
	margin-bottom: 1em;
	}
