div#wrapper {
	width:1024px;
	margin:0 auto 0 auto;
	text-align:left;
}
body{
  font-family: verdana, tahoma;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  background:#0f1f64;
}
a:link{
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#0066ff;
}
a:active {
	color:#cc0066;
}
/* navchurch provides blue area navigation */
div#navchurch{
	position:relative;
	width:169px;
	height:275px;
	margin-left:-40px;
	margin-right:-3px;
	margin-top:-24px;
	line-height:19px;
}
div#navchurch ul li{
  list-style-type:none;
  margin-top:0px;
}
/* navtop provides for blue top bar navigation */
div#navtop{
	position:relative;
	margin-left:0px;
	width:1024px;
	height:47px;	
	margin-top:0px;
}
/* navmiddle provides for blue area navigation */
div#navmiddle{
  position:relative;
  margin-left:0px;
  width:1024px;
  height:196px;
  margin-top:0px;
}
div.middlecolumn ul li{
  width:500px;
}
/* the next three codes divide up the screen into three parts */
div.leftcolumn{
	float:left;
	display:inline;
	left:0px;
	width:169px;
	height:1094px;
	background:url(images/blueleft.jpg) no-repeat top left;
	margin-top:0px;
}
div.middlecolumn{
  position:absolute;
	margin-left:169px;
	width:637px;
	height:1360px;
	padding:5px 5px 0px 0px;
	background:url(images/white.jpg) no-repeat top left;
	margin-top:-269px;
}
div.rightcolumn{
  position:absolute;
	margin-left:806px;
	width:300px;
	height:1357px;	
	background:#91a88a url(images/greenright.jpg) no-repeat top left;
	margin-top:-267px;
}
/* coding for green column on contact.html */
div.rightcolumn3{
  position:absolute;
  margin: -266px 0px 0px 806px;
	width:218px;
	height:1357px;	
	background:#91a88a url(images/greenright.jpg) no-repeat top left;
}
/* the next two codes space the paragraphs properly in the white and green space */
p.secondcolumn {
	line-height:19px;
	font-size:12px;
	margin: 10px 30px 0px 30px;
}
p.thirdcolumn {
	margin-top:100px;
	line-height:0px;
	font-size:9px;
	margin-left:0px;
}

/* table code allows for 2px indent in green area */
p.table {
  border-style: 4px solid #33ccff;
  font:#ffffff;
  margin: -2px 0px -10px 0px;
  padding: 5px;
}
p.margin {
  margin-left:4px;
  line-height:16px;
}
/* code to increase margin for contact page */
address.moveten {
  margin-left:40px;
  font-family: verdana, tahoma;
  font-size: 14px;
  line-height: 19px;  
}
/* the next five codes are used for facilities.html */
div#contentarea {
  width:600px;
  background-color:#ffffff;
  margin-left:15px; 
}
div#column1 {
  width:280px;
  height:300px;
  background-color:#ffffcc;
  float:left;
  border-color:#000000;
  border:solid;
  margin-left:15px;
}
div#column2 {
  width:280px;
  height:300px;
  background-color:#ffffcc;
  border-color:#000000;
  border:solid;
  float:right;
}
h1, h2, h3, h4 {
  margin-left:15px;
}
div#footer {
  width: 600px;
  margin-left:9px;
  background-color:#ffffcc;
}
/* the next two codes allow for images to float in the history.html */
div#clearthefloats {
  clear:both;
}
div#history img {
  float:left;
  margin: 10px 4px 4px 20px;
}
/* the code for mission podcast */
div#missionpodcast img {
  float:left;
  margin: 100px 4px 4px 0px;
}
/* the next three codes are used for slideshow*/
ul#portfolio {
	list-style: none;
	margin: 42px 0 0 10px;
	padding: 0;
}
/* When not using the flash file, set the top margin to: 42px */
ul#portfolio li img{
	padding: 6px 0 7px 0;
	margin: 0 0 0px 40px;
}
#slideshow_wrapper {
	padding:0;
	margin: 0 0 0 50px;
	background: #e7e3d8 no-repeat left top;
	border: 1px solid #c8c1b5;
	width: 514px;
	height: 400px;
}
/* browser coding*/
p.second4 {
  color:#0f1f64;
  margin: 5px 0px 0px 0px;
}


/* right picture column */

#primaryContentContainer
{
	margin-left: 5px;
	margin-right: 5px;
}

#primaryContent
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/*small picture image on page */
.hoverbox img
{
	background: #FFFFFF;
	border-color: #C39C4E;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	background: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*large picture hover over */
.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 200px;
}
/*slideshow*/
ul#portfolio {
	list-style: none;
	margin: 22px 0px 0px 0px;
	padding: 0;
}
ul#portfolio li img{
	padding: 6px 0 7px 0;
	margin: 0 0 0px 5px;
}
#slideshow_wrapper {
	padding:0;
	margin: 0 0 0 0px;
	background: #e7e3d8 no-repeat left top;
	border: 1px solid #c8c1b5;
	width: 287px;
	height: 218px;
}

