@charset "utf-8";
/* CSS Document */

*
	{
	margin:0;
	padding:0;
}

body {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#333333;
	background:#666666;
}

.header {
	width:1024px;
	height:100px;
	background:url(../images/menu.jpg) center bottom no-repeat #666666;
}

.logo {
	width:400px;
	height:100px;
	float:left;
}

.logo img {
	margin:0 0 0 10px;
}

.phone {
	width:614px;
	height:60px;
	text-align:center;
	float:right;
}

.menu {
	width:614px;
	height:40px;
	float:right;
	text-align:center;
	vertical-align:text-bottom;
}

.menu p {
	position:absolute bottom;
	padding:0 0 4px 0;
}

.container {
	width:1024px;
	margin:auto auto;
	background:#FFFFFF;
}

a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	padding:10px;
}

a:hover {
	text-decoration:underline;
}

.current {
	background:#FFFFFF;
	color:#7dba70;
}

.enlarge {
	color:#999999;
	font-size:12px;
	font-style:italic;
}

.enlarge a {
	color:#999999;
}

h2 {
	color:#FFFFFF;
	margin:30px 0 0 0;
	font-weight:100;
	font-size:30px;
}

.mainText {
	width:655px;
	float:left;
	margin:15px 0 10px 10px;
}

.mainGal {
	padding:5px;
	float:left;
	margin:15px 0 20px 0;
}

.mainGal img {
	margin:5px;
	border:none;
}

.mainGal a {
	padding:0;
}

p {
	margin:20px 0 0 0;
}

li {
	list-style-image:url(../images/paw.gif);
	margin:15px 0 0 40px;
}

h3 {
	text-align:center;
	font-weight:100;
	color:#7dba70;
	font-size:20px;
	margin:0 0 5px 0;
}

.images {
	width:330px;
	float:right;
	margin:15px 7.5px 10px 0;
}

.image1 {
	width:321px;
	height:214px;
	background:url(../images/Photos/Thumbs/Beachin%20Dog%20Therapy%20081018_Thumb.jpg) no-repeat;
	border:#7dba70 5px solid;
	margin:5px 0 0 0;
}

.image2 {
	width:321px;
	height:214px;
	background:url(../images/Photos/Thumbs/Beachin%20Dog%20Therapy%20081036_Thumb.jpg) no-repeat;
	border:#7dba70 5px solid;
	margin:5px 0 0 0;
}

.image3 {
	width:321px;
	height:214px;
	background:url(../images/Photos/Thumbs/Beachin%20Dog%20Therapy%20081050_Thumb.jpg) no-repeat;
	border:#7dba70 5px solid;
	margin:5px 0 0 0;
}

.image4 {
	width:321px;
	height:214px;
	background:url(../images/Photos/Thumbs/Beachin_Dog_Therapy_081077_Thumb.jpg) no-repeat;
	border:#7dba70 5px solid;
	margin:5px 0 0 0;
}

.caption {
	float:right;
	font-size:14px;
	color:#FFFFFF;
	background:#7dba70;
	text-align:right;
	position:relative;
	top:190px;
	padding:2px 10px 2px 10px;
}

.footer{
	width:1024px;
	height:75px;
	color:#FFFFFF;
	background:#7dba70;
	clear:both;
	text-align:center;
	padding:15px 0 0 0;
	font-size:12px;
}

.footP {
	font-size:20px;
}

.footer a {
	font-size:12px;
	padding:0;
	margin:0;
}

.map {
	border:#7dba70 2px solid;
}