﻿img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
a link, a visited {
	text-decoration:underline;
	color:#666666;
}
a hover {
	text-decoration:none;
	color:#333333;
}
.copy {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.main_bg {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.hd_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #a80604;
}
.hd_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
}

/* begin templates area */
/* this belongs to all pages with this id */
.hyperdisk_base
{
    background-repeat: no-repeat;
    background-position: center top;
}
.hyperdisk_base #second_nav ul li
{
    margin:0;
    text-align:left;
}
.hyperdisk_base #second_nav ul li a
{
	text-decoration:none;
	font-size:11px;
	display:block;
	padding-bottom:5px;
	padding-left:30px;
	padding-top:5px;
}
.hyperdisk_base #content_header
{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* end all pages template*/
/* begin different templates */
/* creative template*/
.creative_template {
    background-color: #987a48;
    background-image: url(/images/accomm_bg.jpg);
}
.creative_template #content_header {
	color: #977a48;
}
.creative_template #second_nav ul li a
{
	color:#3b2703;
}
.creative_template #second_nav ul li:hover
{
   background-color:#917034;
   color:white;
}
.creative_template #second_nav ul li a:hover
{
   background-color:#917034;
   color:white;
}
.creative_template #content
{
	background-image:url(/images/accomm_sidenavside_wide_bottom.gif);
}
.creative_template #logo
{
	background-image:url(/images/logo_accomm_PA_resort.gif);
}
/*end creative*/

/* experience template*/
.experience_template {
    background-color: #396889;
    background-image: url(/images/exp_bg.jpg);
}
.experience_template #content_header {
	color: #6a9fbc;
}
.experience_template #second_nav ul li a
{
	color:#0c3551;
}
.experience_template #second_nav ul li:hover 
{
   background-color:#366384;
   color:white;
}
.experience_template #second_nav ul li a:hover
{
   background-color:#366384;
   color:white;
}

.experience_template #content
{
	background-image:url(/images/exp_sidenavside_wide_bottom.gif);
}
.experience_template #logo
{
	background-image:url(/images/logo_exp_pennsylvania_resort.gif);
}
/*end experience*/

.small_button {
	cursor: pointer;
	border: outset 1px #A2000D;
	padding: 1px 2px;
	font-weight: bold;
	font-size:10px;
	color: #A2000D;
	background-color: white;
	background: url(../images/buttonback.jpg) repeat-x left top;
}

.small_button_disabled {
	cursor: default;
	border: inset 1px #A2000D;
	padding: 1px 2px;
	font-weight: normal;
	font-size:10px;
	color: #A2000D;
	background-color: white;
	background: url(../images/buttonback.jpg) repeat-x left top;
}




