.purchasebutton	a {
	padding: 0.5em 2em !important;
	text-align: center;
	border-radius: 0.1em;
	background-color: #93A136;
	text-transform: capitalize;
	color: #FFFFFF !important;
	text-decoration: none!important;
}

.purchasebutton a:hover {
	background-color: #B5BF46;
}

.morebutton	{
	margin: 1em 0em 2em 0em;
}

.morebutton	a {
	text-align: center;
	background-color: #93A136;
	border-radius: 0.1em;
	padding: 1em 2em !important;
	text-transform: capitalize;
	color: #FFFFFF !important;
	text-decoration: none!important;
}

.morebutton a:hover {
	background-color: #B5BF46;
}

.socialbutton {
	text-align: center;
	padding: 0.5em 0em;
}

.socialbutton	a {
	text-align: center;
	margin: 0em auto;
	display: block;
	width: 90vw;
	padding: 1em 0em;
	border-radius: 0.2em;
	background-color: #93A136;
	text-transform: capitalize;
	color: #FFFFFF !important;
	text-decoration: none!important;
}

.hidden
{
        position: absolute;
        left: -999px;
        font-size: 1pt;
        color: #EEEEEE;
        width: 90px;
}

a:link {
	color: #118C88;
}

a:visited {
	color: #479E9A;
}

a:active {
	color: #FF0000;
}

.emergency_notice {
	width: 99vw;
	background-color: #F78A37;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 0.2em 0em;
}

.emergency_notice_toggle {
	display: none;
}

.emergency_notice_toggle + label + div {
	display: none;
}

.emergency_notice_toggle:checked + label + div {
	display: block;
}

.emergency_notice_toggle:not(:checked) + label + div {
	display: none;
}

.emergency_notice_toggle + label:before {
	padding: 0em !important;
	border: none;
	content: "Important Notice";
	font-weight: normal;
	font-size: 0%;
}

.emergency_notice_toggle:checked + label:before {
	border-radius: 0.1em;
	padding: 0.2em 2em !important;
	text-transform: uppercase;
	color: #FFFFFF !important;
	border: #FFFFFF 1px solid;
	content: "Close";
	font-weight: normal;
	font-size: 85%;
}

.emergency_notice p {
	padding: 0em 0.5em;
}

.emergency_notice p:first-child {
	margin-top: 0.5em;
}

.emergency_notice p:last-child {
	margin-bottom: 0em;
}

.emergency_notice a {
	color: #DDDDDD;
}

.column1 {
	width: 45%;
	float: left;
	padding-right: 1em;
	padding-top: 1em;
}

.column2 {
	width: 45%;
	float: right;
	padding-left: 1em;
	padding-top: 1em;
}

.column1 .barright {
	border-right: 1px solid #000000;
	padding-right: 3em;
}

.column1 img, .column2 img {
	max-width: 25vw;
}

.wm_column1 {
	width: 14vw;
	float: left;
	padding-right: 1em;
	padding-top: 1em;
}

.wm_column2 {
	width: 38vw;
	float: right;
	padding-left: 1em;
	padding-top: 1em;
}

.wm_column1 .barright {
	border-right: 1px solid #000000;
	padding-right: 3em;
}

.wm_column1 img, .column2 img {
	max-width: 25vw;
}

.bigger {
	font-size: 125%!important;
	line-height: 1.5em;
}

.orange {
	color: #F78A37;
	font-weight: bold;
}

.orangebox {
	background-color: #F78A37;
	color: #FFFFFF;
	padding: 0.5em;
}

.orangebox a {
	color: #B6E6E0;
}

.green {
	color: #93A136;
}

.patternbox {
	line-height: 2.5em; 
	color: #FFFFFF; 
	padding: 2em 0.5em; 
	background-image: url('/images/fixed-scroll-background.png'); 
	background-repeat: repeat; 
	background-attachment: fixed;
}

.patternbox_pp {
	line-height: 2.5em; 
	color: #FFFFFF; 
	padding: 2em 0.5em; 
	background-image: url('/images/fixed-scroll-background-pp.png'); 
	background-repeat: repeat; 
	background-attachment: fixed;
}

.patternbox_green {
	line-height: 2.5em; 
	color: #FFFFFF; 
	padding: 2em 0.5em; 
	background-image: url('/images/fixed-scroll-background-green.png'); 
	background-repeat: repeat; 
	background-attachment: fixed;
}

.packblock {
	width: 100%;
	background-color: #61AFAB;
	background-image: url('/images/design/membership_wolves_bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 0.3em;
	min-height: 160px;
	margin-top: 4em;
}

.packblock p {
	font-size: 150%!important;
}

.packblock .morebutton {
	font-weight: 500; 
	margin-left: 3em; 
	margin-top: 3em;
	font-size: 80%;
}

.packblock .morebutton a {
	background-color: #61AFAB;
	border: 2px solid #FFFFFF;
}

.protip {
	margin-top: 5em;
	width: 100%;
}

.protip img {
        float: left;
        padding-right: 1em;
        position: relative;
        top: -4em;
        left: 1.5em;
}

.innerprotip {
	background-color: #FFFFFF;
	padding: 0.7em 4em 0.7em 200px;
}

.innerprotip h3 {
	color: #F78A37!important;
}

.innerprotip p {
}

.specialmenu {
	margin: 3em 0em 2em 0em;
	width: 100%;
}

.specialmenu img {
        float: left;
        padding-right: 1em;
        position: relative;
        top: -1em;
        left: 0em;
}

.innerspecialmenu {
	background-color: #FFFFFF;
	padding: 0.1em 2em 0.1em 2em;
}

.pagead {
	margin: 3em 0em 2em 0em;
	width: 100%;
}

.pagead img {
        float: left;
        padding-right: 1em;
        position: relative;
        top: 0em
        left: 1em;
}

.innerpagead {
	background-color: #FFFFFF;
	padding: 0.1em 2em 0.1em 2em;
	text-align: center;
}

.innerpagead p {
	font-size: 150%!important;
	line-height: 1.3em!important;
	color: #F78A37!important;
	margin: 1em 180px!important;
}

.innerpagead .morebutton {
	margin-top: 3em;
}

.innerpagead .morebutton a {
	background-color: #61AFAB;
}

.callout {
	margin: 3em 0em 2em 0em;
	width: 100%;
}

.callout img {
        float: left;
        padding-right: 1em;
        position: relative;
        top: -4em;
        left: 0.5em;
}

.innercallout {
	background-color: #FFFFFF;
	padding: 0.1em 2em 0.1em 2em;
	text-align: left;
}

.innercallout p {
}

.innercallout .morebutton {
	margin-top: 1.5em;
}

.innercallout .morebutton a {
}

.whitebox {
	background-color: #FFFFFF;
	padding: 0.5em;
	margin-top: 2em;
}

.lineinwhitebox {
	border: none;
	border-bottom: 1px solid #000000;
	margin: 0em;
	height: 25px;
	padding: 0em;
	font-weight: bold;
	font-size: inherit;
}

.topfeature {
	color: #FFFFFF;
        width: 25vw;
        background-color: #61AFAB;
        text-align: left;
}

.topfeature img {
	max-width: 25vw;
}

.innertopfeature {
	padding: 1em;
        color: #FFFFFF;
}

.innertopfeature p {
	line-height: 2em!important;
}

.innertopfeature h3 {
	color: #FFFFFF!important;
	font-size: 150%;
}

.innertopfeature .morebutton {
	margin-top: 3em;
}

.innertopfeature .morebutton a {
	background-color: #61AFAB;
	border: 1px #FFFFFF solid;
}

.image_content_width {
	width: 57vw;
}

.photoblockleft {
	clear: right;
	overflow: hidden;
	margin: 1em 0em;
	background-color: #D74B34;
	color: #FFFFFF;
	padding-right: 2em;
}

.photoblockleft img {
	float: left;
	width: 29vw;
	padding-right: 2em;
}

.photoblockleft h3 {
	margin-top: 1em;
	color: #FFFFFF!important;
}

.photoblockleft a {
	text-decoration: none!important;
	color: #FFFFFF!important;
}

.photoblockright {
	clear: left;
	overflow: hidden;
	margin: 1em 0em;
	background-color: #405424;
	color: #FFFFFF;
	padding-left: 2em;
}

.photoblockright img {
	float: right;
	width: 29vw;
	padding-left: 2em;
}

.photoblockright h3 {
	margin-top: 1em;
	color: #FFFFFF!important;
}

.photoblockright a {
	text-decoration: none!important;
	color: #FFFFFF!important;
}

.photoblockvalleft {
	clear: right;
	overflow: hidden;
	margin: 1em 0em;
	background-color: #FECED6;
	color: #000000;
	padding-right: 2em;
}

.photoblockvalleft img {
	float: left;
	width: 29vw;
	padding-right: 2em;
}

.photoblockvalleft h3 {
	margin-top: 1em;
	color: #000000!important;
}

.photoblockvalleft a {
	text-decoration: none!important;
	color: #000000!important;
}

.photoblockvalright {
	clear: left;
	overflow: hidden;
	margin: 1em 0em;
	background-color: #F53B3C;
	color: #000000;
	padding-left: 2em;
}

.photoblockvalright img {
	float: right;
	width: 29vw;
	padding-left: 2em;
}

.photoblockvalright h3 {
	margin-top: 1em;
	color: #000000!important;
}

.photoblockvalright a {
	text-decoration: none!important;
	color: #000000!important;
}

.logocluster {
	text-align: center; 
	width: 100%;
	margin-top: 4em;
	margin-bottom: 1em;
}

.logocluster img {
	vertical-align: middle;
	border: none; 
	max-width: 100vw;
	max-height: 100px;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

/* Original Styles */

strong  {
        font-weight: bold;
}

em      {
        font-style: italic;
}

input[type="submit"], input[type="reset"] {
        background-color: #EEEEEE;
        color: #000000;
        font-weight: bold;
        font-size: 125%;
}

input[value="Continue"][type="submit"] {
        font-weight: bold;
        font-size: 125%;
}

input[type="date"] {
	font-family: 'Montserrat', sans-serif;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#main h3 {
	color: #93A136;
	margin-bottom: 0.25em;
}

#main h3 + p {
	margin-top: 0.25em;
}

#main h4 {
	color: #93A136;
	margin-bottom: 0.25em;
}

#main h4 + p {
	margin-top: 0.25em;
}

#main p, #main ul, #main ol, #main dl, #main blockquote {
	font-size: 95%;
}

#main a:link, #main a:visited {
	text-decoration: underline;
}

.nhsdill {
	float: right;
	padding: 1em 0em 1em 1em;
	text-align: right;
	font-size: 80%;
	line-height: 1.2em;
}

.nhsdill img {
	padding: 0.5em;
	border: 0em;
}

.photo {
	float: right;
	padding: 1em 0em 1em 1em;
	text-align: right;
	font-size: 70%;
	line-height: 1.2em;
}

.photoleft {
	float: left;
	padding: 1em 1em 1em 0em;
	text-align: left;
	font-size: 70%;
	line-height: 1.2em;
}

.photoinline {
	padding: 10px 10px 10px 0px;
	text-align: left;
	font-size: 70%;
	line-height: 1.2em;
}

.photoinline img {
	width: 58vw;
}

.galaphoto {
	float: right;
	position: relative;
	right: -50px;
	padding: 10px 0 10px 10px;
	text-align: right;
	font-size: 80%;
	line-height: 1.2em;
}

.galaphoto img {
	padding: 4px;
	border: #666666 ridge 1em;
}

.boldbutton a:link, .boldbutton a:visited {
        display: block;
        text-decoration: none;
	font-weight: normal;
        width: 50%;
        color: #573F33;
	background-color: #D9DDD4;
        padding: 0.5em;
	border-radius: 0.25em;
}

.entrybutton {
	margin: 2em 0em;
}

.entrybutton a:link, .entrybutton a:visited {
	margin: 3em 0em;
	text-decoration: none !important;
	font-weight: bold;
	padding: 1em;
	color: #FFFFFF;
	background-color: #859176;
	border-radius: 0.5em;
	border: 4px #666666 outset;
	white-space: nowrap;
}

.coaticlub {
        width: 612px;
        background-image: url('/images/coati/background.jpg');
}

.coaticlub h1, .coaticlub h2, .coaticlub h3, .coaticlub h4 {
        text-align: center;
        color: #108090;
}


.boldlist dt {
        font-weight: bold;
}

.boldlist dd {
        padding-bottom: 1em;
}

.faqlist dt {
        font-style: italic;
        padding-bottom: 0.5em;
}

.faqlist dd {
        padding-bottom: 1em;
}

.gallerydate {
	font-size: 85%;
}

.galleryitem {
	clear: right;
	border-bottom: double 3px #000000;
}

.highlightblock {
        padding: 2em;
        margin: 1em 0;
        font-style: italic;
        line-height: 2em;
}

.minorhighlightblock {
        padding: 1em 0;
        margin: 0.5em 0;
        font-style: italic;
	font-size: 90%;
        line-height: 2em;
}

.creamhighlightblock {
	background-color: #FFFFFF; 
	padding: 1em; 
	border-radius: 0.5em; 
	border: #96A089 2px solid;
}

.calendartable {
        border: #667059 none 1px;
        padding: 5px;
        background-color: #AFBAA0;
}

.calendartable th {
        vertical-align: top;
        padding: 5px;
}

.calendartable th a:link {
	color: #222222;
}

.calendartable th a:visited {
	color: #444444;
}

.calendartable td {
        background-color: #FFFFFF;
        padding: 5px;
        border-width: 0px;
        vertical-align: top;
}

.calendartable p {
	margin: 0.5em 0em;
}

form .calendartable {
        border: none;
        padding: 5px;
        background-color: transparent;
	line-height: 1.75em;
}

form .calendartable th {
        vertical-align: top;
        padding: 5px;
}

form .calendartable th a:link {
	color: #222222;
}

form .calendartable th a:visited {
	color: #444444;
}

form .calendartable td {
        background-color: transparent;
        padding: 5px;
        border-width: 0px;
        vertical-align: top;
}

form .calendartable td:first-child {
	font-weight: bold;
	text-align: right;
}

form .calendartable p {
	margin: 0.5em 0em;
}

form .collapsibletable {
        border: none;
        padding: 5px;
        background-color: transparent;
	line-height: 1.75em;
}

form .collapsibletable th {
        vertical-align: top;
        padding: 5px;
}

form .collapsibletable th a:link {
	color: #222222;
}

form .collapsibletable th a:visited {
	color: #444444;
}

form .collapsibletable td {
        background-color: transparent;
        padding: 5px;
        border-width: 0px;
        vertical-align: top;
}

form .collapsibletable td:first-child {
	font-weight: bold;
	text-align: right;
}

form .collapsibletable p {
	margin: 0.5em 0em;
}

.scheduletable {
	margin-top: 1em;
        border-collapse: collapse;
	line-height: 1.3em;
	width: 100%;
}

.scheduletable td {
	padding: 0.5em;
        vertical-align: top;
	border-bottom: 1px solid #D0D0D0;
}

.scheduletable .location {
	font-size: 90%;
	color: #888888;
	font-style: italic;
	text-transform: lowercase;
}

.scheduletable .activity_past {
	background-color: #E0E0E0;
}

.scheduletable .nextbar {
	background-color: #93A136;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#daily_schedule {
	width: 30vw;
	float: right;
	padding-left: 2em;
}

#daily_schedule .inner {
	background-color: #FFFFFF;
	border-top: #93A136 solid 5px;
	border-bottom: #93A136 solid 5px;
}

#daily_schedule .topinner {
	background-color: #FFFFFF;
	padding: 1em;
}

#daily_schedule .bottominner {
	background-color: #FFFFFF;
	padding: 1em;
}

#daily_schedule .today {
	font-weight: bold;
}

#daily_schedule .intro {
	font-style: italic;
	color: #888888;
}

#daily_schedule .morebutton {
	text-align: center;
	padding: 2em 1em 2em 1em;
	font-weight: bold;
}

#daily_schedule .morebutton a {
	text-transform: lowercase;
}

.newcaltop {
	position: relative;
	background-color: #303030;
	color: #FFFFFF;
	padding: 1.5em 0.5em;
}

.newcaltop a {
	color: #FFFFFF;
	text-decoration: none;
}

.newcalfilters {
	padding: 2em 0em;
}

.newcalfilters input[type="submit"] {
	margin-right: 4em;
}

.newcalfilters img {
	vertical-align: middle;
}

.newcallinks {
	width: 100%;
	font-weight: bold;
}

.newcallinks a:link {
	text-decoration: none!important;
}

.newcallinks a:visited {
	text-decoration: none!important;
}

.newcallinks a:hover {
	color: #BBBBBB;
}

.newcalprev {
	text-align: left;
	width: 30%;
}

.newcalnext {
	text-align: right;
	width: 30%;
}

.newcaldisplay {
	border: none;
	width: 100%;
        background-color: #B0B0B0;
	border-spacing: 1px;
	font-size: 90%;
}

.newcaldisplay th {
	background-color: #93A136;
	color: #FFFFFF;
	font-size: 90%;
	letter-spacing: 0.1em;
}

.newcaldisplay td {
	background-color: #FFFFFF;
	border: none;
	width: 14.2%;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.3em;
}

.newcalemptyday {
	background-color: #EEEEEE!important;
}

.newcaldayheight {
	height: 150px;
	overflow: hidden;
}

.newcaldisplay .newcaldate {
	display: block;
	text-align: right;
	padding: 0.5em;
}

.newcaldisplay .newcaldate a {
	color: #000000;
	text-decoration: none!important;
	font-weight: bold;
	font-size: 125%;
}

.newcaldisplay .newcaltitle a {
	text-decoration: none!important;
	color: #000000;
}

.newcaldisplay .newcalevent {
	padding-bottom: 0.5em;
	font-weight: bold;
}

.newcalviewimage {
	float: right;
	padding: 1em;
	text-align: right;
	font-style: italic;
}

.newcaltable td {
        padding: 0.5em 0.5em 2.5em 0.5em;
        vertical-align: top;
}

.newcaltable td:first-child img {
	width: 200px;
	height: 200px;
}

.newcaltable td:nth-child(2) {
        border-bottom: 1px #303030 solid;
}

.newcaltabletitle {
	font-weight: bold;
	font-size: 115%;
}

.newcaltabledate {
	font-weight: bold;
}

.newcaltable .morebutton {
	margin-top: 1.5em;
}

.newcaltable .morebutton a {
	text-transform: lowercase;
}

.newcaltable p {
	margin: 0.5em 0em;
}

.scrolllist      {
	width: 385px;
	float: right;
        overflow: hidden;
	position: relative;
	right: -100px;
}

.scrolllistheading       {
        border-top: 2px dotted #000000;
        border-bottom: 2px dotted #000000;
        padding: 0.5em 2em;
        background-image: url('/images/design/home_eventlistheading.png');
        background-repeat: repeat-y;
}

.scrolllistheading h2    {
        font-weight: normal;
        letter-spacing: 0.2em;
	color: #000000 !important;
        margin: 0px;
}

.scrolllistings  {
        background-image: url('/images/design/home_eventlistings_background.png');
        background-repeat: no-repeat;
        padding: 0.5em 2em;
        height: 285px;
        overflow: auto;
        font-size: 90%;
        border-bottom: 2px dotted #000000;
}


.gallerythumbtable {
        border: #667059 double 3px;
        padding: 5px;
        width: 98%;
        background-color: #96A089;
}

.gallerythumbtable td {
        background-color: #FFFFFF;
        width: 25%;
        padding: 5px;
        border-width: 0px;
        text-align: center;
        vertical-align: top;
}

.gallerypic {
        text-align: center;
        width: 98%;
        border: #667059 double 3px;
        padding: 5px;
        background-color: #96A089;
}

.gallerypic a {
        font-weight: bold;
        text-decoration: none;
	color: #444444;
}

.gallerylinktable {
        width: 98%;
}

.gallerylinktable td {
        width: 33%;
}



.gallerytransthumbtable {
        border: none;
        padding: 5px;
        width: 98%;
}

.gallerytransthumbtable td {
        width: 25%;
        padding: 5px;
        border-width: 0px;
        text-align: center;
        vertical-align: top;
}

.gallerytranspic {
        text-align: center;
        width: 98%;
        border: none;
        padding: 5px;
}

.gallerytranspic a {
        font-weight: bold;
        text-decoration: none;
	color: #444444;
}

.gallerytranslinktable {
        width: 98%;
}

.gallerytranslinktable td {
        width: 33%;
}



.gallerywhitethumbtable {
        border: #667059 double 3px;
        padding: 5px;
        width: 98%;
        background-color: #FFFFFF;
}

.gallerywhitethumbtable td {
        background-color: #FFFFFF;
        width: 25%;
        padding: 5px;
        border-width: 0px;
        text-align: center;
        vertical-align: top;
}

.gallerywhitepic {
        text-align: center;
        width: 98%;
        border: #667059 double 3px;
        padding: 5px;
        background-color: #FFFFFF;
}

.gallerywhitepic a {
        font-weight: bold;
        text-decoration: none;
	color: #444444;
}

.gallerywhitelinktable {
        width: 98%;
}

.gallerywhitelinktable td {
        width: 33%;
}

.sidebar {
        float: right;
        width: 18vw;
	border-radius: 0.5em;
        background-color: #D9DDD4;
        color: #000000;
        padding: 1em;
        margin-left: 1em;
        clear: right;
}

.bookbuyblock {
	position: relative; 
	float: right; 
	border: 1px solid #000000; 
	margin-left: 1em; 
	padding: 1em; 
	width: 226px;
}

.ticket {
	border-radius: 0.5em;
        background-color: #D9DDD4;
        color: #000000;
        padding: 10px 10px 50px 10px;
}

.res_floatbox {
	position: relative;
	width: 250px;
	border: 2px solid #8B2346;
	padding: 1em 60px 1em 1em;
	margin: 1em 0px;
}

.warning {
	font-weight: bold;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 1em;
}

.sublink {
        font-weight: normal;
        font-size: 80%;
        font-style: normal;
        display: block;
        width: 100%;
        text-align: left;
}

#ar_pics {
	float: left;
	width: 280px;
	padding: 14px 2px 0 0;
}

#ar_pics #graphic {
	padding: 0;
}

#ar_pics #top_pic {
	padding: 0 0 12px 0;
}

#ar_pics #left_pic {
	padding: 0 6px 0 0;
}

#ar_pics #right_pic {
	padding: 0 0 0 6px;
}

#ar_pics table {
	position: relative;
	left: 141px;
	top: 0px;
	margin-bottom: 2em;
}

#ar_text {
	padding: 12px 0 0 0;
	color: #666633;
	line-height: 1.5em;
}

#ar_text a {
	outline:none;
}

#ar_text dd {
	margin-left: 1em;
}

#ar_text h3 {
	margin-top: 0;
	color: #666633;
	font-size: 14pt;
}

#ar_text table {
	color: #666633;
}

#ar_text h4 {
	color: #666633;
	font-size: 10pt;
	margin: 1em 0;
}

#ar_searchResult {
	color: #999966;
	font-size: 110%;
	font-weight: bold;
}

#ar_credits p {
	color: #999966;
}

#ar_credits ul li {
	color: #999966;
}

#ar_credits ul li a {
	color: #999966;
	outline: none;
}

.ar_searchButton {
	background-color: #D84801 !important;
	color: #FFFFFF !important;
	border: none;
	margin-top: 5px;
	padding: 0px 5px 0px 10px;
	height: 25px;
	letter-spacing: 0.3em;
	font-size: 85%;
	box-shadow: -4px 4px 5px #666666;
}

.ar_searchText {
	background-color: #FFFFFF;
	border: #999966 solid 1px;
	height: 1.5em;
}

.ar_contrib_name {
	text-indent: -1em;
	margin-left: 1em;
}

.ar_plain_list {
	list-style-type: none;
	list-style-position: inside;
	font-size: 90%;
	margin-bottom: 2em;
}

.ar_plain_list li {
	margin-left: -2em;
	text-indent: -1em;
	padding-bottom: 0.5em;
}

.quote {
        padding: 1em;
        font-size: 100%;
        text-align: left;
        line-height: 1.4em;
}

.quote .author {
        padding-top: 0.5em;
        font-size: 100%;
        font-style: italic;
        text-align: left;
}

.indentform table {
        margin: 0;
        border: none;
        padding: 0;
        width: 100%;
        color: #333300;
}

.indentform th {
        border-bottom: #96A089 solid 5px;
        padding: 0 0 0 20px;
}

.indentform td {
        padding: 0.2em 0 0.2em 20px;
}

.indentform p {
	margin: 0px;
}

a.tooltip span {
	z-index: 10;
	display: none;
	border-radius: 0.5em;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #000000;
	background-color: #F9F7ED;
}

a.tooltip > span {
	width: 300px;
	padding: 0.5em;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	border-radius; 0.5em;
	box-shadow: 0.5em 0.5em 0.5em #999999;
}

a.tooltip:hover > span {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: -1em;
	margin-left: 1em;
	display: inline;
	font-size: 80%;
	line-height: 1.2em;
}

a.tooltipleft span {
	z-index: 10;
	display: none;
	border-radius: 0.5em;
}

a.tooltipleft:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #000000;
	background-color: #F9F7ED;
}

a.tooltipleft > span {
	width: 300px;
	padding: 0.5em;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	border-radius: 0.5em;
	box-shadow: 0.5em 0.5em 0.5em #999999;
}

a.tooltipleft:hover > span {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: -1em;
	margin-left: -325px;
	display: inline;
	font-size: 80%;
	line-height: 1.2em;
}

a.tooltipmural span {
	z-index: 10;
	display: none;
	border: 2px solid #000000;
	border-radius: 0.5em;
	background-color: #F9F7ED;
	// box-shadow: 0.5em 0.5em 0.5em #999999;
	padding: 1em;
	font-size: 70%;
	line-height: 1.2em;
}

a.tooltipmural:hover span {
	display: inline;
	position: absolute;
}

a.tooltipmural > span {
	width: 300px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
}

a.tooltipmural:hover > span {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: -1em;
	margin-left: 1em;
	display: inline;
}

.factsheet h2 {
    padding: 0.1em 1em 0.1em 1em;
    font-weight: normal;
    font-size: 24px;
    background-color: #336600;
    color: #FFFFFF !important;
}

.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  width: 90%;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #118C88;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 1em;
  margin-top: 1em;
}

.toggle-box:checked + label + div {
  display: block;
  padding-left: 1.5em;
}

.toggle-box + label:before {
  background-color: #118C88;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}

.backlink {
	float: left;
	margin-left: 3em;
        font-size: 90%;
}

.backlink a {
	text-decoration: none;
}

.docstable {
	width: 100%;
	border: 0em;
	border-collapse: collapse;
	padding: 0em;
}

.docstable td {
	width: 33%;
	border-top: 1px solid #888888;
	margin: 0em;
	padding: 1em;
	vertical-align: top;
}

.docstable td img {
	display: block;
	text-align: center;
	background-color: #D8D7D1;
	padding: 2em;
}

.coltable td {
	font-size: 85%;
	vertical-align: top;
	padding-right: 0.5em;
}

.mousehide:hover img {
	visibility: hidden;
}

.required {
	color: #FF0000;
	font-size: 80%;
	vertical-align: super;
}

.notice {
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-style: italic;
        font-size: 95%;
        margin-bottom: 1em;
}

.pydtable td {
        text-transform: lowercase;
        vertical-align: top;
        padding-left: 0.5em;
}

.minindent dt {
	margin-top: 0.5em;
}

.minindent dd {
	margin-left: 0.5em;
}

.eventbutton {
	width: 220px;
	margin: 1em 0em 1em 0em;
}

.eventbutton a {
	text-align: center;
	display: block;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding: 1em 0em;
	background-color: #DF9448;
	border-radius: 5px;
}

.eventbutton a:link {
	text-decoration: none!important;
}

.eventbutton a:visited {
	text-decoration: none!important;
}

.eventbutton a:hover {
	background-color: #EFA458;
}

.galleryiframe {
        width: 100%;
        height: 700em;
        border: none;
}

.classestable {
	border: 1px #000000 solid;
	border-radius: 0.5em;
	background-color: #CCCCCC;
	padding: 1em;
}

.classestable td {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0.5em;
}

.classestable a {
	display: block;
	padding: 0.5em;
	background-color: #D9DDD4;
	text-decoration: none!important;
	font-weight: bold;
}

.allisonlink a:link {
        font-weight: 700;
	color: #000000;
}
	
.allisonlink a:visited {
        font-weight: 200;
	color: #999999;
}

// Vignettes

#vmenu {
	width: 275px;
	overflow: scroll;
	height: 275px;
	float: left;
	background-color: #96A089;
	margin-right: 1em; 
	padding: 0.5em;
	border: 4px solid #667059;
}

#vmenu ul {
	list-style-type: none;
}

#vmenu ul a {
	color: #000000; 
	text-decoration: none;
}

.footnote {
	font-size: 85%;
}

.vquote {
	margin: 1em 2em;
	font-style: italic;
}

#vfooter {
        border-radius: 0.5em;
        border: #96A089 2px solid;
	padding: 0.5em;
	margin-top: 2em;
	background-color: #F9F7ED;
	clear: both;
	font-style: italic;
}

.project_index {
	width: 100%;
}

.project_index td {
	text-align: center;
	padding: 1em 0em;
}

.project_index img {
	border: none;
	max-height: 100px;
}

.shadowtable {
	width: 100%;
	border: none;
	text-align: center;
	margin: 0em auto;
	border-spacing: 2em;
}

.shadowtablenarrow {
	width: 66%;
	margin-top: 3em;
}

.shadowtablevnarrow {
	width: 33%;
}

.shadowtable td {
	background-color: #FFFFFF;
	width: 33%;
	box-shadow: 4px 4px 5px #CCCCCC, -4px -4px 5px #CCCCCC;
	margin: 1em;
	padding: 0em 0em 8em 0em;
	vertical-align: top;
	position: relative;
	border-radius: 0.25em;
}

.shadowtable img {
	margin: 2em 0em 1em 0em;
}

.shadowtable .heading {
	font-weight: bold;
	font-size: 110%;
}

.shadowtable .mem-student {
	color: #000069;
}

.shadowtable .mem-individual {
	color: #697C00;
}

.shadowtable .mem-dual {
	color: #A40000;
}

.shadowtable .mem-family {
	color: #FF7E00;
}

.shadowtable .mem-turquoise {
	color: #409792;
}

.shadowtable .mem-copper {
	color: #7B0000;
}

.shadowtable .mem-silver {
	color: #A2A2A2;
}

.shadowtable .mem-gold {
	color: #DCB200;
}

.shadowtable .mem-coaticlub {
	color: #6B7D00;
}

.shadowtable .mem-price {
	font-size: 200%;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

.shadowtable .benefits {
	text-align: left;
	padding: 0.5em 1em;
	line-height: 1.2em;
	font-size: 90%;
}

.shadowtable .shaded {
	background-color: #EEF4F4;
}

.shadowtable .bestvalue {
	text-align: center;
	height: 1.5em;
	position: absolute;
	top: -1.5em;
	left: 20%;
	font-weight: bold;
	background-color: #60B7B2;
	color: #FFFFFF;
	padding: 0.75em 0em;
	width: 60%;
	display: block;
	text-decoration: none!important;
}

.shadowtable .bottombutton {
	text-align: center;
	height: 1.5em;
	position: absolute;
	bottom: 0em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.75em 0em;
	width: 100%;
	display: block;
	text-decoration: none!important;
}

.shadowtable .bottombutton:hover {
	background-color: #F9F9F9;
	color: #000000;
}

.mem-studentbutton-join {
	background-color: #548FD1;
	bottom: 3em!important;
}

.mem-studentbutton-renew {
	background-color: #427493;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-individualbutton-join {
	background-color: #93A136;
	bottom: 3em!important;
}

.mem-individualbutton-renew {
	background-color: #848434;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-dualbutton-join {
	background-color: #BA5937;
	bottom: 3em!important;
}

.mem-dualbutton-renew {
	background-color: #994633;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-familybutton-join {
	background-color: #FF9927;
	bottom: 3em!important;
}

.mem-familybutton-renew {
	background-color: #EA8928;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-turquoisebutton-join {
	background-color: #61AFAB;
	bottom: 3em!important;
}

.mem-turquoisebutton-renew {
	background-color: #55938E;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-copperbutton-join {
	background-color: #99511F;
	bottom: 3em!important;
}

.mem-copperbutton-renew {
	background-color: #A9612F;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-silverbutton-join {
	background-color: #A2A2A2;
	bottom: 3em!important;
}

.mem-silverbutton-renew {
	background-color: #B2B2B2;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-goldbutton-join {
	background-color: #DCB200;
	bottom: 3em!important;
}

.mem-goldbutton-renew {
	background-color: #ECC210;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-copperbutton-learn {
	background-color: #99511F;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-silverbutton-learn {
	background-color: #A2A2A2;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-goldbutton-learn {
	background-color: #DCB200;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.mem-coaticlubbutton-learn {
	background-color: #93A136;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.memtable .head {
	margin-top: 1em;
	font-weight: bold;
	text-align: center; 
	width: 100%;
	font-size: 150%;
	font-variant: small-caps;
	line-height: 1.5em;
}

.memtable td {
	width: 33%;
	vertical-align: top;
	padding-right: 1em;
}

.greenredscale {
	width: 100%;
	height: 50px;
	background-image: url('/images/green_red_gradient.jpg'); 
	background-size: cover;
}

#animal_fact h1 {
	font-family: 'Monserrat', sans-serif;
	font-weight: 600;
	color: #93A136;
	margin-bottom: 0em;
	padding: 0em;
	font-size: 400%;
}

#animal_fact h3 {
	color: #000000;
}

#animal_fact a {
	font-weight: bold;
}

#animal_fact .typos {
	display: none;
}

#animal_fact .af_sociallinks {
	float: right;
	width: 20vw;
	background-color: #93A136;
	color: #FFFFFF;
	padding: 0.7em 1em;
	text-align: center;
	font-size: 80%;
}

#animal_fact .af_sociallinks img {
	padding: 0em 1em;
}

#animal_fact .patternbox_green {
	margin-left: 20vw;
	clear: right;
	color: #000000;
	line-height: 1.5em;
	padding: 1em;
}

#animal_fact .patternbox_green a {
	font-weight: bold;
	color: #000000;
}

#animal_fact .patternbox_full_green {
	background-image: url('/images/fixed-scroll-background-green.png'); 
	background-repeat: repeat; 
	background-attachment: fixed;
	margin-top: 3em;
	clear: right;
	color: #000000;
	line-height: 1.5em;
	padding: 1em;
	clear: both;
}

#animal_fact .patternbox_full_green a {
	font-weight: bold;
	color: #000000;
}

#animal_fact .photoleft {
	clear: right;
}

#animal_fact .photoleft img {
	max-width: 25vw;
}

#animal_fact .buttons {
	clear: both;
	text-align: center;
	height: 3em;
	margin: 3em 0em;
}

#animal_fact .buttons a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 1em;
	width: 15vw;
	position: relative;
	margin-right: 1em;
}

#animal_fact .buttons a:hover {
	top: -0.5em;
}

#animal_fact .buttons .adopt_button a {
	background-color: #DF9448;
} 

#animal_fact .buttons .wishlist_button a {
	background-color: #16B1AB;
} 

#animal_fact .buttons .donate_button a {
	background-color: #93A136;
} 

#animal_fact_print {
	font-size: 125%;
	margin-right: 8.33vw;
	background-image: url('/images/animal_facts/af_print_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#animal_fact_print a {
	color: #000000;
	text-decoration: none!important;
}

#animal_fact_print .photoinline {
	max-width: 50vw;
	margin: 1em auto;
}

#animal_fact_print .photoinline img {
	max-width: 50vw;
	margin: 1em auto;
}

#animal_fact_print h1 {
	text-align: center;
	font-family: 'Monserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 0em;
	padding: 0em;
	font-size: 400%;
}

#animal_fact_print .alt_names {
	text-align: center;
	font-size: 150%;
}

#animal_fact_print .photo {
	clear: right;
}

#animal_fact_print .photo img {
	max-width: 25vw;
}

#animal_fact_print .af_footer {
	min-height: 65px;
	padding: 3em;
	position: relative;
	left: -8.33vw;
	clear: both;
	margin-top: 4em;
	margin-left: 0em;
	width: 90vw;
	background-color: #CCCCCC;
	text-align: center;
}

#animal_fact_print .af_footer .af_logo {
	float: left;
}

#animal_fact_print .af_footer .af_learn_more {
}

#animal_fact_print .af_footer .af_contact {
	float: right;
}

.dino_table {
	width: 100%;
}

.dino_table td {
	vertical-align: top; 
	width: 18vw; 
	padding: 0.5em; 
	text-align: center;
}

.dino_table img {
	max-width: 18vw;
}

.dino_table label {
	text-align: left;
}

.dino_table div {
	text-align: left; 
	background-color: #FFFFFF; 
	font-size: 80%;
	width: 16.5vw;
}

@media all and (min-width: 1151px) {

	.newcalfilters #modeicons {
		display: visible;
	}

}

@media all and (max-width: 1150px) {

	.newcalfilters #modeicons {
		display: none;
	}

	#daily_schedule {
		display: none;
	}

	.backlink {
		display: none;
	}

	.column1 {
		width: 100%;
		float: none;
		padding: 1em 0em;
	}
	
	.column2 {
		width: 100%;
		float: none;
		padding: 1em 0em;
	}
	
	.column1 .barright {
		border: none;
	}

	.column1 img, .column2 img {
		max-width: 85vw;
	}

	.wm_column1 {
		width: 100%;
		float: none;
		padding: 1em 0em;
		text-align: center;
	}
	
	.wm_column2 {
		width: 100%;
		float: none;
		padding: 1em 0em;
	}
	
	.wm_column1 .barright {
		border: none;
	}

	.wm_column1 img, .wm_column2 img {
		max-width: 85vw;
	}

	.protip {
		margin-top: 4em;
		clear: both;
	}

	.protip img {
		display: none;
	}

	.innerprotip {
		padding: 0.7em 4em 0.7em 2em;
	}

	.innerpagead p {
		font-size: 150%!important;
		line-height: 1.3em!important;
		color: #F78A37!important;
		margin: 1em 1em!important;
	}

	.photo {
		float: none;
		padding: 1em;
		text-align: center;
		font-size: 70%;
		line-height: 1.2em;
	}
	
	.photoleft {
		float: none;
		padding: 1em;
		text-align: center;
		font-size: 70%;
		line-height: 1.2em;
	}

	.photoinline img {
		width: 80vw;
	}

	.galaphoto {
		float: none;
		position: relative;
		right: 0px;
		padding: 10px;
		text-align: center;
		font-size: 80%;
		line-height: 1.2em;
	}
	
	.galaphoto img {
		padding: 4px;
		border: #666666 ridge 1em;
	}

	.sidebar {
	        float: none;
	        width: 80vw;
		border-radius: 0.5em;
	        background-color: #D9DDD4;
	        color: #000000;
	        padding: 1em;
	        margin: 0em;
	        clear: right;
	}
	
	.bookbuyblock {
		position: relative; 
		border: 1px solid #000000; 
		margin-left: 1em; 
		margin-bottom: 1em;
		padding: 1em; 
		width: 90%;
	}
	
	.topfeature {
	        width: 80vw;
	}
	
	.topfeature img {
		max-width: 80vw;
	}

	.image_content_width {
		width: 85vw;
	}

	.photoblockleft {
		clear: right;
		overflow: hidden;
		margin: 1em 0em;
		color: #FFFFFF;
		padding: 0em;
	}
	
	.photoblockleft img {
		display: block;
		width: 90vw;
		padding: 0em;
		float: none;
	}
	
	.photoblockleft h3 {
		margin: 1em;
		color: #FFFFFF!important;
	}
	
	.photoblockleft p {
		margin: 1em;
	}
	
	.photoblockleft a {
		text-decoration: none!important;
		color: #FFFFFF!important;
	}
	
	.photoblockright {
		clear: left;
		overflow: hidden;
		margin: 1em 0em;
		color: #FFFFFF;
		padding: 0em;
	}
	
	.photoblockright img {
		display: block;
		width: 90vw;
		padding: 0em;
		float: none;
	}
	
	.photoblockright h3 {
		margin: 1em;
		color: #FFFFFF!important;
	}
	
	.photoblockright p {
		margin: 1em;
	}
	
	.photoblockright a {
		text-decoration: none!important;
		color: #FFFFFF!important;
	}

	.shadowtable {
		border-spacing: 0em;
	}

	.shadowtablenarrow {
		width: 100%;
		margin-top: 0em;
	}

	.shadowtablevnarrow {
		width: 100%;
	}

	.shadowtable td {
		display: block;
		margin-top: 2em;
		width: auto;
	}

	.memtable td {
		display: block;
		width: auto;
	}

	.collapsibletable td {
		display: block;
		width: auto;
	}

	form .collapsibletable td:first-child {
		font-weight: bold;
		text-align: left;
	}

	#animal_fact .patternbox_green {
		margin-left: 00vw;
	}

	.newcaltable td {
		display: block;
	}

	.dino_table {
		width: 100%;
	}
	
	.dino_table td {
		width: 85vw; 
	}
	
	.dino_table img {
		max-width: 85vw;
	}

	.dino_table label {
		text-align: center;
	}
	
	.dino_table div {
		font-size: 90%;
		width: 80vw;
		padding: 0.2em;
	}

	
}

