@charset "utf-8";
/* CSS Document */
body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
}
<style type="text/css"> 
<!-- 
body  {
	xfont: 100% Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background: #666666; background color of the entire web site*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColMainHdr {
	padding: 17px 17px 17px 17px;
	
}

.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:block;
	border-bottom:none;
} 
.twoColFixRtHdr #header { 
	padding: 0px;  
	margin:0 auto;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/******** Right side Column of the web site ********/
.twoColFixRtHdr #sidebar1 {
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 359px; /* 320 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;/*separate div tag will be used inside with its own attributes*/
	padding-top:0px;
	border-left:1px solid #CCC;
}
.twoColFixRtHdr #RightBar {
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 359px; /* 320 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;/*separate div tag will be used inside with its own attributes*/
	padding-top:0px;
	border-left: 1px solid #999;
}

/******** Left Column consists of left and center column of the web site ********/
.twoColFixRtHdr #mainContent { 
	margin: 0 359px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* padding is the space inside the div box and margin is the space outside the div box */
	border-right:#000 solid 0px;
} 
.twoColFixRtHdr #Center { 
	margin: 0 360px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #pubmainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:1px solid #999;
	border-left: 1px solid #999;
	
	} 

.twoColFixRtHdr #pubmainContent { 
	margin: 0 0 0 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



/******** Left side Column of the web site ********/
.twoColFixRtHdr #sidebar2 { 
	float: left; /* since this element is floated, a width must be given */
	width: 179px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px; /* padding keeps the content of the div away from the edges */
	margin:0px;
} 

.twoColFixRtHdr #LeftBar {
 	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
	margin:0px;
}

/******** Center Column of the web site ********/
.twoColFixRtHdr #mainContentStory { 
	margin: 0 0 0 193px; /*191 the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	width: 423px; /*438 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
} 


.twoColFixRtHdr #leftLinks {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #tabStory { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/***** Float Element ****/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#subnewscontaner{
	padding: 5px 10px 0 10px;
}

.twoColFixRtHdr #hNewsContainer { 
	margin: 0px 0px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 10px 0px;
	/*background-color:#DDDDDD; */
	top:0px;
} 
.grayClr{
	color:#333;	
}
/*
.thrColFixHdr #daytabs { 
	margin: 5px 0px 5px 0px;
	
	padding: 0px 10px 10px 0px;  
}
*/
#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px;
  visibility:hidden;
}

ul {
	list-style-type: none;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}
li {
	float: left;
}
ul a {
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color:#999;
}
ul a:hover {
	color: #C32230;
}

ul#idtabs {list-style-type: none;  padding: 0 10 0 10px; height:30px; }
ul#idtabs li {display: inline;}
ul#idtabs li a {color:#FFF; background-color:#C32230;font-size:14px; font-weight:bold; border: 0px; border-bottom: none; padding: 0 20px 0 20px; text-decoration: none; }
ul#idtabs li a:hover {background-color: #f1f0ee; }
ul#idtabs li a.selected {color:#C32230; background-color:#FFF; font-weight: bold; padding:0 10 0 10px; }

div.tabContent {padding: 0px; background-color:#FFF;xoverflow:hidden; }
div.tabContent.hide { display: none; }

.nfltLi{
	float:none;
	background-color:##8B5742; 
	margin:0px 0px 0px 0px;
	padding: 0px;
}

.pad1{
	padding-right: 22px;
	padding-left: 22px;
	background-color:#999;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.ppad1{
	padding-right: 21px;
	padding-left: 21px;
	background-color:#ABAEA5;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.ppad1S{
	padding-right: 21px;
	padding-left: 21px;
	background-color:white;
	color:#B70000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.pad1S{
	padding-right: 22px;
	padding-left: 22px;
	background-color:white;
	color:#B70000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.pad2{
	padding-right: 19px;
	padding-left: 19px;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
}
.pad2S{
	padding-right: 19px;
	padding-left: 19px;
	background-color:white;
	color:#B70000;
	font-weight:bold;
}
.ppad3{
	padding: 3px 3px 4px 5px;
	font-weight:bold;
	color:#C32230;
	font-family:sans-serif,Verdana, Geneva;
}
.ppadlegal{
	padding: 3px 3px 4px 5px;
	font-weight:bold;
	color:#3C4E85;
	font-family:sans-serif,Verdana, Geneva;
}
.ppad6{
	padding-right: 0px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#252525;
	/*background-color:#8BA870;*/
}

.ppad7{
	padding: 4px 3px 4px 5px;
	font-weight:bold;
	color:#383A3D;
	font-size:12px;
	font-family:sans-serif,Verdana, Geneva;
}

.pad4{
	padding: 0px 0px 0px 0px;
}

img{
	border:0px; 
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.prMainpageTitle{
	margin:0px; 
	padding:5px 0px 6px 0px;
	background-color:#C32230;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

.prMainpageProfile{
	margin:0px; 
	padding:5px 0px 6px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#383A3D;
	text-align:center;
	/*font-weight:bold;*/
	
}

.pcalL{
	padding: 0px 0 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#252525;
	margin:0px;
	/*background-color:#8BA870;*/
}
.laslnk{
	padding: 3px 0px 3px 5px; line-height:20px; margin:0px; color:#333
}
.laslnk12{
	padding: 3px 0px 3px 5px; line-height:12px; margin:0px;
}
.laslnk15{
	padding: 3px 0px 3px 5px; line-height:15px; margin:0px;
}
.ht32{
	height: 32px;	
}
hr {
text-decoration: none; 
margin: 0px; 
margin-right:5px;
margin-bottom:0px;
padding: 0px;

}
.phntabs { 
	margin: 5px 0px 5px 0px;
	background-color:#ABAEA5;
	padding: 0px 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
a:link { border:0px;text-decoration:none;}
a:visited { border:0px;text-decoration: none;}
a:hover { COLOR: #1F1F1F; border:0px; text-decoration: none;}
a:active {color:#333; border:0px; text-decoration: none;}

  a:link.dlink{ COLOR: #000;}
 a:visited.dlink { COLOR: #000;}
 a:hover.dlink{ COLOR: #000;}
 a:active.dlink{color:#000; }

.btnclick
{
	background-color:#069;
 
}

.clsinline{
	display:inline-block;
}
.btn
{
	height:30px; 
	background-color:#ABAEA5; 
	color:#FFF;
	vertical-align:middle;
}

.interest
{
	background-color:#F1F2E4;
}
.row1 {
	background-color: #fff;
}
.row0{
	background-color: #E8E8E8;
}

.psearchbtn{
	padding-right: 15px;
	padding-left: 15px;
	font-weight:bold;
	color:white;
	/*background-color:#8BA870;*/
}
.psearchbtndiv{
	padding:0px 0px 0px 0px;
	background-color:#585B5F;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	/*height:24px;*/
	margin:0px;
}
.pmainContentStory2
{
	margin: 0px 0px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px 10px 10px;
	/*background-color:#CCC;*/
	border: 0px solid #000000;
}
.pmainContentStory2str{
	float:right; /*since this element is floated, a width must be given */
	width: 265px; 
}
.pmainContentStory2Img { 
	margin: 0 0 0 0px; 
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges*/
} 

.pmainContentStory2b{
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	width:410px;
	height:auto;
   	border: 0px solid #000000;
}

.profileSubHeader
{
	font-size:14px; 
	font-weight:bold;
	color:#585B5F;
	margin:0px;
	padding:0px;
}
h1{ 
	font-size:20px; 
	padding:0px;
	margin:0px;
} 
p{
	padding:5px 0 5px 10px;
}
.leftmrg {
	margin: 0 0 0 15px;
}
.whiteclr{
	color:#FFF;
}

.ClassLeftBar {
 	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 5px; /* padding keeps the content of the div away from the edges */
	margin:0px;
}

.ClassRightBar {
 	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 5px; /* padding keeps the content of the div away from the edges */
	margin:0px;
}


.bld1{
	color:#000000;
}

.bld2 {
		font-weight:bolder;
		color:#000000;
}

.brw{
	color:#C32230;
}

.publisting{
	background-color:#EAF3F6;
	border-bottom: 1px solid #4FA4C3;
	border-top: 1px solid #4FA4C3;
	margin: 5px 0px 0px;
}

.publisting p {
	padding:  0;
	
}
#adv p{
	padding: 5px
}
.pfltHdrLnk{
	float: right; /* since this element is floated, a width must be given */
	width:645px;
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
	display:block;
}
.fltBanner{
	float: right; /* since this element is floated, a width must be given */
	width:728px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin:0px;
	display:block;
	text-decoration:none;
}
.pubhdrLinks{
	padding: 0px 16px;
	margin:0px;
	font-weight:bold;
	color:#333;
	/*border-right:1px solid;
	 margin: 0 auto; */
	/*background-color:#8BA870;*/
}

.CRTabssz{
	height:30px; 
	margin: 0px 0px 0px 150px;
	text-align:center;
}

.SupplTabssz{
	height:30px; 
	margin: 0px 0px 0px 220px;
	text-align:center;
}

.DLTabssz{
	height:30px; 
	margin: 0px 0px 0px 212px;
	text-align:center;
}

.prhdrLinksdiv{
	margin: 0 ;
	padding: 0px 0px 0px 0px;
	height:auto;
	background-color:#C32230;
}

.plicol{
	margin-top:5px;
	padding: 0px 0px 0px 0px;
	width:2px;
	background-color:#FFF;
	
}

.plogo{
	/*padding: 25px 15px 22px 15px;*/
	padding:0px;
	margin: 0 auto; 
	text-decoration:none;
	border: none;
}
.pDJlogo{
	/*padding: 10px 0 0 0;*/
	padding:22px 0px;
	margin: 0 auto; 
	border-bottom:1px solid #333; 
	valign:center;
}
.tbpadng2{
	padding:2px 0px;
}
.obituaryAds{
	width:400px;
	margin: 10px auto;
}
.obituaryAd{
	margin:10px 0;
	padding: 10px;
	background-color:#e8e6e6;
	text-align:center;
}
.obituaryAd_photo{
	width:200px;
	margin: 0 0 10px 15px;
}
.obituaryAd_text{
	text-align:left;
}
.hidden {
	display:none;
}
.invisible {
	visibility:hidden;
}
.fontMainHdr {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color:#999999
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
