/* HTML Styles */

body {
	font: 82%/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #3b70a1;
}
a:hover {
	text-decoration: underline;
	color: #3b70a1;
}
h1 {
	font-size: 230%;
	line-height: 1.15em;
	font-weight: normal;
	color: #3b70a1;
	background: url(../images/title_bg.png) repeat-x left bottom;
	margin: 0;
	padding: 10px 20px;
}
h2 {
	font-size: 140%;
	line-height: 1.15em;
	font-weight: normal;
	color: #3b70a1;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #3b70a1;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #dfdfdf;
	background: #dfdfdf;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


/* Main Containers */

#container {
	width: 100%;
	min-width: 980px;
	float: left;
}
.clear {
	clear: both;
}

/* Header and Nav */

#header {
	height: 80px;
	width: 100%;
	float: left;
}
#logo, #logo a {
	height: 80px;
	width: 335px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat center top;
	position: relative;
	z-index: 2000;
}
#logo a {
	text-indent: -9999px;
}
#header ul, #nav ul {
	margin: 0;
	padding: 0;
}
#header li, #nav li {
	font-size: 92%;
	line-height: 35px;
	float: left;
	list-style: none;
	position: relative;
}
#header li a, #nav li a {
	display: block;
	padding: 0 10px;
}
#header li a:hover, #header li:hover a, #header li.sfhover a, #nav li a:hover, #nav li:hover a, #nav li.sfhover a {
	color: #fff;
	text-decoration: none;
}
#header li:hover, #header li.sfhover, #header li a:hover, #nav ul li ul li a:hover {
	background-color: #5eb2d9;
}
#header ul li ul, #nav ul li ul {
	background: #4d93be url(../images/subnav_bg.png) repeat-x left top;
	display: none;
	width: 160px;
	float: left;
	position: absolute;
	top: 35px;
	left: 0;
}
#header ul li:hover ul, #nav ul li:hover ul, #header ul li.sfhover ul, #nav ul li.sfhover ul {
	display: block;
}
#header ul li ul li, #nav ul li ul li {
	line-height: 1.15em;
	background: none;
	width: 160px;
	padding: 0;
}
#header ul li ul li a, #nav ul li ul li a {
	color: #fff;
	width: 140px;
	padding: 4px 10px;
}
#contact {
	font-size: 77%;
	line-height: 1.2em;
	width: 400px;
	float: right;
	padding: 13px 0;
}
#contact p {
	white-space: nowrap;
	float: left;
	margin: 0;
	padding: 0 10px;
}
#contact strong {
	font-size: 120%;
}
#topnav {
	height: 35px;
	clear: right;
	margin-left: 335px;
}
#topnav ul {
	position: relative;
	z-index: 1000;
}
#topnav ul li ul {
	margin-left: 0;
}
#topnav ul li.navemergencies, #nav ul li.navrx {
	float: right;
}
#topnav ul li.navemergencies a {
	color: #fff;
	background-image: url(../images/nav_bg_emergencies.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 10px 0 15px;
}
#nav {
	background: url(../images/nav_bg.png) repeat-x left top;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 500;
}
#nav li {
	background-image: url(../images/nav_divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
}
#nav li:first-child {
	background-image: none;
	padding: 0;
}
#nav a {
	color: #fff;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav a:hover, #nav li:hover a, #topnav ul li.navemergencies a:hover {
	background-position: left -35px;
}
#nav ul li ul li a {
	background-image: none;
}
#nav ul li.navrx a {
	background-image: url(../images/nav_bg_rx.png);
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #444;
	width: 100%;
	float: left;
	clear: both;
	padding: 12px 0;
	border-top: solid 1px #dfdfdf;
}
#footer div {
	float: left;
}
#footer p {
	margin: 0;
	padding: 0 10px;
}
#copyright {
	width: 40%;
}
#copyright p {
	background: url(../images/footer_aaha.png) no-repeat 10px top;
	height: 55px;
	padding: 0 10px 0 60px;
}
#disclaimer {
	width: 59%;
}

/* Content */

#content {
	width: 100%;
	float: left;
	clear: both;
}
#side {
	width: 245px;
	float: left;
}
#side + #contentinner {
	margin-left: 245px;
}
#sidenav dl {
	color: #666;
	margin: 0;
	padding: 0;
	border-top: solid 1px #dfdfdf;
}
#sidenav dt, #sidenav dd {
	line-height: 1.15em;
	margin: 0;
	padding: 5px 10px;
	border-bottom: solid 1px #dfdfdf;
}
#sidenav dt {
	font-weight: bold;
}
#bodytext {
	padding: 10px 20px 20px 20px;
}
.bodyphoto {
	float: right;
	margin: 0 0 20px 20px;
}

/* Front */

#intro {
	font-size: 108%;
	line-height: 1.4em;
	background: url(../images/photo_front.jpg) no-repeat left top;
	height: 240px;
	padding-left: 490px;
}
#intro h1 {
	display: none;
}
#intro p {
	margin: 0;
	padding: 35px 20px 0 20px;
}
#intro p img {
	float: left;
	padding-top: 5px;
}
#frontinfo {
	width: 100%;
	float: left;
	padding: 8px 0;
}
#frontinfo h2, #frontinfo ul, #frontinfo p, #tools h2, #tools p {
	margin: 0;
}
#frontinfo h2, #tools h2 {
	font-size: 115%;
	padding: .5em 0;
}
#frontinfo ul, #frontinfo p, #tools p {
	font-size: 85%;
	line-height: 1.15em;
}
#services {
	background: url(../images/services_bg.png) no-repeat right 6px;
	width: 57%;
	float: left;
	margin-right: 10px;
}
#services h2 {
	background: url(../images/services_title.png) no-repeat left top;
	height: 14px;
	width: 215px;
	padding: 0 0 0 10px;
}
#services h2 a {
	display: block;
	text-indent: -9999px;
	height: 14px;
	width: 135px;
}
#services ul {
	width: 28%;
	float: left;
	padding: 10px;
}
#services li {
	background: url(../images/bullet.png) no-repeat left 4px;
	margin: 2px 0;
	padding-left: 8px;
	list-style: none;
}
#services a {
	color: #000;
}
#newsfeatures, #newsletter {
	width: 20%;
	float: left;
}
#newsfeatures {
	background: url(../images/news_bg_l.png) no-repeat left 6px;
	padding-top: 6px;
}
#newsinner {
	background: url(../images/news_bg_r.png) no-repeat right top;
}
#kellyscorner, #news {
	padding: 0 10px 10px 10px;
}
#news h2 {
	border-top: solid 1px #dfdfdf;
}
#newsletter h2 {
	font-size: 92%;
	background: url(../images/icon_email.png) no-repeat 10px center;
	line-height: 26px;
	padding-left: 40px;
}
#newsletter form {
	padding: 0 10px;
}
.newsletterinput {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: url(../images/newsletter_input.png) no-repeat left center;
	height: 17px;
	width: 169px;
	padding: 4px;
	border: none;
}
.newsletterbutton {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: url(../images/newsletter_button.png) no-repeat center center;
	height: 20px;
	width: 88px;
	margin-top: 8px;
	padding: 0;
	border: none;
}
#tools {
	color: #fff;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 6px;
}
#tools a {
	color: #fff;
}
#tools div {
	height: 126px;
}
#mypet, #gallery, #paws, #store {
	background: url(../images/tools_bg.png) no-repeat right top;
	width: 23.5%;
	float: left;
	margin: 0 .5%;
}
.toolwrapper {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 5px 0 140px;
}
#mypet .toolwrapper {
	background-image: url(../images/mypet_bg.jpg);
}
#gallery .toolwrapper {
	background-image: url(../images/gallery_bg.jpg);
	padding: 0 5px 0 120px;
}
#paws .toolwrapper {
	background-image: url(../images/paws_bg.jpg);
}
#store .toolwrapper {
	background-image: url(../images/store_bg.jpg);
}
#store img {
	margin-top: 5px;
}

/* Old BI Tool Styles */

/* main box style for obits, etc */
.box {
	background: #e7f1f5;
	float: right;
	width: 200px;
	padding: 8px;
}

/* default padding for candle table */
.candlebox {
padding: 6px 10px 8px 6px;
width: 220px;
}

/* default error message style */
.error {
	color: #ff0000;
	font-size: 85%;
	font-weight: bold;
}

/* default fixed font size for areas where font should not scale- keep 
topbox for legacy */
.fixed, .topbox {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
}

/* default floatbox for print article, mail article, etc  180 min width 
and keep float right*/
.floatbox {
	float: right;
	width: 180px;
}

/* one box with a border for stories, and other highlighted text */
.linebox {
	padding: 8px;
	border: 1px solid #dfdfdf;
	width: 200px;
}

/* default style for notes */
.note {
	font-size: 85%;
	line-height: 1.2em;
}

/* default for padding for some pages if applicable */
.pagebox {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
}

/* really small font for some forms */
.small {
	font-size: 85%;
	line-height: 1.2em;
}

/* little bigger small text for various things -can be combined with 
small */
.smalltext{
	font-size:90%;
	line-height: 120%;
}
/* general table pad, used on many interactive elements */
.tdindent {
	padding-left: 11pt;
	padding-right: 6pt;
}

/* general table pad for vertical spacing on many interactive 
elements*/
.topspace, .tbspace {
	padding: 4px 0;
}
.condense {
	margin-bottom:4px;
	margin-top:2px;
}
.bottomBorder {
	border-bottom: solid 1px #dfdfdf;
	padding: 4px 0;
}
.hilightbox {
	width: 90%;
	margin: 12px 0;
	padding: 10px;
	background-color: #eee;

}
.emph {
	color: #000099;
}
table.pictable {
	width: 600px;
	padding: 0;
	border: 1px solid #dfdfdf;
}
table.pictable td {
	font-size: 11px;
	border: 1px dotted #dfdfdf;
	vertical-align: middle;
	padding: 7px;
	text-align: center;
  }
