* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}

body { 
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 	
	background-color:#c59b6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#000;
}

a {
	color: #000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none; 	
}
a:hover, a:active{
	color: #702204;
	text-decoration: underline;
	display: inline;
}
.tooltip {
	color: #702204;
	display: inline;
	cursor: pointer;
}
.tooltip p{
	margin: 15px 0;
}
a img {
	border: none;
	text-decoration: none;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}


/*** header ***/

#header{
	width: 900px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:5px;
	border-color: #fff;
	margin: 45px auto 0 auto;
	background-color: #696b4b;
}

#logospace{
	width: 266px;
	height: 150px;
	background-image:url('images/logo_background.png');
	background-repeat:no-repeat;
	background-color: #4f1803;
}

#logo{
	margin: 36px 0 0 13px;
}

#headercontactspace{
	float: right;
	width: 420px;
	height: 17px;
	padding-top: 3px;
	margin-top: 20px;
	background-color: #e4e8bb;
	font-size: 12px;
	font-weight: bold;
}

#headeraddress{
	width: 235px;
	margin: 0 0 0 5px;
}

#headerphone{
	float: right;
	width: 100px;
	margin: 0 10px 0 0;
}

#menuspace{
	float: right;
	width: 634px;
	height: 150px;
	background-image:url('images/menu_background.png');
	background-repeat:no-repeat;
	background-position:left top;
}

/*** menu ***/

.menu{
	margin-top: 70px;
}

.menu ul {
	height: 30px;
	list-style-type: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #fff;
	border-width: 3px;
	background-color: #501803;
	display: block;
}

.menu li{
	float: left;
	height: 30px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
}

.menuhome a, .menuhome a:active{
	background-color: #501803;
	display: block;
	width: 126px;
	height: 26px;	
	padding-top: 4px;
	color: #fff;
}
.menuhome:hover a, #homeactive a{
	background-color: #e4e8bb;
	color: #000;
	text-decoration: none;
}

.menuabout a, .menuabout a:active{
	background-color: #501803;
	display: block;
	width: 127px;
	height: 26px;	
	padding-top: 4px;
	color: #fff;
}
.menuabout:hover a, #aboutactive a{
	background-color: #e4e8bb;
	color: #000;
	text-decoration: none;
}

.menuministry a, .menuministry a:active{
	background-color: #501803;
	display: block;
	width: 127px;
	height: 26px;	
	padding-top: 4px;
	color: #fff;
}
.menuministry:hover a, #ministryactive a{
	background-color: #e4e8bb;
	color: #000;
	text-decoration: none;
}

.menucontact a, .menucontact a:active{
	background-color: #501803;
	display: block;
	width: 127px;
	height: 26px;	
	padding-top: 4px;
	color: #fff;
}
.menucontact:hover a, #contactactive a{
	background-color: #e4e8bb;
	color: #000;
	text-decoration: none;
}

.menuevents a, .menuevents a:active{
	background-color: #501803;
	display: block;
	width: 127px;
	height: 26px;	
	padding-top: 4px;
	color: #fff;
}
.menuevents:hover a, #eventsactive a{
	background-color: #e4e8bb;
	color: #000;
	text-decoration: none;
}

/*** body ***/

#container{
	width: 900px;
	margin: 0 auto;
	border-left-style:solid;
	border-right-style:solid;
	border-width:5px;
	border-color: #fff;
	background-image:url('images/sidebar_repeat.png');
	background-repeat:repeat-y;
	background-position:left top;
	background-color: #b9b18c;
}

#contentcontainer{
	width: 634px;
	min-height: 505px;
}

#sidebar{
}

#contentspace{
	float: right;
	background-image:url('images/body_background.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}

#churchphoto{
	margin: 0px;
	height: 476px;
	width: 266px;
	display:block;
}

#compass{
	height: 120px;
	width: 266px;
	margin-top: 0px;
	background-image:url('images/compass_background.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#compassicon{
	float: left;
	margin: 10px
}

#compass h2{
	margin:0;
	padding:15px 0 5px 5px;
	font-size: 130%;
	color: #fff;
}

#compass p{
	margin:0 5px;
	padding:10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}

#compass  a:link , #compass  a:visited, #compass  a:active{
	text-decoration: none;
	color: #fff;
}

#compass  a:hover{
	text-decoration: underline;
}
.contentfull{
	margin: 45px auto;
	padding-bottom: 20px;
	width: 550px;
	background-color: #e4e8bb;
	border-style:solid;
	border-width:5px;
	border-color: #fff;	
}

.contentfull h1{
	font-size: 16px;
	color: #fff;
	display: block;
	background-color: #501803;
	padding: 10px;
	margin-bottom: 10px;
}
.contentfull h2{
	font-size: 14px;
	color: #000;
	padding: 10px;
}

.contentfull p{
	padding: 5px 10px;
	font-size: 12px;
}

#contentspace ul{
	margin: 0px 40px;
}

#contentspace li{
	margin: 10px 0;
}

.strongred{
	font-weight: bold;
	color: #501803;
}

#contactsig{
	margin: 10px 0 0 10px
}

.addright{
	float:right;
	margin-right: 100px;
}

.addleft{
	margin-left: 100px;
}

/*** home ***/

#contenthome{
	width: 590px;
	margin: 40px 25px 0 25px;
}

#contenthomeleft{
	width: 200px;
	background-color: #e4e8bb;
	border-style:solid;
	border-width:5px;
	border-color: #fff;	
}

#contenthomeleft img{
	display: block;
	margin-bottom: 2px;
}

#contenthomeleft h1{
	font-size: 14px;
	color: #fff;
	display: block;
	background-color: #501803;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#contenthomeleft p{
	padding: 5px;
	font-size: 11px;
}

#contenthomeright{
	float: right;
}

.contenthomepanelr{
	width: 350px;
	background-color: #e4e8bb;
	border-style:solid;
	border-width:5px;
	border-color: #fff;	
	margin-bottom: 30px;
}

.contenthomepanelr ul{
	list-style-type: none;
	font-size: 11px;
	margin: 10px 2px 0px 5px  !important;
}

.contenthomepanelr  li{
	margin: 7px 0 0 0 !important;
	padding: 0 !important;
}

.contenthomepanelr img{
	float: right;
	display: block
}

.contenthomepanelr h1{
	font-size: 14px;
	color: #fff;
	display: block;
	background-color: #501803;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.contenthomepanelr p{
	padding: 5px;
	font-size: 11px;
}

#joinusimage{
	margin-left: 5px;
	float: right;
	width: 175px;
	height: 173px;
}

#joinusimage p{
	color: #fff;
	position: relative;
	top: 138px;
	text-align: center;
}

#servicetimesimage p{
	color: #fff;
	position: relative;
	top: 245px;
	text-align: center;
}

#servicetimesimage{
	float: right;	
	background-image:url('images/servicetimes.jpg');
	background-repeat:no-repeat;
	width: 175px;
	height: 280px;
}

#joinusimage a:link,#servicetimesimage a:link {
	color: #fff;
	text-decoration: none;
}
#joinusimage a:visited,#servicetimesimage a:visited{
	color: #fff;
	text-decoration: none;
}
#joinusimage a:hover,#joinusimage  a:active,#servicetimesimage a:hover,#servicetimesimage  a:active{
	color: #fff;
	text-decoration: underline;
	display: inline;
}

#homepassagetext{
	margin: 10px 0 10px 20px;
	float: left;
	width: 360px;
	height: 80px;
	font-style: italic;
	font-size: 14px;
	font-family: Times New Roman;
}

#homepassage{
	width: 200px;
	height: 80px;
	border-left-style: solid;
	border-color: #7e815a;
	border-width: 3px;
	font-weight: bold;
	float: right;
}

#homepassage p{
	padding: 10px 0 0 0;
	color: #702204;
	font-size: 24px;
	font-family: Palatino Linotype, Times New Roman;
	text-align: center;
}
.strong{
	font-weight: bold;
}

.em{
	font-style: italic;
}

.strongemcenter{
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

.center{
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

#imgpath, #imgtree, #imgbench, #aboutimg , #imgbible2, #imgbible, #imgsign, #imgprayer, #aboutfamilyimg{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
	
#imgpath{
	float: left;
	margin: 10px 20px 10px 10px;
	width: 127px;
	height: 191px;
}

#imgtree{
	margin: 10px 0 10px 140px;
	width: 264px;
	height: 198px;
}

#imgbench{
	float: right;
	margin: 10px 20px 20px 20px;
	width: 160px;
	height: 189px;
}

#aboutimg{
	margin: 0 20px 10px 10px;
	float: left;
	display: block;
}

#imgbible{
	float: right;
	height: 185px;
	width: 277px;
	margin: 0 10px 10px 10px;
}

#imgbible2{
	height: 126px;
	width: 424px;
	margin: 10px auto;
	display: block;
}

#imgsign{
	height: 188px;
	width: 250px;
	margin: 10px auto;
	display: block;
}

#imgprayer{
	height: 180px;
	width: 120px;
	margin: 90px 225px 0 0;
	float:right;
}

#aboutfamilyimg{
	height: 300px;
	width: 450px;
	margin: 10px 0 10px 50px;
}

/*** sidemenu ***/

#sidemenu{
	background-image:url('images/sidebar_church_shadow.jpg');
	background-repeat:no-repeat;
	width: 266px;
	height: 476px;
	position: relative;
}

#sidemenu ul{
	list-style-type: none;
	float: right;
	margin-top: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}

#sidemenu li{
	text-align: right;
	background-color: #e4e8bb;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
}

/*** quotes ***/

#quotesspace{
/*	padding-top: 375px;*/
	position: absolute;
	bottom: 0;
	left: 7px;
}

#quotes{
	background-image:url('images/tr.png');
	background-repeat:repeat;
	width: 240px;
	margin: 0 auto;
	padding: 5px;
	font-size: 13px;
	font-family:Times New Roman, Times;
}

#quotes p{
	font-style: italic;
}

#quotes span{
	float: right;
	margin-top: 10px;
}

/*** table ***/

#contentspace table{
	width: 520px;
	margin: 20px auto 20px auto;
	font-size: 13px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

#contentspace  th{
	padding: 5px;
	font-size: 14px;
	background-color: #501803;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#contentspace table .odd{
	background-color: #f8fae0;
	vertical-align: top;
}

#contentspace table .even{
	background-color: #ffd4b9;
	vertical-align: top;
}

#contentspace td{
	padding: 5px;
}

#contentspace table img{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

/*** footer ***/

#footerspace{
	width: 900px;
	height: 70px;
	margin: 0 auto;
	background-color: #696b4b;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:5px;
	border-color: #fff;
}

#footerlinks{
	float: right;
	width: 590px;
	height: 25px;
	margin: 23px 0 0 0;
	background-color: #e4e8bb;
	font-size: 12px;
}

#footerlinks ul{
	display: block;
	margin: 5px 0 0 5px;
	list-style-type: none;
}

#footerlinks li{
	float: left;
	padding-right: 15px;
	padding-left: 15px;

	border-right-style: solid;
	border-color: #000;
	border-width: 1px;
}

li#footlistlast{
	border-right-style: none;
	padding-right: 0px;
}

#cm{
	margin: 0px 0 0 20px;
	padding-top: 12px;
	width: 190px;
	font-size: 12px;
}

#cm img{
	position: relative;
	top: 10px;
}

#cm a:hover, a:active {
	color: #fff;
	text-decoration: underline;
	display: inline;
}

/*** gallery ***/

#slideshow, #slide2{
	width: 480px;
	margin: 10px auto;
	
}
#slideshow img, #slide2 img { 
	display: none;
	padding: 15px; 
	border: 1px solid #ccc; 
	background-color: #fff;
}
#slideshow img.first, #slide2 img.first { display: block }

#slide_caption, #slide_caption2{
	height: 80px;
	font-size: 12px;
	text-align: center;
}

/* calendar */
#cal{
	min-height: 400px;
	text-align: center;
}
#cal h2{
	font-size: 1.2em;
}
#cal h2 .month{
	width: 150px;
	margin: 0 auto;
	display: inline-block;
}
.back_cal{
	cursor: pointer;	
}
table.calendar{ 
	border-left:1px solid #000;
	margin: 0;
	padding: 0;
}
#contentspace table.calendar td{
	margin: 0;
	padding: 0;
}
td.calendar-day{
	min-height:80px; 
	font-size:11px; 
	position:relative; 
} 
* html div.calendar-day {
	height:80px; 
}
td .event{
	float: left;
}
td.events{
	background: #fff; 
	cursor: pointer;
}
td.calendar-day:hover{
	background:#fff;
}
td.calendar-day-np{
	min-height:80px; 
} 
* html div.calendar-day-np {
	height:80px; 
}
td.calendar-day-head {
	background:#501803; 
	font-weight:bold; 
	color: #fff; 
	text-align:center; 
	width:120px; 
	padding:5px; 
/*	border:1px solid #501803; */
}
div.day-number{
	background:#B9B18C; 
	padding:5px; 
	color:#000; 
	font-weight:bold; 
	float: right; 
/*	margin:-8px -1px 0 0;
*/	width:20px; 
	text-align:center;
}

div.today{ 
	color: #501803;
}
.calendar-day .event{ 
	text-align: left;
}

/* shared */
td.calendar-day, td.calendar-day-np {
	width:120px; 
	border:1px solid #B9B18C;  
}

.cal_prev{ 
	margin-right: 15px;
	cursor: pointer;
}
.cal_next{ 
	margin-left: 15px;
	cursor: pointer;
}
#cal .agenda{
	width: 65%;
	margin: 30px auto;
	border: 1px solid #B9B18C;
	background: #fff;
	text-align: left;
}
#cal .agenda h2{
	background: #501803;
	color: #fff;
	font-size: 0.9em;
}
#cal .agenda p{
	border-bottom:1px solid #B9B18C;
	margin: 10px;
	padding: 10px 0;
}
#cal .agenda p.last{
	border-bottom: none;
	width: 100px;
	font-weight: bold;
	color: #501803;
}
#cal .agenda p.last:hover{
	text-decoration: underline;	
}

/*** contact form ***/

#contacts-form{
	margin: 20px;
}
#contacts-form .form, #contacts-form textarea{
	margin: 10px 0 5px 0;
}
#contacts-form textarea{
	width: 90%;
}
.error{
	font-weight: bold;
	color: #501803;
}
