@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}

/* typography */
body { font-size: 12px; background: #374a75; color: #666; font-family: Verdana, sans-serif; line-height: 15px; }

p { 
	padding: 0 0 10px 0;
 }
h1 { 
	font-size: 16px;
	color: #000;
	padding: 0 0 6px 0;
}
h2 { font-size: 14px;
	color: #71a852;
	padding: 0 0 6px 0;
}
h3 { font-size: 13px;
	color: #678dc6;
	padding: 0 0 6px 0;
}

a, a:visited {
	color:#24448f;
	text-decoration:none;
}
a:hover, a:active {
	color:#24448f;
	text-decoration:underline;
}
#main-container {
	width: 965px;
	margin: 0 auto;
	margin-top: 20px;
}
#main-body {
	width: 965px;
	margin: 0 auto;
	background: #fff url(/images/bg_nav.jpg) 0 0 no-repeat;;
}
p.hr-top {
	display: block;
	background: url(/images/hr.jpg) 0 top no-repeat;
	padding: 25px 0;
	margin: 15px 0 0 0;
}
#branding {
	width: 965px;
	height: 250px;
	background: #fff url(/images/main_head.jpg) no-repeat;
	position:relative;
}
#branding h1 a {
	display:block;
	height:112px;
	left:43px;
	position:absolute;
	text-indent:-999em;
	top:76px;
	width:266px;
}
#branding p {
	color:#666;
	display:block;
	font-family:Verdana,sans-serif;
	font-size:12px;
	left:522px;
	line-height:17px;
	position:absolute;
	text-align:left;
	top:70px;
	width:225px;
}
#branding-int {
	width: 965px;
	height: 250px;
	background: #fff url(/images/main_head_interior.jpg) no-repeat;
	position:relative;
}
#branding-int h1 a {
	display:block;
	height:85px;
	left:71px;
	position:absolute;
	text-indent:-999em;
	top:70px;
	width:215px;
}
#branding-int p {
	color:#666666;
	display:block;
	font-family:Verdana,sans-serif;
	font-size:12px;
	left:62px;
	line-height:0;
	position:absolute;
	text-align:center;
	top:155px;
	width:225px;
}
.call-us {
	font-size: 14px;
}
.phone {
	font-size: 22px;
	color:#000;
	line-height: 46px;
}
#right-col ul {
	margin: 0;
	padding:5px 0 10px 24px;
}
#right-col li {
	margin: 0;
	padding: 0;
	list-style:disc;
	padding-bottom:5px;
}
#left-col {
	width: 335px;
	float:left;
}
#right-col {
	width: 630px;
	float:right;
}
#right-col-left {
	width: 315px;
	float:left;
	padding:30px 0 0 0;
}
#left-content-holder {
	width: 280px;
	margin: 0 auto;
}
#right-col-right {
	width: 315px;
	float:right;
	padding:30px 0 0 0;
}
#right-content-holder {
	width: 280px;
	margin: 0 auto;
	text-align:center;
}
#right-content-holder a.call-vid {
	display: block;
	width: 253px;
	height: 225px;
	background: url(/images/call_vid.jpg) 4px 0 no-repeat;
	padding: 26px 0 0 0;
	margin-bottom: 20px;
}
#interior-content {
	width: 500px;
	margin: 0 auto;
	padding-top: 20px;
}
#home-call-wrapper {
	width: 240px;
	margin: 0 auto;
	background: url(/images/call_stretch.jpg) repeat-y;
	color: #fff;
}
#home-call-top {
	width: 100%;
	min-height: 154px;
	background: url(/images/call_top.jpg) no-repeat;
	padding: 25px 25px 0 25px;
}
#home-call-btm {
	width: 100%;
	height:24px;
	background: url(/images/call_btm.jpg) no-repeat;
}
/************************************************************************
*****************     NEW NAV DROP DOWN *********************************
************************************************************************/
	#nav {font-size: 1.2em;}
	#nav ul, #nav li {list-style: none;}
	#nav li {float: left; width: 240px;border-bottom: dotted 1px #374A75;}
	#nav li span { line-height: 23px; padding: 0 15px; display: block;color:#24448F;}
	#nav li a {color: #24448F; overflow: hidden; text-decoration: none;}
	#nav li a:hover span {background: #5873b3; color: #FFF !important;}
	#nav li li {font-size: 0.917em;	width: 240px; border-bottom: 1px solid #fff; border-left: 1px solid #fff;}
	#nav li:hover, #nav li.hover { background: #5873b3;}
	#nav li.hover span {color: #FFF;}
	#nav li.hover li span {color: #FFF;}
	#nav li li.hover span {color: #FFF;background:#24448F;}
	#nav li ul {
		position: absolute;
		width: 240px;
		left: -999em;
		margin: -23px 0 0 181px;
		background: #5873b3;
		padding:0;
	}
	#nav li:hover ul, #nav li:hover ul, #nav li.hover ul {
		left: auto;
	}
/*************
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	width: 16em;
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.8;
	color:#24448F;
	text-decoration:none;
	margin:0;
	padding:0 0 0 10px;
}
#nav a:hover {
	color:#5873b3;
}
#nav ul li a {
	display: block;
	width:16em;
	font-family:Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	line-height:1.8;
	color:#FFF;
	text-decoration:none;
	margin:0;
	padding:0 5px;
	border-bottom: dotted 1px #374A75;
}
#nav li {
	display: block;
	width: 16em;
	list-style: none;
	margin:0;
	padding:0;
	border-bottom:1px dotted #24448F;
}
#nav li:hover {
	left: auto;
}
#nav li ul li{
	float: left;
	width: 16em;
	margin:0;
	padding:0;
	border-bottom:1px dotted #FFF;
	background: #24448F;
	color:#FFF;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li ul li a{
	color:#FFF;
}
#nav li ul li a:hover{
	color:#FFF;
}
#nav li ul li:hover {
	background: #5873b3;
	color:#FFF;
}
#nav li ul {
	position: absolute;
	width: 16em;
	left: -999em;
	margin:0;
	padding:0;
}

#nav li:hover ul {
	left: 16em;
	margin:0;
	padding:0;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
****************/

/*
#nav {
	text-align:center;
	margin: 0 auto;
}
#nav ul {
	padding: 0 62px 0 62px;
	margin: 0 auto;
	text-align:center;
}
#nav li {
	padding: 0;
	margin: 0;
	list-style: none;	
}
#nav li a {
	display:block;
	height:24px;
	padding: 4px 0 0 0;
	font-size:12px;
}
#nav li a:hover {
	text-decoration:none;

}
*/
body.home #nav-home, 
body.about #nav-about, 
body.boarding #nav-boarding, 
body.daycare #nav-daycare, 
body.services #nav-services,
body.hours #nav-hours, 
body.community #nav-community, 
body.faq #nav-faq, 
body.articles #nav-articles, 
body.contact #nav-contact {
	text-decoration:underline;
}
#call-wrapper {
	width:335px;
	padding:25px 0;
	font-size: 12px;
}
#call-wrapper a.dogs {
display:block;
height:50px;
padding:17px 0 0 94px;
width:235px;
text-align:left;
background: url(/images/call_dogs.gif) 33px 0 no-repeat;
}
#call-wrapper a.pen {
display:block;
height:55px;
padding:12px 94px 0 0;
width:235px;
text-align:right;
background: url(/images/call_pen.gif) 246px 0 no-repeat;
}
#call-wrapper a.cat {
display:block;
height:50px;
padding:17px 0 0 94px;
width:235px;
text-align:left;
background: url(/images/call_cat.gif) 33px 0 no-repeat;
}

#footer {
	width: 965px;
	height:35px;
	padding:10px 0 0 0;
	background: url(/images/bg_foot.jpg);
	text-align:center;
	margin-bottom:20px;
	font-size:9px;
	line-height:1.2em;
}

/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 170px;
	padding: 0 .25em;
	background-color: #0567ae;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.group { zoom: 1; display: block; }