@charset "UTF-8";

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Verdana, tahoma, Arial, sans-sherif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end code reset */

body {
	background-color: #EEEEEE;
	font-family: Verdana, Tahoma, Arial, sans-sherif;
	overflow: auto;
	margin: 0 auto;
}

#container {
	background-color: #D9EAF5;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #878E63;
	border-radius: 2px;
	box-shadow: 0 0 10px 0 #888888;
	overflow: auto;
}

#subcontainer {
	width: 1000px;
	overflow: auto;
}

header {
    background-color: #99CCFF;
    color:white;
    text-align:center;
}

header img {
	max-width: 100%;
	height: auto;
}

#nav {
    line-height:30px;
    background-color: #99CCFF;
    height:650px;
	width: 125px;
    float:left;
    padding:5px;	      
}

#nav ul {
	list-style-type: none;
	margin: 0;
}

#nav ul li {
	padding: 2px;
}

#nav ul li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

#nav ul li a:hover, nav ul li.active a{
	background-color: #D9EAF5;
	color: #A6A6A6;
}

#nav ul li a img {
	width: auto;
	height: auto;
	vertical-align: middle;
}

#main {
	background-color: #D9EAF5;
	height: 650px;
	float: left;
	padding: 5px;
	width: 855px;
}

.content {
	overflow: auto;
	background-color: #D9EAF5;
	height: 525px;
	padding: 5px;
}

.content {
	font-size: 12px;
}

.content header{
	font-weight: bold;
	font-size: 14px;
}

#appr {
	border-collapse: separate;
	border-spacing: 10px;
}

.appr {
	font-size: 12px;
	/* border: 1px solid black; */
	white-space: nowrap;
}

.appr li {
	list-style-position: inside;
}

.pets {
	font-size: 12px;
	color: white;
}

.pets table {
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
}

.pets td {
	align: center;
	text-align: center;
	padding: 2px;
	font-weight: bold;
 }

.petfooter {
	background-color: #99CCFF;
}

#logos img {
	width: 30px;
	height: 30px;
}

#content_footer{
	margin-left: auto;
	margin-right: auto;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
	padding:5px;
	font-size: 10px;
}