/* RESET ALL
*/

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;
}

/* END RESET
*/


a:link {text-decoration: none; color: #00ab00;}      /* unvisited link */
a:visited {text-decoration: none; color: #00ab00;}  /* visited link */
a:hover {text-decoration: none; color: black;}  /* mouse over link */
a:active {text-decoration: none; color: black;}  /* selected link */

                
                
body { 
/* 	background-color: #e8ffe4; */
	background-color: #edffe8; 
   	                             
	font-weight: bold;
	font-size: 14px;
	color: #00a500;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow-x: hidden;
}


.caption{
	text-align: right;
}


#content {
	padding: 25px;
	position: absolute;
	width: 725px;
	display: block;
	z-index: 3;
}

h1 {
	margin: 5px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-size: 3.5em;
}

h2 {

	margin-left: 5px;
	margin-bottom: 12px;
	margin-right: 5px;
	margin-top: 12px;
	line-height: 1.5em;
	font-size: .8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
}


img	{ 
	border: solid;
	border-color: #00ab00;
	border-width: 8px;
	margin-bottom: 1em;
}
a img{
	border: none;

}

.green {
	color: #00ab00;
}

#footer {
	z-index: 2;
	padding: 0 10px 10px 0;
	position: fixed;
	text-align: center;
	float: right;
	width: 200px;
	bottom: 0;
	right: 0;
}

#info {
	top: 0;
	right: 0;
	margin: 10px 10px 0 0;
	position: fixed;
	text-align: center;
	width: 200px;
	display: block;
	font-weight: bold;
	z-index: 2;
	
}


.outer {
	top: 0;
	right: 0;
	width: 200px;
	margin: 10px;
	height: 100%;
	position: fixed;
	display: table;
	text-align: center;
	z-index: 1;

 }
 
.middle {
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}

.vertical {
	transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
 	display:block;

}


#map {
	border: solid;
	border-color: #00ab00;
	border-width: 8px;
	z-index: 1;
	margin-bottom: 1em;

}


p {	
	font-size: 1.5em;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.5em;
	margin: 5px;
}

.up{
	vertical-align: .08em;
	}
