@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

body
					{
					background-image:url(../IMAGES/BACKGROUND.jpg);
					background-position:center top;
					background-attachment:fixed;
					background-repeat:no-repeat;
					background-color:#EFAC41;
					min-height:100%;
					width: 100%;
					background-size: 100%;
					}
#top_border
					{
					margin:0;
					margin: 0;
					height:100px;
					padding-top:30px;
					background-color:#781605;
					border-bottom:1px solid #9F0;
					border-top:1px solid #9F0;
					}
					/*************************** wrappers and containers ***************/
#container
					{
					width:960px;
					height:auto;
					margin:-200px auto;
					position:relative;
					overflow:hidden;
					padding-bottom:140px;
					}
#header
					{
					width:960px;
					height:120px;
					margin-top:60px;
					}
#address_wrapper
					{
					width:960px;
					height:25px;
					margin-top:92px;
					position:relative;
					}
#address_wrapper_left
					{
					width:650px;
					height:33px;
					position:absolute;
					margin-left:10px;
					margin-top:10px;
					}
#address_wrapper_right
					{
					width:250px;
					height:33px;
					margin-left:650px;
					position:absolute;
					text-align:right;
					word-spacing:2px;
					margin-right:5px;
					padding-right:5px;
					margin-top:10px;
					}

#main_image_wrap
					{
					width:100%;
					height:100%;
					margin-top:44px;
					margin-bottom: 25px;
					position:relative;
					}
#main_image_left_col
					{
					width:294px;
					height:100%;
					margin:0;
					position:absolute;
					}
#main_image_right_col
					{
					width:666px;
					height:100%;
					margin:0 0 0 294px;
					}

#three_col_wrapper 
					{
					float:left;
					width:960px;
					position:relative;
					margin:20px 0 0 0;
					background-color:#fff689; /* column 1 background colour */
					-webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					border-radius: 25px;
					height:800px;
					border-top:1px solid #FAC95D;
					}
#three_col_left
					{
					width:315px;
					height:800px;
					position:relative;
					left:0;
					overflow:hidden;
					float:left;
					}
#three_col_middle 
					{
					width:315px;
					height:800px;
					position:relative;
					left:0;
					overflow:hidden;
					float:left;
					border-left:1px solid #FAC95D;
					}
#three_col_right	
					{
					width:315px;
					height:800px;					
					position:relative;
					left:0;
					border-left:1px solid #FAC95D;
					float:left;
					}
.textbox
					{
					width:960px;
					height:100%;
					background-color:#fff689;
					margin-top:5px;
					-webkit-border-bottom-right-radius: 25px;
					-webkit-border-bottom-left-radius: 25px;
					-moz-border-radius-bottomright: 25px;
					-moz-border-radius-bottomleft: 25px;
					border-bottom-right-radius: 25px;
					border-bottom-left-radius: 25px;
					overflow: hidden;
					border-top:9px solid #6C4826;
					border-bottom:9px solid #6C4826;
					}
#textbox_clear
					{
					width:960px;
					height:100%;
					margin-top:5px;
					overflow: auto;
					}
.twocol_image_text_TRAINING
						{
						width:950px;
						height:320px;
						position:relative;
						margin:130px 0 25px 5px;
						-webkit-border-radius: 25px;
						-moz-border-radius: 25px;
						border-radius: 25px;
						border-top:4px solid #742514;
						border-bottom:4px solid #742514;
						}
.twocol_image_text_left
						{
						width:415px;
						height:auto;
						position:absolute;
						top:0;
						left:0;
						text-align:center;
						padding:26px 0 10px 0;
						}
.twocol_image_text_right
						{
						width:535px;
						height:250px;
						position:absolute;
						top:0;
						right:0;
						padding-top:36px;
						}
#directionspage_wrapper
					{
					width:960px;
					height:630px;
					position:relative;
					margin-top:60px;
					}
#directions_left
					{
					width:480px;
					height:630px;
					position:absolute;
					background-color:#fff689;
					-webkit-border-top-left-radius: 25px;
					-webkit-border-bottom-left-radius: 25px;
					-moz-border-radius-topleft: 25px;
					-moz-border-radius-bottomleft: 25px;
					border-top-left-radius: 25px;
					border-bottom-left-radius: 25px;	
					border-left:3px solid #742514;
					}
#directions_right
					{
					width:468px;
					height:630px;
					position:absolute;
					margin-left:471px;
					padding-right:3px;
					text-align:right;
					background-color:#fff689;
					border-right:3px solid #742514;
					}
#BEHAVIOUR_container 
					{
					width: 960px;
					height:auto;
					overflow:hidden;
					clear: both;
					}
#behaviour_left_col 
					{
					float: left;
					width: 310px;
					margin:10px 0 0 10px;
					}
#behaviour_middle_col 
					{
					float: left;
					width: 300px;
					margin:10px 0 0 10px;
					}
#behaviour_right_col 
					{
					float: right;
					width: 320px;
					padding-right:10px;
					margin-top:10px;
					}	
					/*************************** h1 to h6 plus p's and classes***************/	
h1
					{
					width:330px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:60px;
					color:#FFCC27;
					padding:0;
					margin:30px 0 0 15px;
					letter-spacing:3px;
					text-transform: uppercase; 
					}
h1.dog_training
					{
					font-size:32px;
					color:#742514;
					margin:-16px 0 0 18px;
					letter-spacing:5px;
					font-weight:600;		
					float:left;
					text-transform: uppercase; 
					}

h2
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:21px;
					color:#742514;
					padding:5px 20px 10px 8px;
					font-weight:600;
					line-height:30px;
					}
.Gallery
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:21px;
					color:#ffffff;
					padding:5px 20px 10px 8px;
					font-weight:600;
					line-height:30px;
					}
h2.homepage_titles
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:21px;
					color:#742514;
					padding:5px 0 10px 0;
					font-weight:600;
					text-align:center;
					margin-top:0px;
					}
h3
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					margin:0px 10px 0 0px;
					font-weight:100;
					padding:8px 20px 0 8px;
					}
.bold
					{
					width:auto;
					display:block;
					font-family:Verdana, Geneva, sans-serif;	
					font-size:15px;					
					color:#742514;
					line-height:23px;
					margin:10px -20px 10px 0px;
					padding:8px 5px 8px 5px;
					border:2px dotted #FAC95D;
					font-weight:300;
					background-color:#FFE589;
					}
h3.Gallery
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#ffffff;
					margin:0px 10px 0 0px;
					font-weight:100;
					padding:8px 20px 0 8px;
					}
h4
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					color:#742514;
					margin-top:-5px;
					padding: 10px;
					font-weight:100;
					}
.homepage_further_details
					{
					width:328px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					color:#742514;
					padding: 5px 0 5px 0px;
					font-weight:100;
					background-color:#FFE589;
					display:block;
					margin-left:-10px;
					text-align:center;
					}
.emphasis
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					color:#742514;
					margin-top:10px;
					padding: 10px;
					font-weight:600;
					}				

h5
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					color:#742514;
					margin-top:10px;
					padding: 20px;
					font-weight:100;
					}
h6
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:13px;
					color:#742514;
					margin-top:5px;
					padding: 5px;
					font-weight:100;
					}
p.header_intro
					{
					width:500px;
					font-family:BlackJackRegular,Parisienne,Pinyon Script,serif;
					font-size:30px;
					color:#FFF0A5;
					margin-top:-64px;
					margin-left:450px;
					}
.header_signature
					{
					font-family:BlackJackRegular,Parisienne,Pinyon Script,serif;
					font-size:34px;
					color:#742514;
					margin:0px 0 0 240px;
					}

p.telephone
					{
					font-family:Verdana, Geneva, sans-serif;
					font-size:12px;
					color:#FFCC27;
					padding:5px 0 0 15px;
					word-spacing:3px;
					}
	
p.aboutme
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:18px;
					color:#742514;
					margin:6px 0 -10px 100px;
					font-weight:400;
					}	

p.directions
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:15px;
					color:#742514;
					margin:10px;
					font-weight:400;
					line-height:20px;		
					}
p.training_large  
					{	
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:18px;
					color:#742514;
					margin-left:22px;
					margin-top:35px;
					padding-right:30px;
					}
p.training_small
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					margin:-20px 10px 0 240px;
					float:left;
					padding-right:40px;
					}

p.clicktoexpand
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:12px;
					color:#742514;				
					text-align:center;
					padding-top:6px;
					}
					

		/***************************NAVIGATION***************/
		
		
#menuwrapper 
					{
					width:960px;
					height:24px;
					margin-top:37px;
					-webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					border-radius: 25px;
					}
					/*Clears the floated menu items.
					Assigned to a BR tag placed just before
					menuwrapper's closing DIV tag*/
.clearit 			{
					clear: both;
					height: 0;
					line-height: 0.0;
					font-size: 0;
					}
					/*
					p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
					We set padding and margin to zero to eliminate all indentation, turn bullets off,
					and set a font-family different from the global font-family declared for the
					body element above. This sets font for just the menu. Do not add a font-size here.
					*/
#p7menubar, #p7menubar ul 
					{
					padding: 0;
					margin:30px 0 0 56px;
					list-style: none;
					font-family:Verdana, Geneva, sans-serif;
					font-size:10px;
					}
					/*
					Root-Level Links.  Do not change the first two properties.
					Adjust padding values to make the root links taller and to offset them
					from the left and right edges of the link box. The border right creates a
					separator between links. Font-size is set here and will apply to all menu levels.
					Font color is set to light gray.
					*/
#p7menubar a 
					{
					display: block;
					text-decoration: none;
					padding: 5px 15px 5px 15px;
					border-right:1px dotted #1d1d1d;
					font-size: 12px;
					letter-spacing:2px;
					color: #fff;
					}

#menu li.last
					{
					border-right:none;
					}

.last {border-right: 0 !important;} 
					/*
					Class assigned to those Root-Level links that have associated Sub-Menus.
					The top and bottom padding assigned this element must be the same as
					that assigned to the p7menubar a element. The right padding is increased
					to accomodate the display of background image depicting a downward
					pointing arrow.
					*/
#p7menubar a.trigger 
					{
					padding: 5px 20px 5px 10px;
					background-image: url(../IMAGES/NAV_arrow.png);
					background-repeat: no-repeat;
					background-position: right center;
					}
					/*
					The Root-Level list items. Floating left allows
					them to appear horizontally. Width is for IE5 Mac. The last rule in
					this style sheet will set the width for this element to auto for all
					other browsers - hiding it from IE5 Mac. The width is proportional.
					As you add and edit root menu items, you will need to test this width
					to ensure it is wide enough to accomodate all text.
					*/
#p7menubar li 
					{
					float: left;
					width: 9em;
					}
					/*
					Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
					This allows the sub-menu width to expand if users resize the text in their browsers.
					*/
#p7menubar li ul, #p7menubar ul li  
					{
					width: 17em;
					}
					/*
					The sub-menu links. We set color and turn off the right border, which
					would otherwise be inherited from the root link rule. We set top and 
					bottom padding less than the root items and increas the left padding
					to indent the sub-menu links a small amount in from the root links.
					*/
#p7menubar ul li a  {
					color: #565656;
					border-right: 0;
					padding: 3px 12px 3px 16px;
					}
					/*
					Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
					Positioned Absolutely to allow them to appear below their root trigger.
					Set to display none to hide them until trigger is moused over.
					Background Color must be set or problems will be encountered in MSIE.
					Right and bottom borders are set to simulate a raised look.
					A gradient background image is assigned.
					*/
#p7menubar li ul 	{
					position: absolute;
					display: none;
					background-color: #FFFFFF;
					border-right: 1px solid #333333;
					border-bottom: 1px solid #333333;
					background-image: url(../IMAGES/NAV_fader.jpg);
					background-repeat: repeat-x;
					margin-top:0px;
					margin-left:-6px;
					text-decoration:none;
					}
					/*
					Changes the Text color and background color when the Root-Level
					menu items are moused over. The second selector sets color and background
					when Root-Level items are accessed with the keyboard tab key. The third
					selector sets an active state to support keyboard access in MSIE. The fourth 
					selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
					Note that IE7 supports hover on elements other than links and so behaves
					like Firefox, Opera, and Safari - making the menu operable even if JavaScript
					is not enabled.
					*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a 
						{
						color: #3366FF;
						text-decoration:overline;
						}
						/*
						Set the Sub-Menu UL to be visible when its associated
						Root-Level link is moused over. The second selector is 
						assigned to IE5 and IE6 via the P7_ExpMenu script.
						*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul 
						{
						display: block;
						}
						/*
						Sets the Text color of the Sub-Level links when the Root-Level
						menu items are moused over. The second selector is 
						assigned to IE5 and IE6 via the P7_ExpMenu script.
						The color set should march the normal Sub-Level link color
						in the rule: #p7menubar ul li a. The background color must be
						transparent to allow the underlying gradient background on the UL
						to show through.
						*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a 
						{
						color: #fff;
						background-color: transparent;
						}
						/*
						The normal hover class for Sub-Level links. The Important directive
						is required for older browsers. We set a background color, which shows
						over the gradient background. We set text color to white.
						*/
#p7menubar ul a:hover 
						{
						background-color: #781605!important;
						color: #FFFFFF!important;
						}
						/* The single backslash \ character inside this comment
						causes IE5 Mac to ignore the following rule, which allows other
						browsers to render top-level menu items to their natural width.
						Do not edit this rule in any way. */
#p7menubar li 
						{width: auto;}
						
						/*************************** CONTACT WRAPPER ***************/


#contactwrapper
						{width:960px;
						height:600px;
						margin:10px 0 25px 0;
						position:relative;
						}
#contact_left_col
						{
						width:442px;
						height:600px;
						margin:0;
						padding:2px;
						background-color:#fff689;
						position:absolute;
						border:2px solid #763404;
						text-wrap:normal;
						-webkit-border-top-left-radius: 25px;
						-webkit-border-bottom-left-radius: 25px;
						-moz-border-radius-topleft: 25px;
						-moz-border-radius-bottomleft: 25px;
						border-top-left-radius: 25px;
						border-bottom-left-radius: 25px;
						}
#contact_right_col
						{
						width:500px;
						height:600px;
						margin:0 0 0 452px;
						padding:2px;
						background-color:#fff689;
						position:absolute;
						-webkit-border-top-right-radius: 25px;
						-webkit-border-bottom-right-radius: 25px;
						-moz-border-radius-topright: 25px;
						-moz-border-radius-bottomright: 25px;
						border-top-right-radius: 25px;
						border-bottom-right-radius: 25px;
						border:2px solid #763404;
						}
.floatimgleft 
						{
						float:left;
						margin:10px;
						padding:0 20px 0 20px;
						}
.floatimgright
						{
						float:right;
						margin:10px ;
						padding:0 20px 0 20px;
						}
img.center 
						{
						display: block;
						margin-left: auto;
						margin-right: auto;
						padding:15px 0 10px 0;
						}

.clear					{clear:both;}
	
#footer 
						{
						position: relative;
						margin-top: 50px; 
						height: 50px;
						clear:both;
						text-align:center;
						} 
a	
						{
						color:#0000FF;
						text-decoration:underline;
						font-size:16px;
						}
blockquote.style2_NObackground 
						{
						width:260px;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size:14px;
						color:#fff;
						font-style:italic;
						padding:3px 8px 8px 12px;
						margin: 15px 25px 5px 5px;
						background-image: url(../IMAGES/quote_NObg_open.png);
						background-position: top left;
						background-repeat: no-repeat;
						position:absolute;
						line-height:22px;
						}
blockquote.style2_NObackground  span 
						{
						display: block;
						background-image: url(../IMAGES/quote_NObg_close.png);
						background-repeat: no-repeat;
						background-position: bottom right;
					   }
blockquote.style1_background 
						{
						width:auto;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size:13px;
						color:#742514;
						line-height:22px;
						font-style:italic;
						border-top:1px solid #FAC95D;
						border-bottom:1px solid #FAC95D;
						padding: 30px 12px 12px 12px;
						margin:15px 10px 0 15px;
						background-image: url(../IMAGES/quote_bg_open.png);
						background-position:0px 10px;
						background-repeat: no-repeat;
					 	 }

ol.training_homepage 
						{
						list-style-type:circle;
						margin:-20px 0 -30px 60px;
						padding:0px 7px 0 7px;
						font-size:14px;
						font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
						color:#742514;
						
						}
	
.diamond_spacer
						{
						width:auto;
						height:auto;
						text-align:center;
						padding-top:10px;
						}



.heading_background
						{
						width:600px;
						height:30px;
						padding: 0 0 10px 0;
						position: absolute;
						background-image:url(../IMAGES/heading_background.gif);
						background-repeat:no-repeat;
						}

.ul_left	
			{ 
			list-style-type:circle;
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-size:16px;
			line-height:35px;
			color:#742514;
			margin-top:10px;
			margin-left:30px;
			width:260px;
			position:absolute;
			}

.ul_right				
					{ 
					list-style-type:circle;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					margin-top:10px;
					margin-left:270px; 
					width:260px;
					position:absolute;
					line-height:35px;
					}

.list_full_pageSHEEP
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:17px;
					color:#763404;
					margin-left:150px;
					line-height:35px;
					margin-bottom: -20px;
					list-style-type:circle;
					padding:15px 0 5px 0;
					}

.li_behaviour
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					padding:10px 0 0 0px;
					margin-left:35px;
					margin-bottom:10px;
					}
.puppies_first
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					padding:8px 0 0 0px;
					margin-left:35px;
					margin-bottom:5px;
					line-height:32px;
					list-style:none;
					}
.li_puppiesright
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					padding:8px 0 0 0px;
					margin-left:35px;
					margin-bottom:5px;
					line-height:32px;
					}
.li_puppiesleft
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					padding:13px 0 0 0px;
					margin-left:45px;
					margin-bottom:5px;
					line-height:12px;
					}

#list_wrapper_BOARDING
					{
					width:959px;
					height:160px;
					margin-top:10px;
					margin-bottom:10px;
					position:relative;
					}
#list_wrapper_leftcol_BOARDING
					{
					width:100%;
					height:100%;
					position:absolute;
					padding-left:100px;
					}
#list_wrapper_rightcol_BOARDING
					{
					width:100%;
					height:100%;
					margin-left:299px;
					position:absolute;
					border-left:1px dashed #D8B38D;
					padding-left:50px;
					}
						/*************************** EVENTS 2012 PAGE only***************/
.li_EVENTS2012topbar
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:13px;
					color:#742514;
					padding:5px 0 5px 0px;
					margin-left:32px;
					margin-bottom:5px;
					line-height:10px;
					font-weight:500;
					background-color:#FFE589;
					}
.li_EVENTS2012bottombar2
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:15px;
					color:#742514;
					padding:5px 0 5px 0px;
					margin-left:32px;
					margin-bottom:5px;
					line-height:10px;
					font-weight:500;
					}
p.EVENTS
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:16px;
					color:#742514;
					padding:5px 0 5px 20px;
					margin-left:25px;
					margin-bottom:5px;
					margin-right:20px;
					line-height:20px;
					font-weight:100;
					border-bottom:1px solid #F1EFD6;
					}
.EVENTS
					{
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:12px;
					color:#742514;
					padding:5px 0 5px 20px;
					margin-bottom:5px;
					margin-right:100px;
					line-height:20px;
					font-weight:100;
					border-bottom:1px solid #F1EFD6;
					}
.EVENTS_signature
					{
					font-family:BlackJackRegular,Parisienne,Pinyon Script,serif;
					font-size:30px;
					color:#742514;
					margin:-50px 0 0 300px;
					}

#EVENTStable
					{
						width:900px;
						height:600px;
						border:1px solid #CCC;
						margin:25px auto;
						
					}
.EVENTSrow
					{
						width:900px;
						height:50px;
						padding:10px 0 10px 0;
						position:relative;
						
					}
.EVENTSleft
					{
						width:640px;
						height:50px;
						padding:0px;
						margin-left:0;
						position:absolute;
					}
.EVENTSright
					{
						width:260px;
						height:50px;
						padding-left:0px;
						margin-left:640px;
						position:absolute;
						}

#table
{width:900px;
height:340px;
margin:15px auto;
background-color:#F6ED7F;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border-top:3px solid #742514;
border-bottom:3px solid #742514;
}
.tr
{width:900px;
height:40px;
border-bottom:1px dashed #D5B89D;
}
.td
{width:599px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:16px;
color:#742514;
line-height:40px;
padding-left:100px;
}
.right
{width:300px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:10px;
color:#742514;
margin-left:600px;
margin-top:-40px;
line-height:40px;
text-decoration:none;
padding-left:60px;
}
