/* CSS Document */

/*swatches
 dark brown - #514036

*/

body{
	background-image:url(images/slices/bg_tile.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#9F7750;]
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#514036;
}

#container{
/*change cwidth to half of your layout width*/
	position: absolute;
	width:760px;
	border:0px;
	top:0;
	left:50%;
	font-size:14px;
	margin:0px 0px 0px -380px;
}

#container h1{
	background-image:url(images/slices/header.jpg);
	height:140px;
	margin:0px;
}

#container h1 span{
	display:none;
}

#container h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	background-image:url(images/h3_bgTile.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 10px 2px 4px 15px;
	clear:both;
}

#container h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#container h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}


ul{
	margin:3px 3px 5px 15px;
	list-style-image:url(images/paw_bullets.gif);	
}

ul li{
	margin:10px;
}

*html body ul li{
	padding-left:10px;
}

ul .noPaws{
	list-style-type: circle;
}

h2 span{display:none;}

#container #home{background-image:url(images/slices/ttl_home.jpg); background-repeat:no-repeat; height:37px; margin:0 0 5px 0;}
#container #facilities{background-image:url(images/slices/ttl_facilites.jpg); background-repeat:no-repeat; height:37px; margin:0 0 5px 0;}
#container #care{background-image:url(images/slices/ttl_care.jpg); background-repeat:no-repeat; height:37px; margin:0 0 5px 0;}
#container #reserve{background-image:url(images/slices/ttl_reservations.jpg); background-repeat:no-repeat; height:37px; margin:0 0 5px 0;}
#container #directions{background-image:url(images/slices/ttl_directions.jpg); background-repeat:no-repeat; height:37px; margin:0 0 5px 0;}



#content{
	margin:5px 5px 15px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#514036;
	clear:both;

}

a{
	color:#514036;
	text-decoration:underline;
}

a:hover{
	color:#514036;
	text-decoration:none;
}

/*nav elements */
#nav{
	height:62px;
	margin:0px;
}

#nav img{
	border:0px;
	margin:0px;
}

#nav a{
	border:0px;
	margin:0px;
}
/*nav elements */

#footer{
	background-image:url(images/slices/footer_tile.gif);
	background-repeat:repeat-x;
	padding:15px;
	margin-top:15px;
	color:#514036;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

.imgBorder{
	display:inline;
	padding:5px;
	border:1px solid #514036;
	margin:5px;
}

#frmReserve {
	padding:2px;
}

#frmReserve img{
	margin:0px;
	padding:0px;
} 

#frmReserve label{
	font-weight:bold;
	font-size:14px;
}


#frmReserve hr{
	height:1px;
	size:1px;
	color: #514036;
}

#pet_num_fields table{
	border: 1px solid #514036;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #514036;
	border:1px solid #514036;
	padding:3px;
}

.noBorder{
	border:none;
}



.imgContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

