@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	text-align:center;
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	height:100%;
}
.clearFloat  {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/*
Structure
*/
#wrap-outer {
	height:100%;
	width:100%;
	background:url(/images/BG_gradient.jpg) repeat-x bottom #fff;
	text-align:center;
	margin:0 auto;
}
#wrap-inner {
	width:100%;
	background:url(/images/BG_paws.png) no-repeat;
	text-align:center;
	margin:0 auto;
	padding:75px 0 0;
}
#splash {
	width:724px;
	text-align:left;
	margin:0 auto;
}
.left {
	width:253px;
	float:left;
	text-align:center;
	font-size:22px;
	color:#023e59;
}
.right {
	float:left;
	width:450px;
	border-left:solid 1px #d0e2ef;
	padding:20px 0 0 20px;
}


/*
Formatting
*/
h1 {
	font-size:30px;
	color:#639ec9;
	margin:0 0 5px;
}
h2 {
	font-size:20px;
	color:#023e59;
}
ul {
	margin:0 0 0 35px;
	line-height:21px;
}
.h1 {
	font-size:30px;
	color:#639ec9;
	font-weight:bold;
	margin:0 0 5px;
}
.h2 {
	font-size:20px;
	color:#023e59;
	font-weight:bold;
}
.blue-dark {
	color:#023e59;
}
.blue-light {
	color:#639ec9;
}
.phone {
	font-size:30px;
	color:#639ec9;
	font-weight:bold;
}
.tagline {
	font-size:27px;
	padding:23px 0 10px;
}