/* CSS Document */
/*background holds the background image specific to the template as backgroundbottom holds the bottom image*/

/* Homel*/

#backgroundhome {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pages/bghome.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#backgroundbottomhome {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(../images/pages/btmbghome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
/* Church */
#background {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pages/bgchurch.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#backgroundbottom {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(../images/pages/btmbgchurch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
/* Parish Hall*/
#backgroundhall {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pages/bghall.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#backgroundbottomhall {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(../images/pages/btmbghall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
/* History */
#backgroundhistory {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pages/bghistory.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#backgroundbottomhistory {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(../images/pages/btmbghistory.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
.history p  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
.history div p a:link, a:visited {
	text-decoration: underline;
	color: #999;
}
.history div p a:hover {
	color: #666;
	text-decoration: none;
}
.historymaincontent  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	}
.historyindentcopy {
	margin: 1em 0;
	padding: 0 10px 0 100px;
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	}
/* Community */
#backgroundcomm {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pages/bgcomm.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#backgroundbottomcomm {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(../images/pages/btmbgcomm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	height: 101px;
	float: left;
	width: 420px;
	background-image: url(../images/pages/title.jpg);
	background-repeat: no-repeat;
	background-position: 62px 27px;
}
h1 {
	text-indent: -3000px;
	visibility: hidden;
	display: none;
}
#logo {
	background-image: url(../images/pages/logo.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 380px;
	background-position: 145px 12px;
	height: 101px;
	text-indent: -3000px;
}

/* CSS Back to top button */

#middle {
	clear: both;
	display: block;
	height: 40px;
	margin-right: 0px;
	margin-left: 0px;
	width: 46px;
	float: left;
	padding-left: 400px;
}
.backup {
	background-image: url(../buttons/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 46px;
	text-align: center;
	overflow: hidden;
}


.backup a:hover{
	background-image: url(../buttons/topOver.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 17px;
	width: 46px;
}


/* Footer*/
#footer {
	margin: 0em;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A8AB9A;
	font-size: 10px;
	width: 800px;
	clear: both;
	height: 20px;
}

#footer a:link, a:visited {
	color: #A8AB9A;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
}
 
.legal {
	text-align: right;
	margin-right: 20px;
	float: right;
	width: 300px;
	height: 20px;
}
.copyright {
	text-align: left;
	margin-left: 20px;
	width: 300px;
	height: 20px;
	float: left;
}

#contentfloatholder {
	float: left;
	width: 800px;
}
/* RSS */
.rss {
	text-align: right;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-right: 20px;
	width: 50%;
	float: right;
	clear: none;
}

#center {
	margin: 0 0px;
}

#leftwrap {
	float:left;
	width: 420px;
	margin: 0 -50% 0 0;
	border-right-color: #666;
	border-right-width: thin;
	border-right-style: dotted;
	margin-bottom: 10px;
}

#left {
	float:left;
	width: 170px;
	margin: 0 0 0 -5%;
}

#right {
	float:right;
	width: 380px;
	margin: 0;
}
#flashcalendar {
	width: 350px;
	height: 250px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px 0px 0px 2px;
	padding-left: 2px;
	clear: left;
	text-indent: 0px;
	vertical-align: middle;
}

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}
* html div#utilnav {
	margin: 0 -0.01% 0 0;
	width: 379px;
}
/* Styles */
.image {
	margin: 0em 0;
	padding: 0 0px 0 20px;
}
.title {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
}

h3 {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
	font-weight: normal;
}
.rightheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
	font-weight: normal;
	text-indent: 10px;
	float: left;
	height: 25px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.leftheader {
	padding: 20px 10px 20 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
	font-weight: normal;
	text-indent: 10px;
	float: left;
	height: 20px;
	display: inline;
	width: 360px;
}
.header {
	margin: 1em 0;
	padding: 10px 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
	font-weight: normal;
	width: 380px;
}
.hr {
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	height: 10px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
.rule {
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 15px;
}
/* Tease */
.tease {
	background-color: #fff;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	margin-left: 40px;
	margin-right: 10px;
}
.teasephp {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	padding-left: 10px;
}
.more {
	color: #F60;
	text-align: right;
	width: 60px;
	float: right;
	clear: none;
	background-image: url(../buttons/more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	font-size: 11px;
}
.more a:link, .more a:visited {
	color: #F60;
	text-decoration: none;
}
.more a:hover {
	color: #660033;
}
/* Church Tease Layout*/
.tease{
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
}

/* RIGHT TEASE */
.righttease {
	background-color: #fff;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	margin-left: 20px;
	margin-right: 0px;;
}

/*    */
.maincontent  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	}
.captions  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
	}
.captionshistory  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e5847;
	letter-spacing: 0px;
	font-style: italic;
	}
.captionsright  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e5847;
	letter-spacing: 0px;
	font-style: italic;
	display: block;
	margin-bottom: 0px;
	float: right;
	}
div p  {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	}
div p a:link, a:visited {
	text-decoration: underline;
	color: #999;
}
div p a:hover {
	color: #666;
	text-decoration: none;
}
.indentcopy {
	margin: 1em 0;
	padding: 0 10px 0 100px;
	}
.indentcopyphp {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	}
.indentcopyphp p {
	padding-left: 100px;	
	}
.copy {
	margin: 1em 0;
	padding: 0 10px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	}
	.copy a:link, a:visited{
	color: #333333;
	text-decoration: underline;
}
	.copy a:hover{
	color: #FF6600;
}
	/* Side Bar Narrow3*/
.sidebartop {
	background-image: url(../images/church/sidebartop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.sidebarmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 1px;
	background-image: url(../images/church/sidebarmiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 20px;
}
.sidebarbottom {
	background-image: url(../images/church/sidebarbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	}	
.scrapbooktop {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	background-image: url(../images/church/sb_sidebartop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
}
.scrapbookmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	background-image: url(../images/church/sb_sidebarmidd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
}
.scrapbookbottom {
	background-image: url(../images/church/sb_sidebarbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	}	

#search {
	height: 21px;
	margin-left: 2px;
	float: right;
	width: 100px;
	clear: none;
	padding-top: 8px;
}
.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 40px;
	height: 12px;
	margin: 0;
	vertical-align: middle;
}
.searchbutton {
	width: 44px;
	height: 17px;
	margin: 0;
	vertical-align: middle;
	background-image: url(../resources/buttons/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchbuttonhome {
	width: 44px;
	height: 17px;
	margin: 0;
	vertical-align: middle;
	background-image: url(../resources/buttons/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subhead {color: #333}
.sidebarnarrow {
	float: left;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* blox */
.newstop {
background-image: url(../images/blox/newslettertop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 350px;
	clear: left;
	padding-left: 5px;
	float: right;
	margin-top: 5px;
	margin-left: 5px;}
.newsform{
	background-image: url(../images/blox/newsletterform.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 350px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 10px;
	color: #333333;
}
/* BLOX */
.hallhire{
	background-image: url(../images/blox/hallhire.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 350px;
	cursor: pointer;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.feedbackform {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	border: 1px solid #333333;
}
#blox {
	clear: both;
	float: left;
	width: 350px;
}
.vline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.communityevent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #01A494;
	width: 90%;
}
.hallevent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #E57327;
	width: 90%;
}
/*Wide addons*/
.newstabletop {
	background-image: url(../images/newsletter/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 30px;
	width: 250px;
}
.newstablemidwhite {
	background-image: url(../images/newsletter/midwhite.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.newstablemidblue {
	background-image: url(../images/newsletter/midblue.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.newstablebtm {
	background-image: url(../images/newsletter/btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 30px;
	padding-top: 10px;
	padding-left: 30px;
	width: 250px;
}
.download {
	color: #F60;
	text-align: right;
	width: 60px;
	float: left;
	clear: none;
	background-image: url(../buttons/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	font-size: 11px;
	height: 20px;
	vertical-align: baseline;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.download a:link, .download a:visited {
	color: #F60;
	text-decoration: none;
}
.download a:hover {
	color: #660033;
}
/*For Word .doc downloads*/
.downloaddoc {
	color: #F60;
	text-align: right;
	width: 60px;
	float: left;
	clear: none;
	background-image: url(../buttons/wordicon_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	font-size: 11px;
	height: 20px;
	vertical-align: baseline;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.downloaddoc a:link, .download a:visited {
	color: #F60;
	text-decoration: none;
}
.downloaddoc a:hover {
	color: #660033;
}



.picindentleft {
	margin-left: 50px;
}.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-style: italic;
}

