﻿html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 12px;	
}

.map 
{
   position: relative;
   top: 20;
   left: 10;
   width: 100%;
   height: 400px;
   border:#555555 2px solid;
}

/* Define a style used for infoboxes */
.infobox 
{
    position: absolute;
    border: solid 1px #888888;
    background-color: #ffffff;
    z-index: 1000;
    padding: 5px;
    width: 300px;
    /*height: 150px;*/
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888888;
}

.OrangePin .text
{ 
    position: relative; 
    top: 5px; 
    left: 7px;
    color: White;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.OrangePin .text2
{ 
    position: relative; 
    top: 5px; 
    left: 4px;
    color: White;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
}


.OrangePin 
{
    background: url(../images/OrangePushpin.png);
    width: 25px;
    height: 39px;
}  


* html div.OrangePin {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/OrangePushpin.png", sizingMethod="crop");
}         

.BluePin {
    background: url(../images/BluePushpin.png);
    width: 25px;
    height: 39px;
}  

* html div.BluePin {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/BluePushpin.png", sizingMethod="crop");
}    

.StartPoint {
    background: url(../images/StartPoint.png);
    width: 25px;
    height: 39px;
}  

* html div.StartPoint {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/StartPoint.png", sizingMethod="crop");
}   

.EndPoint {
    background: url(../images/EndPoint.png);
    width: 25px;
    height: 39px;
}  

* html div.EndPoint {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/EndPoint.png", sizingMethod="crop");
}         

.ie6_StartPoint {
    background: url(../images/ie6_StartPoint.png);
    width: 28px;
    height: 37px;
}  

* html div.ie6_StartPoint {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ie6_StartPoint.png", sizingMethod="crop");
}   

.ie6_EndPoint {
    background: url(../images/ie6_EndPoint.png);
    width: 28px;
    height: 37px;
}  

* html div.ie6_EndPoint {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ie6_EndPoint.png", sizingMethod="crop");
}   

.closeroll
{
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/x.png") no-repeat 0 0;

}

.closeroll:hover
{ 
  background-position: -10px 0;
}

.cssdir, .cssdir:visited
{
	color: #025EA5;
}

.divextra
{
	background-color: #CCCCCC;
	padding: 5px;
}

.popextra 
{
	background-color: #CCCCCC; 
	padding: 5px; 
	height: 50px;	
}

.infotext 
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.instruct
{
	color: #b6b6b6;
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size: 16px;
}

.MoreInfoFont
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
}

.MoreInfo2Link
{
	text-decoration: none;
	color: Black;
}

.MoreInfoDIV
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	display: none
}

.MapLink 
{
	color: #025EA5;
}


#directions_div { width: 700px; }
#directions_div ul { margin-left: 0; padding-left: 0; list-style-type: none; }
#directions_div a { display: block; padding: 3px; background-color: white; border-bottom: 1px solid white; }
#directions_div a:link, #navlist a:visited { text-decoration: none; color: black; }
#directions_div a:hover { background-color: #CCCCCC; color: black; }

div.table-row { width:600px; }
div.col_num { border: none; float: left; margin: 0; padding: 0; width: 25px; }
div.col_fill1 { border: none; float: left; margin: 0; padding: 0; width: 25px; }
div.col_text { border: none; float: left; margin: 0; padding: 0; width: 400px; }
div.col_fill2 { border: none; float: left; margin: 0; padding: 0; width: 50px; }
div.col_distance { border: none; float: right; margin: 0; padding: 0; width: 100px; text-align: right; }
div.clear { clear: both; margin: 0; padding: 0; width: auto; }

.disclaimer
{
	font-size: 10px;	
	padding: 20px 0; 
	text-align: center;
	width: 100%; 
	color: #999
}

#lblProImg {
    margin-top: 20px;
    display: block;
    border: 1px solid #ccc;
    background: #fbfbfb;
    padding: 0 10px;
    width: 95%;
}
#lblProImg p {
    margin-bottom: 10px; 
    padding: 0;
}
#lblProImg > p:last-child {
    font: bold 12px arial;    
}

#lblProImg p.title
{
	font: bold 13px arial;    
}

.map-container {
	width: 100%;
	height: 400px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}

#myMap {
	height: 100%;
	width: 100%;
	border: 1px solid #bbb;
}

/* Styling for the popup content */

.popup-content {
	position: relative; /* Establishes a positioning context */
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.popup-content .close-button {
	position: absolute; /* Positions the button relative to .popup-content */
	top: 5px; /* Adjust as needed */
	right: 5px; /* Adjust as needed */
	text-decoration: none;
	color: black;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px; /* Optional: adjust the size of the 'x' */
}

.popup-content h3 {
	margin: 0;
	padding-bottom: 5px;
}

.popup-content p {
	margin: 5px 0;
}

.popup-content a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.popup-close {
	display: none;
}

#backLinkDiv {
	margin-top: 10px;
	text-align: left;
	padding-left: 20px; /* Align the link with the map and instructions */
}


#instructions {
	margin-top: 20px;
	padding-left: 20px; /* Align the instructions with the map */
}

.hidden {
	display: none;
}