/*******Site Layout*******/
* {
	margin: 0px;
	
}
body {
	background-color: #E7E6DF;
	background-image: url(../images/site_images/sitebackground.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	margin-top: 10px;
}
#wrapper #banner {
	background-image: url(../images/site_images/banner_background.jpg);
	height: 165px;
	background-repeat: no-repeat;
}
#wrapper #bodyArea {
	background-image: url(../images/site_images/body_background.jpg);
	background-repeat: repeat-y;
}
#wrapper #bodyArea #leftcol {
	float: left;
	width: 20%;
	background-image: url(../images/site_images/navcol_background.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #rightcol {
	float: right;
	width: 80%;
}


#wrapper #bodyArea #footer {
	width: 910px;
	clear: both;
	background-image: url(../images/site_images/footer_background.jpg);
	background-repeat: no-repeat;
	height: 56px;
}

#wrapper #credit a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #BDCCD9;
	padding-bottom: 15px;
}

#wrapper #credit a:hover {
	color: #777777;
	
}

/*******Nav link styles******/

#wrapper #bodyArea #leftcol ul {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 35px;
	padding-top: 40px;
	list-style-type: none;
}
#wrapper #bodyArea #leftcol ul li {
	display: block;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #08399b;
	font-variant: normal;
	width: 100px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 1.5em;
}

#wrapper #bodyArea #leftcol ul li a {
	display: block;
	color: #415D9B;
	text-decoration: none;
	font-weight: normal;
}

#wrapper #bodyArea #leftcol ul li a:hover {
	text-decoration: none;
	color: #0099CC;
}

/********list styles*******/
#wrapper #bodyArea #rightcol ol {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #08399b;
	font-variant: normal;
	margin-left: 45px;
	padding-bottom: 1.5em;
	margin-right: 25px;
	padding-left: 0px;
	margin-top: 5px;
	float: left;
}
#wrapper #bodyArea #rightcol ol li {
	line-height: 3em;

}
.ul_ourchurch {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #08399b;
	font-variant: normal;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 55px;
	padding: 0px;
	margin-top: 3px;
}
.ul_ourchurch li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 23px;
}


#wrapper #bodyArea #rightcol ul#contacts {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #08399b;
	font-variant: normal;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 50px;
	padding-left: 0px;
	margin-top: 0px;
	
}
#wrapper #bodyArea #rightcol ul#contacts li {
	list-style-image: none;
	list-style-position: outside;
	margin-top: 10px;
	list-style-type: none;
	text-decoration: none;
}
#wrapper #bodyArea #rightcol ul#contacts li a {
	list-style-image: none;
	list-style-position: inside;
	margin-top: 15px;
	color: #08399b;
}




#wrapper #bodyArea #rightcol ul#faqs {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #08399b;
	font-variant: normal;
	margin: 14px 0px 35px 25px;
	padding-left: 0px;
	
}
#wrapper #bodyArea #rightcol ul#faqs li {
	list-style-image: url(../images/page_images/faqs/bullet.png);
	list-style-position: inside;
	margin-top: 7px;
	list-style-type: none;
}
#wrapper #bodyArea #rightcol ul#faqs li a {
	color: #08399b;
	text-decoration: none;
}
#wrapper #bodyArea #rightcol ul#faqs li a:hover{
	text-decoration: underline;
	color: #08399b;
}




/*for the non interactive tour*/
#wrapper #bodyArea #rightcol OL#list_two {
	counter-reset: item 10 
}
#wrapper #bodyArea #rightcol OL#list_two LI { display: block }
#wrapper #bodyArea #rightcol OL#list_two LI:before {
		content: counter(item) ". ";
		counter-increment: item;
}

/**********Floats********/

.div_floatleft {
	float: left;
}
.div_floatright {
	float: right;
}




.image_box_left {
	float: left;
	margin: 5px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #415D9B;
}
.image_box_left img {
	margin: 0px 0px 3px 0px;
}
.image_box_right {
	float: right;
	margin: 5px 65px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #415D9B;
}
.image_box_right img {
	margin: 0px 0px 3px 0px;
}



.calendar_floatleft {
	float: left;
	margin-left: 20px;
	border: thin dotted #717169;
}



.contact_floatleft {
	float: left;
	margin-left: 20px;
	margin-right: 5px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #08399b;
	
}
.contact_floatleft a {
	color: #08399b;
	text-decoration: underline;	
}
.contact_floatleft a:visited{
	color: #08399b;
}




.div_noninteractive_tour_floatleft {
	float: left;
}
.div_noninteractive_tour_floatleft img {
	float: left;
	margin-right: 25px;
	margin-bottom: 60px;
}
.div_noninteractive_tour_groundplan {
	float: right;
	margin-right: 50px;
}




.padding-bottom15 {
	padding-bottom: 15px;
	
}
.padding-bottom15left {
	float: left;
	padding-bottom: 15px;
		
}



/*******HTML Tag styles*******/


h1 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #08399b;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 20px;
	
}
h2 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #08399b;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	
}
h3 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #08399b;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: left;
}
h4 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 12px;
	color: #08399b;
	margin-bottom: 10px;
	font-weight: normal;
}
h4 a {
	color: #08399b;
	text-decoration: underline;
}

p {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #08399b;
	line-height: 21px;
	margin-right: 60px;
	margin-left: 20px;
	margin-bottom: 18px;
	
}
p a {
	text-decoration: underline;
	color: #08399b;
}
P a:hover {
	color: #08399b;
}
p#faq {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #08399b;
	line-height: 21px;
	margin-right: 60px;
	margin-left: 20px;
	margin-bottom: 35px;
	
}





iframe {
	border: thin dotted #717169;
	margin: 5px 0px 5px 0px;

}

table {
	table-layout: fixed;

	
}
table#people {
	table-layout: fixed;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08399b;
	margin: 0px 25px 25px 20px;
	
}
table#people td {
	border: thin dotted #BEBEB1;

}
table#people img {
	float: left;
	margin-right: 7px;
	
	
	
}
table#people h1 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
}
table#people h2 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px 0px 5px 0px;
}
table#people h4 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
}
table#people p {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 25px 0px;
}

/******other class styles*******/


.pull_quote {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 15px;
	width: 280px;
	border: thin dashed #717169;
	float: right;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #415D9B;
	background-image: url(../images/site_images/pull_background.jpg);
	background-repeat: repeat;
}

.pull_quote a {
	color: #415D9B;
	text-decoration: underline;
}

.list_wrapper_5 {
	padding-bottom: 15px;
	
}
.list_wrapper_6 {
	padding-top: 15px;
	padding-bottom: 40px;
	
}
.list_wrapper_7 {
	padding-top: 15px;
	padding-bottom: 45px;
	
}
.indexsections {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CDCAA1;
	margin-right: 20px;
}
.indexsections p {
	margin-right: 40px;
}
.note10px {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #415D9B;
	padding-top: 20px;
}
.note10px a {
	color: #415D9B;
}
