body {
	position: relative;
	background: #231f20 url(../img/layout/body_index.gif) 0 0 repeat-x;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
	color: #fff;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#topnav {
	position: relative;
	margin: 0 auto;
	width: 807px;
	height: 32px;
	z-index: 5;
}

#header {
	position: relative;
	background: url(../img/layout/header_index.gif) 0 0 no-repeat;
	margin: 2px auto 0;
	width: 807px;
	height: 229px;
	z-index: 3;
}

#content {
	color: #333;
	position: relative;
	margin: 0 auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 1px;
	width: 807px;
}

#content #circles {
	position: absolute;
	width: 396px;
	height: 200px;
	top: 0;
	right: 0;
	background: url(../img/layout/circles.gif) 0 0 no-repeat;
}

#content #container {
	position: relative;
	color: #fff;
	margin: 33px 350px 0 0;
	text-align: left;
}

#content #container p {
	font-size: 1.4em;
	line-height: 1.7;
	padding: 12px 0 0;
}

#content #aaha {
	position: absolute;
	background: #ffc url(../img/layout/aaha.gif) 0 0 no-repeat;
	margin: 0;
	right: 0;
	top: 260px;
	width: 110px;
	height: 47px;
}

#content #aaha a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: lime;
}

#footer {
	position: relative;
	text-align: center;
	border: 1px solid #fff;
	border-color: #fff #231f20 #231f20 #231f20;
}

#footer p { font-size: 1.1em; padding: 0 20px 20px; margin-top: 3px; }
#footer p a { color: #fff; }

.fr { float: right; margin: 0 0 6px 20px; }
.fl { float: left; margin: 0 20px 6px 0; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.center {text-align:center;}

a img { border: none; }

#nav, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav {
	position: absolute;
	top: -2px;
	left: 0;
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a { display: block; }

#nav li a#about_us { background: url(../img/layout/nav/about_us.png) 0px -36px no-repeat; width: 99px; height: 36px; }
#nav li a#about_us:hover, #nav li a#about_us:visited:hover { background-position: 0px 0px; }
#nav li a#services { background: url(../img/layout/nav/services.png) 0px -36px no-repeat; width: 96px; height: 36px; }
#nav li a#services:hover, #nav li a#services:visited:hover { background-position: 0px 0px; }
#nav li a#client_resources { background: url(../img/layout/nav/client_resources.png) 0px 0px no-repeat; width: 164px; height: 36px; }
#nav li a#client_resources:hover, #nav li a#client_resources:visited:hover { background-position: 0px 0px; }
#nav li a#pet_care_resources { background: url(../img/layout/nav/pet_care_resources.png) 0px -36px no-repeat; width: 187px; height: 36px; }
#nav li a#pet_care_resources:hover, #nav li a#pet_care_resources:visited:hover { background-position: 0px 0px; }
#nav li a#employment { background: url(../img/layout/nav/employment.png) 0px -36px no-repeat; width: 127px; height: 36px; }
#nav li a#employment:hover, #nav li a#employment:visited:hover { background-position: 0px 0px; }
#nav li a#contact { background: url(../img/layout/nav/contact.png) 0px -36px no-repeat; width: 92px; height: 36px; }
#nav li a#contact:hover, #nav li a#contact:visited:hover { background-position: 0px 0px; }

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	margin-top: -2px;
	margin-left: -5px;
}



#nav li:hover ul { left: auto; }

#nav li ul li {
	border: 1px solid #fc3d02;
	width: 14em;
	margin-top: -1px;
}

#nav li ul li a {
	display: block;
	background: #000;
	color: #fff;
	height: 24px;
	padding: 0 6px;
	font-size: 12px;
	line-height: 2;
	overflow: hidden;
	text-decoration: none;
}

#nav li ul li a:hover { color: #fc3d02; }
#nav li:hover ul, #nav li.jover ul { left: auto; }
