/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	background:#BBB7A6 url(../images/bg.png) repeat-x top left;
}

body#home {
	background:#fff url(../images/bg_home.png) repeat-x top left;
}

#wrap {
	margin:0 auto;
	width:960px;
	color:#150E0B;
}

#shadow {
	background:url(../images/shadow.png) no-repeat center 677px;
}

/* header */
#siteTitle a {
	display:block;
	text-indent:-9000px;
	position:absolute;
	width:262px;
	height:85px;
	left:0;
	top:45px;
}

#header {
	position:relative;
	width:970px;
	height:131px;
	margin-bottom:40px;
	background:url(../images/header_bg.jpg) no-repeat top left;
}

#header ul {
	position:absolute;
	bottom:1px;
	right:0;
	list-style:none;
	margin:0;
	z-index:100;
}

.ie6 #header ul {
	position:relative;
	float:right;
	top:96px;
}

#header ul ul, .ie6 #header ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	width: 100%;
}

.ie6 #header ul ul {
	width:170px;
}

#header li {
	float:left;
	margin:0 1px 0 0;
	zoom:1;
}

#header li.hover, #header li:hover {
	position:relative;
	z-index:102;
}

#header li li {
	float:none;
	width:170px;
	margin:0;
}

#header li:hover > ul {
	visibility:visible;
}

#header li a {
	position:relative;
	display:block;
	color:#8d8b72;
	text-decoration:none;
	background:#3A2410;
	line-height:2.8em;
	padding:0 1.3em;
	letter-spacing:.5px;
	text-transform:uppercase;
}

#header li a#navAbout, #header li a#navServices, #header li a#navProtection {
	padding-right:2.5em;
}

#header li a#navAbout span, #header li a#navServices span, #header li a#navProtection span {
	position:absolute;
	top:11px;
	right:10px;
	display:block;
	width:12px;
	height:12px;
	background:url(../images/nav_arrow.png) no-repeat 0 0;
}

.ie6 #header li a#navAbout span, .ie6 #header li a#navServices span {
	background:url(../images/nav_arrow_ie.png) no-repeat 0 0;
}

#header li li a {
	color:#e9e8de;
	background:rgb(89, 57, 27) none;
	text-transform:none;
	line-height:1.2em;
	padding:.8em 1.3em;
	border-top:1px solid #723d08;
	border-bottom:1px solid #9d5c31;
}

#header li li a.first {
	border-top:0;
}

#header li li a:hover {
	color:#e9e8de;
	background:#9d5c31;
}

#header li a:hover, #header li:hover a, #header li.hover a, #header li a#nav.active, #header li a#navDog-Training-Testimonials.active, #header li a#navPress.active, #header li a#navContact.active, #header li a#navServices.active, #header li a#navAbout.active, #header li a#navBlog.active  {
	color:#e9e8de;
	background:#89481E;
}

/* content area */
#contentArea {
	background:url(../images/contentarea_bg.png) no-repeat top left;
}

#content {
	float:left;
	width:722px;
}

#content .padd {
	border-top:1px solid #fff;
	padding:2em 35px 2em 30px;
}

#sidebar {
	float:right;
	width:238px;
}

#contentAreaBtm {
	position:relative;
	bottom:2px;
	width:960px;
	height:42px;
	background:url(../images/footer_bg.png) no-repeat top left;
}

h1 {
	color:#150e0b;
	font-size:2.2em;
	padding:.7em 30px;
	margin:0;
	border-bottom:1px solid #C0BB9A;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
	font-size:1.7em;
	font-weight:normal;
	color:#894600;
	line-height:1.2em;
	margin-bottom:1em;
}

h3 {
	font-size:1.4em;
	clear:both;
	font-family:Helvetica, Arial, sans-serif;
}

h3.sep {
	border-top:1px solid #C0BB9A;
	padding-top:1em;
}

h3.noClear {
	clear:none;
}

blockquote {
	background:#D3C49C;
	margin:0 0 2em 0;
	padding:1.5em 2em;
}

blockquote p {
	font-size:1.2em;
	color:#190E0B;
	font-style:normal;
	margin:0;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}

blockquote cite {
	display:block;
	margin:1em 0;
}

blockquote.testimonial {
	width:100%;
	background:none;
	padding:0 0 1.5em 0;
	margin-bottom:1.5em;
	border-bottom:1px solid #C0BB9A;
}

blockquote.testimonial p {
	font-size:1.1em;
	font-weight:normal;
	color:#150E0B;
	margin-bottom:1.5em;
}

blockquote.testimonial cite {
	display:block;
	color:#894600;
	font-size:1.4em;
	font-style:normal;
	margin-bottom:1em;
	font-weight:bold;
}

blockquote.testimonial cite span {
	display:block;
	font-size:.7em;
	padding-top:.2em;
}

#content img {
	border:3px solid #66512D;
}

dl {
	margin-bottom:2em;
}

dt {
	font-size:1.2em;
	margin-bottom:.4em;
	color:#894600;
}

dd {
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

/* home page */
#callout {
	width:960px;
	height:418px;
}

#slideshowWrap {
	float:left;
}

#facilitySS {
	margin-bottom:1em;
}

#slideshow {
	width:607px;
	height:345px;
	overflow:hidden;
}

#slideshow img {
	border:7px solid #69542F;
}

#pagerBg {
	float:left;
	display:inline;
	margin-left:3em;
	background:url(../images/pager_lt.png) no-repeat top left;
}

#pagerBg ul {
	list-style:none;
	margin:0;
	padding:5px 1em 0 1.4em;
	height:28px;
	background:url(../images/pager_rt.png) no-repeat top right;
}

#facilitySS #pagerBg ul {
	background:url(../images/pager_rt2.png) no-repeat top right;
}

#pagerBg li {
	float:left;
	margin:0;
	padding-right:.2em;
}

#pagerBg li a {
	display:block;
	color:#fff;
	padding:.1em .6em;
	text-decoration:none;
}

#pagerBg li a.activeSlide, #pagerBg li a:hover {
	background:#000;
}

#mainCopy {
	float:right;
	width:316px;
}

#mainCopy h1 {
	width:316px;
	height:134px;
	margin-bottom:.7em;
	text-indent:-9000px;
	padding:0;
	border:0;
	background:url(../images/home_sprite.png) no-repeat 0 0;
}

#mainCopy h2 {
	font-weight:normal;
	color:#bbb7a5;
	/* font-size:1.5em; */
	font-size: 1.3em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

#mainCopy h2 strong {
	color:#fff;
	font-weight:normal;
}

#mainCopy .btn {
	float:left;
	display:block;
	text-indent:-9000px;
	height:49px;
	background:url(../images/home_sprite.png) no-repeat -317px 0;
}

#mainCopy .btn#aboutBtn {
	width:122px;
	margin-right:2.5em;
}

#mainCopy .btn#facilityBtn {
	width:153px;
	background-position:-317px -50px;
}

#availServices {
	width:945px;
	height:277px;
	padding-left:15px;
	background:url(../images/home_available.png) no-repeat top left;
}

#availServices h2 {
	height:60px;
	text-indent:-9000px;
}

#availServices .serv {
	float:left;
	width:162px;
	text-align:center;
	padding:0 1em;
}

#availServices .serv h3 {
	color:#bc3e00;
	text-transform:uppercase;
}

#availServices .serv p {
	font-size:.9em;
	margin-bottom:1em;
}

#availServices .serv a.more {
	font-weight:bold;
	text-decoration:none;
}

#availServices .serv a.more:hover {
	text-decoration:underline;
}

#btmCopy {
	width:960px;
	overflow:auto;
	padding:2.5em 0 1em 0;
}

#aboutBrief {
	float:left;
	width:540px;
}

#aboutBrief img.main {
	float:left;
	padding:0 1.5em 2em 0;
}

#successStories {
	float:right;
	width:361px;
	padding-bottom:6px;
	background:url(../images/success_btm.png) no-repeat bottom left;
}

#successStories h3 {
	width:341px;
	height:38px;
	padding:15px 10px;
	color:#fff;
	font-size:1.8em;
	margin-bottom:0;
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	background:url(../images/success_bg.png) no-repeat top left;
}

#successStories h3 span {
	padding-right:.3em;
}

.win #successStories h3 span {
	padding-right:.1em;
}

#successStories h3 a {
	padding-left:1em;
	border-left:1px solid;
	font-size:.5em;
	color:#fff;
	text-decoration:none;
	text-transform:none;
}

.win #successStories h3 a {
	padding-left:1em;
}

#successStories h3 a:hover {
	text-decoration:underline;
}

#successStories blockquote {
	margin:0;
	padding:1em 1em 1em 1.5em;
	font-size:.9em;
	font-style:normal;
	background:none;
	font-family:Helvetica, Arial, sans-serif;
}

#successStories blockquote.top {
	border-bottom:1px solid #C0BB9A;
}

#successStories blockquote.bottom {
	border-top:1px solid #fff;
}

#successStories blockquote p.quote {
	color:#4f2602;
	font-size:1.1em;
	margin-bottom:.3em;
}

#successStories blockquote cite {
	display:block;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
	font-size:.8em;
}

#successStories blockquote cite a {
	text-transform:none;
	text-decoration:none;
}

#successStories blockquote cite a:hover {
	text-decoration:underline;
}

/* services */
p.brown {
	position:relative;
	bottom:1.5em;
	color:#88450C;
	margin-bottom:1em;
}

table.services {
	width:350px;
	border:2px solid #A08E6E;
}

table.services td {
	width:50%;
	font-weight:bold;
	padding:1.2em 1.6em;
	background:#D3C49C;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

table.services td.title {
	background:#88450C;
	color:#fff;
}

/* news and press */
.pressItem {
	margin-bottom:1.5em;
	border-bottom:1px solid #C0BB9A;
}

.pressItem.detail {
	border-bottom:0;
}

.pressItem h3 {
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:.2em;
}

.pressItem h3 a {
	color:#894600;
	text-decoration:none;
}

.pressItem h3 a:hover {
	text-decoration:underline;
}

.pressItem p.date {
	font-style:italic;
}

.pressItem p.source {
	background:none repeat scroll 0 0 #D3C49C;
	padding:.5em 1em;
}

.pressItem p.source strong.src {
	padding-left:1.5em;
}

/* contact page */
fieldset ul {
	margin:0 0 2em 0;
}

fieldset li label {
	float:none;
	display:block;
	width:130px;
}

fieldset li label span {
	color:#999;
	font-size:.9em;
	font-weight:normal;
}

fieldset li input {
	padding:.3em;
	font-family:Helvetica, Arial, sans-serif;
}

fieldset input#subject {
	display:none;
}

fieldset input#submitBtn, ul.message input.submit {
	width:auto;
	margin-left:230px;
	padding:.5em 1em;
	font-weight:bold;
	color:#fff;
	font-size:1.1em;
	letter-spacing:1px;
	text-transform:uppercase;	
	background:#3A2410;
	border:1px solid #8A4600;
}

fieldset input#submitBtn:hover {
	cursor:pointer;
}

fieldset li textarea {
	font-size:.95em;
	padding:.3em;
	width:300px;
	height:100px;
	font-family:Helvetica, Arial, sans-serif;
}

#content div.lp img {
	border:0;
}

/* blog */
.blogPost h3.title, .blogPost h1.title {
	font-size:2em;
	margin-bottom:.3em;
	padding:0;
	border:0;
}

.blogPost h3.title a {
	color:#4E2606;
	text-decoration:none;
}

.blogPost h3.title a:hover {
	text-decoration:underline;
}

.blogPost embed {
	padding-bottom:2em;
}

p.date {
	font-style:italic;
	color:#8A4600;
}

p.postDetails {
	font-size:.9em;
	padding:.3em;
	border-top:1px dotted;
	border-bottom:1px dotted;
	margin-bottom:2em;
}

ul.txtFields {
	float:left;
}

ul.txtFields label span {
	font-style:normal;
	font-weight:normal;
}

ul.message {
	float:right;
}

ul.message textarea {
	width:320px;
	padding:.3em;
}

.commentBox {
	padding-bottom:1.5em;
	margin-bottom:2em;
	border-bottom:1px dotted;
}

/* sidebar */
#subnav {
	list-style:none;
	margin:1.5em 0 0 0;
	padding-bottom:2em;
	border-bottom:1px solid #C0BB9A;
}

#subnav li {
	margin:0;
	padding:0 1.5em 0 2em;
}

#subnav li.active {
	background:#88450C;
}

#subnav li a {
	display:block;
	color:#150E0B;
	font-size:1.4em;
	padding:.6em 0 .5em 20px;
	text-decoration:none;
	border-bottom:1px solid #C0BB9A;
	background:url(../images/subnav_arrow.png) no-repeat left 11px;
	font-family:Helvetica, Arial, sans-serif;
}

#subnav li a:hover {
	text-decoration:underline;
}

#subnav li.active a, #subnav li.active a:hover {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	border:0;
	background:url(../images/subnav_active.png) no-repeat left 11px;
}

#stories, #promo, .box {
	padding:2em;
	border-top:1px solid #fff;
	border-bottom:1px solid #C0BB9A;
}

#stories.noBdr {
	border-top:0;
}

#stories h3 {
	padding:.8em 1em 2em 1em;
	font-size:1.2em;
	color:#fff;
	margin-bottom:0;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	background:url(../images/sb_stories.png) no-repeat top left;
}

#stories blockquote {
	background:none;
	padding:0;
	margin-bottom:0;
}

#stories blockquote p {
	font-size:1em;
	color:#4E2606;
	padding:.5em;
	font-weight:normal;
}

#stories blockquote cite {
	display:block;
	text-transform:uppercase;
	color:#17151A;
	text-align:right;
	font-weight:bold;
	font-style:normal;
	font-size:.9em;
	padding-top:.4em;
}

#stories blockquote cite a {
	display:block;
	text-transform:none;
	text-decoration:none;
}

#stories blockquote cite a:hover {
	text-decoration:underline;
}

#promo {
	padding:2em;
	border-bottom:0;
}

#promo img {
	border:3px solid #C7C2BA;
	margin-bottom:1em;
}

#promo p, #promo a {
	font-size:.9em;
	margin-bottom:1em;
}

#promo p a {
	display:block;
}

#sidebar .box h3 {
	margin-bottom:.5em;
}

#sidebar .box ul {
	list-style:none;
	margin:0 0 .5em 0;
}

#sidebar .box li {
	font-size:.9em;
}

/* footer */
#footer {
	width:930px;
	overflow:auto;
	padding:1em 15px;
	font-size:.9em;
	margin:0 0 2em 0;
	background:#88450C;
}

body#home #footer {
	margin:2em 0;
}

#footer ul {
	float:left;
	list-style:none;
	margin:0;
}

#footer li {
	float:left;
	margin:0;
}

#footer li a {
	display:block;
	padding:0 .8em;
	color:#fff;
	text-decoration:none;
}

#footer li a:hover, #footer p a:hover {
	text-decoration:underline;
}

#footer p {
	float:right;
	color:#fff;
	margin:0;
}

#footer p a {
	color:#fff;
	text-decoration:none;
}

/* ADDED BY NICK */
/*
.padd {

}

.padd h5 {
	font-size: 19px;
	margin-bottom: 20px;
	color: #894600;
}
*/

#protectionGrid {
	background:url("/images/protectionGridBG.png");
	width: 684px;
	height: 197px;
}

/* #protectionGrid a:hover img { */
/* #protectionGrid a img:hover { */
.columnImage {
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border: 3px solid transparent !important;	
}
.columnImage:hover {
/* 	border: 1px solid #c9c6c4; */
	border: 3px solid #c9c6c4 !important;
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;	
}

#protectionGrid .column1 {
	width: 220px;
	float: left;
	height: auto;
}
#protectionGrid .column1 img {
	border: none;
/* 	padding-top: 10px; */
/* 	margin-top: 10px; */
	margin-top: 7px;
/* 	padding-left: 15px; */
	padding-left: 0px;
}

#protectionGrid .column2 {
/* 	width: 220px; */
	width: 237px;
	float: left;
	height: auto;
}
#protectionGrid .column2 img {
	border: none;
/* 	padding-top: 10px; */
/* 	margin-top: 10px; */
	margin-top: 7px;
/* 	padding-left: 18px; */
	margin-left: -12px;
}

#protectionGrid .column3 {
/* 	width: 227px; */
	width: 204px;
	float: left;
	height: auto;
}
#protectionGrid .column3 img {
	border: none;
/* 	padding-top: 9px; */
/* 	margin-top: 9px; */
	margin-top: 7px;
/* 	padding-left: 3px; */
	margin-left: -5px;
}

#protectionGrid .column1 h4, #protectionGrid .column2 h4, #protectionGrid .column3 h4 {
	text-align: center;
	font-family: Helvetica;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 3px;
} 

#protectionGrid .column1 h4 a, #protectionGrid .column2 h4 a, #protectionGrid .column3 h4 a {
	text-align: center;
	font-family: Helvetica;
	color: #FFF;
	font-size: 14px;
} 
#protectionGrid .column1 h4 a:hover, #protectionGrid .column2 h4 a:hover, #protectionGrid .column3 h4 a:hover {
	text-decoration: underline !important;
} 

#protectionGrid .column1 a, #protectionGrid .column2 a, #protectionGrid .column3 a {
	display: block;
	color: #bbb7a5;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	font-family: "Lucida Grande";
}
#sitePhone {
	position: absolute;
	color: white;
	text-align: right;
	margin-top: 30px;
	margin-left: 763px;
	font-size: 15px;
}



#leftServices {
	width: 400px; 
	float: left; 
	height: auto;
	margin-left: 45px;
}
			
#rightServices {
	width: 400px; 
	float: left; 
	height: auto;	
	margin-left: 45px;	
}

#rightServices ul {
	list-style-image:url('/images/listImageNew.png');
}

#rightServices ul li a {
	color: #150E0B !important;
	text-decoration: none;
}

#rightServices ul li a:hover {
	text-decoration: underline;
}

#leftServices img, #rightServices img {
/* 	border: 3px solid #66512D; */
	border: 6px solid #66512D;
}
			
#leftServices h3, #rightServices h3 {
	color: #cc3118;
	text-align: center;
	text-decoration: uppercase !important;
}
			
.learnMore {
	display: block;
	text-align: right;
	color: #2757a7;
	text-decoration: none !important;
}

.learnMore:hover {
	text-decoration: underline !important;
}

.dir a.active { 
	color: #E9E8DE !important;
	background: #89481E !important; 
}
