*{
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #555;
}
a:active {
	color: #000;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.center{
	text-align: center;
}
html{
	height: 100%;
	background-image: url('./images/texture.jpg');
	background-repeat: repeat;
	background-position: top left;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16.5px;
	line-height: 1.6em;
	text-align: center;
	color: #200;
}
#main{
	position: relative;
	width: 868px;
	min-height: 100%;
	margin: 0px auto;
	background-image: url('./images/wrapperbg.jpg');
	background-position: top center;
	background-repeat: repeat;
}
#wrapper{
	position: relative;
	width: 850px;
	margin: 0px auto;
}
#header {
	position: relative;
	width: 850px;
	margin: 0px auto;
	height: 118px;
	padding: 0px;
	background-image: url('./images/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 2px solid #fff;
	z-index: 3;
}
#header a{
	position: relative;
	left: 35px;
	top: 20px;
	display: block;
	width: 450px;
	height: 60px;
	z-index: 1;
}
#dropshadow{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 850px;
	height: 9px;
	margin: 0px auto;
	background: url('./images/dropshadow.jpg') repeat-x top left;
	z-index: 3;
}
#navbox{
	position: absolute;
	width: 124px;
	height: 446px;
	margin: 8px 20px 0px 10px;
	padding: 25px 38px;
	left: 5px;
	top: 125px;
	border: 0px solid #000;
	text-align: left;
	background-image: url('./images/navbg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 3;
}
#navbox a{
	display: table;
	color: #200;
	width: 100%;
	height: 100%;
	line-height: 25px;
	border-top: 0px;
	padding: 0px;
}
#navbox a:hover{
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
}
#navbox a:active{
	color: #fcf9ed;
	font-size: .9em;
	font-weight: bold;
}
ul.nav{
	list-style-type:none;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: .8em;
}
li.leftnav{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #dfdccf;
}
div.pagediv{
	position: relative;
	width: 640px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 15px;
	padding-left: 210px;
	text-align: left;
	min-height: 610px;
	}
#copyright{
	position: absolute;
	width: 485px;
	height: 15px;
	padding: 60px 10px 5px 0px;
	right:13px;
	bottom: 0px;
	font-size: .9em;
	line-height: 1em;
	text-align: right;
	color: #bbb;
	background-image: url('./images/copyrightbg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
#copyright p{
	font-size: 10px;
	line-height: 1em;
	text-align: right;
	color: #bbb;
}
#copyright a{
	color: #bbb;
}
#copyright a:hover{
	border-bottom: 1px dotted #bbb;

}
/*----------------------- HOME ----------------------------*/
#home{
	min-height: 0px;
	height: 545px;
}
#hometimebox{
	position: relative; 
	width: 594px; 
	height: 246px;
	left: 8px;
	/*background: url('./images/hometimebox.jpg') top center no-repeat; */
	padding-left: 25px;
	padding-top: 30px; 
	line-height: 1.4em;
}
#rotator{
	border: 0px;
	overflow: hidden;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 619px;
	height: 276px;
	z-index: 1;

}
#rotator img
{
	border: 0;
	width: 619px;
	height: 276px;
	z-index: 1;
}
#hometimes{
	position: absolute;
	z-index: 2;
}
#home h1{
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 15px;
}
#hometimebox h1{
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 15px;
}
#home h2{
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 10px;
}
#home p{
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 10px;
	line-height: 1.3em;
}
#homeadbox{
	float: left;
	margin-top: 12px;
	width: 325px;
	height: 206px;
	padding: 70px 20px 20px 40px;
	background-image: url('./images/homeadbox.png');
	font-size: 1.5em;
}
#homeadbox p{
	padding-left: 20px;
}
/*----------------------- SERVICE ----------------------------*/
#service{
	height: 610px;
	line-height: 23px;
}
#service h1{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 0px;
}
#service h2{
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 20px;
}
#times p{
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 20px;
	line-height: 1.3em;
}
#times{
	position: relative;
	width: 600px;
	height: 500px;
	padding-left: 21px;
	padding-top: 3px;
	top: -2px;
	background-image: url('./images/servicebg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 2;
}
p.note{
	position: absolute;
	width: 100%;
	bottom: -16px;
	left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px auto;
	padding-top: 0px;
	text-align: center;
	font-size: 0.8em;
}
/*----------------------- EVENTS ----------------------------*/
#events{
}
#calendar{
	position: relative;
	left: 1px;
	padding-top: 10px;
	height: 585px;
	padding-bottom: 13px;
}
#largecalendarlink{
	position: absolute;
	height: 25px;
	width: 325px;
	top: 500px;
	left: 211px;
}
/*----------------------- TEACHINGS ----------------------------*/
#teachings{
	left: 5px;
}
#teachings a:link{
	color: #632625;
}
#teachings a:visited{
	color: #888;
}
.tinfo{
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 8px;
}
table.titles{
	margin: 0px;
	position: relative;
	top: 9px;
	left: 0px;
	width: 600px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
table.teachings{
	position: relative;
	top: 0px;
	left: 0px;
	width: 625px;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
}
tr.black{
	background-color: #dfdccf;
}
tr.white{
}
td.date{
	width:11%;
	padding-left:3px;
}
td.title{
	width:22%;
}
td.teacher{
	width:17%
}
th{
	text-align:left;
	padding-top:15px;
	padding-bottom:5px;
}
table.sundays{
	border-collapse:collapse;
	width: 100%;
}
table.wednesdays{
	border-collapse:collapse;
	width: 100%;
}
/*----------------------- PHOTOS ----------------------------*/
#photos{
	width: 623px;
	padding-right: 17px;
	left: 5px;
	min-height: 0px;
	height: 550px;
}
img.thm {
	opacity: .75;
}
img.thm:hover {
	opacity: 1;
}
table.thms{
	width: 600px;
	margin-left: 12px;
	margin-top: 5px;
	text-align: center;
}
table.thms2{
	width: 400px;
	margin-left: 112px;
	margin-top: 5px;
	text-align: center;
}
a.thmcaption{
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5em;
}
              /*SLIDESHOWS*/
#slideshows{
	width: 623px;
	height: 610px;
}
#fadeshow2{
	margin: 8px;
}
#fadeshow2toggler{
	visibility: visible;
	display: block;
	width: 616px;
	text-align: left;
	margin-top: 10px;
}
#fadeshow2toggler table{
	text-align: center;
}
img.return{
	opacity: 1;
}
img.return:hover{
	opacity: 0.7;
}
/*----------------------- STAFF ----------------------------*/
#staff{
	height: 620px;
}
#staff h1{
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0px;
}
#staff p{
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: justify;
}
div.pastor{
	position: relative;
	width: 365px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	background-repeat: no-repeat;
	background-position: center center;
}
#ted{
	background-image: url('./images/ted.jpg');
	text-align: left;
	padding-left: 230px;
	padding-right: 35px;
}
#dale{
	background-image: url('./images/dale.jpg');
	text-align: right;
	padding-right: 230px;
	padding-left: 35px;
}
#john{
	background-image: url('./images/john.jpg');
	text-align: left;
	padding-left: 230px;
	padding-right: 35px;
}
/*----------------------- MINISTRIES ----------------------------*/
#ministries{
	height: 610px;
}
#ministries h1{
	font-size: 1.1em;
	margin-top: 5px;
}
#ministries p{
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 5px 180px 5px 25px;
}
#ministriesnav{
	position: relative;
	display:block;
	width: 602px;
	height: 62px;
	line-height: 50px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	background-image: url('./images/ministriesnavbg.jpg');
	background-repeat: no-repeat;
}
#ministriesnav ul{
	position: relative;
	display: block;
	line-height: 62px;
	width: 602px;
	padding: 0;
	margin-left: 12px;
	list-style-type:none;
}
#ministriesnav li{
	display:inline;
}
#ministriesnav a{
	float: left;
	text-align: center;
	width: 82px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	color: #200;
	margin-top: 10px;
	margin-left: 0px;
	border-right: 1px solid #dfdccf;
	cursor: pointer;
}
#ministriesnav a:hover{
	font-size: 14px;
	font-weight: bold;
}
#ministriesnav a:active{
	color: white;
}
div.minfo{
	position: absolute;
	visibility: hidden;
	width: 580px;
	height: 417px;
	padding: 10px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
#minverse{
	background-image: url('./images/ministriesbg.jpg');
}
#minverse p{
	padding-top: 30px;
	font-size: .95em;
	padding-right: 10px;
}
#children{
	background-image: url('./images/childrenbg.jpg');
}
#youth{
	background-image: url('./images/youthbg.jpg');
}
#college{
	background-image: url('./images/collegebg.jpg');
}
#couples{
	background-image: url('./images/couplesbg.jpg');
}
#women{
	background-image: url('./images/womenbg.jpg');
}
#men{
	background-image: url('./images/menbg.jpg');
}
#spanish{
	background-image: url('./images/spanishbg.jpg');
}
#moremininfo{
	position: relative;
	top: 432px;
	left: 65px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}
/*----------------------- MISSIONS ----------------------------*/
#missions{
	height: 610px;
}
#missionspic{
	position: relative;
	width: 568px;
	height:370px;
	margin-top: 3px;
	margin-left: 30px;
	margin-bottom: 0px;
	background-image: url('./images/missions.jpg');
	background-position: right center;
}
#helsbylink{
	display: block;
	position: absolute;
	width: 277px;
	height: 175px;
	left: 9px;
	top: 9px;
	cursor: pointer;
}
#kellylink{
	display: block;
	position: absolute;
	width: 273px;
	height: 175px;
	right: 9px;
	top: 9px;
	cursor: pointer;
}
#mccomaslink{
	display: block;
	position: absolute;
	width: 277px;
	height: 177px;
	left: 9px;
	bottom: 9px;
	cursor: pointer;
}
#toddlink{
	display: block;
	position: absolute;
	width: 273px;
	height: 177px;
	right: 9px;
	bottom: 9px;
	cursor: pointer;
}
table.missionpics{
	position: relative;
	left: 9px;
	top: 9px;
	border-collapse: collapse;
	width: 550px;
	height: 352px;
	border: 0px;
}
img.helsby1{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img.kelly1{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img.mccomas1{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img.todd1{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
  /*MISSIONSINFO*/
#missionsinfowrapper{
	position: relative;
	width: 100%;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 5px;
}
div.missionsinfo{
	visibility: hidden;
	position: absolute;
	left: 0px;
	width: 620px;
	z-index: 0;
}
#missions h1{
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
}
#missions p{
	line-height: 1.1em;
	font-size: 0.9em;
	margin-top: 6px;
	text-align: justify;
}
#missions a{
	color: #632625;
}
#missions a:visited{
	color: #888;
}
/*----------------------- ABOUT ----------------------------*/
#about{
	width: 623px;
	background-image: url('./images/bigdove.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	/*height: 534px;*/
}
#about p{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 80px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-size: .95em;
}
/*----------------------- VISION ----------------------------*/
#vision{
	min-height: 0px;
	height: 496px;
}
#vision h1{
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 10px 0px;
	padding-top: 15px;
}
#vision p{
	padding: 25px 20px 0px 10px;
	font-size: .95em;
	line-height: 1.2em;
}
ul.mainul{
	padding-top: 25px;
	padding-left: 80px;
}
#vision ul{
	list-style-type:none;
	font-size: 21px;
	margin-left: 60px;
}
#vision li{
	padding-right: 30px;
	font-size: .9em;
}
/*----------------------- BELIEVE ----------------------------*/
#believe{
	width: 623px;
	height: 675px;
}
#believe h1{
	font-size: 1.2em;
	padding: 10px 0px;
	padding-top: 15px;
}
#believe p{
	padding-right: 20px;
	font-size: .95em;
	line-height: 1.2em;
}
#believe ul{
	margin-left: 60px;
}
#believe li{
	padding-right: 20px;
	font-size: .95em;
}
/*----------------------- GOOD NEWS ----------------------------*/
#goodnews{
	width: 623px;
	background-image: url('./images/goodnewsbg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#goodnews p{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 100px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-size: .95em;
}
a.footnote{
	color: #aaa;
	cursor: crosshair;
	vertical-align: top;
	line-height: 1.2em;
	font-size: .7em;

}
/*----------------------- CONTACT ----------------------------*/
#contact{
	position: relative;
	left: -8px;
	width: 600px;
	height: 600px;
}
#contactlc{
	display: inline;
	float: left;
	width: 210px;
	padding: 10px 30px 10px 60px;
}
#contactrc{
	display: inline;
	float: right;
	width: 240px;
	padding: 10px 30px 10px 30px;
}
#contactlc h1, #contactrc h1{
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 5px 0px;
}
#contactlc p, #contactrc p{
	font-size: .9em;
	line-height: 1.3em;
}
#contactmap{
	float: left;
	height: 290px;
	width: 600px;
	padding-top: 17px;
	background-image: url('./images/map.jpg');
	background-repeat: no-repeat;
}
#contactmap p{
	font-size: .9em;
	line-height: 1.2em;
	width: 350px;
	padding: 10px 230px 0px 25px;
	margin: 0px;
}
#contactnote{
	float: left;
	width: 100%;
	text-align: center;
	font-size: .8em;
}