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

* {margin: 0; padding:0;}
body {
	background: #CAC2AB url(/images/bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
img {
	border:0px;
}
.wrapper {
	width: 885px;
	margin:0 auto;
	}
.header {
	height: 246px;
	width: 830px;

	margin-top: 15px;
	background: url(/images/header-bg.jpg) bottom right no-repeat;
	
	}
#logo {
	float: left;
	border: none;
}
#address {
	padding: 6px;
	width: 439px;
	color: #052A5F;
	height: 40px;
	display:block;
	margin: 0 0 15px 10px;
	float:right;
	}
#address div {
	width: 218px;
	float:left;
	display:block;
	}
#address p {
	font-size: 13px;
	line-height: 18px;
		}
#address p span {
	font-weight: bold;
	}
#address a {
	color: #052A5F;
	
	}
.contentWrapper1 {
	background: url(/images/left_paw.jpg) top left no-repeat;
	width: 100%;
	}
.contentWrapper2 {
	background: url(/images/right_paw.jpg) top right no-repeat;
	}
.content {
	background: #fff;
	width: 750px;
	margin:0px auto;
	padding-top: 20px;

	}

/*---------------------------SUB PAGE STYLES----------------------------*/
.sub {
	padding:10px 20px;
	width: 710px;
}	
.sub a {
	color: #041F4C;
	text-decoration:none;
	}
.sub a:hover {
	text-decoration: underline
	}
.sub a:visited {color: #666666;}
.sub h1 {
	color:#A25016;
	font-size:30px;
	font-weight:normal;
	
	}
.sub h2 {
	color: #041F4C;
	font-size:20px;
	padding: 5px 0;
	}
.sub p {
	font-size: 14px;
	padding: 5px 0;
	}
/*-----------------------HOME STYLES------------------------------*/

.home h1 {
	color:#A25016;
	font-size:35px;
	font-weight:normal;
	text-align:center;
	}
.home h2 {
	color: #0C2953;
	text-align:center;
	font-size: 24px;
	font-weight: normal;
	}
.home h2 span {
	color: #D08043;
	}
.polaroid {
	background: url(/images/polariods.jpg) top left no-repeat;
	padding: 60px 40px 15px 410px;
	
	height:245px;
	}
.polaroid h2 {
	padding: 15px;
	line-height:25px;
	font-size: 20px;
	}
.dogTalk {
	height: 287px;
	background: url(/images/dogTalk.jpg) top left no-repeat;
	}
.bubble {
	width: 435px;
	height: 224px;
	padding: 40px 0 0 20px;
	}
.bubble h2 {
	width: 200px;
	float:left;

	text-transform: uppercase;
	}
.contactInfo {
	
	padding-left: 5px;
	display:block;

	}
.bubble p {
	color: #0C2953;
	font-size: 14px;
	}
.bubble p span {
	text-transform: uppercase;
	}
.servicesBubble {
	clear:both;
	padding-top: 8px;
	}
.servicesBubble img {
	float: left;
	padding-left: 10px;
	}
.servicesBubble a img {border:none;}
	
/*--------------------ABOUT US----------------------------*/
.leader {
	clear: both;
	padding-top: 15px;
	}
.leader img {
	float: left;
	padding:15px;
	}
.leader div {
	float: left;
	width: 400px;
	padding-left: 10px;
	}
.leader h4 {
	font-size: 16px;
	color: #A94C0F;
	text-align:right;
	}
.leader h4 span {
	color: #666666;
	font-weight:normal;
	font-style: italic;
	}
.leader p {
	padding-top: 15px;
	}
	
	
/*--------------------SERVICES----------------------------*/
.services {

	}
.leftCol {
	width: 200px;
	float:left;
	padding-top: 15px;
	padding-left: 30px;
	color: #041F4C;
	font-size:16px;
	}
.leftCol span {
	color: #A94C0F;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 20px;
	}
.rightCol {
	color: #041F4C;
	width: 50px;
	text-align:right;
	float:left;
	padding-top: 15px;
	}
.rightCol span {
	color: #A94C0F;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 20px;
	}
.day-care {
	padding-top: 15px;
}
.day-care ul {
	margin: 10px 0;
	font-size: 16px;
	color: #041F4C;
	padding-left: 25px !important;
	}
#other-services {
	padding: 15px 0;
	}
#other-services ul {
	margin: 10px 0;
	font-size: 16px;
	color: #041F4C;
	padding-left: 25px;
}
#other-services h2 span {
	font-size: 16px;
	color: #A94C0F;
}

/*----------------REQUIREMENTS------------------------*/
#req {
	padding: 5px 0;
}
#req ul {
	font-size: 14px;
	padding: 10px 30px;
	
}

/*--------------------FOOTER----------------------------*/
.footer {
	width:730px;
	background: #A94C0F;
	color: #0C2953;
	text-align:center;
	padding: 10px;
	font-weight:bold;
	margin:0px auto;
	}
.footer p {
	font-size: 12px;
	padding: 5px;
	line-height:15px;
	}
.footer p a {
	color: #0C2953;
	text-decoration:none;
	}
#email-footer {color:#fff;}
	
/*-------------------------Contact Styles--------------------------*/
#contact-form {
	width: 300px;
	float:left;
}
#contact-form label {
	width: 100px;
	float:left;
	text-align:center;
	margin: 5px 0;
}
#contact-form span {
	display: block;
	height: 1%;
	clear:both;
}
.txt140, .txt150 {
	float: left;
	width: 150px;
	margin: 5px;
}
.submitBtn {
	margin: 5px 0 0 210px;
}
#address-contact {
	line-height: 20px;
}
#contact-info {
	padding-left: 15px;
}




/*---------------------GENERAL STYLES--------------------------*/
.img-float-right {float: right; padding:10px 0 10px 10px;}	
.img-float-left {float:left; padding:10px 10px 10px 0;}
.clear {clear:both}