/*  Watts Funeral Home Style Sheet */

body{
	margin:0;
	text-align:center;
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0d2772;
	background-color:#eaeaea;
	background-image:url('../images/watts_bg_02.jpg')
}
a:link{
	color:#0000cc;
	text-decoration:underline;
}
a:visited{
	color:#0000cc;
	text-decoration:underline;
}
a:hover{
	color:#cdad00;
	text-decoration:none;
}
#container{
	margin:auto;
	margin-top:8px;
	width:732px;
	background-image:url('../images/tilebg_b.png');
}
#header{
	margin:auto;
	width:732px;
	height:179px;
	background-image:url('../images/headerb.png');
	}
#nav{
	display:inline;
	position:relative;
	top:100px;
	font-size:110%;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#nav ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
        } 

#nav ul li {
        margin-left: 0;
        padding: 3px 10px;
        list-style: none;
        display: inline;
        }
#nav a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0d2772;
	text-decoration:none;
}
#nav a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0d2772;
	text-decoration:none;
}
#nav a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
#content{
	text-align:left;
	margin:auto;
	width:692px;
	padding-left:20px;
	padding-right:20px;
	}
#footer{
	width:732px;
	height:127px;
	background-image:url('../images/footerb.png');
}
#slogan{
	position:relative;
	top:90px;
	widows:732px;
	color:#0d2772;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:8px;
}
#credits{
	margin:auto;
	width:732px;
	text-align:left;
	color:#0d2772;
}
#credits a:link{
	color:#0d2772;
	text-decoration:underline;
}
#credits a:visited{
	color:#0d2772;
	text-decoration:underline;
}
#credits a:hover{
	color:#000000;
	text-decoration:underline;
}
H1, H2, H3, H4, H5, H6{
	font-family: Georgia, "Times New Roman", Times, serif;
}

H1
{
	font-size: 20px;
	text-align: center;
}

H3.headings{
	margin-top:15px;
	border-bottom:1px dashed #728ecf;
}

.search-bar{
	text-align:center;
	background-color:#0e2771;
	color:#ffffff;
	padding:3px;
}

#etoNotice, #nav hr
{
	display: none;
}

/* Text around image. */
.imgleft, .imgright
{
  font-size: 90%;
  font-style: italic;
  padding: .5em;
  text-align: center;
  border: 1px solid #0E2671;
  margin: 5px;
}

.imgleft
{
  float: left;
}

.imgright
{
  float: right;
}

.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

#obits
{
	font-size: 12px;
	border-style: solid;
}

#obits a
{
	text-decoration: none;
}

#obits td
{
	width: 200px;
}