/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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;}
body{
	background:#ffffff url("img/tricolorBG.png") no-repeat fixed;
	background-size:cover;
	font-family:sans-serif;
	font-size:1em;
	line-height:1.5em;
}


a{
	text-decoration:none;
}

a:link{color:#000;}
a:hover{color:#FFF;}


#nav{
	position:relative;
	background-color:#fff;
	margin-bottom:60px;
	padding:5px;
	width:100%;
}

#nav li{
	background-color:#fff;
	padding:8px;
	display:inline;
}



.greeting {
position:fixed;
width:100%;
color:#FFF;
background:#000;
padding-bottom:20px;
padding-top:50px;
text-align:center;
z-index:2;
}


.info{
background-color:#fff;
width:800px;
margin:0 auto 80px auto;
padding:15px;
box-shadow: 0px 0px 3px #000;
}


.setTop{	
}

.section {
	text-align:center;
	color:#fff;
	background-color:#000;
	width:500px;
	margin:auto;
}

#map-canvas{
	width:400px;height:300px;
	float:left;
}


#cssmenu {
  position:fixed;
  border: none;
  border: 0px;
  margin:0px;
  padding: 0px;
  width: 100%;
  z-index:5;
}
#cssmenu ul {
  background:#000;
  height: 35px;
  
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #000 url('seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #fff;
}
#cssmenu ul ul a {
  color: #fff;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #fff url('hover.png') bottom center no-repeat;
  color: #000;
  text-decoration: none;
}
#cssmenu li ul {
  background: #fff;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #000 url('hover_sub.png') center left no-repeat;
  border: 0px;
  color: #fff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

.wrapper {
width:800px;
margin:auto;
}

.foot {
background-color:#000;
color:#fff;
padding:30px;
height:300px;
}

.foot p {
color:#fff;
float:left;
padding-left:20px;
}


