@charset "utf-8";
/* CSS Document */

/*  global CSS styles - Great care  */

img {  
	border-style: none;
}

a:link, a:visited { 
	text-decoration: none;
	color:#FFF;
}
a:hover, a:active {
	text-decoration:none;
	color: #6C0;
}

.h1index {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight:400;
	margin:0;
	padding:0;
	border-collapse:collapse;
	position:relative;
	top:60px;
	left:130px;
	width: 350px;
	color:#333;
}


.h3index {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:400;
	margin:0;
	padding:0;
	border-collapse:collapse;
	position:relative;
	top:30px;
	left:130px;
	width: 650px;
	color:#333;
	padding-bottom: 150px;
}

.h2plainsermon {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:400;
	margin:0;
	padding:0;
	border-collapse:collapse;
	position:relative;
	left:130px;
	width: 650px;
	color:#333;
	padding-bottom: 150px;
}
.h3plainsermon {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:400;
	margin:0;
	padding:0;
	border-collapse:collapse;
	position:relative;
	left:130px;
	width: 650px;
	color:#333;
	padding-bottom: 150px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 24px;
	font-weight:400;
	color:#333;
}

#body {
	background-color: #5B626A;	
}

#container {
	margin: 0 auto 0 auto;
	height:875px;
	width: 850px;
}

#header {
	position:absolute;
	top:0;
	left: 0;
	height:100px;
	width: 100%;
	background-color:#202528;
	z-index:1;
	min-width:1280px;
}/* the header is the dark stripe across the top contain the church name. colour, width, position can be altered globally if required*/

#sitebranding {
	position:relative;
	margin: 0;
	top: 23px;
	left: 55px;
	width: 350px;
	font-family:Gadget, Verdana, sans-serif;
	font-size: 36px;
	font-weight:100;
} /* the sitebranding is thisischurch.com. using the above you can change its global positon, colour font style etc */

#sitebranding a:hover {
	text-decoration:none;
	color:#FFF;
}

#topnavbar {
	position:absolute;
	margin-top:5px;
	padding:0;
	border-collapse:collapse;
	top:90px;
	font-size:14px;
	left: 65%;
	width: 330px;
	z-index:2;
}/*this determines where the top navbar appears within the uppernavline */

#topnavbar ul li {
	display:inline;
	font-family: Geneva, sans-serif;
	font-weight: 100;
	color:#630;
}/* the above dictates the top navbar font style and can be changed globally */

#topnavbarnews {
	position:absolute;
	margin-top:5px;
	padding:0;
	border-collapse:collapse;
	top:97px;
	font-size:14px;
	left: 57%;
	width: 430px;
	z-index:2;
}/*this determines where the top navbar appears within the uppernavline, news section only */

#topnavbarnews ul li {
	display:inline;
	font-family: Geneva, sans-serif;
	font-weight: 100;
	color:#630;
}/* the above dictates the top navbar font style for the news section only */
#topnavbarnews a {
	color: #FC6;
}
a.navhome {
	color:#630;
}/* the above dictates the top navbar font color and can be changed globally */
a.navhome:hover {
	color:#6F0;
	text-decoration:none;
}/* the above dictates the top navbar font color and can be changed globally */

.navpad {
	padding-left: 15px;
	padding-right: 10px;
	color:#FFF;
}/*the above controls the padding either side of the vertical line dividing navbar links and is a global setting*/

#mainbackground {
	position:absolute;
	top: 148px;
	left:0;
	height: 658px;
	width:100%;
	background-image:url(../images/background.jpg);
	z-index:0;
}/* main background image supporting the Home Page*/

/* Font Colours */
.fontred {
	color:#F00;
}
.fontwhite {
	color:#FFF;
}
.fontblack {
	color:#000;
}
.fontgreen {
	color:#6C3;
}
.fontgold {
	color:#C90;
}
.fontpurple {
	color:#609;
}


/* --------------------------------- the following CSS relates to the central section of all pages bar the home page -------------*/

#newsblackback {
	position:relative;
	left:0px;
	margin: 0 auto 0 auto;
	top:-48px;
	background-color: #000;
	width: 996px;
	height:700px;
	font-family:Arial, Helvetica, sans-serif;
	border: 2px solid;
	border-color:#FFF;
}
#newsteaser {
	position: absolute;
	top:125px;
	left: 80px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width:250px;
	height: 300px;
}
.newsheadlineguide {
	position:absolute;
	top: 92px;
	left: 60px;
	color: #999;
	width: 300px;
	font-size:10px;
	color: #F93;
}
#newscontent {
	position:absolute;
	top: 355px;
	left:380px;
	width: 595px;
	height: 330px;
}
.churchnews {
	position:absolute;
	top: 50px;
	left: 50px;
}
.fullnewsstory {
	position:absolute;
	top: 290px;
	left: 385px;
	z-index:1;
}
.newspumpkin {
	position:absolute;
	top: 45px;
	left: 537px;
}
.newslogo {
	position:absolute;
	top: 416px;
	left: 2px;
}
#whitepage {
	position:relative;
	left:0px;
	margin: 0 auto 0 auto;
	top:-48px;
	background-color: #FFF;
	width: 1000px;
	height:705px;
	font-family:Arial, Helvetica, sans-serif;
}

#whitepagemainimage {
	position:absolute;
	top: 4px;
	left:4px;
}
#whitenavbar {
	position: absolute;
	top:0;
	left:7px;
	z-index:1;
}
.pagetitle {
	position:relative;
	text-align:right;
	top: -80px;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin:0;
	color:#FFF;
}
.pagetitle2 {
	position:relative;
	text-align:right;
	top: -190px;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin:0;
	color:#FFF;
}
.pagetitleb {
	position:relative;
	text-align:left;
	top: -80px;
	padding-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin:0;
	color:#FFF;
}
.pagetitle2b {
	position:relative;
	text-align:left;
	top: -190px;
	padding-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin:0;
	color:#FFF;
}
.imageborder {
	border:  #CCC solid 1px;
}
#whitepagesub {
	position:relative;
	left: 0;
	margin: 0 auto 0 auto;
	top:275px;
	background-color: #FFF;
	width: 985px;
	height:425px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
}
#whitepagesub a {
	color: #0480AE;
}
#whitepagesub a:hover {
	color: #0C0;
}


#sermonlinkindex {
	position:absolute;
	top:168px;
	left: 250px;
}	
#sermonlinkindex li {
	display: block;
	padding-top:2px;

}
#sermonlinkindex li a {
	color:#900;

}
#sermonlinkindex li a:hover {
	color:#393;
}
#whitepagesub2 {
	position:relative;
	left: 0;
	margin: 0 auto 0 auto;
	top:275px;
	background-color: #FFF;
	width: 985px;
	height:425px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
}
#whitepagesub2 ul {
	position:absolute;
	top: 165px;
	left: 250px;
}

#whitepagesub2 ul li {
	padding-top: 2px;
}
#whitepagesub2 p {
	padding-left:50px;
	width: 850px;
	font-size:15px;
}

a.whitepagelinks {
	font-family: Verdana, Geneva, sans-serif; 
	color:#633;
}
a.whitepagelinks:hover {
	color:#F00
}
#whitepagesmallimage a, #whitepagesmallimage2 a, #whitepagesmallimage3 a, #whitepagesmallimage4 a, #whitepagesmallimage5 a, #amazonhelpimagelink a, #whitepagesmallimage6 a, #whitepagesmallimage7 a, #whitepagesmallimage8 a  {
	color:#333;
}
#whitepagesmallimage {
	position:absolute;
	top: 185px;
	left:40px;

}
#whitepagesmallimage p {
	position:absolute;
	top: 209px;
	left:2px;
	color:#333;
	font-size:9px;
	font-style:italic;
	text-align:center;
}

#whitepagesmallimage2 {
	position:absolute;
	top: 245px;
	left:20px;

}
#whitepagesmallimage2 p {
	position:absolute;
	top: 148px;
	left:120px;
	font-size:9px;
	font-style:italic;
	text-align:center;
}
#whitepagesmallimage3 {
	position:absolute;
	top: 15px;
	left:60px;
}

#whitepagesmallimage3 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}
#whitepagesmallimage3 h4 {
	position:absolute;
	top: -20px;
	left:200px;
	width: 690px;
	font-size:16px;
}
#whitepagesmallimage4 {
	position:absolute;
	top: 95px;
	left:60px;
}
#whitepagesmallimage4 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	

#whitepagesmallimage4 h4 {
	position:absolute;
	top: -21px;
	left:200px;
	width: 690px;
	font-size:16px;
}
#whitepagesmallimage5 {
	position:absolute;
	top: 175px;
	left:60px;
}
#whitepagesmallimage5 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	
#whitepagesmallimage5 h4 {
	position:absolute;
	top: -21px;
	left:200px;
	width: 690px;
	font-size:16px;
}
#amazonhelpimagelink {
	position:absolute;
	top: 150px;
	left:60px;
}
#amazonhelpimagelink p {
	position:absolute;
	top: 20px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	
#amazonhelpimagelink h4 {
	position:absolute;
	top: -16px;
	left:200px;
	width: 690px;
	font-size:16px;
}


#whitepagesmallimage6 {
	position:absolute;
	top: 257px;
	left:60px;
}
#whitepagesmallimage6 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	
#whitepagesmallimage6 h4 {
	position:absolute;
	top: -21px;
	left:200px;
	width: 690px;
	font-size:16px;
}
#whitepagesmallimage7 {
	position:absolute;
	top: 340px;
	left:60px;
}
#whitepagesmallimage7 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	
#whitepagesmallimage7 h4 {
	position:absolute;
	top: -21px;
	left:200px;
	width: 690px;
	font-size:16px;
}
#whitepagesmallimage8 {
	position:absolute;
	top: 422px;
	left:60px;
}
#whitepagesmallimage8 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	
#whitepagesmallimage8 h4 {
	position:absolute;
	top: -21px;
	left:200px;
	width: 690px;
	font-size:16px;
}
#whitepagesmallimage9 {
	position:absolute;
	top: 340px;
	left:60px;
}
#whitepagesmallimage9 p {
	position:absolute;
	top: 10px;
	left:200px;
	width: 690px;
	font-family: Geneva, Verdana, sans-serif;
	font-size:13px;
}	
#whitepagesmallimage9 h4 {
	position:absolute;
	top: -21px;
	left:200px;
	width: 690px;
	font-size:16px;
}



#position {
	position:relative;
	top:0;
	padding: 10px 30px 20px 30px;
}
	





/*................................. bottom navigation area. avoid altering as it has global impact ............................*/

#bottomnavcontainer {
	position:absolute;
	margin: 0 auto 0 auto;
	top:805px;
	left:0;
	width: 100%;
	background-color: #202528;
	height: 340px;
	min-width:1000px;
}

#bottomnav {
	position:relative;
	margin: 0 auto 0 auto;
	width: 1000px;
	background-color: #4F5356;
	height: 340px;
	font-family: Geneva, sans-serif;
	font-size:13px;

}

#bottomnav ul {
	margin: 0;
	padding: 0;
	color: #666;

}

#bottomnav ul h4{
	font-size: 14px;
}/*the bottomnav contains the detailed list of links at the bottom of the site - each column has its own div within it*/ 



#christiannav {
	position: absolute;
	left: 25px;
	top: 1px;
	color:#FFF;
	width: 200px;
	line-height:30px;
}
#christiannav ul {
	display:inline;
	list-style:none;
}

#prayernav {
	position:absolute;
	left: 265px;
	top: 1px;
	color:#FFF;
	width: 220px;
	line-height:30px;
}
#prayernav ul { 
	display: inline;
	list-style:none;
}
#helpnav {
	position:absolute;
	top: 1px;
	left:515px;
	color:#FFF;
	width: 220px;
	line-height:30px;
}
#helpnav ul {
	display: inline;
	list-style:none;
}

#stmarksnav {
	position:absolute;
	top: 1px;
	left: 765px;
	line-height:30px;
	color:#FFF;
	width: 220px;
}
#stmarksnav ul {
	display: inline;
	list-style:none;
}

#footer {
	position:relative;
	top:230px;
	height: 110px;
	width:100%;
	background-color: #333;
	left:0px;
	z-index:5;
}
#searchfoot {
	position:relative;
	top:-60px;
	right: -710px;
	width:250px;
	color:#999;
}

.footpara {
	position:relative;
	top: 15px;
	margin:0;
	padding-left:20px;
	padding-right: 20px;
	text-align:center;
	width: 650px;
	font-size:11px;
	color:#000;
}
.footpara2 {
	position:relative;
	top: 10px;
	left: 20px;
	text-align:center;
	width: 650px;
	font-size:10px;
	color: #666;
}

#woodlandgrey {
	position:absolute;
	top: 269px;
	left: 4px;
	height: 486px;
	width: 992px;
	overflow:hidden;
	background-image: url(/images/woodlandburialgrey.jpg);
	background-repeat:no-repeat;
	z-index:99;
	
}
#woodlandgrey h2 {
	position:relative;
	left: 40px;
	top:40px;
	width: 400px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
}
#woodlandgrey p {
	position:relative;
	left: 40px;
	top:50px;
	width: 700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#woodlandgrey a {
	color: #06C;
}
#woodlandgrey a:hover {
	color: #0C0;
}
#woodlandlogo {
	position:relative;
	top:60px;
	left: 90px;
	width:100px;
}
#funeralindex, #ordinaryindex {
	position: absolute;
	top:126px;
	left: 30px;
	border: solid #999 1px;
	height: 144px;
	width:390px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;;
	border-bottom-right-radius:10px;
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
}



#funeralindex p, #ordinaryindex p {

	font-size: 12px;
}
#funeralindex li, #ordinaryindex li {
	font-size:13px;
}
#funeralindex li a, #ordinaryindex li a {
	color:#06C;
}

#funeralindex2 {
	position: absolute;
	top:126px;
	left: 30px;
	border: solid #999 1px;
	height: 194px;
	width:390px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;;
	border-bottom-right-radius:10px;
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
}

#funeralindex2 p {

	font-size: 12px;
}
#funeralindex2 li {
	font-size:13px;
}
#funeralindex2 li a {
	color:#06C;
}
.funeralpararight {
	position: absolute;
	top: 40px;
	left:280px;
	width: 580px;
}
.funeralpararight2 {
	position: absolute;
	top: 220px;
	left:280px;
	width: 580px;
}

#funeralwoodland {
	position:absolute;
	top:126px;
	left: 457px;
	border: solid #999 1px;
	height: 144px;
	width:482px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	background-image: url(/images/woodlandburial1.jpg);
	background-repeat:no-repeat;
}
#funeralwoodland h3 {
	text-align: center;
	padding-bottom: 10px;
}
#funeralwoodland p {
	text-align: center;
	line-height: 7px;
	font-size: 12px;
}
#funeralcontent {
	position: absolute;
	top: 315px;
	left: 20px;
	font-size: 13px;
}
#funeralcontent2 {
	position: absolute;
	top: 355px;
	left: 20px;
	font-size: 13px;
}

#funeralcontent3 {
	position: absolute;
	top: 800px;
	left: 20px;
	font-size: 13px;
}
#ordinaryimage, #ordinaryimage24, #ordinaryimage25, #ordinaryimage26, #stirup, #advent  {
	position:absolute;
	top:126px;
	left: 557px;
	border: solid #999 1px;
	overflow:hidden;
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
}
#ordinaryimage {
	height: 220px;
	width:350px;
}
#ordinaryimage {
	height: 395px;
	width:231px;

}
#ordinaryimage25 {
	height: 350px;
	width:350px;
}
#ordinaryimage26 {
	height: 265px;
	width:350px;
}
#advent {
	height: 356px;
	width: 221px;
}
#stirup {
	height: 349px;
	width:276px;
}
	
#ordinaryindex {
	height: 260px;	
	width: 420px;
	left: 40px;
}
#ordinarycontent {
	position:relative;
	top: 320px;
}
#ordinarycontent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
}
#ordinarycontent ol {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	padding-right: 20px;
}

#shoppingleftbox {
	position:relative;
	top:10px;
	left: 30px;
	border: solid #999 1px;
	height: 250px;
	width:190px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;;
	border-bottom-right-radius:10px;
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
}
#shoppingleftbox h3 {
	text-align: center;
}
#shoppingleftbox p {
	text-align: center;
	font-size: 12px;
}
#amazoniframe {
	position:relative;
	left:30px;
	height:90px;
	width:120px;
}
#shoppingbigbox h3 {
	margin-left:10px;
}
#shoppingbigbox p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
#shoppingbigbox {
	position:relative;
	top:-242px;
	left: 250px;
	border: solid #999 1px;
	height: 250px;
	width:640px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;;
	border-bottom-right-radius:10px;
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
}
#shoppingsignup  {
	position:relative;
	top:15px;
	left: 30px;
	width: 260px;
	height: 110px;
}
#shoppingsignup h5 {
	position:relative;
	top: -20px;
	left: 0;
	height: 15px;
	width: 40px;
}
#shoppingsignup p {
	position:relative;
	top: -148px;
	left: 120px;
	height: 70px;
	width: 130px;
}
#shoppinglogin  {
	position:absolute;
	top:123px;
	left: 330px;
	width: 260px;
	height: 110px;
}
#shoppinglogin h5 {
	position:relative;
	top: -20px;
	left: 0;
	height: 15px;
	width: 40px;
}
#shoppinglogin p {
	position:relative;
	top: -148px;
	left: 120px;
	height: 70px;
	width: 130px;
}
.swimvolunteer {
	position:absolute;
	top:220px;
	left: 530px;
}

#contactusframe {
	position:absolute;
	top:100px;
	left:75px;
	overflow:hidden;
	height: 350px;
}
#contactus {
	position:absolute;
	top:420px;
	left: 60px;
}
#contactussub {
	position:relative;
	top: -10px;
	left: 10px;
	overflow:hidden;
}













/* --------------------------OLD CODE -------------------------- */



#main {
	width:  960px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: visible;
	float: left;
	background-color:#ffffff;
}
#main-content-title {
	width: 719px;
	height: 65px;
	background-color:#ffffff;
	float: right;
}
#main-content-title h1{
	margin: 15px 5px 5px 10px;
	padding: 0px;
	color: #6e356c;
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
}

.menu {
	color: #3e5589;
}


.sub-menu li ul{
	visibility: visible;
	position:   relative;
	background: none;
}

#main-content {
	width: 719px;
	background-color:#ffffff;
	float: right;
}

#main-content-text a{
	color:#0480AE;
}
#main-content-text a:hover{
	color: #0C0;
}
#main-content table {
	table-layout: fixed;
}
.main-content-text-table {
	margin: 0 auto 0 auto;
	width: 680px;
	border-collapse:collapse;
	text-align: center;
}
.main-content-text-table td {
	padding: 5px;
	border: 1px solid #111111;
	border-collapse:collapse;
}
.main-content-text-table th {
	padding: 5px;
	border: 1px solid #111111;
	border-collapse:collapse;
}
.main-content-text-table-noborder {
	margin: 5px 9px 10px 15px;
	width: 680px;
	border-collapse:collapse;
	border: none;
}
.main-content-text-table-noborder td {
	padding: 5px;
	border: none;
	border-collapse:collapse;
}
.main-content-text-table-noborder th {
	padding: 5px;
	border: none;
	border-collapse:collapse;
}
#main-content-text h1 {
	margin: 30px 15px;
	padding: 0px;
	color: #6e356c;
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content-text h2 {
	margin: 15px;
	color: #000080;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content-text h3 {
	margin: 15px;
	color: #000080;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content-text h4 {
	margin: 15px;
	color: #6e356c;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content-text p{
	margin: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content-text p table{
	text-align:center;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content-text h5{
	margin: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#main-content-left {
	/* width: 527px;
	background-color:#ffffff;
	float: left; */
}
/* for contact.php start */
#main-content-left h2{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 21px;
	font-weight: bold;
}
#main-content-left h3{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 18px;
	font-weight: bold;
}
#main-content-left p{
	margin: 2px 0;
	padding: 10px;
	font-size: 13px;
	font-weight: normal;
}
#main-content-left form{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 15px;
	font-weight: bold;
}
/* for contact.php end */
.main-content-left-text {
	/* width: 527px; */
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 12px;
	clear: both;
}
.main-content-left-text h2{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 21px;
	font-weight: bold;
}
.main-content-left-text h4{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 17px;
	font-weight: bold;
}
.main-content-left-text p{
	margin: 2px 0;
	padding: 10px;
	font-size: 13px;
}
.main-content-left-text h5{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#main-content-right {
	width: 191px;
	background-color:#ffffff;
	border-bottom:1px solid #2372bd;
	float: right;
}
.main-content-right-text {
	margin: 0px;
	padding: 30px 10px 5px 10px;
	width: 170px;
	border-left:1px solid #2372bd;
	border-bottom:1px solid #2372bd;
	font-weight: bold;
	clear: both;
}
.main-content-right-text h3{
	margin: 2px 0;
	color: #6e356c;
	font-size: 16px;
	font-weight: bold;
}
.main-content-right-text h4{
	margin: 0;
	padding-right: 10px;
	color: #2372bd;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.main-content-right-text-img {
	margin: 0px;
	padding: 0px;
	width: 191px;
	border-left:1px solid #2372bd;
	clear: both;
}
.main-content-right-text-img table{
	width: 130px;
	margin: 20px 30px 2px 30px;
	padding: 2px;
}
.main-content-right-text-img td {
	text-align: center;
	vertical-align: middle;
}
.main-content-right-text-img img{
	border: none;
}
.readmore {
	color: #2372bd;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


.red {
	color: #ff0000;
}
.text-img-center {
	text-align: center;
}
#prayer-book {
	margin-left: 150px;
	margin-right: 150px;
	width: 400px;
	height: 50px;
	background-color: #ffffff;
}
#prayer-book img{
	float: left;
	margin-right: 5px;
    border:	none;
}
#prayer-book embed{
	float: left;
	margin-right: 5px;
    border:	none;
}
#prayer-add {
	margin-left: 85px;
	margin-right: 85px;
	margin-bottom: 20px;
	width: 540px;
	height: auto;
	/* background-color: #ffffff; */
	border: 1px dashed #cccccc;
	vertical-align: middle;
	background-color: #ffffff;
}
#prayer-add  form {
	width: 540px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#prayer-add  table {
	margin: 10px;
	padding: 0;
	width: 520px;
	table-layout: fixed; 
	/* background-color: #ffff00; */
}
#prayer-add  table  table{
	margin: 10px;
	padding: 0;
	width: 430px;
	/* table-layout: fixed; */
	/* background-color: #cccccc; */
}
#input-add {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: table;
}
#input-add  td {
	margin: 5px;
	padding: 5px;
}
.add-img {
	margin-top: 18px;
}
.prayer-add-input{
	width: 261px;
	height: 18px;
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: table-cell;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
}
#prayer-add  textarea {
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
	overflow: hidden;
}
.prayer-add-title {
	color: #6e356c;
	font-size: 20px;
	font-weight: bold;
}
#prayer-add-search {
	margin-left: 120px;
	margin-right: 120px;
	width: 460px;
	height: 100px;
	border: 1px solid #2372bd;
	background: #fbfcfe url(../images/roundedcornr_818555_grad.gif) repeat-x top left;
}
#prayer-add-search  form {
	margin-top: 19px;
	margin-bottom: 19px;
}
#prayer-add-search table {
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
}
#prayer-add-search table  td {
	table-layout: fixed;
}
.prayer-add-title {
	color: #6e356c;
	font-size: 20px;
	font-weight: bold;
}

#prayer-add-database {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 20px;
	width: 596px;
	height: auto;
	border: 1px dashed #cccccc;
	background-color: #ffffff;
}
#prayer-add-database  table {
	margin: 10px 10px 10px 10px;
	table-layout: fixed;
	/* background-color: #00ff00; */
}
#prayer-add-database form {
	margin: 0;
	padding: 0;
}
#preview-result {
	width: 398px;
	height: auto;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #2372bd;
	background: #fbfcfe url(../images/roundedcornr_818555_grad.gif) repeat-x top left;
	table-layout: fixed;
}
#index-data-show  {
	width: 690px;
	text-align: center;
	padding: 10px;
}
#index-data-show  table {
	width: 690px;
	border: 1px solid #2372bd;
	background-color: #c0dbee;
	padding: 10px;
	background: #fbfcfe url(../images/roundedcornr_818555_grad.gif) repeat-x top left;
	display: block;
	table-layout: fixed;
}
#index-data-show  table  td{
	margin: 5px;
	padding: 5px;
}
.index-data-show  table  td{
	width: 630px;
	height: auto;
	margin-left: 10px;
	padding-right: 5px;
}
.search {
	width: 650px;
	text-align: center;
	color: #ff0000;
}
.search-result {
	width: 650px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

/*  For contact.php */

.contact {
    margin: 10px 20px 20px 100px;
}

.contact-input{
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: table-cell;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
}
.contact-textarea {
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
	overflow: hidden;
}
/*  For contact.php */
.poem3 {
	font-family:"Comic Sans MS", "Arial";font-size:90%; padding:5px;  color:#330099; }
.red {
	color: #d52b2c;
}
.green {
	color: #6fb715;
	font-weight: bold;
}
#wrap #contain #main #main-leftside .main-leftside-text table tbody tr td p {
	color: #7C9B02;
}
#topnavbardiary {
	position:absolute;
	margin-top:5px;
	padding:0;
	border-collapse:collapse;
	top:50px;
	font-size:14px;
	left: 65%;
	width: 330px;
	z-index:2;
}/*this determines where the top navbar appears on the diary page */

#topnavbardiary ul li {
	display:inline;
	font-family: Geneva, sans-serif;
	font-weight: 100;
	color:#630;
}/* the above dictates the top navbar font style on the diary page */

a.navhomediary {
	color: #CCC;
}/* the above dictates the top navbar font color on the diary page */
a.navhomediary:hover {
	color:#6F0;
	text-decoration:none;
}/* the above dictates the top navbar font color on the diary page*/
#spinner {
	position:absolute;
	top:300px;
	left: 380px;
	width: 290px;
	height: 80px;
	z-index:1;
}
#spinner p {
	position:absolute;
	top: 20px;
	left: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:1;
}
#diary_pos {
	position:relative;
	left:0px;
	margin: 0 auto 0 auto;
	top:-48px;
	background-color: #FFF;
	width: 1000px;
	height:705px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:99;
}
