/* HTML Defaults */
@import url(http://www.beyondindigopets.com/comfiles/styles/common_styles.css);

body {
	font: 85%/1.5em Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #005b7f;
}
a:hover, a:active {
	text-decoration: underline;
	color: #773333;
}
img {
	border: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e8d0b5;
}
h2 {
	font: normal 160%/1.2em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 130%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
h2, h3, h4 {
	color: #773333;
}

/* Container */

#container {
	background: url(../images/container_bg.png) repeat-y left top;
	min-width: 800px; 	/* set min-width to fix problem with green background - AAM */
	clear: both;
	padding-left: 250px;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: url(../images/header_bg.png) repeat-x left top;
	white-space: nowrap;
	height: 140px;
	width: 100%;
	min-width: 980px;
	float: left;
	position: relative;
}
#header p, #header form, #header fieldset {
	margin: 0;
	padding: 0;
}
#header fieldset {
	border: none;
}
#logo, #logo p, #logo a {
	height: 140px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo p, #logo a {
	width: 280px;
}
#logo a {
	text-indent: -9999px;
}
#topnav {
	background: url(../images/contact_bg.png) repeat-x left 38px;
	height: 95px;
	margin: 0 140px 0 300px;
}
#topnav div, #topnav p {
	float: left;
}
#topnav p {
	padding: 10px;
}
#contact {
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
}
p#emergencies {
	line-height: 17px;
	float: right;
}
#emergencies a {
	background: url(../images/emergencies_bg.png) no-repeat left center;
	display: block;
	padding-left: 25px;
}
#emergencies a:link, #emergencies a:visited {
	text-decoration: none;
	color: #773333;
}
#emergencies a:hover {
	text-decoration: underline;
}
#address, #email, #directions {
	font-size: 92%;
	line-height: 1.5em;
}
#address {
	clear: both;
}
#phone {
	font: 160%/1.1em "Times New Roman", Times, serif;
}
#petportal, #petportal p, #petportal a {
	height: 88px;
	float: right;
}
#petportal {
	background: url(../images/petportal_bg.png) no-repeat right top;
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
}
#petportal p, #petportal a {
	width: 117px;
}
#petportal a {
	text-indent: -9999px;
}
#newsletter {
	font-size: 92%;
	line-height: 1.2em;
	background: url(../images/newsletter_bg.png) repeat-x left bottom;
	height: 45px;
	clear: both;
	margin-left: 300px;
}
#newsletter form {
	background: url(../images/newsletter_bg2.png) no-repeat left top;
	height: 35px;
	padding: 10px 0 0 50px;
}
#newsletter label {
	font-weight: bold;
	color: #773333;
	margin: 0 5px;
}
#newsEmail {
	font: 85% Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	width: 200px;
	margin-right: 5px;
	padding: 5px;
	border: none;
}
#newsButton {
	font: bold 85% Arial, Helvetica, sans-serif;
	color: #fff;
	background: transparent url(../images/newsletter_button.png) no-repeat center center;
	text-align: center;
	height: 21px;
	width: 59px;
	border: none;
}

/* Nav */

#nav {
	color: #fff;
	width: 250px;
	float: left;
	margin-left: -100%;
	position: relative;
	right: 250px;
}
#nav ul {
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul li {
	font-size: 110%;
	line-height: 1.8em;
	font-weight: bold;
	width: 250px;
	float: left;
	border-bottom: solid 1px #669db2;
	list-style: none;
	position: relative;
}
#nav ul li a {
	width: 235px;
	float: left;
	padding-left: 15px;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #669db2;
}
#nav ul li ul {
	display: none;
	background: #005b7f;
	width: 200px;
	position: absolute;
	top: 0;
	left: 250px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	font-size: 92%;
	width: 200px;
	border-bottom: none;
}
#nav ul li ul li a {
	width: 185px;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat right bottom;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #666;
	white-space: nowrap;
	width: 100%;
	min-width: 980px;
	float: left;
	clear: both;
	border-top: solid 14px #773333;
}
#footer p {
	margin: 0;
	padding: 10px 15px;
}
#copyright {
	float: left;
}
#attribute {
	float: right;
}

/* Content */

#content {
	width: 100%;
	float: left;
	position: relative;
}
#title {
	background: #773333;
	padding: 10px 15px;
}
#title h1 {
	font-size: 230%;
	line-height: 1.2em;
	margin: 0;
}
#side {
	width: 245px;
	float: right;
}
#side img, #sidenav {
	float: left;
	clear: both;
}
#subnav {
	width: 245px;
}
#subnav dl, #subnav dt, #subnav dd {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
}
#subnav dt {
	font: normal 160%/2em Georgia, "Times New Roman", Times, serif;
	background: #005b7f;
}
#subnav dd {
	font-size: 115%;
	line-height: 2.2em;
	font-weight: bold;
	background: #f1e5d8;
	border-bottom: solid 1px #adc5ca;
}
#subnav a {
	padding-left: 15px;
	width: 230px;
	float: left;
}
#subnav a:link, #subnav a:visited, #subnav a:hover {
	text-decoration: none;
}
#subnav dt a:link, #subnav dt a:visited {
	color: #e8d0b5;
}
#subnav dt a:hover {
	color: #fff;
}
#subnav dd a:hover {
	color: #773333;
}
#bodytext {
	padding: 15px;
}
#side + #bodytext {
	padding: 15px 260px 15px 15px;
}

/* Front */

#intro {
	color: #fff;
	background: #005951 url(../images/intro_bg.png) no-repeat right bottom;
	height: 466px;
}
#introphoto, #introphoto img {
	float: left;
}
#intro a:link, #intro a:visited, #frontlinks a:link, #frontlinks a:visited {
	color: #e8d0b5;
}
#intro a:hover, #frontlinks a:hover {
	color: #fff;
}
#intro h1, #intro h2, #intro p, #intro ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#intro h1, #intro h2, #intro p {
	margin-right: 15px;
	margin-left: 330px;
}
#intro h1 {
	font-size: 180%;
	line-height: 1.2em;
	padding-top: 15px;
}
#intro h2 {
	color: #e8d0b5;
	padding-top: 10px;
	border-top: solid 1px #99bdb9;
}
#intro h2 a, #frontlinks h2 a {
	text-decoration: none;
}
#intro h2 a:hover, #frontlinks h2 a:hover {
	text-decoration: underline;
}
#intro p {
	font-size: 92%;
}
#intro ul {
	width: 24%;
	float: left;
	margin: 0 15px;
	padding: 0;
}
#intro ul li {
	line-height: 1.2em;
	font-weight: bold;
	background: url(../images/bullet_intro.png) no-repeat left 3px;
	margin: 0 0 5px 0;
	padding-left: 10px;
	list-style: none;
}
#intro ul li em {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}
#frontlinks {
	font-size: 92%;
	line-height: 1.2em;
	color: #fff;
	background: #773333;
	width: 100%;
	min-width: 980px;
	float: left;
	clear: both;
}
#frontlinks div {
	float: left;
}
#frontlinks h2, #frontlinks p {
	margin: 0;
	padding: 0 10px 0 65px;
}
#frontlinks h2 {
	font-size: 150%;
	line-height: 1.5em; 
}
#fetchdog {
	text-align: center;
	width: 25%;
	padding: 15px 0;
}
#fronttools {
	width: 74%;
}
#fronttools div {
	padding: 5px 0 10px 0;
}
#mypet, #handouts, #videos {
	background-repeat: no-repeat;
	background-position: left top;
	width: 33%;
}
#mypet {
	background-image: url(../images/mypet_bg.gif);
}
#handouts {
	background-image: url(../images/handouts_bg.gif);
}
#videos {
	background-image: url(../images/videos_bg.gif);
}
#adoptions {
	width: 100%;
	border-top: solid 1px #bb9999;
}
#adoptionstitle {
	text-align: right;
	width: 20%;
	float: left;
}
#adoptions h2, #adoptions p {
	padding: 0 10px;
}
#adoptions ul {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
#adoptions ul li {
	font-size: 92%;
	text-align: center;
	width: 50px;
	float: left;
	padding: 0 4px;
	list-style: none;
}
#adoptions ul li img {
	max-height: 50px;
	max-width: 50px;
}
p#adoptionslink {
	float: left;
	padding: 15px 10px;
}
#adoptionslink a {
	line-height: 23px;
	font-weight: bold;
	background: url(../images/adoptionslink_bg.png) no-repeat center center;
	text-align: center;
	width: 92px;
	float: left;
}
#adoptionslink a:link, #adoptionslink a:visited, #adoptionslink a:hover {
	color: #773333;
}
#adoptionslink a:link, #adoptionslink a:visited {
	text-decoration: none;
}
#adoptionslink a:hover {
	text-decoration: underline;
}

.biopic {
	width: 216px;
	float: left;
	margin-right: 15px;
}

