@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#ced8a3 url(../images/back.jpg) top center no-repeat;
}

div{
	margin:0;
	padding:0;
}
#navContainer{
	background:#fff url(../images/nav_back.jpg) bottom repeat-x
}

#nav{
	width:956px;
	margin:auto;
}

#search{
	position:relative;
	width:31%;
	padding:7px 0px;
	float:left;
	border-right:1px solid #dadada;
}

.searchButton{
	background:url(../images/search_button.gif) center no-repeat;
	width:18px;
	height:15px;
	cursor:pointer;
	border:none;
	position:absolute;
	right: 13px;
	top: 10px;
}

.searchBox{
	background:#687400;
	border:none;
	color:#fff;
	padding:3px 25px 3px 3px;
	width:140px;
}


#container{
	width:956px;
	margin:auto;	
}

#header{
	padding:20px 0px;
	position:relative;
}


#year{
	position:absolute;
	right:30px;
	top:30px;
	font-size: 3.3em;
	line-height:.6em;
}
#year span{
	border-bottom:3px double #687400;
	float:right;
	font-size:0.4em;
	letter-spacing:9px;
	padding-left:5px;
	text-transform:uppercase;
}

#question{
	position:absolute;
	left: 457px;
	top: 15px;
	width: 305px;
	height: 110px;
	overflow:hidden;
}

#contentContainer{
	clear:both;
}

#teaser{
	background:url(../images/teaser_body.gif) center repeat-y;
}

#teaserBottom{
	background:url(../images/teaser_bottom.gif) bottom center no-repeat;
}


#teaserContent{
	background:url(../images/teaser_top.gif) top center no-repeat;


}

#teaser .content{
	padding:5px 5px 20px 5px;
	text-align:center;
}

#footer{
	clear:both;
	margin-top:20px;
	border-top:1px solid #b1bb72;
	padding:20px 0px;
}
/*--------------------OBITUARY LAYOUT-----------------*/

#obitTable h1,
#obitTable h2,
#obitTable h3
{
	font-style:italic;
	color:#4d5905;
}

#obitTable{
	width:82%;
	margin:auto;
	border:1px solid #c1c89e;
	font-style:normal;
		
	
}

#obitTable tr.label td{
	text-align:center;
	background:#d9e0b4;
	font-weight:bold;
	color:#4d5905;
	font-style:italic;
	padding:5px;
}

#obitTable tr td{
	background:#fffffa url(../images/obitBack.jpg) bottom repeat-x;
	padding:10px;
}

#obitTable tr td img{
}

#obitTable a{
	text-decoration:none;
}

#obitTable a:hover{
	text-decoration:none;
	color:#2f3400;
}

.obitDetailImg img{
}	


ul.pagination{
	width:82%;
	margin:auto;
}

.photogalleryTable{
	width:100%;
}

.photogalleryItem{
	text-align:center;
}


/*----------------------EFUSION MENU---------------------*/

/*CSS MENU*/


#nav_767348 li, #nav_767348 a, #nav_767362 li, #nav_767362 a{
	width:auto!important;
}	

#nav_767348, #nav_767348 ul, #nav_767362, #nav_767362 ul{
	float:right;
	line-height:normal!important;
} 


#nav_767348 li.selcss a{
	color:#90a800;
}

.catmain739472 {
	float:right
}


.menu{
	background:none;
	color:#687400;
	cursor:pointer;
	padding:10px 13px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

.menuHover{
	background:none;
	color:#90a800;
	cursor:pointer;
	padding:10px 13px; 
	font-size:1em;
	font-weight:bold;
	text-align:center;
}


.menuInt{
	background:none;
	color:#687400;
	cursor:pointer;
	padding:10px 13px;
	font-weight:bold;
	text-align:center;
}

.menuHoverInt{
	background:none;
	color:#90a800;
	cursor:pointer;
	padding:10px 13px; 
	font-weight:bold;
	text-align:center;
}



#nav_751503 li{
	padding:5px 0px !important;	
}

.sideMenuInt{
	background:none;
	color:#687400;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}

.sideMenuHoverInt{
	background:none;
	color:#90a800!important;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}



.subMenu{
	background:#fff url(../images/nav_back.jpg) bottom repeat-x;
	color:#687400;
	cursor:pointer;
	padding:6px 20px;
	font-size:1.2em;
	font-weight:bold;
}

.subMenuHover{
	background:#687400;
	color:#fff;
	cursor:pointer;
	padding:6px 20px; 
	font-size:1.2em;
	font-weight:bold;
}

.catsub739472 {
	left:10px;
	position:relative;
	top:15px;
}



.footerMenu{
	background:none;
	color:#687400;
	cursor:pointer;
	padding:10px 20px 10px 0px;
}

.footerMenuHover{
	background:none;
	color:#90a800;
	cursor:pointer;
	padding:10px 20px 10px 0px;
}


#photos{
	text-align:center;
}


#nav table{
	float:right;
}

/*------------------------CLASSES-------------------------*/


.greenBack{
	background:#fbfbfa url(../images/greenBack.jpg) bottom repeat-x; 
	border:1px solid #abb95e;
}


.label{
	border-bottom:1px solid #d7d7d7;
	margin-bottom:10px;
}

.redBorder{
	border:1px solid red;
}

.blueBorder{
	border:1px solid blue;
}

.content{
	padding:20px;
	padding-bottom:30px;
}

.clear{
	clear:both;
}


.floatLeft{
	float:left;
}	

.floatRight{
	float:right;
}	

.padding5{
	padding:5px;
}

.padding10{
	padding:10px;
}


.paddingRight27{
	padding-right:27px;
}

.marginRight27{
	margin-right:24px;
}

.paddingRight10{
	padding-right:10px;
}

.paddingTop15{
	padding-top:15px;
}

.paddingTop20{
	padding-top:20px;
}


.borderNone{
	border:none;
}


.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width23-6{
	width:23.66%;
}
.width24{
	width:24%;
}
.width25{
	width:25%;
}
*html .width25{
	width:24.9%;
}
.width26{
	width:26.5%;
}
.width28{
	width:28%;
}
.width29{
	width:29%;
}
.width30{
	width:30%;
}
.width31{
	width:31.5%;
}
.width32{
	width:32%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36.95%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width66{
	width:66%;
}
.width68{
	width:68%;
}

.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width95{
	width:95%;
}


/*----------------------------EFUSION FIXES------------------------------*/

.webform label{
	width:80px;
	display:inline-block;
	text-align:right;
	float:left;
	padding-right:10px;
}

.item{
	padding: 9px 0px!important;
}

.webform .paddingLeft80{
	
	padding-left:90px!important;
}

.webform .paddingLeft80 label{
	width:auto!important;
}




#outer .holder {padding:1em; border:1px solid #ddd; margin:0 20px 10px 0;}
#outer .holder p {padding:5px 0 0 0; margin:0;}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more i {float:right; margin-right:-10px 10px 0 0; cursor:pointer; color:#c00; font-weight:bold;}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:left; padding-right:10px;}
