@charset "utf-8";
body {
	background-color:#dbedff;
}
#header {
	height:173px;
	background-image:url(i/header_slice.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
}
#headerInner {
	height:173px;
	background-image:url(i/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	text-align:center;
	position:relative;
}
#container {
	margin:0 auto;
	padding:0;
	width:830px;
	background-image:url(i/inner-bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#left {
	float:left;
	width:229px;
	background-image:url(i/inner-bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#homeMain {
	width:601px;
	margin: 0 0 0 229px;
}
.clearAll {
	clear: both;
}
#logo {
	position:absolute;
	width:300px;
	height:125px;
	top:0px;
	right: 50%;
	z-index:500;
}

/* --------------------------------- */

#menu {
	position: absolute;
	width:100%;
	height:44px;
	bottom:0;
	margin:0 auto;
	text-align:center;
}
.menuTable {
	text-align:center;
}
.menuDiv {
	background-color:#09C;
	width:1px;
}
.menuLinks {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	height:30px;
	vertical-align:middle;
}
.menuLinks a:link, .menuLinks a:visited, .menuLinks a:hover, .menuLinks a:active {
	color:#FFF;
	text-decoration:none;
}
.menuStripe {
	height:8px;
	padding:0;
}
/* --------------------------------- */

#featPet {
	background-image:url(i/FeatPet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
}
#featPet .thumb {
	border:#FFF 4px solid;
	margin:14px 0 40px 34px;
}
#featPet h1 {
	font-size:14px;
	color:#036;
	padding:5px 30px 6px 55px;
}
#featPet p {
	font-size:11px;
	line-height:13px;
	color:#000;
	padding:0 30px 6px 55px;
}
#sideButtons img {
	padding:8px 0px 6px 28px;
}
#sideButtons {
	margin-bottom:300px;
}

/* --------------------------------- */
#subMenu {
	margin:20px 0;
}
#subMenu h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 10px 0 26px;
	border-bottom:#393 1px solid;
	padding:10px 0;
}
#subMenu h1 a:link, #subMenu h1 a:visited {
	padding:0 10px;
	color:#393;
	text-decoration:none;
}
#subMenu h1 a:hover, #subMenu h1 a:active {
	background-image:url(i/vert_stripe_green.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	color:#393;
}
#subMenu h1.here {
	padding:10px 10px;
	background-image:url(i/vert_stripe_green.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	color:#393;
}


/* --------------------------------- */


#whtBodyTop {
	width:574px;
	margin:0;
	padding:0;
}
#whtBody {
	width:500px;
	background-image:url(i/wht_body_slice.gif);
	background-position:top center;
	background-repeat:repeat-y;
	padding:0 37px 10px 37px;
	font-family:Arial, Helvetica, sans-serif;
}
#whtBody h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:23px;
	line-height:28px;
	color:#369;
	padding:6px 0 12px 0;
}
#whtBody h2 {
	font-size:14px;
	line-height:16px;
	color:#000;
	padding:6px 0;
}
#whtBody h3 {
	font-size:14px;
	line-height:16px;
	color:#036;
	padding:6px 0;
}
#whtBody p {
	font-size:12px;
	line-height:14px;
	color:#000;
	padding:6px 0;
}
#whtBody ul, #whtBody ol {
	font-size:12px;
	line-height:18px;
	color:#000;
	padding:6px 0;
	margin:12px 0 20px 30px;
}
#whtBody ul {
	list-style:disc;
}
#whtBody ol {
	list-style:decimal;
}
#whtBody a:link, #whtBody a:visited {
	color: #084B8A;
	text-decoration:none;
	font-style:italic;
}
#whtBody a:hover, #whtBody a:active {
	color:#FF8E00;
}

#homeNews {
	width:220px;
	float:left;
	border-right:#ccc 1px solid;
	padding:0 20px 10px 0;
}
#homeThanks {
	width: 220px;
	float:left;
	padding:0 0 10px 20px;
	font-size:11px;
}
#homeNews h2, #homeThanks h2 {
	background-color:#09C;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	padding:3px;
}
#homeNews p, #homeThanks p {
	font-size:11px;
}
	
#news h3 {
	color:#393;
	font-size:14px;
	line-height:16px;
}
#news p {
	margin-left:20px;
}
#news ul, #news ol {
	margin-left:60px;
}
