/*Global reset*/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, var, ol, ul, li, form, label,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;	

}
.fs10 {
	color:#000000;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fs12 {
	color:#000000;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fs14 {
	color:#000000;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fs16 {
	color:#000000;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.imageleft {
	float: left;
	margin: 1em 1em 0.5em 0;
}
.imageright {
	float: right;
	margin: 1em 0 0.5em 1em;
}

img{
	border:none;
}
a, a:link, a:visited, a:hover{
	text-decoration:none;
	color:#0000FF;
}

ol, ul {
	list-style-type:none;
}
/***li {
	display:inline;
}***/
b, strong, .bold{
	font-weight:bold;
}

p {
	/***clear:both;***/
}
body{
	background-color:#CCCCCC;
	background-image:url(images/t-neutral/bckgnd.gif);


}
.c {
	clear:both;
}
.dm {
	height:0px;
	position:relative;
	width:1px;
}

/************************************************************************************/
/*** Containers/Frame ***/

#frame{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width:1024px;

}
#upperContainer{
	width:1024px;
	padding:0 0px;
	margin-bottom:0px;	
	margin-left:0px;
	float:left;
	padding-left:0px;
	background-image:url(images/t-neutral/uppercontnr-bckgnd.png);
	background-repeat:repeat-y;

}
/************************************************************************************/
/*** Content ***/

.contentSection 
{
	clear:both;
	width:97%;
	padding:0px 15px 0px 15px;

}

.contentSection h1 {
	clear:both;
	background-color: #F1CA4B;
	padding:5px;
	padding-left:22px;
}
.contentSection p {
	/***clear:both;***/
	margin-top:3px;
	padding:3px;
	font-size:16px;
}
.contentSection li{
	display:list-item;
	padding-left:5px;
	margin-left:30px;
}
.contentSection ul {
	list-style:disc;
}
.contentSection ol {
	list-style-type: decimal;
	padding-left:5px;
}
.contentSection em{
	font-style:italic;
}

#homePageMainSimple {
	width:auto;
	padding:0 18px;
	margin-bottom:10px;	
	position:relative; top:-5px; left:0px;
}

#homePageMain {
	padding:0 18px;
	margin-bottom:10px;	
	float:left; 
	width:740px;

}

#homePageSidebar{
	padding:0 7px;
	margin-bottom:10px;
	margin-top:10px;
	float:right; 
	width:180px;

}
#homePageSidebar h1 { 
	background-color: #f6f4ed;
	padding:5px 10px 5px 5px;
}

/************************************************************************************/
/** Main Navigation ***/
#mainNav 
{
	width:1024px;
	height:30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
	padding:0px;
	background-image:url(images/t-neutral/uppercontnr-bckgnd.png);
	background-repeat:repeat-y;
}

#mainNav ul 
{
	margin-left:10px;
	padding-top:5px;
}
#mainNav li {
	display:inline;
}		
#mainNav li a {
	color: #000000;
	text-decoration: none;
	width:1024px;
	height:20px;
	font-weight:bold;
	padding:0px 8px 4px 8px;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:#990000 solid 1px;
}

#mainNav li a:hover {
	color:#990000;
}

#mainNav li#selected a {
	color: #990000;
	border-bottom:#990000 solid 0px;
	
}

/********************************************************************************************/
/*** Sub Navigation ***/

#subNav {
      width:1024px;
	  height:30px;
      font-size: 11px;
      line-height:normal;
      margin-left:auto;
      margin-top:0px;
	  background-image:url(images/t-neutral/uppercontnr-bckgnd.png);
	background-repeat:repeat-y;
	text-align:center;

}
#subNav ul {
      margin:0px;
      padding:0px;
	  height:auto;


	  }
#subNav li {
	height:auto;
	margin:0px;
    padding:0 0 0 2px;
	display:inline-block;
	width:auto;
	zoom:1;
	*display: inline;
	  
      }
#subNav a {
	padding:5px 18px 4px 6px;
	text-decoration:none;
	color:#0000FF;
	display:inline;
      }
#subNav li:hover{
	color:#98BDCA;
}
#subNav li.selected:hover {
      /***float:left;***/
      display: inline;
}
#subNav a:hover {
	color:#990000;
	  }
#subNav .selected {

	  } 
#subNav .selected a {
	/***padding-bottom:5px;***/
	color:#996633;
      }
/************************************************************************************/
/*** Header ***/

#header {
	height:auto;
}

#headerText {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:absolute;
	top:85px;
	
}

#headerText a {
	font-style: normal;
	color: #7a2628;
	height:auto;
	font-size:40px;
	font-style:italic;
}
#headerImage {
	margin-top:0px;
	width:1024px;
	height:205px;
	background-image:url(images/t-neutral/header.png);
} 

/************************************************************************************/
/*** Footer ***/
#footer{
	width:1024px;
	/***padding:10px 0 5px;***/
	margin-left:0px;
	padding-bottom:5px;
}
#footerText{
	width:auto;
	height:auto;
	margin-left:0;
	background-image:url(images/t-neutral/uppercontnr-bckgnd.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	
}

#footerImage{
	width:1024px;
	/***padding:6px 8px 10px;***/
	/***margin:16px 0;***/
	text-align:center;
	height:98px;
	background-image:url(images/t-neutral/copyright-bckgnd.png);
	background-repeat:no-repeat;
}

#footer li a 
{
	display: run-in;
	padding-right: 3px;
	padding-left: 1px;
	border-right: 1px solid #FFF;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
}	
#footerText p{ 
	line-height:normal;
	padding:2px;
	margin:0px;

}	
#copyright {
	text-align:center;
	color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
	width:1024px;
	margin-left:175px;
	height:5px;
	display:none;
}
#copyright ,p {
	padding:0px;
	margin:0px;
}
#copyright a {
	color:#CCCCCC;
}
/***********************************************************************************/
/***Obit Homepage List Styles***/

#sidebarObits {
	padding-bottom:0px;
}

#obitHomeList {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:6px;
	list-style:none;
	margin:0px 1px 0px 1px;
}
#obitHomeList li{	
	padding-left:0px;
	margin-left:0px;
}
#obitName {
	padding-top:2px;
}

#obitName a{
	padding-top:2px;
	padding-bottom:0px;
	margin-left:0px;
	font-size:12px;
}

#obitDate {
	padding-bottom:6px;
	
}

/***********************************************************************************/
/***Obit List Styles***/



#obitList li  {
	display:block;
	list-style-type:none;

} 


.obitListName a {
	font-weight:bold;
	padding-top:2px;
}
.obitListName em {
	font-style:italic;
}


/************************************************************************************/
/***Obituary Items***/

.obitName { 
	font-weight:bold;	
	font-size: 16px;
	color: #1E3E55;
}

.obitDOB {
	color:#965923;
	font-size: 12px;	
	font-weight:relative;
}

.obitDOD {
	color:#965923;
	font-size: 12px;	
	font-weight:relative;
}

.obitSD {
	color:#965923;
	font-size: 12px;	
	font-weight:relative;
}

.obitText {
	color:#CCCCCC;
}
/*******************************************************/
/*** Condolences Received***/
#condSection {
	background-color:#D8DFBD;
	padding:5px;
}
#condPost {
	display:list-item;
	list-style-type:none;
}
#condFrom {
	padding: 0px 0px;
	font-weight:bold;	
}
#condText {
	padding: 0px 0px 20px;
}

/************************************************************************************/
/***Event List Items***/
#eventList li {
	padding:5px;
	line-height: 12pt;
	display:list-item;
	list-style-type:none;
}

#eventList a{
	font-size: 16px;
	color: #1E3E55;
	line-height:12px;
}
#eventList em {
	font-style:italic;
	color:#333333;
}

/************************************************************************************/
/***PrePlanning Form***/

.Doc2Form {
	text-align: center;
	
	}
.Doc2Form fieldset {
	border: none;
	text-align: left;
	/***border-bottom: 1px solid #1E3E55;***/
	border-bottom: 2px solid #0033FF;
	margin-bottom: 5px;
	}
	
/*********************************************************************/
/****Form Headings****/
.Doc2Form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #4F0075;
	}
	
.Doc2Form fieldset ul {
	margin: 0;
	padding: 0;
	}
/***********************************************************************/
/****Form Text****/	
.Doc2Form fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: #0033FF;
	clear: both;
	border-top: 1px solid #1E3E55;
	}
/************************************************************************/
#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolderMain_Doc2Form_3_condPrivate {
	width: 15px; 
	float: left; 
	font-size: 12px;	
	}

#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolderMain_Doc2Form_2_subObitUpdates {
	width: 15px; 
	float: left; 
	font-size: 12px;	
}

#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolderMain_Doc2Form_2_subNewsletters {
	width: 15px; 
	float: left; 
	font-size: 12px;	
}

/*******************************************************/
.umbCaptchaHolder {
	float:left;
	width: 250px;
}

.Doc2Form fieldset li span {
	}

.Doc2Form fieldset li span img {
	}

.Doc2Form fieldset li img, .Doc2Form fieldset li a {
	margin-left: 10px;
	margin-top: 3px;
	font-size: 12px;
	}

.Doc2Form fieldset li label
{
	width: 250px; 
	float: left; 
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	color: #000000;
	}

.Doc2Form fieldset li p {
	color: #1E3E55;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	clear:both;
	}

.Doc2Form fieldset li table {
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 252px;
	font-size: 12px;
	margin-bottom: 3px;
	}
.Doc2Form fieldset li table input {
	width: 25px;
	font-size: 12px;
	/***border: 1px solid #1E3E55;***/
	border: 1px solid #0033FF;
	margin-bottom: 3px;	
	}
.Doc2Form fieldset li table label {
	float: none;
	padding-left: 5px;
	padding-top: 5px;
	}
.Doc2Form fieldset p {
	color: #1E3E55;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset br {
	clear: both;
	}
.Doc2Form fieldset input {
	margin-top: 3px; 
	width: 205px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;
	}
/************************************************/


#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolderMain_Doc2Form_2_condPrivate {
	width: 15px;
}

/************************************************/
.Doc2Form fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 400px;
	margin-left: 10px;
	font-size: 12px;
	height: 200px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;
	}
.Doc2Form fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 210px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;
	}
.Doc2Form input.button {
	height: auto;
	}
/**************************************************************************************/
/****Condolence Title on Obituary***/
.Doc2Form li.required label strong {
	font-weight: bold;
	font-style: normal;
	color: #1E3E55;
	}
.Doc2Form li {
	display: block;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
