@font-face {
    font-family: CenturyGothic;
    src: url(/gothic.ttf);
} 

html {
	font: 0.8em "Century Gothic", CenturyGothic, "Arial", "Helvetica", sans-serif;
	line-height: 1.65;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: rgb(226, 251, 251);
	color: rgb(82, 82, 82);
	overflow-x: hidden;
	min-height: 100vh;
}
div#wrapper {
	min-height:100%;
	position:relative;
}
div#opaque {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/graphics/opaque.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: -10;
}
div#searching {
	width: 300px;
	height: 100px;
	margin: 300px auto auto auto;
	padding: 20px;
	background-color: white;
	border-radius: 6px;
	border: 2px solid black;
}
div#searching span {
	display: block;
	font-size: 150%;
	color: #23595e;
}
div#searching img {
	margin: 30px 0px 0px 135px;
}
div#normal {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	background: rgb(226, 251, 251);
	z-index: -9;
}
span.search_hilite {
	font-weight: bold;
	background-color: rgba(240, 200, 200, 0.8);
	padding: 1px 4px;
}
span.search_intro {
	display: block;
	font-weight: bold;
	padding: 10px 0px 10px;
}
div.search_item {
	clear: both;
	padding: 10px 0px;
}
a.search_item {
	font-weight: bold;
	font-size: 120%;
}
span.search_issue {
	display: block;
	font-weight: bold;
}
div.search_again {
	clear: both;
	padding-top: 30px;
}
span.search_again {
	display: block;
	font-weight: bold;
	padding: 6px 0px;
}
div.titlebox {
	width: auto;
	margin: 10px auto 0px auto;
	padding: 12px 12px 0px 12px;
	box-sizing: border-box;
	position: relative;
}
div.sitetitle {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	position: relative;
	float: left;
}
.sitetitle img {
	width: 100%;
	max-width: 309px;
}

div.searchbox {
	clear: both;
	float: none;
	text-align: right;
	margin: 0px 20px 0px 0px;
}
div.login {
	clear: both;
	text-align: right;
	margin: 10px 10px 0px 0px;
	font-size: 110%;
}
a.login {
	padding: 6px 10px;
	font-weight: bold;
	background-color:  rgb(122, 122, 122);
	border: 1px solid rgb(100, 100, 100);
	border-radius: 3px;
}
a.login:link {
	color: rgb(248, 248, 248);
}
a.login:visited {
	color: rgb(248, 248, 248);
}
a.login:hover {
	color:  rgb(122, 122, 122);
	background-color: rgb(248, 248, 248);
}
a.subscribe {
	padding-left: 7px;
}
a.subscribe:link {
	color: rgb(82, 82, 82);
}
a.subscribe:visited {
	color: rgb(82, 82, 82);
}
a.subscribe:hover {
	color: rgb(82, 82, 82);
	text-decoration: underline;
}
div.logout {
	float: right;
	clear: right;
	margin: 10px 10px 0px 0px;
	font-size: 110%;
}
a.logout {
	padding: 6px 10px;
	font-weight: bold;
	background-color:  rgb(122, 122, 122);
	border: 1px solid rgb(100, 100, 100);
	border-radius: 3px;
}
a.logout:link {
	color: rgb(248, 248, 248);
}
a.logout:visited {
	color: rgb(248, 248, 248);
}
a.logout:hover {
	color:  rgb(122, 122, 122);
	background-color: rgb(248, 248, 248);
}
div.doc_login {
	clear: both;
	background-color: #e0dbdb;
	margin: 15px 20px 30px 20px;
	padding: 18px;
	border-radius: 6px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
.js #menu {
	display: none;
}
.js .selectnav {
	display: block;
	width: 70%;
	margin: 4% auto 4% auto;
	font-size: 120%;
	padding: 4px;
}

div.toc_top {
	background: rgb(229, 224, 224);
	background: linear-gradient(to right, rgb(229, 224, 224), rgb(250, 250, 255), rgb(229, 224, 224));
	border: 1px solid #969393;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 6px 0px;
	position: relative;
}
div.toc_title {
	margin: 0px 0px 14px 0px;
	display: table;
	width: 100%;

}
.toc_title div {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}
span.toc_title {
	font-weight: bold;
	font-size: 160%;
}
span.prev_toc {
}
span.prev_toc img {
	border: none;
	margin-right: 10px;
}
img.toc_cover {
	max-width: 150px;
}
img.mini_toc {
	max-width: 60px;
	opacity: 0.5;
}
img.mini_toc:hover {
	opacity: 1.0;
}
span.toc_volume {
	display: block;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
}
span.next_toc {
}
span.next_toc img {
	border: none;
	margin-left: 10px;
}

span.toc_date {
	display: block;
	font-weight: bold;
	margin: 0px 0px 4px 0px;

}
span.toc_download {
	display: block;
	clear: both;
	float: right;
	padding: 3px 20px 8px 0px;
}
span.toc_download img {
	border: none;
	padding: 0px 3px 0px 0px;
}
div.toc_covertext {
	clear: both;
	text-align: center;
	border-top: 1px dotted #525252;
	padding-top: 9px;
	margin: 10px 20px 5px 0px;
	font-size: 90%;
}
div.toc_body {
	padding: 5px;

}
span.toc_head {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
div.toc_section {
	padding: 4px 0px 4px 20px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 120%;
	background-color: #e0dbdb;
	border: 1px solid #969393;
}
div.toc_item_unlocked {
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(235, 235, 235);
	position: relative;
}
div.toc_item_locked {
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #fbe7e7;
	border: 1px solid #fbdddd;
}
span.toc_item_title {
	display: block;
	box-sizing: border-box;
	width: 48%;
	float: right;
	padding: 0px 0px 0px 20px;
	font-style: italic;
}
a.toc_doclink {

}
span.toc_item_author {
	display: block;
	box-sizing: border-box;
	width: 48%;
	float: left;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
img.toc_locked {
	float: right;
	margin: 0px 8px 0px 0px;
}
img.toc_unlocked {
	float: right;
	margin: 0px 8px 0px 0px;
}

div.toc_item {
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #e6e4e4;
}
div.toc_bottom {
	background: rgb(229, 224, 224);
	background: linear-gradient(to right, rgb(229, 224, 224), rgb(250, 250, 255), rgb(229, 224, 224));
	border: 1px solid #969393;
	padding: 5px 5px 5px 20px;
	margin: 20px 0px 6px 0px;
}
div.doc_report {
	clear: both;
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	border: 1px solid rgb(210, 220, 210);
	border-radius: 5px;
}
p.item_source_top {
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}
p.item_source {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
	padding: 0px;
}
div.item_body {
	clear: both;
	width: 90%;
	margin: 10px auto;
	padding: 20px;
	background-color: rgb(240, 250, 240);
	border: 1px solid rgb(210, 220, 210);
	box-shadow: 0px 0px 8px 6px rgba(120, 120, 120, 0.2);
	border-radius: 5px;
}
span.title {
	display: block;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	padding: 6px 0px 6px 12px;
}
span.author {
	display: block;
	font-weight: bold;
	font-size: 150%;
	padding: 16px 0px 16px 12px;
}
div.doc_text {
	padding: 20px 10px;
}
div.ap_pimg, div.ap_simg {
	clear: both;
	text-align: center;
	padding: 20px 0px;
}
div.ap_stext {
	clear: both;
	padding-top: 20px;
}
span.join {
	display: block;
	margin: 4px 0px 0px 14px;
}
div.sm_container {
	padding-top: 30px;
}
div.sm_col {
	margin-left: 20px;
}
a.sm_h1 {
	display: block;
	padding-bottom: 6px;
}
a.join, a.renew {
	display: inline-block;
	font-weight: bold;
	padding: 5px 8px;
	border: 1px solid rgb(190, 190, 190);
	background-color: rgb(246, 255, 255);
	margin-top: 8px;
	border-radius: 4px;
}
table.join1 td {
	vertical-align: top;
}
div.join1 {
	clear: both;
}
div.join_item {
	clear: both;
	position: relative;
}
div.join_desc {
	width: 25%;
	float: left;
	text-align: right;
	font-weight: bold;
}
div.join_info {
	width: 70%;
	float: right;
}
div.social {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px 0px 0px;
	position: relative;
}
div.social_media {
	width: 80%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.social a {
  	position: relative;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px 5px 0px 0px;
}
.social img {
	position: relative;
	box-sizing: border-box;
	max-width: 48px;
	opacity: 1;
}
.social a:hover img{
	opacity: 0.6;
}

div.subscribe {
  	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	position: relative;
	text-align: center;
}
#subscribe input[type="text"] {
	display: block;
	width: 80%;
	margin: 0px auto 0px auto;
}

span.subscribebutton {
	display: block;
	clear: both;
	margin: 3px 10px 0px 0px;
	padding: 2px 5px;
	background-color: rgb(92, 92, 92);
	color: rgb(248, 248, 248);
	border-radius: 3px;
}
span.subscribebutton:hover{
	opacity: 0.6;
}

div#logo {
	width: 310px;
	float: none;
	margin: 6px auto 10px auto;
}
div.menu {
	clear: both;
	width: 100%;
}
div.banner {
	width: 100%;
	margin: 20px 0px;
}
p.banner_strap {
	clear: both;
	color: rgb(174, 50, 57);
	line-height: 1.0;
	font-size: 310%;
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}
div.page_content {
	clear: both;
	width: auto;
	margin: 0px auto 0px auto;
	padding: 12px;
	padding-bottom: 236px;
	position: relative;
}
div.hp_text {
	clear: both;
	padding: 20px 12px;
	font-size: 115%;
}
img.hpimg01 {
	border-radius: 150px;
	margin-left: 20px;
	border: 1px solid rgb(122, 122, 122);
}
div.next_issue {
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid rgb(170, 170, 170);
}
span.next_issue_title {
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: rgb(248, 248, 248);
	background-color:  rgb(122, 122, 122);
	border: 1px solid rgb(100, 100, 100);
	border-radius: 3px;
	padding: 6px 10px;
}
img.hpcurr_issue {
	margin: 10px 0px 16px 0px;
}
span.next_issue_item {
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
}
a.hpcurr_more {
	display: inline-block;
	margin-top: 8px;
	padding: 6px 10px;
	font-weight: bold;
	background-color:  rgb(122, 122, 122);
	border: 1px solid rgb(100, 100, 100);
	border-radius: 3px;
}
a.hpcurr_more:link {
	color: rgb(248, 248, 248);
}
a.hpcurr_more:visited {
	color: rgb(248, 248, 248);
}
a.hpcurr_more:hover {
	color:  rgb(122, 122, 122);
	background-color: rgb(248, 248, 248);
}

div.hp_row {
	clear: both;
	position: relative;
	box-sizing: border-box;
	padding: 10px 10px 0px 10px;
}
div.hp_minirow {
	clear: both;
	position: relative;
	box-sizing: border-box;
}
a.pane_large {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	width: 100%;
}
a.pane_small {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	width: 50%;
	float: left;
}

a.pane_large img, a.pane_small img{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgb(122, 122, 122);
	opacity: 1;
}
a.pane_large:hover img, a.pane_small:hover img{
	opacity: 0.6;
}
div.pane_caption {
	opacity: 0.7;
	box-sizing: border-box;
	width: 52%;
	margin: 0 auto;
	top: 100%;
	padding: 10px 7px 10px;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: rgb(22, 22, 22);
	background-color: rgb(248, 248, 248);
	position: relative;
	display: block;
	bottom: auto;
	text-align: center;
	transition: all .2s ease;
}
a.pane_large:hover div, a.pane_small:hover div{
	background-color: rgb(122, 122, 122);
	color: rgb(248, 248, 248);
}
div.archive_wrapper {
	clear: both;
	display: table;
	table-layout: fixed;
	padding-top: 24px;
	width: 100%;
	position: relative;
}
div.archive_row {
	display: table-row;
}
div.archive_issue {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-top: 14px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.archive_issue img {
	width: 90%;
	max-width: 300px;
	border: 1px solid gray;
}
.archive_issue span {
	display: block;
}
div.archive_issues {
	padding-top: 16px;
}
div.archive_prev {
	width: 30%;
	min-width: 30% !important;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 140%;
}
div.archive_year {
	width: 30%;
	float: left;
	text-align: center;
}
.archive_year select {
	font-weight: bold;
	font-size: 140%;
	color: rgb(4, 130, 153);
}
div.archive_next {
	width: 30%;
	min-width: 30% !important;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 140%;
}
p.index_covertext {
    font-size: 100%;
}
p.index_covertext span {
    font-size: 105%;
}

div#index_links {
	display: table-cell;
	vertical-align: top;
	width: 40%;
	min-width: 175px;
	position: relative;
	overflow: auto;
	font-size: 90%;
}
div.quicklinks {
}
#index_links span {
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0px 6px 0px;
}
span.search_head_unset {
	margin-left: -10px;
}
span.search_set {
	font-size: 100% !important;
	padding-top: 0px !important;
}
#index_links a {
	display: block;
	padding-bottom: 8px;
}

a.index_cover {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	width: 100%;
}
a.index_cover img{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgb(122, 122, 122);
	opacity: 1;
}
p.crumb {
	font-weight: bold;
}
p.index_covertext {
    position: absolute;
    background: rgba(248,248,248,0.85);
    color: rgb(23, 23, 23);
    opacity: 0;
    z-index: 100;
    display: block;
    left: 0;
    right: 0;
    bottom: -500px;
    padding: 20px 15px 8px 15px;
    text-align: center;
    font-size: 110%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}
p.index_covertext * { 
    color: rgb(23, 23, 23);
}
a.index_cover:hover p.index_covertext {
    opacity: 1;
    display: block;
    bottom: 0px;
    left: 0;
    right: 0;
}
p.index_covertext span {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 115%;
}
p.index_covertext strong {
	display: block;
	font-size: 90%;
	padding-top: 5px;
}
p.dummy {
	position: absolute;
	color: rgb(23, 23, 23);
	left: 0;
	right: 0;
	top: 0;
	padding: 20px 15px 8px 15px;
	text-align: center;
	font-size: 110%;

}
p.dummy span {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 115%;
}
p.dummy strong {
	display: block;
	font-size: 90%;
	padding-top: 5px;
}

div.product_navlinks {
	padding-top: 10px;
}
.product_navlinks p {
	padding-bottom: 10px;
}
.product_navlinks span{
  	display: block;
	float: left;
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
}
a.product_navlink {
	display: block;
	float: left;
	padding: 2px 4px 2px 4px;
	margin-right: 6px;
	border: 1px solid rgb(152, 152, 152);
}
div.alpha_list {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
	position: relative;
}
span.alpha_letter_current {
	box-sizing: border-box;
	width: 3.2%;
	min-width: 18px;
 	display: inline-block;
	text-align: center;
	margin: 5px 2px 0px 0px;
	font-weight: bold;
	padding: 2px;
	background-color: rgb(122, 122, 122);
	color: rgb(248, 248, 248);
	border: 1px solid rgb(122, 122, 122);

}
a.alpha_letter {
	box-sizing: border-box;
	width: 3.2%;
	min-width: 18px;
	display: inline-block;
	text-align: center;
	margin: 5px 2px 0px 0px;
	font-weight: bold;
	color: rgb(122, 122, 122);
	padding: 2px;
	border: 1px solid rgb(122, 122, 122);
}
a.alpha_letter:hover {
	background-color: rgb(122, 122, 122);
	color: rgb(248, 248, 248);
}
span.alpha_letter {
	box-sizing: border-box;
	width: 3.2%;
	min-width: 18px;
 	display: inline-block;
	text-align: center;
	margin: 5px 2px 0px 0px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid transparent;

}
span.index_title {
	display: block;
	font-weight: bold;
	font-size: 160%;
	padding: 10px 0px;
}
div.contrib_index {
	padding-bottom: 20px;
}
div.contrib_index_entry {
	padding: 5px 0px 5px 20px;
}
.contrib_index_entry a {
	font-weight: bold;
}
span.contrib_page_type {
	padding-left: 0px;
}
span.contrib_page_item {
	font-style: italic;
	font-weight: bold;
}
div.oi_image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	width: 46%;
	min-width: 46%;
	min-height: 240px;
	text-align: center;
}
a.author_cover {
	display: inline-block;
	max-height: 160px;
	overflow: hidden;
}
a.author_cover img {
	width: 100%;
}
p.author_covertext {
	text-align: center;
	width: 80%;
	margin: 0px auto;
	padding-top: 0px;
	position: absolute;
	bottom: 5px;

}
.author_covertext span {
	display: block;
	font-weight: bold;
}
div.pp_wrapper {
	display: table;
	box-sizing: border-box;
	padding-top: 20px;
}
div.pp_left {
	text-align: center;
	position: relative;
	width: auto;
	padding: 20px 20px 10px 20px;
}
.pp_left img {
	border: 1px solid rgb(157, 157, 157);
}
p.pp_dummy {
	position: absolute;
	color: rgb(23, 23, 23);
	left: 0;
	right: 0;
	top: 0;
	width: 50%;
	margin: 0px auto;
	padding: 60px 15px 8px 15px;
	text-align: center;
	font-size: 110%;

}
p.pp_dummy span {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 115%;
}
p.pp_dummy strong {
	display: block;
	font-size: 90%;
	padding-top: 5px;
}

span.quote {
	display: block;
	text-align: left;
	padding: 6px 0px 6px 0px;
}
div.pp_right {
	box-sizing: border-box;
	padding: 20px 20px 10px 20px;
}
p.pp_subtitle {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
}
div.pp_purchase {
	margin-top: 10px;
	padding: 20px 0px 20px 0px;
	border-top: 2px solid rgb(157, 157, 157);
}
div.pp_purchase_item {
	position: relative;
	clear: both;
	border: 1px solid rgb(227, 227, 227);
	padding: 6px;
	margin: 4px;
	border-radius: 3px;
}
div.item_1 {
	width: 100% !important;
	font-weight: bold;
	padding-bottom: 6px;
}
.item_1 span {
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
}
div.item_2a {
	width: 28%;
	float: left;
	clear: both;
	font-weight: bold;
}
div.item_2b {
	float: right;
	padding-right: 20px;
	text-align: right;
}
div.pp_blurb {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 2px solid rgb(157, 157, 157);
}
div.pp_info {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid rgb(157, 157, 157);
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgb(157, 157, 157);
}
span.pages {
	display: block;
}
span.publisher {
	display: block;
}
span.imprint {
	display: block;
}
span.categories {
	display: block;
}
a.pp_cat {
	padding-right: 10px;
}
h2 {
	clear: both;
	font-size: 300%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 2px dotted rgb(200, 210, 218); 
}
h2:after {
	content: '...';
}
h3 {
	font-size: 200%;
	margin: 0px 0px 14px;
	line-height: normal;
	padding-top: 14px;
}
h4 {
	font-size: 145%;
	font-weight: normal;
	margin: 0px 0px 14px;
	line-height: normal;
}
h5 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 200%;
	font-weight: bold;
	border-top: 2px solid rgb(157, 157, 157);
}
h6 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	font-size: 140%;
	font-weight: bold;
}

hr { 
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	border: 0; 
	border-bottom: 2px dotted rgb(200, 210, 218); 
	background-color: rgb(245, 247, 234);
}
div.hometext {
	float: none;
	width: 100%;
}
div.homedyn {
	float: none;
	width: 100%;
}
a {
	color: rgb(4, 130, 153);
	text-decoration: none;
}
a:hover {
	color: rgb(40, 160, 193);
}
a.contact {
	font-weight: bold;
}
a.quicklink {
	color: rgb(4, 130, 153);
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.quicklink:hover {
	color: rgb(40, 160, 193);
}
div.link_head {
	clear: both;
	font-weight: bold;
	font-size: 18px;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 10px 0px;

}
div.link_entry {
	clear: both;
	margin-left: 20px;
	padding-top: 20px;
}
div.linktitle {
	float: none;
	text-align: left;
	margin-right: 20px;
	font-weight: bold;
}
div.linkdesc {
	float: none;
	margin-right: 40px;
}
div.contact_content {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.contact_map {
	width: 310px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.contact_details {
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 15px;

}
div.contact_head {
	font-weight: bold;
	color: #2757af;
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 20px;

}
div.contact_item {
	float: left;
	margin: 35px 20px 0px 10px;
	width: 300px;

}
div.contact_list {
	clear: both;
}
table.contact_form {
	padding-top: 50px;
}
td.contact_formhead {
	font-weight: bold;
	text-align: right;
	padding-right: 16px;
}
p.linkshead {
	clear: both;
	color: rgb(179, 16, 105);
	font-size: 130%;
}
div.cpitem {
	clear: both;
}
.cpform label {
	display: block;
	padding: 20px 0px 0px 0px;
	margin:0px;
	font-size: 90%;
}
.cpform input[type="submit"] {
	display: block;
	width: 90px;
	margin: 16px 0px 8px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: rgb(4, 130, 153);
	color: white;
	border-radius: 5px;
	border: none;
	font-weight: bold;
	font-size: 130%;
}
.cpform input[type="submit"]:hover {
	cursor: pointer;
}
div.cpfollow {
	clear: both;
	margin-top: 30px;
}
div.footpad {
	clear: both;
	padding: 15px 0px;
	text-align: center;
}
div#footer {
	clear: both;
	width: 100%;
	background-color: rgb(29, 25, 17);
	color: rgb(230, 227, 200);
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 60px;
}
div.footer_body {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 12px;
}
div.footer_contact {
	float: none;
	width: 100%;
}
p.foothead {
  	border-bottom: 1px solid #1298B1;
	margin: 0px 0px;
	padding-bottom: 3px;
	font-size: 140%
}
.social img {
	padding: 6px 8px 0px 0px;
}
.cpsocial img {
	padding: 0px 8px 0px 0px;
}

#footer a {
	color: rgb(230, 227, 200);
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
div#footermenu {
	display: none;
	float: none;
	width: 100%;
}
#footermenu a {
	display: block;
}
div#footer_bottom {
	background-color: rgb(29, 25, 17);
	color: rgb(230, 227, 200);
	padding: 8px 10px 8px 10px;
	font-size: 90%;
}
#footer_bottom p {
	margin: 0px auto 0px auto;
	padding: 0px;
}
span.legal {
	padding-left: 16px;
}
.legal a {
	color: rgb(230, 227, 200);
	text-decoration: none;
	padding-right: 10px;
}
.legal a:hover {
	text-decoration: underline;
}
.back_to_top {
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	right:10px;
}
.back_to_top a {
	width: 50px;
	text-indent:-9999px;
	height: 50px;
	display: block;
	margin: 0;
	border-radius: 6px;
	background:rgb(66, 66, 66) url(/graphics/top.png) no-repeat center center;
	box-shadow: 0px 0px 5px 3px rgba(128, 128, 128, 0.4);
}
.back_to_top a:hover {
	background-color:rgb(122, 122, 122);
}

#nav {
	position: relative;
	padding-top: 20px;
	clear: both;
}
#nav ul {
	list-style: none;
	position: relative;
}
#nav > a {
	display: none;
}
.menu1 {
	width: 100%;
}
.menu2 {
	width: 50%;
}
.menu3 {
	width: 33.3%;
}
.menu4 {
	width: 25%;
}
.menu5 {
	width: 20%;
}
.menu6 {
	width: 16.6%;
}
.menu7 {
	width: 14.2%;
}
.menu8 {
	width: 12.5%;
}
.menu9 {
	width: 11%;
}
.menu10 {
	width: 10%;
}

#nav li {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
}
#nav div {
	position: relative;
}
#nav div a {
	color: rgb(122, 122, 122);
	display: block;
	box-sizing: border-box;
	float: left;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	border-left: 1px solid rgb(122, 122, 122);
}
#nav div span {
	display: block;
	float: left;
	color: rgb(248, 248, 248);
	background-color:  rgb(122, 122, 122);
	padding: 4px 0px 4px 0px;
	text-align: center;
}
#nav div a:hover {
	background-color: rgb(122, 122, 122) !important;
	color: rgb(248, 248, 248);
}


/* first level */
#nav > ul {
	height: 15px;
}
#nav > ul > li {
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
}
#nav > ul > li:hover > a, 
#nav > ul:not( :hover ) > li.active > a {
	background-color: rgb(122, 122, 122);
	color: rgb(248, 248, 248);
}


@media only screen and ( max-width: 1000px ) {
	#nav {
		width: 100%;
		position: static;
		margin: 0;
	}
}

@media only screen and ( max-width: 640px ) {
	 .menu2, .menu3, .menu4, .menu5, .menu6, .menu7, .menu8, .menu9, .menu10 {
		width: 100%;
	 }
	#nav {
		position: relative;
		float: none;
		top: auto;
		left: auto;
	}
	#nav > a {
		width: 3.125em; /* 50 */
		height: 3.125em; /* 50 */
		text-align: left;
		text-indent: -9999px;
		background-color: rgb(122, 122, 122);
		position: relative;
	}
	#nav > a:before,
	#nav > a:after {
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
	#nav > a:after {
		top: 60%;
	}

	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}

	/* first level */

	#nav > div {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	#nav div a {
		float: none;
	}
	#nav > div::after {
		content: '';
		display: table;
		clear: both;
	}
	#nav:target > div {
		display: block;
	}
	#nav > div > a {
		width: 90%;
		float: none;
		z-index: 300;
		height: auto;
		text-align: center;
		font-size: 120%;
		padding: 0 0.833em; /* 20 (24) */
		line-height: 300%;
		background-color: rgb(248, 248, 248);
		border-bottom: 1px solid rgb(200, 200, 200);
		border-right: 1px solid rgb(200, 200, 200);

	}
	#nav > div > a:first-child {
		border-top: 1px solid rgb(200, 200, 200);
	}

}
p.stars {
	color: rgb(179, 16, 105);
	font-size: 180%;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.stars img {
	margin-top: -10px;
}
ul.amenities {
	margin: 0px;
	padding: 0px;
}
.amenities li {
	display: inline;
	color: rgb(179, 16, 105);
	font-size: 140%;
	padding-left: 0px;
	padding-right: 10px;
}
ul.amenities li:before {
	content:'\2022';
	margin-right:0.5em;
}
div.mem_wrapper {
	margin-top: 40px;
	position: relative;
}
.tabs {
  font-size: 0;
  margin: 25px 0;
}

.tabs:after {
  clear: both;
  content: '';
  display: table;
}

.tabs .tab {
  display: inline;
}

.tabs .tab-label {
  background-color: rgb(228, 230, 219); 
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  left: 1px;
  margin-left: -1px;
  margin-right: 5px;
  padding: 16px; 
  position: relative;
  vertical-align: bottom;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tabs .tab-label:hover {
	background-color: rgb(117, 134, 148);
	color: rgb(245, 247, 234);
	cursor: pointer;
}

.tabs .tab > [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}

.tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: rgb(245, 247, 234);
  padding: 0 20px;
  border: 1px solid rgb(216, 223, 229);
  border-bottom: 4px solid rgb(216, 223, 229);
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -1px;
  width: 100%;
}

.tabs .tab [type="radio"]:checked + .tab-label {
  background-color: rgb(245, 247, 234);
  border: 1px solid rgb(216, 223, 229);
  border-bottom-width: 0;
  z-index: 1;
}
.tabs .tab [type="radio"]:checked + .tab-label:hover {
	cursor: default;
	color: rgb(20, 153, 178);
}
.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline;
}
p.tab_head {
	color: rgb(179, 16, 105);
	font-size: 160%;
	border-bottom: 1px solid #1298B1;
	margin: 16px 0px 1em;
	text-transform: lowercase;
	padding-bottom: 9px;
	line-height: normal;
}
p.tab_head span {
	border-bottom: 5px solid #1298B1;
	padding-bottom: 10px;
}

div.hill1 {
	width: 570px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: justify;
	text-align-last: justify;
	line-height: 2;
}
.hill1 hr {
	width: 80%;
	float: left;
	border: none;
	border-top: 2px dotted black;
}
span.gh0 {
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 100%;
	text-align: justify;
	text-align-last: justify;
}

span.gh1 {
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	width: 100%;
	text-align: justify;
}

span.gh2 {
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	width: 100%;
	text-align: left !important;
	text-align-last: left !important;
}
span.gh3 {
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left !important;
	text-align-last: left !important;
}
p.jpl {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: justify;
    text-align-last: justify;
}

p.jpl:after {
    content: ”;
    display: inline-block;
    width: 100%;
}
p.cpl {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
p.lal {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
p.ral {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
}
