@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #333333;
	background-color: #805839;
}

h1, h2, h3, h4 {
	color: #A36230;
}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 13px;
	color: #333333;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2F457C;
}

h2 a {
	color: #A36230;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

ul {
	padding: 0 0 10px 1.5em;
	list-style-position: outside;
}

li {
	padding-bottom: 7px;
}

form {
	padding-top: 10px;
}

label {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 150px;
	text-align: right;
}

input,
select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

input.text {
	width: 300px;
}

input.short_text {
	width: 120px;
}

textarea {
	width: 300px;
	height: 200px;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

table {
	padding: 7px 0 7px 0;
}

td {
	padding: 0 10px 5px 0;
	vertical-align: top;
}

td p {
	padding-bottom: 5px;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}

#logout {
	text-align:right;
}


#header {
	margin-top: 20px;
	position: relative;
	width: 850px;
	height: 130px;
	background: url(images/bg_header.jpg) no-repeat;
}

#logo {
	position: absolute;
	left: 27px;
	top: 27px;
	width: 241px;
	height: 90px;
}

#menu {
	position: absolute;
	left: 330px;
	top: 98px;
	width: 500px;
	text-align: right;
	font-weight: bold;
}

#main {
	border-top: 2px solid #A36230;
	border-bottom: 2px solid #FFEBD9;
	width: 850px;
	background: url(images/bg_main.jpg) repeat-y;
}

#main .content {
	padding: 20px 120px 20px 120px;
}

#main .bottom {
	width: 850px;
	height: 2px;
	background: url(images/bg_bottom.jpg) no-repeat;
}

#main.home {
	border: 0 none;
	height: 570px;
	background: url(images/home.jpg) no-repeat;
}

#footer {
	width: 850px;
	text-align: center;
}

#footer p {
	margin-top: 10px;
	font-size: 12px;
	color: #FFEBD9;
}

#footer a {
}

.floating_img {
	float: left;
}

.floating_img_right {
	float: right;
}

form span.required {
	margin: 0 10px 0 5px;
	color: #cc0000;
}

.pet_list {
	float: left;
	width: 305px;
	margin: 15px 0 15px 0;
}

.pet_list h2 {
	margin: 0 0 5px 0;
}

.pet_list img {
	margin: 0 10px 0 0;
	width: 150px;
	height: 100px;
}

.pet_memorial {
	padding: 25px;
	width: 600px;
	border: 2px solid #a36230;
	background: #ffebd9 url(images/bg_memorial.jpg) repeat-x;
}

.pet_memorial_image {
	padding: 7px 0 15px 0;
	text-align: center;
}

.pagination {
	padding: 5px 0 10px 0;
}

.cc {
	margin: 15px 0 15px 0;
	width: 150px;
	height: 23px;
	background: url(images/cc.gif) no-repeat;
}

#map_canvas {
	width: 610px;
	height: 400px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

.poem {
	font-style: italic;
	line-height: 150%;
}

.left_column {
	float: left;
	width: 280px;
}

.right_column {
	float: right;
	width: 280px;
}

#wrap {width:800px; margin:0 auto; margin-top:0;}

#loved_pets {
	    list-style-type: none; padding-top: 10px;
}

#text_right {
	    position: absolute; float:right; width:170px; margin:0 0 0 135px;
}

#loved_pets li {
	    float:left; margin:5px 185px 15px 15px; width:150px; font-size:13px;
}

#text_right {
	    position: absolute; float:right; width:170px; margin:0 0 0 135px;
}

.error {
       font-size: 12px;
       position: relative;
       float:right;
       text-align: center;
       width: 375px;
       margin:0 0 0 0px;
       border: 1px solid red;
       padding: 2px;
       color: #333333;
}

.error a {
       color: #A36230;
       font-weight: bold;
       text-decoration: underline;
}

.errorc {
       font-size: 12px;
       /*position: relative;*/
       /*float:right;*/
       text-align: center;
       width: 375px;
       margin:0 0 0 0px;
       border: 1px solid red;
       padding: 2px;
       color: #333333;
}

