/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: black;
	 text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	font-family: 'Open Sans', 'Trebuchet MS', 'Helvetica', serif;
	
	background: url(../images/road_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
}

#map_canvas {
    position: relative;
	width: 100%;
    height: 84%;
    margin: 0;
    padding: 0;
}


.dashed_line {
	
	height: 2px;
	border-bottom: 3px dashed yellow;
	
	}

.header {
	
	width:100%;
	padding:0px;
	padding-left:0px;
	margin:0px;
	height: 12%;
	min-height: 125px;
	border-top: 3px solid yellow;
	border-bottom: 3px solid white;
	
	
	/* IE10+ */ 
background-image: -ms-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #636363), color-stop(100, #1d1d1d));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #636363 0%, #1d1d1d 100%);
	
}


.header_page {
	
	width:100%;
	padding:0px;
	padding-left:0px;
	margin:0px;
	height: 12%;
	min-height: 125px;
	border-top: 3px solid yellow;
	border-bottom: 3px solid white;
    position:fixed;
    top:0;
    z-index:100;
	
	
	/* IE10+ */ 
background-image: -ms-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #636363), color-stop(100, #1d1d1d));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #636363 0%, #1d1d1d 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #636363 0%, #1d1d1d 100%);
	
}


.header_space {
	padding:0px;
}

.padding_bottom {
	padding:5px;
}

.body {
	
	width:100%;
	background-color:#fff;
}

.page_1 {
	padding:50px;
	background: url(../images/road_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
}

.page {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px;
	
}

.page_doesnt_matter {
	background: url(../images/pages/it_just_doesnt_matter_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px;
	
}


.map {
  width: 100%; height: 100%;
}




.footer {
	min-height: 150px;
	width:100%;
	bottom:100%;
	padding-top:0px;
}


a {text-decoration: none}

p {
  	margin:0;
	padding:0;
	color:#fff;
	font-weight:700;
}

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

p a:link {
	color: #fff;
	text-decoration: none;
}      /* unvisited link */

p a:visited {
	color: #fff;
	text-decoration: none;
}  /* visited link */

p a:hover {
	color: yellow;
	text-decoration: underline;
}  /* mouse over link */

p a:active {
	color: #fff;
	text-decoration: none;
}  /* selected link */


h1 {
	font-size:16px;
	
}


h2 {
	font-size:48px;
	font-weight:700;
	color:yellow;
	margin:0;
	margin-top:20px;
	margin-bottom:5px;
}

h3 {
	font-size:30px;
	font-weight:700;
	color:white;
}

h4 {
	font-size:24px;
	font-weight:700;
	color:yellow;
	margin-bottom:9px;
}

h5 {
	font-size:18px;
	font-weight:700;
	color:yellow;
	margin-bottom:9px;
}

h2 a {
  	
	text-decoration: none;
}

h2 a:link {
	
	text-decoration: none;
}      /* unvisited link */

h2 a:visited {
	
	text-decoration: none;
}  /* visited link */

h2 a:hover {
	
	text-decoration: underline;
}  /* mouse over link */

h2 a:active {
	
	text-decoration: none;
}  /* selected link */

.noUnderline:hover {
	text-decoration: none;
	
	}
	
.textGlow:hover {
	text-shadow: 0 0 20px rgba(255,255,255,1);
	
	}
	
.backToTop {
	background-image:url(../images/back_to_top.png);
	background-size: 63px;
	background-position: center;
	background-repeat:no-repeat;
	height: 69px;
	width: 69px;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	
}

.backToTop:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
	}
	
.backToTop:hover {
	text-decoration: none;
	
}

.textWrapRight {
	
	float: right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 25px;
	
	
	}
	
.textWrapLeft {
	
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom:10px;
	
	}
