/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #E1CC85;
	background-image: url(../images/gradside.png);
	background-repeat: repeat-y;
}	
img {
	border: 0;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990000;
}
h1 {
	font-size: 24px;
	color: #93781F;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
}
p {
	font-size: 12px;
	color: #000000;
}
ul, ol {
	font-size: 12px;
	color: #000000;
}
.red {
	color: #FF0000
}
.blue {
	color: #00F;
}
.bold18 {
	font-size: 18px;
	font-weight: bold;
}
#paws {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:500px;
	z-index:0;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:131px;
	z-index:3;
}
#gradtop {
	position:absolute;
	left:0px;
	top:40px;
	width:100%;
	height:50px;
	z-index:1;
	background-image: url(images/gradtop.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#C9B36B;
}
#nav {
	position:absolute;
	left:0px;
	top:92px;
	width:90%;
	height:24px;
	z-index:10;
	margin-left:10%;
}
#wellnessnav {
	position:absolute;
	left:30px;
	top:150px;
	width:80px;
	height:99px;
	z-index:3;
}
#gradbtm {
	position:absolute;
	left:0px;
	top:116px;
	width:100%;
	height:50px;
	z-index:1;
	background-image: url(images/gradbtm.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9B36B;
}
#gradside {
	position:absolute;
	left:0px;
	top:0px;
	width:125px;
	height: 120%;
	z-index:1;
	background-image: url(images/gradside.png);
	background-position: right;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9B36B;
}
#images {
	position:absolute;
	left:160px;
	top:150px;
	width:180px;
	z-index:1;
	padding-bottom: 50px;
}
#copylayer {
	position:absolute;
	left:350px;
	top:0px;
	z-index:1;
	width: 400px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CEB564;
	padding-left: 15px;
	padding-top: 150px;
	overflow: visible;
	padding-bottom: 50px;
}
#address {
	position:absolute;
	left:293px;
	top:15px;
	width:400px;
	height:43px;
	z-index:10;
	font-size: 8pt;
}
#address2 {
	position:absolute;
	left:170px;
	top:0px;
	width:230px;
	height:43px;
	z-index:10;
	font-size: 8pt;
}

/* P&R styles */

.prtitle {font-size: 30px; color: #93781F}
.prmonth {font-size: 16px; color: #666666}
.printhisissue {font-size: 12px; color: #666666;}
.prlinks {font-size: 12px}
.prsubhead {color: #93781F; font-size: 16px;}
.prindextitles {font-size: 16px}
.month {font-size: 18px; color: #000099; line-height:22px}
.link {font-size: 12px}
.black {color: #000000}

#email {
	position:absolute;
	left:10px;
	top:447px;
	width:130px;
	height:165px;
	z-index:1;
}
.bold14 {
	font-size: 14px;
	font-weight: bold;
}
#callout {
	border: 2px solid #C9B36B;
	background-color: white;
	padding: 10px;
	width: 180px;
	float: left;
	margin: 0 15px 15px 0;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.paw-list {
	list-style-image:url(../images/paws/paw-bullet.gif);
}