*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-family: Tahoma, Geneva, Helvetica; /*background: #fff url(images/top-bg.jpg) top repeat-x;*/
	font-size: .7em;
	color: #959582;
}
#container
{
	width: 770px;
	margin: 0 auto;
}

/* LINK STYLES */
a
{
	color: Maroon;
}
a:hover
{
	color: Maroon;
	text-decoration: underline;
}

.altLink
{
	color: Maroon;
}

.altLink:hover
{
	text-decoration: underline;
}

.current
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	background: #B8B8A4;
	padding: 0 0px 0 50px;
	border: 1px solid #A1A18B;
}
.current:hover
{
	color: Maroon;
	font-size: 9pt;
	font-weight: bold;
}
.links
{
	color: Black;
	text-decoration: none;
	width: 400px;
}
.links:hover
{
	color: Maroon;
	font-weight: bold;
}
.smText
{
	font-size: 90%;
}
.textHighlight
{
	background: Maroon;
	padding: 1px;
}
ul
{
	list-style: none;
	color: #fff;
}
li
{
	color: #fff;
}
.ministryTitle
{
	color: #5A3D02;
	font-weight: bold;
	text-decoration: underline;
}

.sermonTitle
{
	color: #ffffff;
	font-weight: bold;
}

.sermonLink
{
	color: #663333;
	text-decoration: none;
	font-weight: normal;
}

/* BACKGROUND IMAGE STYLES */
#logo
{
	float: left;
	background: url(images/pebble-creek-logo3.jpg) no-repeat;
	width: 310px;
	height: 140px;
	margin-left: -10px;
}

#topVbox
{
	float: right; /*background: url(images/top-v-box.jpg) no-repeat;*/
	width: 463px;
	height: 140px;
}
#topVboxDefaultPage
{
	float: right; /*background: url(images/top-v-box.jpg) no-repeat;*/
	width: 463px;
	height: 250px;
	border: Solid, 1px, Gray;
}
#topNav
{
	text-align: right;
	width: 453px;
	height: 20px;
	margin-top: 12px;
	color: Black;
	clear: right;
}
.homePics
{
	width: 149px;
	padding: 6px 2px 2px 3px;
	float: left;
}
.interiorPics
{
	width: 457px;
	height: 68px;
	margin: 6px 2px 2px 3px;
}
.leftContent
{
	float: left;
	width: 263px;
	padding: 20px 0;
	color: #000000;
	font-size: 8pt;
}

.leftContentHeading
{
	font-weight: bold;
	font-size: 9pt;
}

.centerHeading
{
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
	text-align: center;
}

.copyright
{
	float: right;
	width: 463px;
	height: 100px;
	clear: right;
	color: #959582;
	font-size: 7pt;
}

.rightContent
{
	float: right;
	width: 463px;
	height: 100%; /*background: url(images/v-bottom.jpg) repeat-y;*/
	padding: 5px 0 25px 0;
	top: 0px;
}
.rightSlogan
{
	float: right;
	width: 463px;
	height: 100px;
	clear: right;
	background: url(images/encourage-change-maroon.jpg) no-repeat;
}
#blueVbox
{
	float: right; /*background: url(images/v-blue-bt.jpg) repeat-y;*/
	width: 463px;
	height: 100%;
	color: #fff;
	padding: 0px 0 0px 0;
}
#blueVbox p
{
	padding: 0 20px;
}
.highltColumn, .pluginColumn
{
	float: left;
	width: 154px;
	height: 370px;
	background-color: #CBD6AB;
	color: Maroon;
}
.sitemapColumn
{
	float: left;
	width: 145px;
	height: 370px;
	background-color: White;
}
.highltColumn p, .pluginColumn p, .sitemapColumn p
{
	padding: 0 10px;
}
.joinusColumn
{
	float: left;
	width: 154px;
	height: 370px;
	color: Maroon;
}
.joinusColumn p
{
	padding: 0 9px;
}
.eventsDate
{
	/*background: #4478A2 url(images/arrow.gif) center left no-repeat;*/
	padding: 0 5px 1px 23px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	clear: both;
}

/* FORM AND MISC STYLES */

.resourcePic
{
	float: left;
	margin: 0 10px 3px 0;
	border: 1px solid #FFDC89;
}
.yellowBorder
{
	border: 1px solid #FFDC89;
}
.form
{
	font-size: 95%;
	color: #333;
	border: 1px solid #9B9B85; /*background: url(images/input-bg.gif) repeat-x;*/
	height: 14px;
	width: 225px;
}
.contactForm
{
	font-size: 95%;
	color: #333;
	border: 1px solid #9B9B85;
	height: 100px;
	width: 355px;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr=   '#D5D5CB' , startColorstr= '#FFFFFF' , gradientType= '0' );
}

.clear
{
	clear: right;
}
.noBorder
{
	border: 0;
}
.bold
{
	font-weight: bold;
}
