@charset "UTF-8";
/* CSS Document */
/*scrollbar styles*/
::-webkit-scrollbar { width: 10px; } 
/* Track */ 
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); -webkit-border-radius: 8px; border-radius: 8px; background:#CCC;  } 
/* Handle */ 
::-webkit-scrollbar-thumb { -webkit-border-radius: 8px; border-radius: 8px; background:rgba(153,153,153,1); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } 
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); }

/*shadow styles*/
#Example_K {
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
}
/*END shadow styles*/

#staticlogo{
	text-align:center;
}
	
	
#page_container {
	background-color:rgba(255,255,255,1);
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	z-index:-100;
	
}

/*top band*/
#top_container {
	background-color:#1462ad;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
	position:fixed;
	top: 0px;
	left:340px;
	z-index:900;
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.8);
    -moz-box-shadow:  0px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  0px 5px 5px -5px rgba(0,0,0,0.8);
}


#pinksection {
	background-color:#ed2317;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 340px;
/*	width: 298px;
*/	position:fixed;
	top: 0px;
	float:left;
	z-index:910;
}
/*END TOP BAND*/

/*TOP MENU*/
#menuband {
	padding: 5px;
	height: 40px;
}

#DMenu{
	position: fixed;
	left:370px;
	height:25px;
	overflow:hidden;
	white-space: nowrap;
}


#DMenu ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#ed2317;
	text-decoration: none;
	text-shadow:none;
	display: block;
	padding: 0px;
	list-style-type: none;
	float:left;
	z-index:950;
}

#DMenu ul li a {
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
	text-shadow:none;
}

#DMenu a:hover {
	color: #FFF;
	background-color:#55b946;
}

#DMenu ul {
	margin: 0px;
	padding: 0px;
}


/* range right menu  */

#DMenuRR{
	position: fixed;
	right:10px;
	height:25px;
	overflow:hidden;
	white-space: nowrap;
}


#DMenuRR ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#ed2317;
	text-decoration: none;
	text-shadow:none;
	display: block;
	padding: 0px;
	list-style-type: none;
	float:left;
	z-index:950;
}

#DMenuRR ul li a {
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
	text-shadow:none;
}

#DMenuRR a:hover {
	color: #FFF;
	background-color:#55b946;
}

#DMenuRR ul {
	margin: 0px;
	padding: 0px;
}

/*end range right menu*/
/*END TOP MENU */

#main_window {
	background-color:#0f0;/*bright green #0f0*/
	padding: 0px;
}

#main_container {
	background-color:#F30;/*orange   #F30*/
	height: 760px;
	width: 100%;
	/*margin-left:300px;*/
	margin-left:340px;
	margin-top:5px;
	z-index: 200;
	overflow:hidden;
}

#thelogohere{/*3.12.13 hidden as per pd*/
		/*width:340px;
		height:300px;
		padding:2px;
		position:fixed;
		top:23px;
		left:340px;


		background-color:rgba(255,255,255,0.8);
		
		border-bottom-right-radius:2em;
		-webkit-border-bottom-right-radius:2em; /* Safari */
		
		/*-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   		 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    	box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
		z-index:600;*/
        display: none; 
		
} 


#thelogoNotHere{
		width:15px;
		height:260px;
		padding-top:2px;
		position:fixed;
		top:25px;
		background-color:rgba(204,0,102,0.8);
		
		border-bottom-right-radius:2em;
		-webkit-border-bottom-right-radius:2em; /* Safari */
		
		-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   		 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    	box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
		z-index:650;
} 



.thelogoheretext{
	color: #003473;
	text-align: center;	
	}

/*#User_location{
		width:200px;
		height:91px;
		position:fixed;
		top:76px;
		right:2px;
		padding-right:10px;
		padding-top:0px;
		margin-top:0px;
		z-index:830;
} */

#user_postcode{
		width:240px;
		height:40px;
		/*max-width:230px;
		max-height:42px;*/
/*		overflow:hidden;
*/		/*position:relative;*/
		position:fixed;
		right:2px;
/*		float:right;
*/		padding:5px 10px 10px 10px;
		top:70px;
		margin-right:30px;
		border: thin solid rgb(204,204,204);
		background-color:rgba(0,0,0,1);
		border-bottom-left-radius:0.5em;
		border-bottom-right-radius:0.5em;
		border-top-left-radius:0.5em;
		border-top-right-radius:0.5em;
		-webkit-border-top-left-radius:0.5em; /* Safari */
		-webkit-border-top-right-radius:0.5em; /* Safari */
		-webkit-border-bottom-left-radius:0.5em; /* Safari */
		-webkit-border-bottom-left-radius:0.5em; /* Safari */
		-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   		 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    	box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
		z-index:850;
} 

.pcodeinput{
	/*background-color:#00FF00;*/
	overflow:hidden;
	width:170px;
	}


#search_container {
	background-color:rgb(255,255,255);
	padding:10px 10px 0px 10px; 	
	height:152px;
	/*width: 278px;*/
	width: 320px;
	position:fixed;
	top: 0px;
	z-index:400;
	
}


#results_container {
	background-color:#FFFFFF;
	/*width: 278px;*/
	width: 320px;
	position:fixed;
	top: 232px;
	padding:10px;
}


#matchesfound {
	background-color:#FFFFFF;
	width: 339px;
/*	width: 278px;
*/	
/*	height:38px;
*/	position:fixed;
	top: 178px;/*change here to accommodate deeper/shallower council logos*/
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#resultlist {
   width: 339px;
   /*width: 278px;*/
   bottom:10px; /*here */
   position: fixed;
   overflow: hidden;
   top: 220px;
   left: 0;
   padding:0px 10px 10px 10px; 
   background-color:#FFFFFF;
}

.results_wrapper {
	width: 97%;
    height: 98%;
    /*background-color:#FFFFFF;*/
    overflow: auto;
    position: absolute;
}




/*now styles for inside the containers*/


.seachpanelText {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	text-overflow: ellipsis;
	text-shadow:none;

	}
	
#DResultsList{
	height: auto;
	width:303px;
}

.DRLclassifications {
	color: #333;
	font-size: 11px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-shadow:none;

}

.DRLcompanyname {
	font-family: Verdana, Geneva, sans-serif;
	color:#000000;
	font-size: 13px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 5px;
	text-decoration:none !important;
	text-shadow:none;
}


.DRLaddress {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight:300;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top:5px;
	text-shadow:none;
}

.DRLupdatelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight:300;
/*	display: block;
	text-overflow: ellipsis;*/
	overflow: hidden;
	padding-top:5px;
	text-shadow:none;
}

.DRLhours {
	font-family: Arial, Helvetica, sans-serif;
	color:#000099;
	font-size: 12px;
	font-weight:300;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top:5px;
	cursor:cell;
}
.DRLlinksText {
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(90,165,10);
	font-size: 12px;
	font-weight:700;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width:100%;
}

#DRLlinks ul li {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	word-spacing: 2pt;
	display: block;
	padding: 1px;
	list-style-type: none;
	float:left
}
#DRLlinks ul li a {
	/*color:rgba(51,153,255,1);*/
	/*color:rgb(90,165,10); THIS IS THE GREEN*/
	color:#0F8FB7; /*THIS IS THE BLUE*/
	text-decoration: none;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	display: block;
}

.DRLlinksNoLink {
	color:rgba(204,204,204,1);
	/*color:rgba(153,153,153,1);*/
	text-decoration: none;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	display: block;
}

#DRLlinks a:hover {
	color: #F09;
}
#DRLlinks ul {
	margin: 0px;
	padding: 0px;
}

.DRLlinksTextinfo {
	font-family: Arial, Helvetica, sans-serif;
	color:#0F8FB7;
	font-size: 10px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width:100%;
}

#DRLlinksinfo ul li {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	word-spacing: 2pt;
	display: block;
	padding: 1px;
	list-style-type: none;
	float:left
}
#DRLlinksinfo ul li a {
/*	color:#0F8FB7; this is the blue*/	
	color:#5fa50a;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 1px;
	display: block;
}

.DRLlinksNoLinkinfo {
	color:rgba(153,153,153,1);
	text-decoration: none;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 1px;
	display: block;
}

#DRLlinksinfo a:hover {
	color: #F09;
}
#DRLlinksinfo ul {
	margin: 0px;
	padding: 0px;
}
8888

.DRLMenuText {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-overflow: ellipsis;
	font-size: 10px;
	font-weight:normal;
}


#showmap_container {
  width:300px;
  height:300px;
  margin-left:300px;
  margin-top:50px;
}

#home_container{
	width:300px;
	height:300px;
	margin-left:300px;
	margin-top:50px;
	}
	
#about_container{
 	height: 300px;
    margin-left: 360px;
    margin-top: 50px;
    width: auto;
	display:none;
}
#about_container2{
 	height: 300px;
    margin-left: 0px;
    margin-top: 50px;
    width: auto;
}

#mobile_container{
width:300px;
height:300px;
margin-left:300px;
margin-top:50px;
}


#advert_container {
	bottom:10px; /*here */
   position: fixed;
   overflow: hidden;
   top: 30px;
   right:0px;
   left: 350px;
   padding:10px;	
   background-color:rgba(255,255,255,1);
}

.advert_wrapper {
	width: 99%;
    height: 98%;
    background-color:rgba(255,255,255,1);
    overflow: auto;
    position: absolute;	
		z-index:370;
}

#advert_close {
	display:none;
	width: 80px;
    height: 20px;
	text-align:center;
	padding:2px;
    background-color:#003473;
    position: fixed;
	right:30px;
	top:25px;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   	 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
	z-index:390;
	
}

.closefont{
	font:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; }
	
a.closefont: link   
{ 
Text-decoration: none;   
}

#User_location {
	/*width: 59px;
    height: 36px;*/
	padding:2px;
    /*background-color:#003473;*/
    position: fixed;
	right:30px;
	top:25px;
	/*border:#666666 thin solid;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   	 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);*/
	z-index:830;
} 
	
.setlocationfont{
	font:Arial, Helvetica, sans-serif; font-size:10px; line-height:10px !important; color:#FFFFFF; text-decoration:none; text-align:center;}

#route_close {
	display:none;
	width: 80px;
    height: 20px;
	text-align:center;
	padding:2px;
    background-color:#003473;
    position: fixed;
	right:30px;
	top:25px;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   	 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
	z-index:391;
}

#website_close {
	display:none;
	width: 80px;
    height: 20px;
	text-align:center;
	padding:2px;
    background-color:#003473;
    position: fixed;
	right:30px;
	top:25px;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   	 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
	z-index:392;
}


#streetview_close {
	display:none;
	width: 80px;
    height: 20px;
	text-align:center;
	padding:2px;
    background-color:#003473;
    position: fixed;
	right:30px;
	top:25px;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   	 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
	z-index:393;
	
}

#sponsorstreetview_close {
	display:none;
	width: 80px;
    height: 20px;
	text-align:center;
	padding:2px;
    background-color:#003473;
    position: fixed;
	right:30px;
	top:25px;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.8);
   	 -moz-box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
    box-shadow:  5px 5px 5px -5px rgba(0,0,0,0.8);
	z-index:391;
	
}
#join_container{
width:300px;
height:300px;
margin-left:300px;
	margin-top:50px;
}




#map-canvas{
   width: 100%;
   bottom:10px; /*here */
   position: fixed;
   overflow: hidden;
   top: 23px;
   left: 300px;
   padding:0px;	
   z-index:300;
   
}

#map-canvasthree{
	width: 100%;
	position: fixed;
	overflow: hidden;
	top: 23px;
	left: 340px;
	padding: 0px;
	z-index: 300;
	display:none;
}


.mapinner {
    width: 98%;
    height: 100%;
    background-color:rgba(51,255,102,1);
    overflow: auto;
    position: absolute;
}


#route_container {
	bottom:2px; 
   position: fixed;
/* overflow: hidden;*/
	top: 10px;
   right:0px;
   left: 342px;
   padding-top:10px;
   padding-right:10px;	
   padding-bottom:10px;	
	padding-left:0px;
	display:none;
  /* visibility:hidden;*/
	z-index:315;
}


.route_inner_dirpanel {
	width: 95%;
 /*   height: 50%;*/
 top: 270px;
 bottom:10px;
 right:100px;
 padding:6px;
    background-color:rgba(255,255,255,1);
    overflow: auto;
    position: absolute;	
}

#paneldir {
	background-color:#FFFFFF;
	width: 260px;
	overflow: auto;
	position: fixed;
	z-index: 350;
	top: 290px;
	right: 2px;
	bottom: 2px;
}

.route_inner {
	width: 99%;
    height: 98%;
    background-color:rgba(255,255,255,1);
    overflow: auto;
    position: absolute;	
}

#route_innerTwo {
	width: 270px;
	bottom:1px; 
    background-color:#FFFFFF;
/*    overflow: auto;
*/    position: fixed;	
	top: 20px;
   	right:0px;
	padding-left:10px; 
	padding-top:20px;
	-webkit-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -3px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow:         -3px 0px 3px rgba(0, 0, 0, 0.3);
}

/*#website_container{
overflow: hidden;
position: fixed;
bottom:10px; 
top: 30px;
 right:0px;
 left: 330px;
 background-color:rgba(255,255,255,1);
-ms-zoom: 0.90;
-moz-transform: scale(0.90);
-moz-transform-origin: 0px 0;
-o-transform: scale(0.90);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.90);
-webkit-transform-origin: 0 0;

}*/
#oursponsors_container {
	display:none;
	position:fixed;
	top:20px;
	left:340px;
	right:0em;
	margin-right:2px;
	margin-left:0px;
	margin-bottom:10px;
	height:99%;
}

.oursponsors_wrapper {
	width: 99%;
    height: 98%;
    background-color:rgba(255,255,255,1);
    overflow: auto;
    position: absolute;	
	z-index:379;
}



#website_container {
	position:fixed;
	top:20px;
	left:340px;
	right:0em;
	margin-right:2px;
	margin-left:0px;
	margin-bottom:10px;
	height:99%;
	overflow-x: scroll;
    overflow-y: hidden;
}

.website_wrapper {
	width: 99%;
    height: 98%;
    background-color:rgba(255,255,255,1);
    overflow: auto;
    position: absolute;	
	z-index:379;
}



#mapinfopanel{
	width:98%;
	height:98%;
	/*min-height:80px;*/
	overflow: auto;
	}

.mapinfopanelTwo{
	width:98%;
	height:98%;
	/*min-height:80px;*/
	overflow: auto;
	}
	
.DMPPanelconame{
	
	font-family: Verdana, Geneva, sans-serif;
	color:#C06;
	font-size: 12px;
	font-weight: bold;
	
	}
	
	
.DMPPaneladdress{
	/*background-color:#FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
/*	display: block;
height:auto;*/	
	/*text-overflow: ellipsis;*/
	}


.DMPPaneltel{
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 12px;
	font-weight:900;
	text-decoration:none;
	
	}	
	
.recentlyadded{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	font-weight:900;
	line-height:12px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block; 
	vertical-align:middle;

	}
	
.recentlyaddedPK{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#003473;
	font-weight:900;
	line-height:12px;
	display:inline-block;
	vertical-align:middle;
	
	}
	
	
/*/////// BUTTON STYLES/////////*/

.pcodesendbut {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:23px;
	line-height:23px;
	width:51px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #c70067;
	padding-left:2px;
}
.pcodesendbut:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}

.pcodesendbut:active {
	position:relative;
	top:1px;
}

.gradOne   {
background: #eeeeee; /* Old browsers */

background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */

background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


}

/*///////////////END BUTTIN STYLES*/


/*start of directions panel style*/

.MPDirTitle{
	/*background-color:#FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	/*margin-left:5px;*/	
		
}

.ui-icon-car {
	background-image: url("car2.png");
}

.MPbyCar {
	font-family:Verdana, Geneva, sans-serif; color:#333; font-size:9px; font-weight:bold; text-align:center;}
	
.MPdriving{
	/*background-color:#FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color:#0E7EC6;
	font-size: 14px;
	font-weight: bold;
	/*text-decoration:underline;*/
	/*margin-left:5px;*/		
}
.MPwalking{
	/*background-color:#FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color:#4C8115;
	font-size: 14px;
	font-weight: bold;
	/*text-decoration:underline;*/
	/*margin-left:5px;*/		
}

.MPconame{
	font-family: Verdana, Geneva, sans-serif;
	color:#003473;
	font-size: 14px;
	font-weight: bold;
}

.MPaddress{
	/*background-color:#FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	/*margin-left:5px;*/	
		
}

.MPtel{
	/*background-color:#FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 12px;
	font-weight:900;
	text-decoration:none;
	/*display: block;*/
	
	/*margin-left:5px;*/	
		
}

#MPmap{
	text-align: center;
	margin: 10px;
	border: thin solid #96c43e;	
}

#MPcar{
	background-color:#FFF;
	text-align: left;
	margin-top:10px;
	
		
}
#MPwalk{
	background-color: #FFF;
	text-align: left;
	margin-top: 10px;
	
}

/*end of directions panel style*/


/*start of cookies panel*/
#cookiespanel{
/*		width:100%;
*/		height:auto;
		padding-left:15px;	
		padding-right:15px;	
		position:fixed;
		top:0px;
		left:340px;
		right:0px;
		background-color:rgba(85,185,70,0.8);
		z-index:2000;
		clear:both;
} 


#cookiespaneltxtTwo{
		width:100%;
		height:auto;
		padding:10px;
		left:340px;
		right:40px;
} 


.cookiespaneltxt{
	font-family:Verdana, Geneva, sans-serif;
	color:rgba(255,255,255,1);
	font-size:14px;
	text-shadow:none;
	text-align:center;
} 

.cookiespaneltxt a:link,{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-shadow:none;
	text-align:center;
}
.cookiespaneltxtsmll{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	text-shadow:none;
	font-weight:bold;
}

#cookiechkbox{
	width:250px;
	
}


.cookiechkbox{
	font-size:10px;
	data-mini:true;
	}


.happyicons{
	vertical-align:middle;
	padding-right:3px;
	}


#cookiesInfoPanel{
		width:100%;
		height:auto;
		padding:0px;
		position:fixed;
		top:0px;
		left:340px;
		right:0px;
		margin-top:90px;
		background-color:rgba(51,51,51,0.8);
		z-index:1999;
		clear:both;
} 

.cookiesInfopaneltxt{
	font-family:Verdana, Geneva, sans-serif;
	color:rgba(255,255,255,1);
	font-size:12px;
	text-shadow:none;
} 

#cookiesInfopaneltxtTwo{
		width:70%;
		height:auto;
		padding:40px;
		left:340px;
		right:40px;
} 



/*end of cookies panel*/

.pcodesendbutgry {
	-moz-box-shadow:inset 0px 1px 2px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 2px 0px #ffffff;
	box-shadow:inset 0px 1px 2px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #c2c2c2;
	display:inline-block;
	color:#525252;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:29px;
	line-height:29px;
	width:37px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding-left:5px;
}
.pcodesendbutgry:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.pcodesendbutgry:active {
	position:relative;
	top:1px;
}

/*styles for the sponsors pages*/
.companynamesponsor{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:19px;
	}
.addresssponsor{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:14px;
	}
.editorialsponsor{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	}
.websponsor{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000066;
	font-size:12px;
	}
	
.websponsor a:link{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000066;
	font-size:12px;
	text-decoration:none;
	}
	
/*

#desktoproll{
	 float: right;
    left: 100px;
    padding-top: 30px;
    right: 10px;
    top: 0;
	}
.desktoprollclass{
	vertical-align: top;
	position: absolute;
	overflow: hidden;
}
		
#tablettoproll{
	clear: both;
    float: right;
    left: 30px;
    top: 220px;
}
	
.tablettoprollclass{
	position: absolute;
	overflow: hidden;

}
		
			
#mobiletoproll{
	top: 310px;

}
	
.mobiletoprollclass{
	position: absolute;
	overflow: hidden;
}*/
.aboutstandfirst {
	color: #717376;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
}
