@charset "utf-8";
/* CSS Document */

/*------------------------- Tabbed Box CMS Intregration ------------------------*/
#mainContent2 p{ /* goes back hs page*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#tabBox1 .headers {
	background-color:transparent;
	font-size:80%;
	font-weight:bold;
	margin:0 5px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6dde0;
}
p span {font-size:12px;}
	
/*---------------------------- HS Cemetary tabbed box --------------------------*/
#tabBox {   
    margin: 0px auto 0px auto;   
    width:500px; 
} 
.tabArea {   
    /*border:1px solid #494e52;   
    background-color:#636d76;   */
    padding:4px;
	width:98%;
}  
ul.tabs {   
    margin:0px; padding:0px;
	margin-top:5px;   
    margin-bottom:6px; 
}   
ul.tabs li {   
    list-style:none;   
    display:inline;   
}  
ul.tabs li a {
	background-color:#FFF;
	background-image:url(../images/cemeteryTabBGOff.jpg);
	background-repeat:repeat-x;
	padding:6px 10px 6px 10px;
	text-decoration:none;
	/*font-size:9px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}   
ul.tabs li a:hover {
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}   
ul.tabs li a.active {   
    background-color:#ffffff; 
	background-image:url(../images/cemeteryTabBGOn.jpg);   
    background-repeat:repeat-x;   
    background-position:top;
    /*color:#334c65;*/   
    border:1px solid #CCC;   
    border-bottom: 1px solid #ffffff;   
}  
.content {   
    background-color:#ffffff;
	background-image:url(../images/cemeteryContentBottom.jpg);   
    background-repeat:repeat-x;   
    background-position:bottom;
    padding:10px;   
    border:1px solid #CCC; 
	width:478px;
}
html>body .content {width:auto;}

#content2, #content3,#content4,#content5,#content6,#content7 { display:none; }
.content ul {   
    margin:0px;   
    padding:0px 20px 0px 20px;   
}   
.content ul li {   
    list-style:none;   
    border-bottom:1px solid #d6dde0;   
    padding-top:15px;   
    padding-bottom:15px;   
    font-size:13px;   
}   
.content ul li a {   
    text-decoration:none;   
    color:#3e4346;   
}   
.content ul li a small {   
    color:#8b959c;   
    font-size:9px;   
    text-transform:uppercase;   
    font-family:Verdana, Arial, Helvetica, sans-serif;   
    position:relative;   
    left:4px;   
    top:0px;   
}
.content ul li:last-child {   
    border-bottom:none;   
}

