/*Global reset*/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, 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: arial, verdana, helvetica, sans-serif;
	color: #000000;		
}

.fs10 {
	color:#000000;
	font-size: 10pt;
	font-family: arial, verdana, helvetica, sans-serif;
}

.fs12 {
	color:#000000;
	font-size: 12pt;
	font-family: arial, verdana, helvetica, sans-serif;
}

.fs14 {
	color:#000000;
	font-size: 14pt;
	font-family: arial, verdana, helvetica, sans-serif;
}

.fs16 {
	color:#000000;
	font-size: 16pt;
	font-family: arial, verdana, helvetica, sans-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:#0033FF;
}
ol, ul {
	list-style-type:none;
}
li{
	display:inline;
}
b, strong, .bold{
	font-weight:bold;
	color: #0000FF;
}
body{
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	background-image:url(images/c-springvale/background.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-color:#abc7e2;
}
.c {
	clear:both;
}
.dm {
	height:1px;
	position:relative;
	width:1px;
}

/************************************************************************************/
/*** Containers/Frame ***/
#frame{
	margin:0 auto;
	margin-top:0px;
	width:950px;
	padding-left:0px;
	padding-top:0px;
}
#upperContainer{
	width:740px;
	padding:0 0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/c-springvale/uppercon-bckgnd.png);
}

/************************************************************************************/
/*** Content ***/
.contentSection 
{
	width:740px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	/***background: rgba(208, 189, 123, .5);***/
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px ;
}

.contentSection p {
	margin-top:3px;
	font-style: normal;
	color:#000000;
	padding:10px;
	z-index:1;

}
.contentSection li{
	display:list-item;
}
.contentSection ul {
	list-style:disc;
}
.contentSection ol {
	list-style-type: decimal;
}
#homePageMainSimple {
	width:auto;
	padding:0 18px;
	margin-bottom:10px;	
	position:relative; top:-5px; left:0px;
}

#homePageMain {
	width:430px;
	padding:0 6px;
	margin-bottom:5px;
	margin-right:5px;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px ;
	float:left;
}	

#homePageSidebar{
	width:280px;
	padding:0 0px;
	margin-bottom:10px;	
	/***position:relative; top:-150px; left: 330px;***/
	float:left; 

}
#homePageSidebar h1 {
	padding:5px;
	font-size: 12px;
	color:#d0bd7b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}


/************************************************************************************/
/** Button Testing Area ***/

#mainNav 
{
	width:960px;
	border-right: 0px solid #000;
	color: #333;
	text-decoration: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-10px;
	z-index:3;
}

#mainNav ul 
{
	width:960px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
		
#mainNav li 
{
	margin:0;
	padding-right:5px;


}

#mainNav li a span{
	display:inline;
	padding-left:8px;
	padding-right:0px;
	padding-bottom:2px;
	padding-top:2px;
	margin:auto;
	text-decoration: none;
	width: 100%;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
}

#mainNav li a:hover span{
	color: #fff;
}

#mainNav li#selected a span{
	background-repeat:no-repeat;
	color:#663300;
}
/********************************************************************************************/
/*** Sub Navigation ***/

#subNav 
{
	width:auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:auto;
	position:relative;
	top:10px;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px ;
	border-top:solid 2px #663300;
}

#subNav ul 
{
	list-style:none;
	padding-left:6px;
	border: none;
	margin:0px;
}
		
#subNav li 
{
	padding: 0;
	border-bottom: 0px solid #0099FF;
	display:inline-block;
	width:auto;
	zoom:1;
	*display: inline;
}

#subNav li a {
	margin:1px;
	padding: 0px 5px 0px 5px ;
	height:auto;
	width:auto;

}

#subNav li a span{
	color:#663300;
	text-decoration:none;
	width: 100%;
	padding: 0px 5px 0px 5px;
	height:auto;
	font-size:12px;
	font-weight:bold;
}

#subNav li a:hover span{
	color:#0000FF;
	text-decoration:underline;
}

#subNav li.selected a span{
	color:#336600;
	border-left:solid 1px #336600;
	border-right:solid 1px #336600;
}
#subNav li.selected a{
	color:#336600;

	
}

/************************************************************************************/
/*** Header ***/
#header{
	width:929px;
	padding:0px 0 0px;
	height:100px;
}
#headerText {
	width:929px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align:center;
}
#headerText a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	color: #82680b;
}
	
#headerImage {
	position:relative; top:0px; left:0px;
	height:50px;
	background-image:url(images/c-springvale/header.png);
	background-repeat:no-repeat;
	background-position:center;
}

#mainBanner
{
	font-family: "Souvenir Lt BT";
	font-size: 28px;
	font-style: normal;
	color: #4F0075;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainPromo
{	
	position:relative; top:auto; left:auto;
	margin-left:auto;
	margin-right:auto;
	width:929px;
}

#subPromo
{	
	display:none;
}
/************************************************************************************/
/*** Footer ***/
#footer{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px ;
}
#footerText{
	width:870px;
	height:auto;
	padding:5px 0 5px;
	margin:0px 0;
	text-align:center;
	
	
}

#footerImage{
	display: none;	
}

#footer li a 
{
	display: run-in;
	padding-right: 3px;
	padding-left: 1px;
	border-right: 1px solid #000;
	color: #000000;
	text-decoration: none;
	width: 100%;
	background-color: #FFFFFF;
}

#copyright{
	text-align:center;
	color:#CCCCCC;
	font-size:10px;
	font-weight:relative;
	margin-top:5px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
#copyright a {
	color:#CCCCCC;
}
/***********************************************************************************/
/***Obit Homepage List Styles***/
#sidebarObits {
	padding-bottom:10px;
}
#obitList {
	padding-top:12px;
	padding-right: 8px; 
	padding-left: 8px; 
	padding-bottom: 8px;

}

#obitHomeList {
	padding-top:8px;
	padding-bottom:0px;
	padding-left:0px;
	list-style:none;
}
#obitHomeList li {
	list-style:none;
	padding-left:5px;

	/***display:inline-block;***/

}
#obitName {
	padding-top:3px;
	padding-bottom:0px;
	margin-left:0px;
	font-weight:bold;
	float:left;
	padding-right:7px;
}
#obitName a {
	font-size:14px;
}
#obitName li {
		display:inline;

}
#obitDate {
	padding-bottom:6px;
	padding-left:5px;
	padding-top:3px;
	margin:1px;
}

/************************************************************************************/
/***Obituary Items***/

.obitName { 
	font-weight:bold;	
	font-size: 16px;
	color: #4F0075;
}

.obitDOB {
	color:#6A00D5;
	font-size: 12px;	
	font-weight:relative;
}

.obitDOD {
	color:#6A00D5;
	font-size: 12px;	
	font-weight:relative;
}

.obitSD {
	color:#6A00D5;
	font-size: 12px;	
	font-weight:relative;
}

.obitText p {
	color:#CCCCCC;
	padding-left:5px;
}

#obitImage img {
	padding-right:5px;
}

/*******************************************************/
/*** 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;
	color:#000000;
}
/************************************************************************************/
/***Event List Items***/
#eventList ul {
	padding:5px;
	line-height: 12pt;
	display:list-item;
	list-style-type:none;
}

#eventList li  {
	padding:5px;
	line-height: 12pt;
	display:list-item;
	list-style-type:none;
} 

.eventName a{
	font-weight:bold;
	font-size:9pt;
}
.eventName em {
	font-weight:italic;
}

/************************************************************************************/
/***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: #0000FF;
	}
	
.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;
}