body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #673455;
	font-family: "Century Gothic", "Arial Narrow", Arial, sans-serif;
	line-height:120%;
	font-size:14px;
}

p { font-size:14px; }

a {
	font-weight: bold;
	color: #673455;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #673455;
	line-height: 120%;
	margin:0;
}

h1 { font-size:180%; }

#map h2 {
	color: #673455;
}

.subhead {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.subhead2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #829150;
	margin-top:2px;
}
	


/*horizontal menu*/

#horiznav {
	background-image: url(images/nav-bar-bg_02_02.gif);
	background-repeat: repeat-x;
	height: 35px;
	text-align: right;
	padding-right: 6px;
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
#horiznav a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #CCC;
	padding-right: 4px;
	padding-left: 4px;
}
#horiznav a:hover {
	color: #FF9;
	text-decoration: none;
}

/*left column*/

#left-side {
	background-image:url(images/left_side.jpg);
	background-color:#829150;
	background-repeat:no-repeat;
	width:275px;
	height:395px;
	background-position: top;
	vertical-align: top;
	padding-top: 20px;
}

#left-side2 {
	vertical-align: top;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#left-side2 h1,h2,h3 {color:#FF9; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#left-side2 p {line-height:120%; }

#left-side ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 105%;
	list-style-type: none;
	font-weight: normal;
	line-height: 250%;
	color: #FFFFFF;
	text-indent: 5px;
}
#left-side a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#left-side a:hover {
	color: #f8f5b1;
	
}
#left-side li {
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#left-side3 {
	background-image: url(images/l-side-bg.gif); 
	background-repeat:repeat; 
	background-position:right;
	width: 275px;
	vertical-align:top;
}

/*center section*/
#map {
	width:555px;
	background-image:url(images/map.gif);
	background-repeat:repeat;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#map h3 {
	color: #673455;
	font-family:"Arial Black", Gadget, sans-serif;
}

#map h3 a {
	color: #666;
	font-family: "Arial Black", Gadget, sans-serif;
}
#map h3 a:hover {
	color: #636;
	text-decoration: none;
}

#map p a {
	color: #673455;
}

/*right column*/

#right-side {
	width:170px;
	vertical-align: top;
	padding-top: 40px;
	background-image: url(images/r-side-bg3.gif);
	background-repeat: repeat-y;
}

#right-side ul {
	color: #ffffff;
	list-style-type: none;
	/*background-image: url(images/ple-nav.png);
	background-repeat: repeat-y;*/
	margin-left: 14px;
	padding-left: 6px;
	margin-right: 14px;
}
#right-side ul li a {
	color: #FFF;
	text-decoration: none;
}
#right-side ul li {
	/*background-image: url(images/r-nav-line.gif);
	background-repeat: repeat-x;*/
	margin-top: 10px;
	padding: 6px;
}
#right-side ul li a:hover {
	color: #f8f5b1;
}



#greeting {
	line-height: 150%;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	font-size: 14px;
}



#footer {
	background-color:#673455;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: center;
}

#footer a
	{ color:#FFF; font-weight:normal;}
	
#footer a:hover
	{ color:#FF9; text-decoration:underline}

/*form fields*/

.input-group {
	font-family: "Century Gothic", "Arial Narrow", Arial, sans-serif;
}
#map input {
	font-family: "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
}
#map textarea {
	font-family: "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
}
.input-group ul {
	list-style-type: none;
}


.indicate-required {
	font-size: 12px;
	color: #330000;
	text-align: right;
	padding-right:10px;
}


/*back to top*/

#top {
	text-decoration: none;
	text-align: center;
}
#top a {
	font-size: 12px;
	color: #674355;
}
#top a:hover {
	color: #666;
	text-decoration: underline;
}
#map form table {
	font-size: 14px;
}

.intro {
width:640px;
height: 360px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -320px;
margin-top: -180px;
}

#skip {
	text-align:right;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-320px;
	margin-top:190px;
	width:640px;
	
}

#skip a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

#skip a:hover {
	color:#FF9;
	text-decoration:underline;
}

#map img {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.faq1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #829150;
	padding-top: 20px;
	line-height: 100%;
}
#slideshow {
	color: #FFF;
}

#slideshow a { color:#fff; text-decoration:none; }
#slideshow a:hover {color:#FF9; text-decoration:underline; }

/*register button*/
#register
{
	display: block;
	height: 90px;
	background-image: url(images/register-btn.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align:center;
	width: 100%;
}

#register:hover
{
	background-position: 50% -90px;
}

#register span
{
  display: none;
}

/*end register button*/

/*next button*/
#next
{
	display: block;
	height: 90px;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align:center;
	width: 100%;
}

#next:hover
{
	background-position: 50% -90px;
}

#next span
{
  display: none;
}

/*end register button*/

/*registration form*/
.roomoption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	line-height: 21px;
}
.roomdesc {
	margin-top: 0px;
	line-height: normal;
}
.rates {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#details a {
	color:#829150;
	font:; 	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#details a:hover {
	color:#849353;
	
}.caldates {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #303;
	margin-bottom: 5px;
	line-height: 17px;
	text-transform: uppercase;
	margin-left: 25px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 20px;
	border-bottom-color: #000;
}
.newstext {
	margin-left: 25px;
	padding-left: 10px;
}
.calevents {
	margin-left: 50px;
	margin-bottom: 10px;
}
#map .sched1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #829150;
	margin-bottom: 0px;
	margin-top:18px;
	border: 1px solid #999;
	padding: 4px;
}
#map .sched2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 4px;
}
#map .sched3 {
	margin-top: 2px;
	margin-bottom: 0px;
}
#map .sched4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin-top: 6px;
}
#email {
	height: 21px;
	width: 100%;
}


#email a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	padding:4px;
	font-weight: normal;
}

#email a:hover { color:#849353; }

#emailrates {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	height: 21px;
	padding-top: 4px;
	text-align: left;
	padding-left: 2px;
}

#emailimg {border:0; width:25px; height:21px; float:left; padding-right:4px; }

/*mailchimp form*/
.mc-field-group label {
	float: left;
	width: 20%;
	margin-bottom: 6px;
}
#clear {
	clear: both;
	margin-bottom:6px;
}
.input-group {
	padding-left: 20px;
	
}

#mc-embedded-subscribe-form fieldset legend {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #829150;
}

/*end mailchimp form*/

/*news page*/

#byline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	text-align: center;
	margin: 0px;
}

/*media page*/

#media ul {
	margin-left: 50px;
	margin-top:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#media .small {
	font-size: 75%;
	text-transform: uppercase;
}
.pdf {
	list-style-position: outside;
	list-style-image: url(images/pdf_icon-30.png);
	line-height: 30px;
}

.word {
	list-style-position: outside;
	list-style-image: url(images/word-icon.png);
	list-style-type: none;
}

.indent {margin-left:40px; margin-top:0;}

#icon {width:30px; float:left; margin-left:50px;}
#text {float:left; margin-left:16px; padding-top:8px; }
#text a {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }

/*end media page*/
