body{
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
a{
	color: #56734E;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
body, html{
	height: 100%;
}
h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
}
div.center{
	position: relative;
	margin: auto;
	width: 750px;
}
div.clear{
	width: 100%;
	clear: both;
}
#site{
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
}
#header{
	font-family: Arial, Helvetica, sans-serif;
	background: #99CF8E;
	padding: 0px;
	margin: 0px;
}
#house{
	width: 216px;
	height: 219px;
	background: url(../img/layout/house.png) no-repeat;
	position: absolute;
	top: -20px;
	left: -170px;
}
#pets{
	width: 180px;
	height: 172px;
	background: url(../img/layout/pets.png) no-repeat;
	position: absolute;
	left: -80px;
	top: 70px;
}
/* Logo */
#logo{
	width: 550px;
	height: 75px;
	background: url(../img/layout/logo.png) no-repeat;
	position: relative;
	margin: 20px 50px 75px 0px;
	float: right;
}
#logo h1{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
#logo #care{
	position: absolute;
	color: #FFF;
	right: 50px;
	bottom: -10px;
	font-weight: normal;
	font-size: 20px;
}
#logo #name{
	position: absolute;
	right: 25px;
	bottom: -48px;
}
#logo #name h2{
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: normal;
}
/* End Logo */

/* Navigation */
#navbar{
	clear: both;
	width: 100%;
	text-align: right;
	position: relative;
}
#navbar ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	height: auto;
	width: auto;
	padding-bottom: 10px;
}
#navbar ul li{
	display: inline;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#navbar ul li a{
	padding: 10px;
	background: none;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#navbar ul li a:hover{
	background: #BBEFAF;
}
#navbar ul li.current{
	padding: 10px;
	background: #FFF;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* End Naviagtion */

a.fill{
	display: block;
	width: 100%;
	height: 100%;
}
a.fill *{
	display: none;
}
#footer{
	width: 100%;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
}
#footer a{
	color: #000;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
#sidebar{
	width: 250px;
	float: left;
	margin-top: 80px;
	margin-right: 20px;
	
}
#content{
	float: left;
	width: 450px;
	margin-top: 20px;
}
#survey{
	text-align: center;
}
label{
	display: block;
}
input, textarea{
	margin-left: 20px;
}
.banner{
	padding: 5px;
	border: 1px solid #99CF8E;
	margin: 5px;
}
.banner a img{
	border: none;
}
#pet{
	margin: 5px;
	padding: 5px;
	background-color: #99CF8E;
	text-align:center;
}
#pet h4{
	padding: 0px;
	margin: 0px 0px 5px;
	color: #2E3C28;
}
#social {
	width:239px;
	margin:0;
	}
