body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #444444;
}
h1 {
	color: #002a5f;
	font-size: 30px;
	margin: 0 0 12px;
	padding: 0;
}
h2 {
	color: #000;
	font-size: 20px;
	margin: 0;
	padding: 6px 0 12px 0;
}
h3 {
	color: #004da9;
}
a {
	color: #290fba;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.right {
	text-align: right;
}
/** 
  * top
  */
#top, #footer {
	height: 140px;
	background: #fff url(../images/whs_template/top-bg-1.jpg) bottom left repeat-x;
	width: 100%;
	position: relative;
}
#top img#logo {
	float: left;
	margin-left: -20px
}
#top img#pets {
	position: absolute;
}
#top ul#sub {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#top ul#sub li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
/** 
  * Main Navigation
  */
#nav {
	background: #00275d url(../images/whs_template/nav-bg-1.jpg) bottom left repeat-x;
	float: left;
	width: 100%;
	border-top: 2px solid #001939;
	text-align: center;
	padding-bottom: 6px;
  position: relative;
  z-index: 100;
}
ul.sf-menu {
	font-size: 16px !important;
	font-family: Arial,Helvetica,sans-serif;
	padding:1px 0 0;
	width: 960px;
	margin: 0 auto;
}
ul.sf-menu li {
	padding:1px 12px;
}
ul.sf-menu li#first {
	margin-left: 20px
}
ul.sf-menu li ul li a{ 
	padding: 4px 0;
	margin: 0;
  color: #FFC266;
	/* border-bottom: 1px solid #ddd; */
}
.sf-sub-indicator {
	background-image: none !important;
}

/** 
  *  checkered-top (and main wrapper)
  */
#main {
	background: #cce8ff url(../images/whs_template/blue-checkers-1.jpg) bottom center repeat-x;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
#checker {
	background: #cce8ff url(../images/whs_template/blue-checkers-1.jpg) bottom center repeat-x;
	width: 100%;
	float: left;
	padding-top: 0px;
	position: relative;
	z-index: 50;
}
div.header{
  height:150px;
  position: relative;
}
div.header img {
  position: absolute;
  left:10px;
  bottom:0;
}
h1.intro {
  font:bold 28px/32px Arial,Helvetica,sans-serif;
  color:#000;
  text-shadow:#fff 0 1px 0;
  margin-top:35px;
}
p.buttons {
  margin-bottom:0;
}
#checker .inner {
	position: relative;
}
#account {
	background: transparent url('../images/whs_template/account-bg-2.png') top left repeat-x;
	color: #00295e;
	font-size: 11px;
	height: 14px;
	padding: 3px 8px 5px 6px;
	margin: 0 0 ;
	position: absolute;
	right: 0;
	top:6px;
}
#account .right-corner {
	display: block;
	position:absolute;
	top: 0;
	right:0;
	background: #c3e2fc url('../images/whs_template/account-bg-1.png') top right no-repeat;
	/*background-position: -200px 0;*/
	height: 20px;
	padding:0;
	width: 8px;
}

.message {
	clear: right;
	font-weight: bold;
	text-align: right;
	color: #00275d;
	font-size: 14px !important;
	line-height: 16px !important;
	margin-top: 40px;
	margin-bottom: -2px; /* hack to make main header-image flush-bottom, IE 7 handled additionally with ieCheckerFix */
}
.message img {
	margin-right: -10px;
}
#main {
	padding-top: 20px;
/*	background: #fff url(../images/whs_template/content-bg-1.jpg) top left repeat-x; */
  background:#fff;
}
.interior #main {
  min-height:400px;
  padding-bottom:20px;
  overflow: visible;
}
* html .interior #main {
  height:400px;
}

#slideshow {
  overflow:hidden;
  margin-right:10px;
}
#overlay {
  width:511px;
  height:305px;
  position: relative;
}
.ul, .ur, .lr, .ll {
  width:5px;
  height:5px;
  overflow:hidden;
  background-image: url(../images/whs_template/slideshow-overlay-5.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index:101;
}
.ul {
  top:12px;
  left:10px;
}
.ur {
  top:12px;
  right:0;
  background-position: -506px 0;
}
.lr {
  bottom:12px;
  right:0;
  background-position:-506px -300px;
}
.ll {
  bottom:12px;
  left:10px;
  background-position: 0 -300px;
}

	#shadow {
			background: transparent url('../images/whs_template/slideshow-shadow-3.png') top left no-repeat;
			background-position: -1px -4px;
			border: 0px solid red;
      position: relative;
      margin-right:9px;
		}
		#slideshow { 
			height: 305px; 
			width: 510px; 
			position: relative;
			border: 0px solid red;
			margin-left: 10px !important;
			overflow: hidden;
		}
		#slideshow img {
		  width:510px !important;
		  height:305px !important;
		}
		
		#overlay {
			position: absolute;
			top: 12px;
			left: 20px;
			border: 0px solid red;
			z-index: 100;
		}
		#prev_next {
			position: absolute;
			font-size: 11px;
			right: 0;
			top: 295px;
			z-index: 101;
			background: #002a5f;
			padding: 3px;
		}
		#prev_next a {
			color: #ffc266;
		}



/** 
  * left nav stuff
  */
#leftNav {
  /* so much for the grid */
  width:240px;
}  
  
#leftNav ul, #leftNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftNav ul {
	margin-top: 12px;
}
#leftNav li {
	margin-bottom: 1px;
	background: #cce8ff;
	border: 1px solid #a2cdf1;
}
#leftNav li.last {
	padding-bottom: 6px;
}
#leftNav a {
	display: block;
	padding: 4px 16px;
	font-weight: bold;
	color: #0000cc;
	font-size: 14px;
	text-decoration: none;
}
#leftNav a:hover,
#leftNav a.here {
	background: #a6ceee;
}
#leftNav ul ul {
	margin-top: 0;
	margin-bottom: 0;
	border: 0px solid red;
	padding-top: 0;
	padding-bottom: 0px;
}
#leftNav ul ul li {
	border-width: 0;
}
#leftNav ul ul li a {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	font-weight: normal;
	border-top: 1px solid #a2cdf1;
}
#leftNav ul ul ul li a {
	padding-left: 30px;
	font-weight: normal;
	color: #666;
	border-width: 0;
	padding-top: 0px;
	padding-bottom: 2px;
}
#leftNav ul ul ul li a.here {
	background: #aaa url(../images/whs_template/sub-grey-bg-2.jpg) bottom left;
	color: #fff;
	font-style: italic;
}

img.leftBorder {
	float: left;
	border: 4px solid #ccc;
	margin: 0 12px auto 0;
}

/** 
  * Share this bar and grey area under it
  */
#social {
	background: #00275d url(../images/whs_template/nav-bg-1.jpg) bottom left repeat-x;
	width: 100%;
	float: left;
}
#social a {
	color: #fff;
}
#social a#email, #social a#print, #social a#share {
	background: transparent url(../images/whs_template/email-this-1.gif) center left no-repeat;
	padding-left: 20px;
}
#social a#print {
	background-image: url('../images/whs_template/print-this-2.png');
}
#social a#share {
	background-image: url(../images/whs_template/share-this-1.gif);
}
#social ul {
	float: right;
	margin: 0 6px 0 0;
	padding: 6px;
}
#social ul li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

#tools {
/*	background: #fff url(../images/whs_template/tools-bg-1.jpg) top left repeat-x; */
  background: #fff;
	padding-top: 5px;
	float: left;
	width: 100%;
}
#tools h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#tools p {
	line-height: 1.3;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#tools table {
	/* background: #fff url(../images/whs_template/grey-grad-1.jpg) bottom left repeat-x; */
  margin-bottom:0px;
}

.interior #tools #featured-text {
  padding-left:0;
}

#tools table td {
	padding: 10px;
	vertical-align: bottom;
}
#tools #featured-pet {
	width: 160px;
	height: 200px;
	position: relative;
}
#tools #featured-text {
	padding-left: 20px;
}
#tools #featured-pet img {
	margin: 5px;
}
#tools #featured-pet #border img {
	border: 0px solid red;
	position: absolute;
	top: 0;
	margin: 0;
}

/** 
  * footer
  */

#footer {
	color: #a1cdf1;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	border-top: 2px solid #d3ebff;
}
#footer a {
	color: #fff;
}
#footer p {
	margin: 0;
	padding: 0 0 6px;
}
#footer .left {
	padding-top: 25px;
}
#footer .right {
	text-align: right;	
}
#footer .right form {
	background: transparent url('../images/whs_template/footer-search-bg-1.png') top left no-repeat;
	width: 240px;
	min-height: 35px;
	padding: 2px 5px;
	margin: 0;
}
#footer .right form {
	float: right;
	margin: 0 -16px 0 0;
}
#footer .right form td {
	vertical-align: middle;
}
#footer .right form input#query {
	width: 147px;
	margin-left: 3px;
}
#footer .right form input#submit {
	margin-top: 4px;
}


/* !BB FIXES */
table#LoginPage td p {
  margin-left:20px;
  margin-bottom:5px;
}

/* !BB FIXES */
table#LoginPage td p {
/*  margin-left:20px;
  margin-bottom:5px; */
}

table form {
  margin-right:15px;
}

#news li, #news ul {
  list-style:none;
}

#news li {
  font-size:120%;
  margin:0px 10px 10px;
  border-bottom:1px solid #AAD9FF;
  padding:0 0 10px 10px;
  text-indent: 0;
  min-height:1%;
}
#news ul {
  margin: 0 0 0 0;
  padding:0 0 0 0;
  min-height:1%;
}


