@charset "utf-8";

	BODY {background-color:#484a48}
	IMG {border:none}
	
	#frame {
		position:relative;
		width:892px;
		margin:auto
	}
	#topWords {
		position:relative;
		margin:auto;
		font-family:Arial;
		font-size:10pt;
		color:#9A9C9A;
		width:892px
	}
	#phone {
		position:absolute;
		top:160px;
		right:60px;
		color:#FAEFC8;
		font-family:arial;
		font-size:16pt;
		text-shadow:2px 2px 3px #000;
		font-style:italic;
		z-index:10
	}
	#address {
		position:absolute;
		top:80px;
		left:170px;
		color:#4E1100;
		font-family:sans-serif;
		font-size:10pt;
		font-weight:bold;
		text-align:left
	}
	#accommodations_btn {                        /* MENU */
		position:absolute;
		top:121px;
		left:0px;
	}             
	#meetings_specialEvents_btn {
		position:absolute;
		top:121px;
		left:196px;
	}
	#activities_btn {
		position:absolute;
		top:121px;
		left:457px;
	}
	#directions_btn {
		position:absolute;
		top:121px;
		left:560px;
	}
	#contactUs_btn {
		position:absolute;
		top:121px;
		left:670px;
	}
	#home_btn {
		position:absolute;
		top:121px;
		left:788px;
	}
	#belowMenu {
		position:relative;
		margin-top:24px;
	}
	#titles {
		position:absolute;
		top:158px;
		left:20px;
		z-index:10;
	}
	#content {
		background-image:url(../images/template/contentBG.jpg);
		background-repeat:repeat-y;
		padding:15px 25px 0px 25px;
		color:#21342C;
		font-family:sans-serif;
		font-size:11pt;
		min-height:400px
	}
	#content a {
		color:#FAEFC8;
		text-decoration:none;
		font-style:italic;
	}
	#content a:hover {color:#003300}
	.content_title {
		font-weight:bold;
		font-style:italic;
	}
	#content hr {color:#21342C; width:300px;}
	#blurb {
		color:#DDD3B5;
		font-family:sans-serif;
		font-size:9pt;
	}



	.thumbnail{                                 /*HOVER IMAGES*/
		position: relative;
		z-index: 0;
	}
	.thumbnail:hover{
		background-color: transparent;
		z-index: 50;
	}
	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		background-color:#FAEFC8;
		padding: 5px;
		left: -1000px;
		border: 1px solid gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}
	.thumbnail span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}
	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top:-320px;
		left:-40px; /*position where enlarged image should offset horizontally */
		z-index: 50;
	}
	
	
	                                     
	#contact-form btn_home {                    /* CONTACT FORM */
	  position:absolute;
	  top:327px;
	  left:10px;
	  z-index:10;	
	}

    #contact-formText1 {
    }
    #contact-form {
     position: relative;
     display: block;
     width: 350px;
     margin: 0px auto -10px auto;
     font-size: .9em;
    }
    #contact-form label {
     display: block;
     clear: both;
     float: left;
     width: 40%;
     margin: 3px 0px 0px 0px;
     height: 20px;
    }
    #contact-form .textinput {
     display: block;
     float: right;
     width: 49%;
     margin: 3px 0px 0px 0px;
     height: 20px;
    }
    #contact-form .fieldgroup {
     float: right;
     width: 49%;
     margin: 3px 0px 0px 0px;
     height: 20px;
    }
    #contact-form textarea {
     clear:both;
     width: 98%;
     height: 100px;
     border: #000 solid 1px;
     margin: auto;
    }
    #contact-form .form-button {
     clear: both;
     background: #000066;
     color: #FFF;
     width: 100%;
     margin: 10px 0px 10px 0px;
    }
    #contact-form br {
     clear: both;
    }