﻿html, body, form
{
	margin:0px;
	padding:0px;
	height:100%;
	/*background-color:#f0f8ff;
	background-color:#ffdead;
	background-image:url('/images/animalfriendslogobg.png');
	background-repeat:repeat;*/
}

body
{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:13px;
}

form
{
	text-align:center;
}

a:Link, a:Visited
{
    color:#8B0000;
	text-decoration:none;
}

a:hover
{
    color:#8B0000;
	text-decoration:underline;
}

h1, h2, h3, h4, h5
{
    /*color:#000080;*/
    color:#FF8C00;
}

#thepage
{
	display:inline-block;
	margin:10px auto;
	width:995px;
	text-align:left;
	background-color:White;
	/*border:solid 1px #002868;
	color:#000080;*/
}

#theheader
{
	width:100%;
}

#thebanner
{
	width:100%;
	display:inline-block;
}

#logos
{
	float:left;
}

.logo
{
	padding:5px 20px;
	width:100px;
	height:100px;
}

#sitename
{
	display:inline-block;
	width:800px;
	float:left;
	color:#FF8C00;
	font-size:4.5em;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}

/*
#themenuarea
{
	clear:both;
	width:100%;
	height:30px;
	background-color:#002868;
}

.menubutton
{
	display:inline-block;
	color:White;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-size:large;
	border-right:solid 1px white;
}

.menubutton:link, .menubutton:visited
{
	color:White;
}

.menubutton:hover
{
	color:Yellow;
}

*/

#menuwrapper, #menuwrapper span, #menuwrapper span span, #menuwrapper span span span
{
	line-height:33px;
	display:block;
}

#menuwrapper
{
	/*background:transparent url(/images/menuleftedge.jpg) no-repeat left top;
	padding:0 0 0 3px;*/
	background:transparent url(/images/btnleft33.png) no-repeat left top;
	padding:0 0 0 20px;
}

#menuwrapper span
{
	/*background:transparent url(/images/menurightedge.jpg) no-repeat right top;
	padding:0 3px 0 0;*/
	background:transparent url(/images/btnright33.png) no-repeat right top;
	padding:0 20px 0 0;
}

#menuwrapper span span
{
	background: transparent url(/images/btnbg33.png) repeat-x;
	height:33px;
}

#menuwrapper span span span
{
    float:left;
    padding:0px 3px 0px 0px;
    background: transparent; /*url("/images/menuseparator3.jpg") no-repeat right top;*/
}

.menuitems:link, .menuitems:visited
{
	display:inline-block;
	height:100%;
	width:auto;
	padding:0 15px;
	color:White;
	font-weight:bold;
}

.menuitems:hover
{
	zoom:1;
	*display:inline;
	background-color:White;
	color:#0054A1;
	text-decoration:none;
}

#thecontent
{
	padding:25px 5px;
	min-height:400px;
}

#footerwrapper
{
    clear:both;
    border-top:dotted 1px gray;
}

#footeraddress
{
    color:Gray;
    font-size:small;
    padding:15px 10px;
}

#conniefooter
{
    color:#FF8C00;
}

#thefooter, #thefooter span, #thefooter span span, #thefooter span span span
{
	line-height:22px;
	display:block;
}

#thefooter
{
	/*background:transparent url(/images/menuleftedge.jpg) no-repeat left top;
	padding:0 0 0 3px;*/
	background:transparent url(/images/btnleft22.png) no-repeat left top;
	padding:0 0 0 15px;
	width:100%;
	color:White;
	font-weight:bold;
	font-size:x-small;
}

#thefooter span
{
	/*background:transparent url(/images/menurightedge.jpg) no-repeat right top;
	padding:0 3px 0 0;*/
	background:transparent url(/images/btnright22.png) no-repeat right top;
	padding:0 15px 0 0;
}

#thefooter span span
{
	background: transparent url("/images/btnbg22.png") repeat-x;
	height:22px;
}

#thefooter span span span
{
    float:left;
    padding:0px 3px 0px 0px;
    background: transparent; /*url("/images/menuseparator3.jpg") no-repeat right top;*/
}

#thefooter
{
	/*background-color:#002868;
	display:inline-block;
	width:100%;
	line-height:22px;
	background: transparent url("/images/topmenubg.jpg") repeat-x;
	color:White;
	font-weight:bold;
	font-size:small;*/
	/*padding:5px 10px 5px 10px;
	height:15px;*/
}


#thefooter a:link, #thefooter a:visited
{
	color:White;
}

.footeritems
{
	display:inline-block;
	width:33%;
	height:auto;
	float:left;
	text-align:center;
}

#copyright
{
	float:left;
	padding:0px 10px;
	width:300px;
	color:Silver;
}

#terms
{
	float:left;
	padding:0px 10px;
	text-align:center;
	width:300px;
}

#terms a:Link, #abc a:Visited
{
	color:White;
}

#terms a:hover
{
}

#abc
{
	float:left;
	padding:0px 10px;
	text-align:right;
	width:300px;
	color:Silver;
}

#abc a:Link, #abc a:Visited
{
	color:White;
}

#abc a:hover
{
}

.clearspace
{
	clear:both;
}

.spacer20
{
	height:20px;
	display:block;
}

.disclaimernormal
{
    font-style:italic;
}