@charset "utf-8";
/* CSS Document */

/* 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;
}
/*---------------------------base*/


	

/*--------------style of intro page--------------*/

html {
	background: url(../img/white_wall_hash.png);
}

body {
	width: 100%; 
	font: 1em/1.4 Arial, Helvetica, sans-serif;
}

h2 {
	font: 1.125em/1.4 'Poller One', cursive, Arial, Helvetica, sans-serif;
	display: block;
	margin: 12px auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	
}

P {
	margin: 0 20px 10px 20px;
	padding: 5px;
	text-align: left;
	
	}
	
	
#navbar {
	display: block;
	height: 50px;
	background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */


	width: 100%; 
	margin: 0;
	overflow: auto;
	position: relative;

}

#navbar article{
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
}

article a:link, a:visited{
	position: relative;
	top: 0;
	
}

article a:hover, a:active{
	top: -33px;
	
}

.backicon {
	position: absolute;
	top: 10px;
	left: 10px;
}

.refreshicon {
	position: absolute;
	top: 10px;
	right: 10px;
	
}


/*--------------style of how to use page--------------*/

strong {
	font-weight: bold;
	text-transform: uppercase;
}

table {
  width: 95%;
  margin: 0 1em 1em 1em;
  background-color: transparent;
}


table 
table th,
table td {
  padding: 8px;
  font: 1em/1.4 Arial, Helvetica, sans-serif;
  text-align: left;
}

.disclaimer p {
		font: 14px/1.4 Arial, Helvetica, sans-serif; 
		color: #666666;
		font-style: italic;
		
	}
	
.note p {
	font: 14px/1.4 Arial, Helvetica, sans-serif; 
		color: #666666;
		font-style: italic;
}


/*--------------style of map pages--------------*/

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
	margin: 20px;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}

h3 {
	text-align: center;
}

/*--------------style of useful links page--------------*/

ul {
	margin: 0 15px;
}

li {
	margin-bottom: 20px;
	font-weight: bold;
}

ul a:link, a:visited {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #b7072b;
}

ul a:hover, a:active {
	color: #ed9b00;
}

/*--------------style of contact us page--------------*/
section {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}

p a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #b7072b;
}

p a:hover, a:active {
	color: #ed9b00;
}

/*--------------style of map section page--------------*/

nav {
	margin: 0px auto;
	border-top: 4px solid #b7072b;
}

nav a:link, nav a:visited {
	display: block;
	font: 16px/1.4 Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #ed9b00;
	background: url(../img/yellowbutton.png) right 12px no-repeat;
}

nav a:hover, nav a:active {
	color:#b7072b;
	border-bottom: 1px dotted #b7072b; 
	background: url(../img/redbutton.png) right 12px no-repeat;
}


















