/* HTML Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #696249;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 200%;
	margin: 0;
	padding-bottom: 10px;
	color: #BB2C25;
	font-weight: normal;
	border-bottom: solid 1px #CCCCCC;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #BB2C25;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
a:link, a:visited {
	color: #BB2C25;
	text-decoration: underline;
}
a:hover, a:active {
	color: #DB6501;
	text-decoration: underline;
}
img {
	border-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	color: #CCCCCC;
	background: #CCCCCC;
	height: 1px;
	border-style: none;
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #BB2C25;

}

/* BI Styles */

.normal {
	font-size: 100%;
}
.box {
	background: #EEEEEE;
	float: right;
	width: 200px;
	padding: 8px;
}
.candlebox {
	padding: 6px 10px 8px 6px;
	width: 220px;
}
.error {
	color: #FF0000;
	font-size: 80%;
	font-weight: bold;
}
.fixed, .topbox {
	font: normal 12pt/14pt Arial, Helvetica, sans-serif;
}
.floatbox {
	float: right;
	width: 180px;
}
.linebox {
	padding: 8px;
	border: 1px solid #CCCCCC;
	width: 200px;
}
.note{
	font-size: 60%;
}
.pagebox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0px;
}
.small {
	font-size: 60%;
}
.smalltext {
	font-size: 80%;
}
.tdindent {
	padding-left: 11pt;
	padding-right: 6pt;
}
.topspace, .tbspace {
	padding-bottom: 4px;
	padding-top: 4px;
}

/* Site-Specific Styles */

.clear {
	clear: both;
}
#logo {
	height: 109px;
	width: 263px;
	position: absolute;
	top: 70px;
	right: 6px;
	z-index: 1000;
}
#logo h1 {
	font-size: 100%;
	background: url(../images/Southern_logo.gif) no-repeat center center;
	display: block;
	margin: 0;
	padding: 0;
	height: 109px;
	width: 263px;
	border-bottom-style: none;
}
#logo h1 a {
	text-indent: -1000em;
	display: block;
	height: 109px;
	width: 263px;
}
#nav {
	background: #DC6701 url(../images/top_menu_grad.gif) repeat-x left bottom;
	height: 47px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}
#nav ul, #sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li, #sidenav li {
	font-size: 80%;
	font-weight: bold;
	line-height: 1em;
	display: inline;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 22px 5px 12px;
	float: left;
	border-right: 1px solid #FFFFFF;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DC6701;
}
.submenu {
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#subnav {
	font-size: 85%;
	line-height: 1em;
	font-weight: bold;
	text-align: right;
	padding: 4px 20px;
	position: absolute;
	top: 48px;
	right: 0;
	z-index: 999;
}
#content {
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0;
}
#front {
	background: #FFFFFF url(../images/fronttop_bg.gif) repeat-x left top;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#bodytext {
	padding: 20px;
	margin: 0 270px 0 0;
}
#intro {
	background: url(../images/pic2.jpg) no-repeat left top;
	height: 357px;
	width: 515px;
	float: left;
}
#intro p {
	font-size: 84%;
	line-height: 1.4em;
	float: left;
	padding: 27px 20px 20px 205px;
	margin: 0;
}
#obits {
	background: #F8F0CD;
	margin: 133px 0 0 516px;
	padding-top: 6px;
}
#obits h2 {
	font-size: 100%;
	background: url(../images/obits_title.gif) no-repeat left top;
	display: block;
	margin: 0;
	float: left;
	height: 165px;
	width: 55px;
}
#obits h2 a {
	text-indent: -1000em;
	display: block;
	height: 165px;
	width: 55px;
}
#obits ul {
	margin: 0 0 0 55px;
	padding: 0;
	list-style: none;
}
#obits li {
	display: inline;
}
#obits li a:link, #obits li a:visited {
	line-height: 1em;
	color: #696249;
	text-decoration: none;
	background: #F8F0CD;
	display: block;
	padding: 2px 0;
	border-bottom: 1px solid #FFFFFF;
}
#obits li a:hover, #obits li a:active {
	color: #696249;
	text-decoration: none;
	background: #FFFBED;
}
#tools {
	color: #FFFFFF;
	background: #BA2C24 url(../images/tools_bg1.gif) repeat-x left top;
	height: 105px;
	clear: both;
	border-top: 1px solid #FFFFFF;
}
#tools a:link, tools a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#tools a:hover, tools a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
 a.tlink:link, a.tlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#tools a:hover, tools a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.tooltext {
	font-size: 84%;
	line-height: 1.4em;
	padding: 10px;
	margin-left: 58px;
}
.tooltext h2 {
	font-size: 115%;
	margin: 0;
}
.tooltext p {
	margin: 0;
}
#frontcandle {
	background: url(../images/front_candle.jpg) no-repeat left top;
	width: 36%;
	height: 105px;
	float: left;
}
#featuredcandle {
	width: 20%;
	margin: 10px;
	border: 1px solid #E6A261;
	float: left;
}
#featuredcandle .tooltext {
	padding: 8px;
	margin-left: 0;
}
#featuredcandle img {
	float: left;
}
#featuredcandle h3 {
	font-size: 100%;
	line-height: 1em;
	color: #F8F0CD;
	margin: 0 0 .5em;
}
#featuredcandle p {
	line-height: 1em;
	margin: 0 0 0 30px;
}
#featuredcandle em {
	font-size: 85%;
}
#frontmemorials {
	background: url(../images/front_memorials.jpg) no-repeat left top;
	width: 39%;
	height: 105px;
	float: left;
}
#tools2 {
	background: url(../images/tools_bg2.gif) repeat-x left top;
	height: 103px;
	clear: both;
	border-top: 1px solid #FFFFFF;
}
#frontgifts {
	background: url(../images/front_giftsandflowers.jpg) no-repeat left top;
	width: 25%;
	height: 103px;
	float: left;
}
#frontlibrary {
	background: url(../images/front_grieflibrary.jpg) no-repeat left top;
	width: 25%;
	height: 103px;
	float: left;
}
#frontboards {
	background: url(../images/front_messageboards.jpg) no-repeat left top;
	width: 25%;
	height: 103px;
	float: left;
}
#frontfriend {
	background: url(../images/font_findfriend.jpg) no-repeat left top;
	width: 25%;
	height: 103px;
	float: left;
}
#footer {
	font-size: 85%;
	background: #FFFFFF;
	padding: 20px 0;
	clear: both;
	border-top: 1px solid #CCCCCC;
}
#footer p {
	margin: 0;
}
#contact {
	float: left;
}
#contact p {
	height: 40px;
	padding: 0 20px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
#copyright {
	font-size: 70%;
	color: #B5B1A1;
	float: right;
	padding: 0 20px;
}
#side {
	background: #F8F0CD;
	width: 270px;
	position: absolute;
	top: 134px;
	right: 0;
}
#sidenav li {
	font-size: 100%;
}
#sidenav a:link, #sidenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #BB2C25;
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #F8F0CD;
}
#sidenav a:hover, #sidenav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #DC6701;
}
.photo {
	text-align: center;
	padding: 10px;
}
.condense{
margin-bottom:4px;
margin-top:2px;
}

.lftborder{
border-left-color: #CCCCCC;
border-left-width: 1px;
border-left-style: solid;
padding-left: 12px;

}

.botborder{
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;

}

#newpic {
	background: url(../images/pic2.jpg) no-repeat left top;
	height: 357px;
	width: 515px;
	float: left;
}
#newpic p {
	font-size: 84%;
	line-height: 1.4em;
	float: left;
	padding: 27px 20px 20px 205px;
	margin: 0;
}




























/* for mem tables and other table displays */
.tableDots{
  border:1px dotted #CCCCCC;
  padding:10px;
}
