@charset "utf-8";


.twoColElsRtHdr #container {
	width: 900px;  
	background: #ecddc6;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColElsRtHdr #header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 5px 0px;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 200px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColElsRtHdr #mainContent {
	margin: 0px 210px 15px 0px;
	width: 680px;
} 
.twoColElsRtHdr #mainContent2 {
	margin: 0px 0px 0 0px;
	width: 890px;
} 
.twoColElsRtHdr #footer {
	background-image: url(../images/footer.jpg);
	height: 111px;
	margin-top: 3px;
	line-height: 12pt;
} 
.twoColElsRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.arrowlistmenu{
	width: 215px; /*width of accordion menu*/
	/*height: 300px;*/
border: 1px solid #802220
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	
	cursor: pointer;
	background-color: black;
	background-image: url(../images/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	background-color: #FFFFFF;
	padding: 5px;
	height: 65px;
}

.arrowlistmenu ul li a{
	color: #802220; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 4px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	cursor: auto;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
legend {
	padding: 5px 5px 5px 5px;

}
.button {
	padding: 9px 5px 9px 15px;
	background-image: url(../images/photogallery_04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.photolinks {
	width: 150px;
	float: left;
}
.photos {
	margin-left: 155px;
	height: 400px;
	padding: 5px 15px 15px 15px;
}
#photocontaner {}


.photoheader {
	height: 15px;
	background-image: url(../images/photogallery_01.jpg);
}
.photocenter {
	background-image: url(../images/photogallery_06.jpg);
}
.photofooter {
	background-image: url(../images/photogallery_08.jpg);
	height: 9px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}


#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ECDDC6;
}

a {
	color: #802220;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	
	background-color: #ecddc6;
	
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
h2 {
	color: #802220
	}
.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #802220;
	color: #FFFFFF;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	}
h4 {
	color: #000000
	}
table {
	color: #000000
	}
th {
	border-bottom: 1px solid #ffffff;
	color: #F5EEE2;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 3px 8px;
	background-color: #D7B179;
	border-top: 1px solid #ffffff;
}

td {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	padding: 3px;
	
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
.textarea2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	list-style-type: square;	
	list-style-position: outside
}
.linkli a{}
.linkli a:hover {}
.style2 {
	color: #802220
}
.firstletter {
	float: left;
	margin-right: 0.75em;
	line-height: .75em;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #802220;
	margin-left: 220px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #802220;
	margin-left: 55px;	
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

.headertag {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	height: 24px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #802220;
	}
.contentheader {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	background-image: url(../images/brownbar.jpg);
	height: 24px;
	padding-top: 5px;
	background-repeat: repeat-y;
	margin-bottom: 10px;
	padding-left: 15px;
	}
.labels {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #e7d0ae;
	font-style: italic;
	line-height: 14pt;
	}
.labels2 {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: italic;
	line-height: 14pt;
	}
.labelstext1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	background-color: #e7d0ae;
	}
.labelstext2 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	background-color: #ebdec7;
	}
.labelstext3 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16pt;
	padding-left: 5px;
	}
.galleryheader {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	
	}
.gallerycontent {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	
	}
.calender {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12pt;
	color: #000000;

}
.timedate {
	text-align: right;
	padding-right: 25px;
	height: 28px;
}
.menuarea {
	padding: 165px 0px 5px 100px;
}


.divtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 25px;
	line-height: 14pt;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.bluetabs{
	border-bottom: 0px solid gray;
}

.bluetabs ul{
	padding: 0px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 10px arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	padding: 0px 3px;
	margin-right: 3px;
	border: 0px solid #778;
	color: #802220; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
	color: #802220;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #666666; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 9px Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #ECDDC6;
	color: #812321;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #666666; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #812321;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #E8D1B1;
	color: #FFFFFF;
}
.class1 a {
	text-decoration: none;
	color: #802220;
	font-weight: bold;
	font-size: 11px;
}
.class1 a:hover {
	color: #000000;
}

.date {
	color: #802220;
	font-weight: bold;
	width: 25px;
	text-align: center;
	font-size: 14px;
}
.month {
	color: #802220;
	font-weight: bold;
	background-image: url(../images/tanbar.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 5px;
	font-size: 11pt;
	font-style: italic;
}
.churchheader {
	background-image: url(../images/tanbar.jpg);
	padding: 3px 3px 3px 3px;
	margin-bottom: 5px;
	color: #802220;
	font-weight: bold;
}
