@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/images/backgrounds/backrepeat.jpg) left bottom fixed repeat-x;
	margin:0px;
	padding:0px;
	color:#333333;
}
a:link, a:active, a:visited{
	color:#333333;
}
a:hover{
	color:#666666;
}
#scroll{
	background:url(/images/backgrounds/backlr.jpg) right bottom fixed no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
}
#page{
	position:relative;
}

#nav{
	position:absolute;
	right:0px;
	top:30px;
	z-index:1000;
	display:none;
}

#nav .tab{
	position:absolute;
	right:0px;
	width:auto;
	height:175px;
	background-color:#50918e;
	padding:0px;

}
#nav .tab div.more{
	width:0px;
	overflow:hidden;
}
#container{
	position:relative;
	padding:0px 15px 15px;
	min-height:600px;
	width:850px;
	margin-left:20px;
}
#header{
	margin:0px 0px 5px;
	width:700px;
	z-index:50;
}
#header a:link, #header a:active, #header a:visited, #header a:hover{
	text-decoration:none;
	color:#2f3837;
}
#header #sideSearch a:link, #header #sideSearch a:active, #header #sideSearch a:visited, #header #sideSearch a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#header .tab{
	color:#2f3837;
	position:absolute;
	top:0px;
	height:auto;
	padding:0px;

}
#header .tab#sideSearch{
	color:#FFFFFF;
	position:absolute;
	top:0px;
	width:140px;
	height:auto;
	padding:0px;

}
#header .tab#sideSearch .content{
	width:250px;
	padding-left:100px;
	margin-left:-210px;
	background-color:#DDDDDD;
	height:120px;
	position:relative;
	display:none;
}

#searchForm{
	margin:0px 0px 10px; 
}
#searchForm a:link, #searchForm a:active, #searchForm a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#searchForm a:hover{
	color:#333333;
	text-decoration:none;
}

form{
	margin:0px;
	padding:0px;
}
input.post, textarea.post, select.post{
	padding:2px 4px;
	margin:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border:1px solid #c6dcda;
}

input.search, textarea.search, select.search{
	background: top left no-repeat #EEEEEE;
	height:14px;
	width:186px;
	padding:2px 4px;
	margin:1px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px none #DDDDDD;
}

fieldset.post{
	width:520px;
	border:0px solid #999999;
}
fieldset.post legend{
	color:#666666;
	font-size:16px;
	font-weight:900;
}



.obitHead{
	min-height:20px; 
	padding:8px; 
	background-color: #FFFFFF; 
	clear:both;
	width:850px;
	position:relative;
}

.obitList{
	min-height:20px; 
	padding:8px; 
	margin:3px 1px; 
	background-color: #ffffff; 
	clear:both;
	width:850px;
}
.obitList .name{
	font-size:14px;
}
.obitList .more{
	font-size:11px;
	float:right;
	width:75px;
	color:#0066CC;
}
.obitList .DOD{
	font-size:12px;
	font-style:italic;
}
.obitList .description{
	font-size:12px;
}


#obitListing{
	padding:0px;
	line-height:130%;
	width:850px;
	height:auto;	
}
#obitListing .name{
	font-size:22px;
	font-weight:900;
}
#obitListing .more{
	font-size:11px;
	float:right;
	width:75px;
}
#obitListing .DOD{
	font-size:12px;
	font-style:italic;
	padding-top:4px;
}
#obitListing .description{
	padding-top:15px;
	font-size:12px;
	clear:both;
	border-top:1px solid #CCCCCC;
}
