/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { height: 100%, }
body { height: 100%; margin: 0; padding: 0}
#map { height: 100% }

body{font-family: Arial, Helvetica, sans-serif;}

/* Links */

.map_link{background-color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; }
.map_link:hover {background-color: #ffffff; text-decoration: none; font-size: 12px; font-weight: bold; }

.right {
	float:right;
	margin-right:2%;
}

.left {
	float:left;
	margin-left:2%;
}






    #map_wrapper {
      position:relative;
    }
	.lnkmogo {  position:absolute;
        top: 4px;
		left: 5px;
        color:#000088 ; font-size:12px;text-decoration:none; font-weight:normal;
        padding:2px;
        /* background-color:white; */
    }
	
	/* .lnkmogo a{color:black;} */
	
	#header {
		width: 100%;
		/* height: 60px; */
		overflow:hidden;
		background: #f3f2f2;
		background: -moz-linear-gradient(top, #f3f2f2 0%, #d7d1c9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#d7d1c9));
		background: -webkit-linear-gradient(top, #f3f2f2 0%,#d7d1c9 100%);
		background: -o-linear-gradient(top, #f3f2f2 0%,#d7d1c9 100%);
		background: -ms-linear-gradient(top, #f3f2f2 0%,#d7d1c9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#d7d1c9',GradientType=0 );
		background: linear-gradient(top, #f3f2f2 0%,#d7d1c9 100%);
		border-bottom: 2px solid #222;
	}

	#header h1{
		text-align:center;
		font-weight:normal;
		font-size:16px;
		color:#63605A;
		text-shadow: 0px 1px 0px #FBFAF9;
		line-height:62px;
		margin:0;
		padding-left:10px;
	}

	.number {
	font-size: 26px;
	vertical-align: bottom;
	}

	#free {
		display:inline-block;
		font-weight:normal;
		color:#63605A;
		text-shadow: 0px -1px 0px #FBFAF9;
		position:absolute;
		top:45px;
		left:74%;
		font-size:9px;
		z-index:99;
		text-align:center;
	}

	#header-free{
		display:none;
	}

	#footer {
		width: 100%;
		/* height: 50px; */
		overflow:hidden;
		background: #45484d;
		background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
		background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
		background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
		background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
		background: linear-gradient(top, #45484d 0%,#000000 100%);
		border-top: 2px solid #222;
		font-weight: normal;
		font-size: 15px;
		color: #fff;
		line-height: 3.5em;
		text-align: center;
		padding:1% 0;
	}
	
	#map-legend li{
		display:inline-block;
	}


	#bottomcol {
		width: 100%;
		/* height: 270px; */
		overflow:hidden;
		padding-top: 10px;
		background: #ededed;
		background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4));
		background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%);
		background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%);
		background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c4c4c4',GradientType=0 );
		background: linear-gradient(top, #ededed 0%,#c4c4c4 100%);
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		-webkit-border-radius: 0px 0px 20px 20px;
		border-radius: 0px 0px 20px 20px;
		-webkit-box-shadow: inset 0px 4px 4px 0px #555;
		-moz-box-shadow: inset 0px 4px 4px 0px #555;
		box-shadow: inset 0px 4px 4px 0px #555;
		font-weight: bold;
		font-size: 16px;
		color: #222;
		text-shadow: 0px 1px 1px #fff;
		line-height: 1em;
	}

	.botleft {
		float:left;
		padding:0 0 0 10px;
	}


	.botright {
		padding-left:15px;
		border-left:2px solid #FFF;
		height:260px;
		float:right;
		padding-top:8px;
		margin-right:15px;
	}
	
@media screen and (max-width: 660px) {
	.botright {
		display:none;
	}
}

	
@media screen and (max-width: 480px) {

	.number {
		font-size: 13px;
		vertical-align: bottom;
	}
	
	#header h1 {
		line-height: 25px;
		text-align:left !important;
	}

	#footer {
		line-height: 1.5em;
	}

	#footer .right {
		display: block;
		width: 100%;
	}

	#footer .left {
		font-size: 12px;
		font-weight:bold;
	}
	
	#map-legend {
		padding: 12px;
	}

	#map-legend li{
		display:block;
		width:100%;
		text-align:left;
		font-size:13px;
	}

	#free{
		display:none;
	}

	#header-free {
		display: block;
		font-size: 14px;
		padding: 1% 0 2% 0;
		color:#63605A;
		text-shadow: 0px 1px 0px #FBFAF9;
	}
	
}