	html {
height:auto;
}

body
{
	margin: 0;
	padding: 0;
	background: url("images/bg.gif");
	background-repeat: repeat;
	font-family:"Trebuchet MS","Lucida Grande";
	font-size: 10px;
	height:auto;
	overflow:auto;

}
/*/////////////////////////////////*/
/* ---------- Auto Height DIVs ---------- */
	#wrapper1 
	{
		min-height: 1300px;
		height:auto;
		min-width: 800px;
		position: absolute;
		top: 0px;
		margin-left:10%;
		margin-right:10%;
		width: auto;
		background: url("images/bg.gif");
		background-repeat: repeat;
		overflow :hidden;
	}
	#site1
	{
		padding-top: 130px;
		padding-left: 0px;
		background: url("images/bg.gif");
		background-repeat: repeat;
		height: <?php echo $height ?>;
		min-height:auto; /*expression(document.getElementById('content1').style.height + 310);*/
		overflow:hidden;
		margin: 0px;
		padding-bottom: 0px;
		width: auto;
		clear:both;
	}

	
	#nav1
	{
	float:left;
		position: absolute;
		left:10px;
		top: 143px;
		z-index:9;
		padding-left: 0px;
		padding: 0px;
		margin-top:0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background: url("images/nav_fill.jpg");
		background-repeat: repeat-y;
		min-height:<?php echo $height2 ?>;  /*expression(document.getElementById('content1').style.height + 310);*/
		height: <?php echo $height2 ?>; /*expression(document.getElementById('content1').style.height + 310);*/
		overflow:hidden;
		/*overflow:hidden;*/
	}
			/* FIX - for IE only */
			* html #nav1 {
				margin-top: 0px;
				margin-left: 0px;
				padding: 0px;
				height: <?php echo $height2 ?>; /*expression(document.getElementById('content1').style.height + 310);*/
				overflow:hidden;
			}
			#white{
			color:white;
			}
	* html #white{
	float:left;
	height:20;
	background: white;
	position: relative;
	color:white;
	top:-57px;
	left:900px;
	clear:both;
	
	}
	#content1
	{
	float:left;
	position: relative;
	left:193px;
	top:99px;
	margin-left: 6px;
	background: #ffffff;
	width: auto;
	max-width:707px;
	height: auto;
	overflow:auto;
	border-right: 4px solid #8CC63F;
	border-bottom:0px;
	margin-bottom: 0px;
	}
	
	 html #content1 {
		height: auto;
		overflow:hidden;
		width: auto; /*859*/
	}

/*/////////////////////////////////*/
/* ---------- Main DIVs ---------- */

	#left
	{
		position: absolute;
		top: 42px;
		float: left;
		left: 03px;
		width: 12%;
		height: 100%;
		background: #FFFFFF;
		background-repeat: repeat;
	}
	
	#right
	{
	position: absolute;
	float: right;
	right: 0px;
	width: 172px;
	height: 1300px;
	background: url("images/bg.gif");
	background-repeat: repeat;

	}

	/* whole site, needed for footer control */
	#wrapper 
	{
		min-height: 100%;
		min-width: 800px;
		width: 800px;
		position: absolute;
		top: 0px;
		margin-left:10%;
		margin-right:15%;
		width: 100%;
		background: url("images/bg.gif");
		background-repeat: repeat;
	}

	
	#site
	{
		overflow:hidden;
		padding-top: 130px;
		padding-left: 0px;
		background: url("images/bg.gif");
		background-repeat: repeat;
		height: 100%;
		margin: 0px;
		padding-bottom: 0px;
		width: 914px;
	}

	
	#header
	{
		position: absolute;
		height: 130px;
		width: 900px;
		font-family: sans-serif;
		background: #ffffff;
		padding: 0px;
		margin: 0px;
		background:url("images/bg.gif");
		background-repeat: repeat;
	}

			#header-left {
				background:none;		
				height: 0px;
				padding: 0px;
				position: absolute;
				top: 15px;
				left: 10px;
				z-index:3;
				padding-left: 0px;
			}
			
			#header-right {
				position: absolute;
				top: 15px;
				left: 396px;
				z-index:5;

			}
			

			#header-middle {
			width:700px;
				padding-left: 5px; /*top*/
				vertical-align: text-bottom;
				vertical-align: bottom;
				z-index:0;

				position: absolute;
				top: 79px;
				left: 201px;
				border-right:4px solid #8CC63F;
				}
			#header-email {
				z-index:6;
				position: absolute;
				top: 15px;
				left: 550px;
				font-family: "Trebuchet MS","Lucida Grande";
			}
			/***********Controls For The PHP Include For The Email Form**************/
			#header-email td {
			font: 12px "Verdana";
			}
			
			.tbox
			{
			width:0px;
			}
			.button{
			background:  #406DA1;
			}		
	
			/***********************************************************************/
			.header-text {
				font-family: sans-serif;
				font-size: 0.9em;
			}
			
				#header a 
				{
					color: #1596FF;
					text-decoration: none;
				}
			
				#header a:hover, a:focus  
				{
					color: #1596FF;
					text-decoration: underline;
				}
				
				#header a:visited 
				{
					color: #1596FF;
				}
	
	#footer
	{
	position: relative;
	margin-top:-59px;
	padding-top:40px;
	clear: both;
	MIN-HEIGHT: 100%;
	MIN-HEIGHT: 60px;
	left: 223px;
	top: 1224px;

	}

			#footer td
			{
				text-align: center;
				font-family: sans-serif;
				font-size: 0.8em;
				color: #1596FF;
			}
			
			#footer-left {
				float: left;
				background:  url(images/bg.gif);
				width: 25px;
				height: 100px;
				padding: 0px;
				margin-right: -3px;
			}
			
			#footer-right {
				float: right;
				background:  url(images/bg.gif);
				width: 25px;
				height: 100px;
				padding: 0px;
				margin-left: -3px;
			}
			
			#footer-middle {
				background:  url(images/bg.gif);
				background-repeat: repeat-x;
				height: 100px;
				text-align: center;
				padding-top: 35px;
				font-size: 1.5em;
				vertical-align: text-bottom;
			}
/* ------------ END Main DIVs -------------*/
/*/////////////////////////////////////////*/





/*/////////////////////////////////////////*/
/* ---------- General Page Setup ----------*/

	/* left navigation */
	#nav
	{
		position: absolute;
		left:10px;
		top: 143px;
		z-index:9;
		padding-left: 0px;
		padding: 0px;
		margin-top:0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
			/* FIX - for IE only */
			* html #nav {
				margin-top: 0px;
				margin-left: 0px;
				padding: 0px;
			}
			
				/* left navigation */
	
/*************************************************************************************/
/*******************************SLIDE SHOW *******************************************/
/*************************************************************************************/				
.slideshow {
	display: block;
	position: relative;
	z-index: 1;


}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	position: absolute;
	z-index: 2;
}

.slideshow-images {
		margin: 0px;
	height: 112px;
	width: 701px;
}
				
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}

.slideshow {
	height: 112px;
	width: 700px;
}
.slideshow a img {
		border:0px;
}

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**************************************************************************************/
/************************Home Style Sheet*****************************************/
/**************************************************************************************/
	#fleft {
		float: left;
		margin-right: 20px;
	}
	
	.fleft {
		float: left;
		padding-right: 5px;
	}
	
	.fleft img{
		float: left;
		padding-right: 5px;
	}
	
	#fright {
		float: right;
		margin-top: 7px;
		margin-right: 12px;
		font-size:1.5em;
	}
	
	#admintools {
		float: right;
		padding-right: 5px;
		margin-right: 5px;
		margin-top: 2px
	}
	
	#userbox {
		float: right;
		padding-right: 10px;
	}
	
	/* middle content area */
	#content
	{
	position: relative;
	left:194px;
	top:99px;
	margin-left: 5px;
	height: auto;
	min-height: 1107px;
	background: #ffffff;
	width: 707px;

	border-right: 4px solid #8CC63F;
	}
	
	 html #content {
		height: 1120px;
		width: 707px; /*859*/
	}
	
	

			.content_table {
				margin-left: 10px;
				margin-right: 4px; 
				background: #ffffff;
			}	
			.header_table {

				margin-left: 10px;
				margin-right: 4px; 
				background: #ffffff;
			}
	.welcometext {
					font-family: 'Arial';
					font-size: 12px;
					text-align: justify;
					margin:15px;
					margin-top: 0px;
				}
				
	.welcomehead {
					font-family:  'Cooper Black','Arial Black' ,  sans-serif;
					font-size: 16px;
					margin-left:15px;
					margin-bottom:10px;
					margin-top: 0px;
				}
	#welcomehead_left {
					font-family:  'Cooper Black','Arial Black' ,  sans-serif;
					font-size: 16px;
					margin-right:15px;
					margin-bottom:10px;
					margin-top: 0px;
				}


	#welcomesmall{
					text-align:center;
					font-family: 'Arial';
					font-size: 10px;
					vertical-align: top;
				}

	.header_text{
					font-family: 'Arial';
					font-size: 14px;
					margin-top: 0px;
					font-weight: bold; 
	}
	.small_news_headline{
					font-family: 'Arial';
					font-size: 13px;
					margin-top: 0px;
					margin-left: 10px;
					margin-right: 10px;
					font-weight: bold;
					text-align:left;
					color:white;
	}
	
	.small_link{
				font-family: 'Arial';
				font-size: 10px;
				margin-top: 0px;
				text-align:center;
				margin-left: 0px;
				color:black;
				
	}
	.news_td{
					padding: 0px;
					border:0px;
					vertical-align: top;
					background: url("images/news.jpg");
					background-repeat: no-repeat;
					
	}
	
	.news_hr{
					width:301px;
					color: #8dc643;
					margin-top: 35px;
					margin-bottom: 8px;
					margin-left:5px;
					margin-right:5px;
					background-color: #8dc643;
					height:3px;
								} 
	* html .news_hr{
					width:301px;
					color: #8dc643;
					margin-top: 30px;
					margin-bottom: 0;
					margin-left:5px;
					margin-right:5px;
			} 
	.news_hr2{
					width:301px; 
					color: #8dc643;
					margin-bottom: 8px;
					margin-top: 8px;
					background-color: #8dc643;
					margin-left:5px;
					margin-right:5px;
					height:3px;
			} 
	* html .news_hr2{
					width:301px; 
					color: #8dc643;
					margin-bottom: 0;
					margin-top: -10px;
					background-color: #8dc643;
					margin-left:5px;
					margin-right:5px;
			} 
			
div.hr {
  height: 3px;
  background: #8dc643 no-repeat scroll center;
}
div.hr hr {
  display: none;
}

.home_images{
text-decoration: none;
}

* html .home_images{
text-decoration: none;
}

.team_text{
					font-family:  'Cooper Black','Arial Black' ,  sans-serif;
					font-size: 16px;
					text-align: justify;
					margin:15px;
					margin-top: 0px;
					text-decoration:underline;
}
/**************************************************************************************/
/************************Interview Style Sheet*****************************************/
/**************************************************************************************/

		.interview_info{
					font-family: 'Calibri ';
					font-size: 14px;
}

		.interview_question{
					font-family: 'Arial';
					font-size: 12px;
					vertical-align: top;
					color: black; 
					font-weight: bold; 
}

		.interview_answer{
					font-family: 'Arial';
					font-size: 12px;
					color: #165EC7;
}
		.interview_list{
					border-left: 3px solid #FF9900;
					vertical-align: top;
					
}

		.paddler_img{
					border: 2.5px solid #FF9900;
		}	
	
/*****************************************************************************************/

/**************************************************************************************/
/************************Dealers Style Sheet*****************************************/
/**************************************************************************************/
#map{

width:678px;
height:500px;
border:1px solid black;
margin:0px;

}
#filter_form{
margin:0px;
}

#dealer_img{
margin:0px;
}
div.scrollPane {
	height: 298px;
	width: 678px;
	border: 1px solid #165EC7;
	color: blue;
}

div.dataNode{
float: left;
padding: 2px;
margin: 10px;
margin-top: 8px;
height:120px;
width:120px;
}

TABLE.infoWindow  {
	font-size : 12px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	background-color: #FFFFFF;
}
TR.infoWindowHeader  {
	font-weight : bold;
	font-size:10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD.infoWindowHeader2  {
	font-weight : bold;
	font-size:10px;
	text-align:left;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


TABLE.dataNode  {
	font-size : 14px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 185px;
}

TR.dataNodeHeader  {
	font-weight : bold;
	color: #002835;	
}
TR.dataNodeOddRow {
	padding: 0px;
	color: #002835;	
}
TR.dataNodeEvenRow {
	BACKGROUND: #ffffff;
	color: #002835;		
}

TR.infoWindowRowOdd {
	padding: 0px;
}

TR.infoWindowRowEven {
	padding: 0px;
}

div.dataNode {
	width: 185px;
	border: 1px solid #00455B;
	background-color: #8CC63F;
	padding: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}

div.dataNode._mouseover{
	background-color: #D3C8E8;
}

/* elable style */ 

.elabel_1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	background-color:#BDD6EF;
	font-weight:bold;
	border:1px #00455B solid;
	width: 200px;
	padding: 3px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	text-align: center;
	color: #002835;
	}

		.wtb_head{
				font-family:  'Cooper Black','Arial Black' ,  sans-serif;
				font-size: 16px;
				margin-left:15px;
				margin-bottom:10px;
				margin-top: 0px;
				border-bottom: 3px Solid #8dc643;
			}
			
			.wtg_spacer{
border-right:0px Solid #8dc643;
}
/*****************************************************************************************/


/**************************************************************************************/
/************************Where To Go Style Sheet*****************************************/
/**************************************************************************************/

.wtg_titles
{
	font-family:  'Cooper Black','Arial Black' ,  sans-serif;
	font-size: 14px;
	width: 100px;	
	color: #165EC7;
}
.wtg_titles2
{
	font-family:  'Cooper Black','Arial Black' ,  sans-serif;
	font-size: 14px;
	width: 180px;	
	color: #165EC7;
}
.wtg_text
{
	font-family: 'Arial';
	font-size: 12px;
	text-align: justify;	
	color: black;
}
.wtg_img
{
	padding: 0px;
	width: 350px;
	height: 320px;
    margin: 0px;
    text-align: left;
    background-color: #165EC7;
    border: 5px solid;
	border-color: #165EC7;
}
.wtg_map
{
    margin: 0px;
    background-color: #165EC7;
    border: 5px solid;
	border-color: #165EC7;

}

.wtg_map_bg{

	border-color: #165EC7;
	height: 300px;
}
.bubble
{
	width:150px;
	heigh:100px;
    margin: 0 auto;
    padding: 1px;
}


.stwrapper
{
width:100px;
height:100px;
}


.subheader
{
		font-family:  'Cooper Black','Arial Black' ,  sans-serif;
		font-size: 14px;
		color: #165EC7;
}
.subsubheader
{
		font-family:  'Cooper Black','Arial Black' ,  sans-serif;
		font-size: 12px;
		color: #165EC7;
}
.directions
{
		height:20px;
		font-family: 'Arial';
		font-size: 10px;
		color: black;
}


/*****************************************************************************************/


/********************************************************************************************/
/******************************Reviews And Reports Style /************************************/
/**********************************************************************************************/

.report_text{
		font-family: 'Arial';
		font-size: 14px;
		color: black;
		font-weight: bold;
}
#report_div{
		vertical-align: top;
}

#reportlisttd{
			border-left: 2px solid #8dc643;
}
#report_div P{
		font-family: 'Arial';
		font-size: 12px;
		color: black;
		text-align: justify;
}
.reportlist{
		font-family: 'Arial';
		font-size: 14px;
		color: blue;
}

.review_product{
		font-family: 'Arial';
		font-size: 18px;
		color: blue;
		text-align: justify;
		font-weight:bold;
}
/************************************************************************************************/


/**************************************************************************************************/
/********************************COACHES**********************************************************/
/**************************************************************************************************/
#uk-map
{
left: 150;
align:centre;

}
#navigation
{
left: 150;
align:centre;

}

/****************************************************************************************************/

/**************************************************************************************************/
/********************************Lingo**********************************************************/
/**************************************************************************************************/
.lingo_text{
font-family: 'Arial';
font-size: 14px;
color: black;
font-weight: bold;
margin:15px;
margin-top:0px;
margin-bottom:0px;
}

.lingo_explan{
font-family: 'Arial';
font-size: 12px;
color: black;
margin:15px;
margin-top:0px;
margin-bottom:0px;
}

/****************************************************************************************************/


/**************************************************************************************************/
/********************************Links**********************************************************/
/**************************************************************************************************/
.links_tr
{
}
.links_td
{
}
.links_text{
font-family: 'Arial';
font-size: 14px;
color: black;
font-weight: bold;
}

.links_explan{
font-family: 'Arial';
font-size: 12px;
color: black;
}

/*****************************************************************************************************/
	
	.newstext 
	{
		font-size: 90%;
		color: #333333;
		padding: 5px 5px 5px 5px;
	}
	.telfax {
		font-size: 1.8em;
		letter-spacing: -1px;
		color: #558833;
	}	
	
	.affiliates_address {
		border-top: 2px solid #c0de45;
		font-size: 0.7em;
		color: #999999;
	}
	

	/* content text formatting*/
	td.contenttext 
	{
		font-family:"Trebuchet MS","Lucida Grande";
		font-size: 12px;
		color: #333333;
		padding: 5px 5px 5px 5px;
	}
	
			table.contenttext 
			{
				padding: 10px 10px 10px 10px;
			}
			
			tr.contenttext td 
			{
				padding: 10px 10px 10px 10px;
			}

	/* page title graphics */
	#title-container {
		width: 100%;
		height: 80px;
		max-height: 80px;
		padding: 0px;
		margin: 0px;
	}

			#title-left {
				float: left;
				width: 19px;
				height: 80px;
				padding: 0px;
				margin-right: -3px;
			}
			
			#title-right {
				float: right;
				width: 19px;
				height: 80px;
				padding: 0px;
				margin-left: -3px;
			}
			
			#title-middle {
				background: url(page_title_fill.jpg);
				background-repeat: repeat-x;
				height: 80px;
				padding: 0px;
				text-align: center;
				font-size: 1em;
				letter-spacing: -1px;
				color: #1596FF;
			}
			
				#title-middle a{
					color: #1596FF;
					text-decoration: none;
				}
				
				#title-middle a:hover, a:focus {
					color: #FF6600;
				}

	/* page footer graphics */
	#page-footer-container {
		width: 100%;
		height: 52px;
		max-height: 58px;
	}

			#page-footer-left {
				float: left;
				background: url(page_titles/content_bottom_left_2.jpg%22);
				width: 19px;
				height: 52px;
				padding: 0px;
				margin-right: -3px;
			}
			
			#page-footer-right {
				float: right;
				background: url(page_titles/content_bottom_right_2.jpg%22);
				width: 19px;
				height: 52px;
				padding: 0px;
				margin-left: -3px;
			}
			
			#page-footer-middle {
				background: url(page_titles/content_bottom_fill_2.jpg%22);
				background-repeat: repeat-x;
				height: 52px;
				padding: 0px;
			}
			
	/* page title graphics */
	#title-container-2 {
		width: 300px;
		padding: 0px;
		margin: 0px;
	}


	/* page footer graphics */
	#page-footer-container-2 {
		width: 300px;
		height: 80px;
		max-height: 80px;
	}			

	/* accreditations */
	#credits
	{
	float:left;
	width: 920px;
	position: relative;
	left: 10px;
	height: 95px;
	top: 0px;
	clear: left;
	}
			
			#credits img {
				margin-top: 0px;
				border: 0px;   
				margin: 0px -3px 0px 0px;
				padding: -5px;
				text-decoration: none; 
			}
			
			#credits a {
			text-decoration: none; 
			}
			
			#credits img:hover{
			text-decoration: none; 
			}

			#credits a:hover {
			text-decoration: none; 
			}
				#credits2 {
				margin-top: 0px; 
				border: 0px;   
				margin: 0px -3px 0px 0px;
				position: relative;
				left:781px;
				top:-63px;
				text-decoration: none; 
			}
/* ---------- End General Page Setup ----------- */
/*///////////////////////////////////////////////*/

/*//////////////////////////////////////////*/
/* ----------- General Formatting ----------*/
	b.green {
		color: #165EC7;
	}

	a , a:visited 
	{
		text-decoration:underline;
		color: #165EC7;  
	}

	a:hover, a:focus 
	{
		color: #FF6600;   /*Orange*/
	}
	
	h1 
	{ 
		font-family: sans-serif;
		font-size: 26px;
		color: #1596FF;
	}

	ul
	{
		list-style-type: none;
		padding: 0;
		margin-left: 0.2em;
	}

	.link_list
	{
		list-style-type: none;
		padding: 0;
		margin-left: 0.2em;
	}
	li.sitemap
	{
		padding-left: 3.6em;
		background-position: 2.1em 0.4em;
	}
	.list:li
	{
		background-image: url("images/arrow_bullet.jpg");
		background-repeat: no-repeat;
		background-position: 0 0.4em;
		padding-left: 1.6em;
		font-size: 100%;
	}
	.links_li
	{
		background-repeat: no-repeat;
		background-position: 0 0.4em;
		padding-left: 0.8em;
		font-size: 100%;
	}

	li
	{
		background-image:  url("images/arrow_bullet.jpg");
		background-repeat: no-repeat;
		background-position: 3 0.4em;
		padding-left: 1.2em;
		font-size: 100%;
		list-style: none;
	}
	#basic_li{
		background-image:  url("images/arrow_bullet.jpg");
		background-repeat: no-repeat;
		background-position: 3 0.4em;
		padding-left: 1.8em;
		font-size: 100%;
		list-style: none;
	}
	
	* html 	#basic_li{
		background-image:  url("images/arrow_bullet.jpg");
		background-repeat: no-repeat;
		background-position: 3 0.4em;
		padding-left: 1.2em;
		font-size: 100%;
		list-style: none;
	}
	#keelHead{
	margin-right:15px;
	margin-top:5px;
	}
	
			li:link 
			{
				text-decoration: none;
			} 
			
			li:hover, li:focus, li:visited:hover 
			{ 
				text-decoration: none;
			}
			
			li:active 
			{
				text-decoration: none;
			}
			
			li:visited 
			{
				text-decoration: none;
			}
		
	blockquote {
		color: #1596FF;
		font-size: 1.2em;
		position: relative;
		text-indent: 2em;
	}
	
	blockquote:first-letter {
		font-size: 1.4em;
	}
	
	.bqstart, .bqend {
		font-size: 4em;
		font-family: sans-serif;
	}
	
	.bqstart {
		text-indent: 0;
		position: absolute;
		top: -0.4em;
		left: -0.5em;
	}
	
	* html .bqstart {
		left: -1em;
	}
	
	* html .bqend {
		right: 0em;
	}
	
	.bqend {
		position: absolute;
		margin-bottom: -0.0em;
		right: -0.5em;
		text-indent: 0;
	}	
		
	.submit input 
	{
		font-size: 18px;
		font-family: "Trebuchet MS", "Lucida Green";
		height: 35px;
		padding: 2px; 
	}
/* --------- END General Formatting ----------*/	
/*////////////////////////////////////////////*/





/*////////////////////////////////////////////*/
/*------------- Other Formatting -------------*/
	.small_text {
		font-size: 0.7em;
		color: #999999;
	}
	.small_text_dealers {
		font-size: 0.7em;
		color: #999999;
		margin: 0; 
		padding:0; 
	}
	.small_text1 {
		font-size: 8px;
		color: #999999;
	}
	
	.alternate_nav {
		font-size: 0.7em;
		color: #999999;
	}
	
	.alternate_nav a:hover {
		color: #FF6600;
	}
	
	.alternate_nav a:visited, a:active {
		color: #999999;
	}

/* --------- END Other Formatting ----------*/
/*//////////////////////////////////////////*/
/**************************************************************************************************/
/********************************COACHES**********************************************************/
/**************************************************************************************************/
#uk-map
{
left: 150;
align:centre;

}
#navigation
{
left: 150;
align:centre;

}

/****************************************************************************************************/
/**************************************************************************************/
/************************Dealers Style Sheet*****************************************/
/**************************************************************************************/
#map{

width:678px;
height:500px;
border:1px solid black;
margin:0px;

}
#filter_form{
margin:0px;
}

#dealer_img{
margin:0px;
}
div.scrollPane {
	height: 298px;
	width: 678px;
	border: 1px solid #165EC7;
	color: blue;
}

div.dataNode{
float: left;
padding: 2px;
margin: 8px;
margin-top: 8px;
height:120px;
width:120px;
}
div.CdataNode{
float: left;
padding: 2px;
margin: 8px;
margin-top: 8px;
height:55px;
width:120px;
}
.coachTitle{
	font-size : 12px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

TABLE.infoWindow  {
	font-size : 12px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	background-color: #FFFFFF;
}
TR.infoWindowHeader  {
	font-weight : bold;
	font-size:10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD.infoWindowHeader2  {
	font-weight : bold;
	font-size:10px;
	text-align:left;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


TABLE.dataNode  {
	font-size : 14px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px; /*185px;-**/
}
TABLE.CdataNode  {
	font-size : 14px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px; /*185px;-**/
}

TR.dataNodeHeader  {
	font-weight : bold;
	color: #002835;	
}
TR.CdataNodeHeader  {
	font-weight : bold;
	color: #002835;	
}
TR.dataNodeOddRow {
	padding: 0px;
	color: #002835;	
}
TR.CdataNodeOddRow {
	padding: 0px;
	color: #002835;	
}
TR.dataNodeEvenRow {
	BACKGROUND: #ffffff;
	color: #002835;		
}
TR.CdataNodeEvenRow {
	BACKGROUND: #ffffff;
	color: #002835;		
}

TR.infoWindowRowOdd {
	padding: 0px;
}

TR.infoWindowRowEven {
	padding: 0px;
}

div.dataNode {
	width: 200px;
	border: 1px solid #00455B;
	background-color: #8CC63F;
	padding: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}
div.CdataNode {
	width: 200px;
	border: 1px solid #00455B;
	background-color: #8CC63F;
	padding: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}

div.dataNode._mouseover{
	background-color: #D3C8E8;
}
div.CdataNode._mouseover{
	background-color: #D3C8E8;
}
/* elable style */ 

.elabel_1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	background-color:#BDD6EF;
	font-weight:bold;
	border:1px #00455B solid;
	width: 200px;
	padding: 3px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	text-align: center;
	color: #002835;
	}

		.wtb_head{
				font-family: 'Cooper Black', 'Arial Black' , sans-serif;
				font-size: 16px;
				margin-left:15px;
				margin-bottom:10px;
				margin-top: 0px;
				border-bottom: 3px Solid #8dc643;
			}
			
			.wtg_spacer{
border-right:0px Solid #8dc643;
}
/*****************************************************************************************/
