body, form, ul, li, input, h1, h2, h3, h4, h5, h6, dl, dt, dd { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C7C3A7;
	text-align: center
}

#container {
	background-image: url(../art/home-bkg.jpg);
	background-repeat: no-repeat;
	width: 800px; 
	height: 600px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
  }
	
#tiercontainer {
	background-image: url(../art/bkg.gif);
	background-repeat:repeat-y;
	width: 800px; 
	height:auto;
	margin: 0 auto; 
	position: relative;
	text-align: left;
  }

a {
	color: #317AA3;
	text-decoration: none;
  }
	 
a:hover {
	color: #1B4D7A;
	text-decoration: underline;
  }
	
a:visited {
	color: #1C587C;
  }
	
a:active {
	color: #317AA3;
  }

/* ----- HOME STYLES ------ */

/* BEGIN MAIN HOME NAVIGATION */  

div#mainnav {
  width:800px; 
  height:70%;
  margin:0 auto; 
  padding: 0;
  }

#mainnav ul{
  padding:0 70px; 
  margin:0 auto; 
  }
  
#mainnav li {
  float:left;
  margin: 150px 0 0 0;
	padding:0 20px; 
  list-style-type:none;	
  }
#mainnav a {
  display:block;
  width:180px;
  height:215px;
  }

.navone a {
  background: url(../art/navigation-rates.jpg) 0 0 no-repeat;
  }
  
.navtwo a {
  background: url(../art/homenav-photo.jpg) 0 0 no-repeat;
  }
  
.navthree a {
  background: url(../art/homenav-do.jpg) 0 0 no-repeat;
  }
  
.navone a:hover {
  background: url(../art/navigation-rates.jpg) 0 -215px;
  }
  
.navtwo a:hover {
  background: url(../art/homenav-photo.jpg) 0 -215px;
  }
  
.navthree a:hover {
  background: url(../art/homenav-do.jpg) 0 -215px;
  }

/* BEGIN HOME CONTENT */
#content {
	width:600px;
	margin:0 auto;
	padding: 0;
	background:none;
	text-align: center;
  }
  
 #content p{
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
  }


/* ----- TIER STYLES ------ */

/* BEGIN HEADER */
div#header {
  background-image: url(../art/header.jpg);
  width:800px; 
  height:140px;
  margin:0; 
  }

/* BEGIN MAIN TIER NAVIGATION */
div#tiernav {
  width:217px; 
  margin:0; 
  padding: 0; 
  float:left;
  }

#tiernav ul{
  padding:0 20px; 
  margin:0; 
  }
  
#tiernav li {
  margin:10px 0; 
  background-color: none;
  list-style-type:none;	
  }
  
#tiernav a {
  display:block;
  width:171px;
  height:32px;
  }

.tiernavone a {
  background: url(../art/tiernav-rates.jpg) 0 0 no-repeat;
  }
  
.tiernavtwo a {
  background: url(../art/tiernav-photo.jpg) 0 0 no-repeat;
  }
  
.tiernavthree a {
  background: url(../art/tiernav-do.jpg) 0 0 no-repeat;
  }
  
.tiernavfour a {
  background: url(../art/tiernav-home.jpg) 0 0 no-repeat;
  }
  
.tiernavone a:hover {
  background: url(../art/tiernav-rates.jpg) 0 -32px;
  }
  
.tiernavtwo a:hover {
  background: url(../art/tiernav-photo.jpg) 0 -32px;
  }
  
.tiernavthree a:hover {
  background: url(../art/tiernav-do.jpg) 0 -32px;
  }
  
.tiernavfour a:hover {
  background: url(../art/tiernav-home.jpg) 0 -32px;
  }      

  
/* BEGIN TIER CONTENT */
#tiercontent {
	width:510px;
	margin:0 15px;
	padding:0;
	float:right;
   }
	
 #tiercontent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #B05C2B;
	font-weight: bold;
  }

  
#tiercontent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #B05C2B;
	margin: 10px 0 0 0;
	font-weight: bold;
  }
  
#tiercontent h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #317AA3;
	margin: 10px 0 -10px 0;
	font-weight: bold;
  }
  
    
#tiercontent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 14px;
  }
  
  /* BEGIN TIER FOOTER */
div#footer {
  background-image: url(../art/footer.jpg);
  width:800px; 
  height:108px;
  margin:0; 
	clear:both;
  }
	
/* ----- RATES FORM STYLES ------ */ 
  
/* BEGIN FORM */

label{
	float: left;
	width: 90px;
	font-weight: bold;
}

input, textarea{
	width: 125px;
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 150px;
}

.boxes{
	width: 1em;
}

.submit{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{
clear: left;
}

/* BEGIN HOTEL PHOTO GALLERY */
#gallery {
	background-repeat: no-repeat;
	width: 550px; 
	height: 413px;
	margin: 0 auto;	
	text-align: left;
  }
	
.gallery01 {
	background-image: url(../art_gallery/gallery01.jpg);
  }
	
.gallery02 {
	background-image: url(../art_gallery/gallery02.jpg);
  }
	
.gallery03 {
	background-image: url(../art_gallery/gallery03.jpg);
  }


.gallery04 {
	background-image: url(../art_gallery/gallery04.jpg);
  }


.gallery05 {
	background-image: url(../art_gallery/gallery05.jpg);
  }


.gallery06 {
	background-image: url(../art_gallery/gallery06.jpg);
  }

.gallery07 {
	background-image: url(../art_gallery/gallery07.jpg);
  }
	
.gallery08 {
	background-image: url(../art_gallery/gallery08.jpg);
  }


  
/* ----- BOTTOM PAGE STYLES ------ */ 
  
/* BEGIN CONTACT */
#contact {
	width:800px;
	margin:0 auto;
	padding: 0;
	text-align: center;
  }
  
 #contact p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #B05C2B;
	margin-top:5px;
  }

.bold {
	font-weight: bold;
  }