body {
	text-align: center;
/*	background-color: #888787; */
	background-color: #151515;
	font-size: 90%;
	font-family: Arial, sans-serif;
}

a, .weather a.rega {
	text-decoration: none;
	font-style: italic;
	color: #9cc04c;
}

a:hover, .weather a:hover.rega {
	color: #888787;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.ski_trails h2 a {
	font-style: normal;
}

ul {
	list-style-image: url(../images/dotdivider.gif);
	margin-left: 0px;
	padding-left: 15px;
}

img {
	border: none;
}

form br {
	clear: both;
}

fieldset {
	background: url(../images/chartback.png);
	padding: 10px;
	border: none;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	color: #9cc04c;
	margin-top: 5px;
}

.tofte_trek label {
	float: left;
	width: 80px;
	margin-right: 5px;
}

label.long {
	width: 200px;
}

.donate label.long {
    float: left;
    margin-right: 14px;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 2px;
}

input {
	width: 200px;
	margin-right: 10px;
}

input.short {
	width: 50px;
}

.tofte_trek input {
	float: left;
	margin-bottom: 2px;
}

select {
	width: 205px;
	margin-right: 10px;
}

input[type="radio"], input[type="checkbox"] {
	width: auto;
}

input[type="submit"], input[type="button"] {
	width: auto;
	border: 1px solid #fff;
	background-color: #888787;
	color: #fff;
	padding: 4px;
}


.button {
    border-radius: 5px;
	background-color: #4b692d;
	color: #fff;
	padding: 4px;
    width: 250px;
    text-align: center;
}

.button a {
    color: #fff;
}

.textarea h2 {
	color: #9cc04c;
	letter-spacing: 0.2em;
}

.textarea h3 {
	font-size: 95%;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.2em;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.weather a {
	color: #888787;
	text-transform: none;
}

.weather a:hover {
	color: #9cc04c;
}


.weather input {
	border: none;
	background: transparent url(../images/input.png) no-repeat;
	width: 184px;
	height: 19px;
	font-size: 12px;
	margin: 10px 5px 10px 5px;
	color: #fff;
	padding: 0px 5px;
}

.skipass h2 a {
	color: #fff;
	font-style: normal;
}
.skipass h2 a:hover {
	color: #9cc04c;
}

#page {
	width: 950px;
	text-align: left;
	margin: 0px auto;
	background: url(../images/background.jpg);
	position: relative;
	color: #fff;
	font-size: 80%;
}

#header {
	text-align: center;
	padding: 20px 0px;
}

.dotdiv {
	width: 1px;
	position: absolute;
	top: 0px;
	left: 90px;
	height: 500px;
	background: url(../images/dotbar.gif);
	z-index: 1;
}

#content {
	margin-left: 70px;
	float: left;
	width: 682px;
	margin-right: 25px;
}

.slidearea {
	border-top: 3px solid #262628;
	position: relative;
	z-index: 5;
	margin-bottom: 25px;
}

.slidearea img {
	display: block;
}

.explore {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 20;
}

.discover {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
}

.caption {
	position: absolute;
	text-transform: uppercase;
	top: 138px;
	left: -155px;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */

	background: url(../images/background.jpg);
	height: 1em;
	width: 284px;
	font-size: 85%;
	color: #888787;
}


.lowercontent {
	margin-left: 30px;
	width: 652px;
}

#sidebar {
	float: right;
	width: 173px;
}

.menuitem {
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	background: url(../images/menudots.gif) repeat-x;
	margin-right: 2px;
	font-size: 95%;
	position: relative;
}

.menuitem a {
	font-style: normal;
	background: url(../images/background.jpg);
	padding-right: 10px;
}

.submenu {
	position: absolute;
	z-index: 50;
	top: 10px;
	left: 30px;
	background-color: #484848;
	width: 200px;
	padding: 0px;
	border: 1px solid #888787;
}

.submenu .menuitem {
	background: #484848;
	padding: 10px;
	border-bottom: 1px solid #888787;
	font-size: 100%;
	margin: 0px;
}

.menuitem.last {
	border-bottom: none;
}

.submenu .menuitem a {
	background: #484848;
}

.give {
	background-color: #252525;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	padding: 3px 5px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	position: relative;
}

.give a {
	color: #fff;
	font-style: normal;
}

.give a:hover {
	color: #888787;
}

.social {
	text-align: center;
	margin-right: 20px;
}

.social h2 {
	color: #9cc04c;
}

.fb {
	position: absolute;
	top: -5px;
	right: 10px;
}

#footer {
/*	width: 440px;
	padding: 20px 10px 20px 390px; */
	padding: 20px 10px 20px 10px;
	position: relative;
}

#footer .addr {
	float: left;
	width: 260px;
	margin-left: 90px;
}

#footer .byline {
	float: left;
	width: 550px;
	margin-left: 20px;
}

.dotbott {
	width: 1px;
	position: absolute;
	bottom: 0px;
	left: 350px;
	height: 240px;
	background: url(../images/dotbar.gif);
	z-index: 1;
}

.textarea {
	padding-top: 25px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.weather {
	float: left;
	width: 240px;
}

.weather img {
	float: left;
	margin-right: 10px;
}

.weather .col {
	width: 190px;
}

.skipass {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 30px;
}

.signup {
	float: left;
	width: 242px;
}

.signup p {
	font-style: italic;
	line-height: 1.25;

}

.signup form p {
	font-style: italic;
/*	font-size: 95%; */
	letter-spacing: 0.1em;
	line-height: 1.25;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.summerinfo {
	float: left;
	width: 322px;
	padding-left: 10px;
}

.signup form {
	text-align: center;
	font-family: Arial, sans-serif;
	width: 194px;
}

.signup label {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 90%;
	float: none;
	width: auto;
}

.signup input {
	border: none;
	background: transparent url(../images/input.png) no-repeat;
	width: 184px;
	height: 19px;
	font-size: 12px;
	margin: 2px 5px 10px 5px;
	color: #fff;
	padding: 0px 5px;
	float: none;
}

/*** membership ***/
.membership table {
	border-left: 1px solid #9cc04c;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.membership td {
	width: 150px;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #9cc04c;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

.membership td img {
	margin-bottom: 10px;
}

.donorarea {
	background: url(../images/chartback.png);
}

.donors {
	float: left;
	width: 300px;
	margin-right: 0px;
	padding: 10px;
}


/*** contact  ***/
.contact .left {
	width: 250px;
	margin-right: 20px;
}

.contact .map {
	width: 325px;
}

/*** maps ***/
.trailmap {
	padding-top: 10px;
	margin: 0px -173px 10px -10px;
}

/*** gallery ***/
.gallery .slidearea {
	border: none;
	padding-left: 40px;
}

.slidemenu {
	float: left;
	width: 96px;
	margin-right: 10px;
	padding-top: 50px;
	line-height: 3;
}

.slidemenu a {
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
}

.slidemenu a:hover {
	color: #9cc04c;
}

.slidemenu a.current {
	color: #9cc04c;
}

.slidemenu a.current:hover {
	color: #fff;
}

.gallery .explore {
	left: 40px;
}

.gallery .discover {
	top: 245px;
	left: 455px;
}

#slider1 {
	float: left;
	width: 536px;
}

.gallery #slides div {
	width: 532px;
}

.gallery #slides img {
	background-color: #262627;
	padding: 2px;
}

.gallery .caption {
	position: relative;
	text-transform: uppercase;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	/* Safari */
	-webkit-transform: none;
	/* Firefox */
	-moz-transform: none;
	/* IE */
	-ms-transform: none;
	/* Opera */
	-o-transform: none;
	/* Internet Explorer */

	background: transparent;
	width: 100%;
	z-index: 100;
}

.carousel {
	clear: both;
	margin: 0px 0px 0px 115px;
	width: 536px;
	padding-top: 35px;
	padding-bottom: 50px;
	position: relative;
}

.carousel #prevs {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 23px;
	width: 20px;
}

.carousel #nexts {
	position: absolute;
	top: 60px;
	right: 0px;
	height: 23px;
	width: 20px;
}

.innerc {
	background-color: #262627;
	margin: 0px 28px;
}

#slider2 div {
	padding: 2px;
	text-align: center;
}

/**** trail conditions ***/
.ski_trails .textarea h2 {
	float: left;
	margin-right: 5px;
}

.ski_trails .textarea {
	padding-top: 10px;
}

.trails .textarea a {
	color: #fff;
}

.conditions h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.trails .textarea a:hover {
	color: #9cc04c;
}

.conditions {
	background: url(../images/chartback.png);
	margin-right: -100px;
	margin-top: 20px;
	padding: 20px;
}

.conditions table {
	margin: 0px auto;
	border-spacing: 0px;
}

.conditions td, .conditions th {
	padding: 3px 5px;
	text-align: center;
}

.conditions th {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #8bb03b;
}

.conditions td {
	border-bottom: 1px solid #888787;
	border-right: 1px solid #888787;
}

/*** donat ***/
.donate .textarea .col {
	width: 325px;
}

/**** general ***/

.clear {
	height: 0px;
	clear: both;
	font-size: 0px;
}

.col {
	float: left;
}

.greentext {
	color: #9cc04c;
}

.center {
	text-align: center;
}

.em {
	font-style: italic;
}

.tdcredits {
    font-size: 70%;
    margin: 8px;
    color: #888787;
    padding-bottom:25px;
}

.tdcredits a {
    color: #888787;
}

.tdcredits a:hover {
    color: #8bb03b;
}