/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../img/index/body.png) 0 0 repeat;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: center;
}

div#bkg {
	background: url(../img/index/bkg.png) 0 0 repeat-x;
	width: 100%;
	height: 659px;
}

div#wrapper {
	position: relative;
	background: url(../img/index/wrapper.png) 74px 0 repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 898px;
	height: 527px
}

div#header {
	background: url(../img/index/header.png) no-repeat;
	width: 898px;
	height: 213px;
}


div#nav {
	position: absolute;
	background: #ff0;
	width: 129px;
	height: 330px;
	top: 189px;
	left: 84px;
}

div#content {
	position: absolute;
	z-index: 9;
	background: #fff;
	width: 349px;
	height: 343px;
	top: 213px;
	left: 221px;
	overflow: hidden;
}

div#content p {
	font-size: 1.4em;
	line-height: 1.8;
	margin: 0;
	padding: 20px 20px 0 10px;
}

h2 {
	color: #2c5fa0;
	font-size: 1.9em;
	text-align: left;
	margin: 30px 0 5px 10px;
}

div#flash {
	position: absolute;
	z-index: 9;
	background: #fff;
	right: 83px;
	width: 245px;
	height: 360px;
	color:#fff;
	font-size: 3em;
	text-align:center;
}

div#footer {
	position: absolute;
	background: url(../img/index/footer.png) no-repeat;
	width: 898px;
	height: 133px;
	top: 527px;
	left: 0;
	z-index: 1;
}

div#copyright {
	margin: -20px 0 0 90px;
	width: 350px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.3;
	position: relative;
	z-index: 80;
}
a {
	color: #cd5d06;
	text-decoration: underline;
	font-weight: bold;
}

a:hover,a:visited:hover {
	color: #508bd5;
	text-decoration: underline;
}
div#nav div {
	height: 28px;
	width: 129px;
	background: #ffc;
}

div#nav div a {
	display: block;
	height: 28px;
	width: 129px;
}

div#nav div a#vets { background: url(../img/nav/vets.png) 0 0 no-repeat; }
div#nav div a#vets:hover, div#nav div a#vets:visited:hover { background-position: -129px 0; }
div#nav div a#staff { background: url(../img/nav/staff.png) 0 0 no-repeat; }
div#nav div a#staff:hover, div#nav div a#staff:visited:hover { background-position: -129px 0; }
div#nav div a#services { background: url(../img/nav/services.png) 0 0 no-repeat; }
div#nav div a#services:hover, div#nav div a#services:visited:hover { background-position: -129px 0; }
div#nav div a#grooming { background: url(../img/nav/grooming.png) 0 0 no-repeat; }
div#nav div a#grooming:hover, div#nav div a#grooming:visited:hover { background-position: -129px 0; }
div#nav div a#client_forms { background: url(../img/nav/client_forms.png) 0 0 no-repeat; }
div#nav div a#client_forms:hover, div#nav div a#client_forms:visited:hover { background-position: -129px 0; }
div#nav div a#new_clients { background: url(../img/nav/new_clients.png) 0 0 no-repeat; }
div#nav div a#new_clients:hover, div#nav div a#new_clients:visited:hover { background-position: -129px 0; }
div#nav div a#newsletter { background: url(../img/nav/newsletter.png) 0 0 no-repeat; }
div#nav div a#newsletter:hover, div#nav div a#newsletter:visited:hover { background-position: -129px 0; }
div#nav div a#medical_articles { background: url(../img/nav/medical_articles.png) 0 0 no-repeat; }
div#nav div a#medical_articles:hover, div#nav div a#medical_articles:visited:hover { background-position: -129px 0; }
div#nav div a#location { background: url(../img/nav/location.png) 0 0 no-repeat; }
div#nav div a#location:hover, div#nav div a#location:visited:hover { background-position: -129px 0; }
div#nav div a#contact_us { background: url(../img/nav/contact_us.png) 0 0 no-repeat; }
div#nav div a#contact_us:hover, div#nav div a#contact_us:visited:hover { background-position: -129px 0; }
div#nav div a#hot_topics { background: url(../img/nav/hot_topics.png) 0 0 no-repeat; }
div#nav div a#hot_topics:hover, div#nav div a#hot_topics:visited:hover { background-position: -129px 0; }
div#nav div a#related_links { background: url(../img/nav/related_links.png) 0 0 no-repeat; }
div#nav div a#related_links:hover, div#nav div a#related_links:visited:hover { background-position: -129px 0; }

