

body {
/*	width: 750px; */
	margin: auto; 
	font-family: arial, sans-serif;
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */

}


header {
	padding-top: 6px;
	width: 750px;
	margin: auto;
}




nav {
	background-color: #F8C643; 	/*#C0C0C0; */
	-webkit-print-color-adjust:exact;
}

.divAttentionBox {
	/*border-width: 5px;
	border-style: outset;
	border-color: #6BAFD3;
	background-color: #6BAFD3; */
}

/*
a:visited {
	color: #008080;
}

a:link {
	color: #008080;
}
*/

p a:visited, p a:link, li a:link, li a:visited {
	color: #008080;
}

h2 a:link, h2 a:visited {
	color: white;
}

nav a {
	padding-top: .3em;
	padding-bottom: .3em;
	color: black;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	display: inline-block;
	width: 125px;
	text-align: center;
	font-family: arial, sans-serif;
}

nav a:visited {
	color: black;
}

nav a:link {
	color: black;
}

/*
nav a:hover {
	background-color: black;
	color: white;
}



nav a:hover .NavSubText {
	color: white;
}
*/

.NavSubText {
	font-size: .7em;
	color: #505050;
	font-weight: normal;
	font-family: arial, sans-serif;
}

/*
.NavActive {
	background-color: black;
	color: white;
}
*/

.NavActive .NavSubText {
	color: white;
}

a.NavActive:visited {
	color: white;
}

a.NavActive:link {
	color: white;
}

.seriousCorrection {
	color: #FF0000;
}

.correction {
	font-size: 10pt;
}

.bib {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 0;
	text-indent: -2em;
}

.bibTitle {
	font-style: italic;
}

.citation {
	margin-left: 1em;
	text-indent: 1.5em;
	font-style: italic;
}

.quote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

.quoteAuthor {
	margin-left: 50%;
	text-align: right;
}

.articleTitle {
	border-top-style: solid;
	border-color: #808080;
	border-width: 2px;

	margin-top: 2em;

	font-style: bold;
	font-size: 1.1em;
}

.articleDescription {
	/*margin-left: -2em;*/
	text-indent: 2em;
}

.SideImagePanel {
	background-color: white;
	padding: 0;
	margin: 0;
}

.SideImage {
/*	border-style: solid;
	border-width: 2px;
	border-color: gray; */
	margin-left: 1em;
	margin-bottom: 2em;

	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	

}


.styleBigGreenButtonH.Wide {
	padding: 4px 30px;	/* top/bottom, left/right */
}


.styleBigRedButtonV {
	/* http://colorzilla.com/gradient-editor/ */
	background: #dd3a25; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd3a25 26%, #febbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#dd3a25), color-stop(100%,#febbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd3a25 26%,#febbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd3a25 26%,#febbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd3a25 26%,#febbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dd3a25 26%,#febbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3a25', endColorstr='#febbbb',GradientType=0 ); /* IE6-9 */

	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 30px 4px 30px;	/* top/right/bottom/left */
	text-decoration: none;
	font-size: 1.1em;
	color: white;
	/*font-weight: bold;*/
	text-shadow: 0 1px 1px black;
	text-align: center;

	/* http://border-radius.com/ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	margin-right:10px; 
}

.styleBigGreenButtonH {
	/* http://colorzilla.com/gradient-editor/ */
	background: #00aa58; /* Old browsers */

	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 30px 4px 30px;	/* top/right/bottom/left */
	text-decoration: none;
	font-size: 1.1em;
	color: white;
	/*font-weight: bold;*/
/*	text-shadow: 0 1px 1px black; */
	text-align: center;

	/* http://border-radius.com/ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	margin-right:10px; 
}

.GoodiesLink {
	font-size: 10pt;
	margin-left: 2em;
}

.GoodiesLinkExtra {
	font-size: 10pt;
}

.styleExtraBigGreenButtonH {
	/* http://colorzilla.com/gradient-editor/ */
	background: #00aa58; /* Old browsers */

	padding: .3em 1.6em;	/* top/button, left/right */
	text-decoration: none;
	font-size: 1.1em;
	color: white;
/*	font-weight: bold; */
	text-shadow: 0 1px 1px black;
	text-align: center;

	border: none;

	/* http://border-radius.com/ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	margin-right: .5em;
	margin-left: .5em;
}

.styleBigRedButtonH {
	/* http://colorzilla.com/gradient-editor/ */
	background: #dd3a25; /* Old browsers */
	background: -moz-linear-gradient(left,  #dd3a25 26%, #febbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(26%,#dd3a25), color-stop(100%,#febbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #dd3a25 26%,#febbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #dd3a25 26%,#febbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #dd3a25 26%,#febbbb 100%); /* IE10+ */
	background: linear-gradient(to right,  #dd3a25 26%,#febbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3a25', endColorstr='#febbbb',GradientType=1 ); /* IE6-9 */

	padding: .3em 1.6em;	/* top/button, left/right */
	text-decoration: none;
	font-size: 1.1em;
	color: white;
/*	font-weight: bold; */
	text-shadow: 0 1px 1px black;
	text-align: center;

	border: none;

	/* http://border-radius.com/ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	margin-right: .5em;
	margin-left: .5em;
}


.styleBigBlueButtonH {
	/* http://colorzilla.com/gradient-editor/ */
	background: #6bafd3; /* Old browsers */
	background: -moz-linear-gradient(left,  #6bafd3 0%, #e0f8ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6bafd3), color-stop(100%,#e0f8ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #6bafd3 0%,#e0f8ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #6bafd3 0%,#e0f8ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #6bafd3 0%,#e0f8ff 100%); /* IE10+ */
	background: linear-gradient(to right,  #6bafd3 0%,#e0f8ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bafd3', endColorstr='#e0f8ff',GradientType=1 ); /* IE6-9 */

	padding: 4px 10px 4px 10px;	/* top/button, left/right */
	text-decoration: none;
	font-size: 1.4em;
	color: #004B80;
/*	font-weight: bold; */
	text-shadow: 0 1px 1px #E0E0E0;
	text-align: center;

	/* http://border-radius.com/ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	margin-right:10px; 
}

.styleBigRedButtonH.FixedWidth {
	width: 6.5em;
}

.styleBigGreenButtonH.FixedWidth {
	width: 6.5em;
}

.styleExtraBigGreenButtonH.FixedWidth {
	width: 6.5em;
}

.ButtonSectionOuter {
/*	border-top-style: solid;
	border-color: black;
	border-width: 2px;
	*/

	padding: .6em .6em .6em .6em;
	background-color: #6BAFD3;
/*	border-color: #004B80;
	border-width: 1em;
	border-style: solid; */
}

a.NoUnderline:link {
	text-decoration: none;
}

a.NoUnderline:visited {
	text-decoration: none;
}

.ButtonSectionInner {
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 2px;

	margin: .2em .2em .2em .2em;
	padding: .2em .2em .2em .2em;
	background-color: white;

	/* http://border-radius.com/ */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.ButtonPad2 {
	padding: .5em .1em;

	/* http://border-radius.com/ */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ButtonPadDescription {
/*	margin-top: 1em;
*/
}

.ButtonPad2:hover {
	background-color: black;
	color: white;
}

.styleBigRedButtonH.Wide {
	padding: 4px 220px;	/* top/bottom, left/right */
}

.next_line {
	clear: both;
}

div.MainContent {
	width: 750px;
	margin: auto;

	margin-top: 20px;
	/*margin-left: 10px;
	margin-bottom: 20px;*/
	width: 750px;
}

.FloatLeft {
	float: left;
}

.FloatLeftWithSpace {
	float: left;
	margin-right: 1em;
}

.bookSection {
	padding-left: 1em;
}

.bookAuthor {
	margin: 0;
	padding: 0;
	text-indent: 2em;
}
.bookTitle {
	background-color: red;
	color: black;
	font-size: 1.2em;
	font-style: bold;
	margin: 0;
	padding: 0;
}

.FloatRight {
	float: right;
}

p {
	color: #808080;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 120%;
}

.Index1 {
}

.Index2 {
	text-indent: 2em;
}
.Index3 {
	text-indent: 4em;
}
.Index4 {
	text-indent: 6em;
}
.Index5 {
	text-indent: 8em;
}
.Index6 {
	text-indent: 10em;
}

table.IndentedGrid {
	color: #808080;
	padding: 0;
	border-width: 0;
}

table.IndentedGrid td {
	text-indent: 10px;
}

table.IndentedGrid tr {
}

p.indent {
	text-indent: 24px;
}

.TightTable {
	cellspacing: 0;
	cellpadding: 0;
}

p.Justify {
	/*text-align: justify;
	*/
}

p.LeftAlign {
	text-align: left;
}

.Route {
	color: #007740;
	font-weight: bold;
}

.textToDelete {
	text-decoration: line-through;
/*	color: red; */
}

.SideHead {
	font-weight: bold;
}

figure.centered {
    display: inline-block;
    /*border: 0px dotted gray;*/
    margin: 0px; /* adjust as needed */
}
figure.centered img {
    vertical-align: top;
    text-align: left;
}
figure.centered figcaption {
/*    border: 0px dotted blue;*/
	margin-top: 4px;
	padding-top: 0;
    text-align: center;
}




figcaption {
	margin-top: 10;
	font-size: smaller;
	font-style: italic;
	color: #808080;
}

.title {
	font-style: italic;
}

figure.FloatRight {
	margin: 0;
	float: right;
}

figure.FloatLeft {
	margin: 0;
	float: left;
}

h1 {
	font-size: 2em;
	text-align: center;
}


h2 {
	color: white;
	font-size: 0.9em;
/*	background-color: #6BAFD3; */
	background-color: #935327;
	padding: 4px 0 4px 4px;
	margin-bottom: 4px;
}


ul {
	padding: 0px 0px 4px 0px;
	list-style: none;
	margin-top: 0;
}

li {
	color: #808080;
	font-size: .9em;
	padding-left: 4px;
	margin-left: 20px;
	margin-bottom: .5em;
	margin-top: .5em;
	margin-right: .5em;
	text-indent: -20px;
}


/* 			<font face="Times New Roman" color="#6BAFD3">&#9679;</font></td> */

li:before {
	/*content: "●";*/
	content: "\25CF";
	font-family: "Times New Roman";
	/*font-size: 1.1em;*/
	/*color: #6BAFD3;*/
	color: #00AA58;
	padding-right: 10px;
}

.clear {
	clear: both;	/* moves item beneath floating objects */
}

p.centered {
	text-align: center;
}

p.LotsOfSpaceBefore {
	margin-top: 8em;
}

div.centered {
	text-align: center;
}

header img {
	vertical-align: top;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.SmallNote {
	font-size: smaller;
	font-style: italic;
}

.SmallerNote {
	font-size: 0.7em;
	font-style: italic;
}

.WarningEmphasis {
	color:red;
	text-transform: uppercase;
}

.SamplePad {
	background-color: gray;
	border: 2px;
	border-color: black;
	border-style: solid;
	margin-top: 1.3em;
/*	margin-bottom: 1.3em;
	padding: 8px 4px 8px 4px; */
}

.CallToActionBlock {
	/*background-color: #C8CCEA;*/
	/*background-color: #DCE7E3;*/
	background-color: #E8F3FD;
	border: 2px;
	border-color: black;
	border-style: solid;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	padding: 8px 4px 8px 4px;

	-webkit-print-color-adjust:exact;
}


.CallToActionBlock2 {
	/*background-color: #C8CCEA;*/
	/*background-color: #DCE7E3;*/
	background-color: #EDE8DE;
	border: 2px;
	border-color: #517035;
	border-style: solid;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	padding: 8px 4px 8px 4px;

	-webkit-print-color-adjust:exact;
}

.CallToActionBlock3 {
	/*background-color: #C8CCEA;*/
	/*background-color: #DCE7E3;*/
	float: right;
	background-color: #EDE8DE;
	border: 2px;
	border-color: #517035;
	border-style: solid;
	margin-top: 0;
	margin-bottom: 1.3em;
	margin-left: 1em;
	padding: 0px 8px 0px 8px;

	-webkit-print-color-adjust:exact;
}

.CallToActionBlock3 p {
	color: #517035;
	font-size: 0.8em;
}

.CallToActionBlock2 p {
	text-align: center;
	color: #517035;	
}

/* http://cssarrowplease.com/ */
nav a:hover {
	position: relative;
	background-color: black;
	color: white;
}

nav a:hover:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

nav a:hover:after {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: black;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}



nav a:hover .NavSubText {
	color: white;
}

/* http://cssarrowplease.com/ */
.NavActive {
	position: relative;
	background-color: black;
	color: white;
}

.NavActive:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.NavActive:after {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: black;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.styleFadedBoxUp {
	margin-top: 8px;
	padding: 4px 4px 4px 14px;
/*	font-weight: bold; */
	font-size: 1.4em;
	color: #FFFFFF;
/*	text-shadow: 0 1px 1px black; */
	position: relative;

	background: #517035;
}
.styleFadedBoxUpOld {
	margin-top: 8px;
	padding: 4px 4px 4px 14px;
/*	font-weight: bold; */
	font-size: 1.4em;
	color: #dd3a25;
	text-shadow: 0 1px 1px black;
	position: relative;

	/* http://colorzilla.com/gradient-editor/ */
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f0f9ff 0%, #6bafd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0f9ff), color-stop(100%,#6bafd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f0f9ff 0%,#6bafd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f0f9ff 0%,#6bafd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f0f9ff 0%,#6bafd3 100%); /* IE10+ */
	background: linear-gradient(to right,  #f0f9ff 0%,#6bafd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#6bafd3',GradientType=1 ); /* IE6-9 */
}

/* http://cssarrowplease.com/ */
.styleFadedBoxUp:after {
	bottom: 99%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.styleFadedBoxUp:after {
	border-color: rgba(213, 0, 0, 0);
	border-bottom-color: #517035;
	border-width: 15px;
	right: 2%;
}
a.styleFadedBoxUp:link {	/* WHY DOESN'T THIS FUCKING WORK? */
	text-decoration: none;
}
a.styleFadedBoxUp:visited {
	text-decoration: none;
}


.styleFadedBoxDown {
/*	font-weight: bold; */
	padding: 4px 4px 4px 14px;
	font-size: 1.4em;
	color: #FFFFFF;
/*	text-shadow: 0 1px 1px black; */
	position: relative;

	/* http://colorzilla.com/gradient-editor/ */
	background: #517035;
}
/* http://cssarrowplease.com/ */
.styleFadedBoxDown:after {
	top: 99%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.styleFadedBoxDown:after {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: #517035;
	border-width: 15px;
	left: 2%;
}


table.DownloadTable  {
	color: black;
	padding 6px;
/*	border-width: 1;
	border-style: solid;
	border-collapse: collapse; */
	border-width: 0;
	border-style: none;
	width: 100%;
}

table.DownloadTable a:visited, table.DownloadTable a:link {
	color: #008080;
}

table.DownloadTable td {
	text-indent: 0;
	vertical-align: top;
	padding: .2em 0px .2em 0px;
	margin: 0;
}

table.DownloadTable tr {
	padding: 0;
	margin: 0;
	color: #808080;
}

table.DownloadTable td.Col1 {
	width: 12em;
}

.bullet {
	margin-right: .5em;
}

.warning {
/*	color: white; */
/*	font-size: 0.9em; */
/*	background-color: #f28585; */
	padding: 14px 10px 14px 10px;
	margin-bottom: 4px;
	border-style: double;
	border-width: 4px;
	border-color: red;
	text-align: center;
	font-style: italic;
}

.warningWaterMark {
/*	color: white; */
	font-size: 4.0em; 
/*	background-color: #f28585; */
/*	padding: 14px 10px 14px 10px;
	margin-bottom: 4px;
	border-style: double;
	border-width: 4px;
	border-color: red;
	text-align: center; */
	font-style: italic;
	top:  0;
	left:  0;
	position: relative;
/*	width:  100%;
	height:  100%; */
}

.styleOutOfPrintButton {
	/* http://colorzilla.com/gradient-editor/ */
	background: lightgray; /* Old browsers */

	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 30px 4px 30px;	/* top/right/bottom/left */
	text-decoration: none;
	font-style: italic;
	font-size: 1.1em;
	color: darkgray;
	/*font-weight: bold;*/
/*	text-shadow: 0 1px 1px black; */
	text-align: center;

	/* http://border-radius.com/ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	margin-right:10px; 
}

.RouteHeading {
	color: black;
	font-size: 1em;
	font-weight: bold;
/*	background-color: #D9ECFF;*/
	background-color: #E4DECD;
	padding: 0 0 0 0;
	margin-bottom: .2em;
	margin-top: .9em;

	-webkit-print-color-adjust:exact;
}

.VariationHeading {
	padding: 0 0 0 0;
	margin-bottom: 0;
	margin-top: 0;
}


.CliffSection {
	font-size: 1.4em;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: .2em;
/*	border-top-color: rgb(58, 149, 197); */
	border-top-color: #935327; /* brown */

	text-transform: uppercase;
	/*color: red;*/
	color: #935327; /* brown */
	line-height: 100%;
}

.CliffSectionPart {
	font-size: .7em;
	font-weight: normal;
/* 	color: #808080; /* gray */
	color: #935327; /* brown */
	text-transform: none;
	line-height: 130%;
}

.CliffSectionSeparator {
	font-size: .7em;
	margin: 0;
	position: relative;
	top: -.1em;
/*	color: #0097DC; */
}

.RouteDescription {
	padding: 0 0 0 0;
	margin: 0;
}

.FA {
	padding: 0 0 0 0;
	margin: 0;
	font-size: smaller;
	font-style: italic;
}

.Normal {
	padding: .3em 0 0 0;
}

.InternalNote {
	color: red;
}

.BookRef {
	font-style: italic;
	/*color: blue;*/
}

.thumbContainer {
/*	margin: 10px auto; */
	overflow: hidden;
}

.thumbFrame {
	float: left;
/*	background-color: red; */
	/*padding-left: 1em;
	padding-top: 1em;
	padding-bottom: .8em;
	padding-right: 1em;  */
	font-style: italic;
	font-size: .8em;

/*	width: 21%; */
	margin: 2% 2% 2px 2%;
}

.thumbFrame img {
    /*max-width: 100%;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

.thumbFrame p {
	text-align: center;
	margin: 0;
}

.gps {
	background-color: #E0E0F0;
	color: black;
	font-size: 0.7em;

	border-style: solid;
	border-width: 1px;

	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	white-space: nowrap;

	-webkit-print-color-adjust:exact;

	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
/*	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	*/
}

a.gps:link {
	text-decoration: none;
	color: black;
}

a.gps:visited {
	text-decoration: none;
	color: black;
}

.ParaHeading {
	font-weight: bold;
	/*background: #E0E0E0;*/
	/*color: black; */
}

.sport {
/*	font-family: "Wingdings 2"; */
	font-size: 1.6em;
	line-height: 0.4em;
	position: relative;
	top: 0.05em;
	color: #0097Dc;
}

.sportPlus {
/*	font-family: "Wingdings 2"; */
/*	font-size: 1em; */
	font-size: 1.3em;
	line-height: 0.7em;
	position: relative;
	top: 0.05em;
	color: #0097Dc;
}

.MoreSpace p {
	margin-bottom: .8em;
	margin-top: .8em;
}

p.EvenMoreSpace {
	margin-bottom: 1em;
	margin-top: 1em;
}


dl {
	margin: 0;
	color: gray;
}

dt, dd {
	display: inline-block;
	margin: 0;
}

dd:after {
	content: '\a';
	white-space: pre;
}


.DownloadsTable dt {
	width: 12em;
}

.DownloadsTable dd {
}

dl.DownloadsTable {
	padding: .2em 0;
}

.DownloadsTable dt a:link {
	color: #008080;
}

.DownloadsTable dt a:visited {
	color: #008080;
}

.BackToTop {
	float: right;
	background-color: black;
	color: white;
	margin-top: 20px;
	text-decoration: none;
	padding: 1px 3px 1px 3px;

	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	white-space: nowrap;

	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	

	display: none;
}
.BackToTop a:link {
	text-decoration: none;
	color: white;
}

.BackToTop a:visited {
	text-decoration: none;
	color: white;
}

.circle {
	width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#triangle-up {
	margin-top: 2px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 10px solid rgba(203, 226, 239, .8);
}
.BackToTop2 {
	/*
	<div class="BackToTop2"><a href="#MAINBODY">Top<a></div>
	*/
	font-size: .8em;
	letter-spacing: 1px;
	position: fixed;
	right: 4px;
	top: 4px;
	/*background-color: rgba(107,175,211,1); */
	background-color: rgba(58, 149, 197, .7);
	color: white;
	text-decoration: none;

	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	

	display: none;
}

.BackToTop2 a:link {
	text-decoration: none;
	color: white;
}

.BackToTop2 a:visited {
	text-decoration: none;
	color: white;
}






/* --------------------------------------------------------------------------------------------- */

.ControlsForm {
}
.ControlsForm .textbox {
	font-size: 10px;
	font-family: Arial;
	background-color:#FFFFCC;
}
.ControlsForm .readonlytextbox {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	background-color:#C0C0C0;
}
.ControlsForm p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.ControlsForm .checkbox {
	color: #808080;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
.ControlsForm .labels {
}
.ControlsForm .moveover {
	margin-left: .5em;
}
.ControlsForm .moveoveralot {
	margin-left: 6em;
}
.ControlsForm .gobutton {
	font-size: 10px;
	font-family: arial;
}

table.ControlsTable {
}
table.ControlsTable td.Col1 {
	text-align: right;
	width: 129;
}

.ControlsForm a:link {
	color: #008080;
}
.ControlsForm a:visited {
	color: #008080;
}

.labels a:link {
	color: #008080;
}

.labels a:visited {
	color: #008080;
}

.ControlsForm a.link {
	font-size: smaller;
	vertical-align: middle;
	margin-left: 1em;
}








/*
@media only screen and (max-width: 750px) {
@media screen and (-webkit-min-device-pixel-ratio: 2) {
*/	

/*
@media only screen and (max-width: 750px), only screen and (-webkit-min-device-pixel-ratio: 2) {
*/

@media only screen and (max-width: 750px), only screen and (max-device-width: 320px) {
	.BackToTop {
/*		display: block; */
	}

	.BackToTop2 {
		display: block;
	}

	header {
		display:none;
	}

	body {
		width: auto;
	}

	div.MainContent {
/*		margin-top: 20px; */
		margin-left: 5px;
		margin-right: 5px;
		width: auto;
	}

}







/*
html, body, #map {
		height: 100%;
		padding: 0;
		margin: 0;
}
*/


#MapSideBar {
	width: 230px;
	height: 200px;
	background-color: #E0E0E0;
	overflow-y: scroll;	/* auto */
	overflow-x: hidden;
	float: left;
	font-size: .8em;
	white-space: nowrap;

	border-right: solid 6px gray;
}
	

#map {
	width: 500;
	height: 200;
	margin-left: 236px;
}

#mapcontainer {
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
/*	padding: 0px 10px 10px 10px; */
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.panel {
	display: none;
	overflow: hidden;
}

.active, .level1:hover {
	background-color: black;
}

.level1:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    float: right;
    margin-right: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.level1 {
	width: 100%;
	border: none;
	margin: .2em 0 0 0em;
	background-color: rgb(58, 149, 197);
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 8px 0 8px 0;
	cursor: default;
}

.level1_backup {
	margin: .2em 0 0 0em;
	background-color: rgb(58, 149, 197);
	color: white;	
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 0;

background: #31577f; /* Old browsers */
background: -moz-linear-gradient(left,  #31577f 0%, #3a95c5 51%, #31577f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#31577f), color-stop(51%,#3a95c5), color-stop(100%,#31577f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #31577f 0%,#3a95c5 51%,#31577f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #31577f 0%,#3a95c5 51%,#31577f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #31577f 0%,#3a95c5 51%,#31577f 100%); /* IE10+ */
background: linear-gradient(to right,  #31577f 0%,#3a95c5 51%,#31577f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31577f', endColorstr='#31577f',GradientType=1 ); /* IE6-9 */


}
.level2 {
	margin: .2em 0 0 .2em;
}
.level3 {
	margin: .2em 0 0 2em;
}
.level4 {
	margin: .2em 0 0 4em;
}
.level5 {
	margin: .2em 0 0 5em;
}
.level6 {
	margin: .2em 0 0 6em;
}
.pick2
{

}

.GradientBox {
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.pick:hover {
	background-color: black;
	color: white;
}
.pick
{
	color: black;

	background-color: #E0E0F0;

/*	border-style: solid;
	border-width: 1px;
	border-color: black;
	*/

	margin-left: -3px;
	padding: 1px 4px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
/*	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	
*/
}
.nopick
{
}
.pickprivate:hover {
	background-color: black;
	color: white;
}
.pickprivate
{
	color: black;

	background-color: #FF9FA9;

/*	border-style: solid;
	border-width: 1px;
	border-color: black;
	*/

	margin-left: -3px;
	padding: 1px 4px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
/*	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	
*/
}



#LoadKMLButton {
	float:right;
	color: white;


	background-color: #E0E0F0;
	color: black;
	font-size: 0.7em;

	border-style: solid;
	border-width: 1px;
	border-color: black;

	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	white-space: nowrap;

	margin: 3px 4px 0 0;
}

#LoadKMLButton:hover {
	background-color: black;
	color: white;
}

.indexVol1 {
	position: relative;
	top: -.15em;

	background-color: #935327;
	color: white;
	font-size: 0.7em;

	border-style: solid;
	border-width: 1px;

	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	white-space: nowrap;

	-webkit-print-color-adjust:exact;

	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
/*	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	*/
}

.indexVol2 {
	position: relative;
	top: -.15em;

	background-color: #4B6C31;
	color: white;
	font-size: 0.7em;

	border-style: solid;
	border-width: 1px;

	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	white-space: nowrap;

	-webkit-print-color-adjust:exact;

	/* http://css-tricks.com/snippets/css/css-box-shadow/ */
/*	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow: 3px 3px 3px 1px #ccc;	*/
}

.indexEntryName {
	margin-left: 0em;
	margin-top: .5em;
	margin-bottom: 0;

}

.indexEntryPages {
	font-size: .8em;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 0;
}

.indexLetter {
	color: white;
	text-align: center;
	margin-right: 500px;

	background-color: #E63249;
	padding: 4px 0 4px 4px;
	margin-bottom: 4px;

	-webkit-print-color-adjust:exact;
}

.FAName {
	margin-left: 0em;
	margin-top: .5em;
	margin-bottom: 0;
	border-style: solid;
	border-width: 1;
	padding-left: .2em;
}
.FAEntry {
	font-size: .8em;
	margin-left: 4em;
	margin-top: 0em;
	margin-bottom: 0;
	text-indent: -2em;
}
.stars {
	color : #C2930C;
	font-size: .7em;
	position: relative;
	top: -.2em;
}
.unknownstars {
	color : #C0C0C0;
	font-size: .7em;
	position: relative;
	top: -.2em;
}
.personLink {
	color: black;
	text-decoration: none;
}


.dataListStripe1 {
/*	background-color: #F8C643; */
	background-color: #FFE6A6;
	
}
.dataListStripe1 dt {
	width: 36em;
}
.dataListStripe1 dd {

}
dl.dataListStripe1 {
	padding: .03em 0;
}

.dataListStripe2 {
	background-color: white;
}
.dataListStripe2 dt {
	width: 36em;
}
.dataListStripe2 dd {

}
dl.dataListStripe2 {
	padding: .03em 0;
}


.dataList dt {
	width: 12em;
}
.dataList dd {
}
dl.dataList {
	padding: .03em 0;
}



.dataItem {
	margin-bottom: 0em;
	margin-top: 0em;
}
.dataTable .dataRow .dataCell {
	border: 1px solid black;
	border-collapse: collapse;
}
.dataTable {
	width: 100%;
	border-collapse: collapse;
}
.dataHeader {
	font-style: bold;
	text-align: left;
}


.wrapper{
  background-color: #eaeaea; 
  width: 50px; 
  height: 50px;
/*  position : relative; */
}

.bar {
  bottom: 0px;
  width: 8px;
/*  position : absolute; */
  background-color: red; 
  margin: 1px;
  display : inline-block; 
}

.wrapper > div {

 }



.graphContainer {
	border-collapse: collapse;
	margin-left: .5em;
	margin-bottom: .5em;
	border-style: none;
}
.bar {
	background-color: red;
	width: 1.6em;
	display: inline-block;
	-webkit-print-color-adjust:exact;
}
.qualityBar {
	background-color: #C2930C;
	width: 1.6em;
	display: inline-block;
	-webkit-print-color-adjust:exact;
}
.barSeparator {
	width: 2em;
}
.barContainer {
	vertical-align: bottom;
	text-align: center;
	width: 2em;  
}
.gradeLabel {
	text-align: center;
	font-style: italic;
	font-size: .6em;
	border-style: solid;
	border-width: 1;
	border-color: #808080;
	color: #808080;
}
.qualityLabel {
	text-align: center;
	font-size: .8em;
	border-style: solid;
	border-width: 1;
	border-color: #808080;
}
.aboveLabel {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: .8em;
	color: red;
}

.jumpList {
	margin-bottom: 1.5em;
}

.jumpLetter {
	padding-bottom: 1em;
	padding-left: 0.85em;
	text-decoration: none;
}

.doublespace {
	line-height: 150%;
}
.byline {
	text-align: center;
}

div.MainContent2 {
	width: 750px;
	margin: auto;

	margin-top: 20px;
	/*margin-left: 10px;
	margin-bottom: 20px;*/
	width: 750px;
}

.MainContent2 p {
	line-height: 150%;
	margin-bottom: 1em;
}

.MainContent2Title {
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	color: #517035;
	text-align: center;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	font-size: 28pt;
}

