﻿a:link
{
	color: #38568f;
	text-decoration: underline;
	}
a:visited
{
	color: #38568f;
	text-decoration: underline;
}	
a:hover
{
	color: #38568f;
	text-decoration: underline;
}
	
a.hotel1:link, a.hotel1:visited, a.hotel1:hover, a.hotel1:active
{
  color: #2b639a;
  font-weight: bold;
	text-decoration: none;
}
a.hotel2:link, a.hotel2:visited, a.hotel2:hover, a.hotel2:active
{
  color: #9f5d24;
  font-weight: bold;
	text-decoration: none;
}
a.hotel3:link, a.hotel3:visited, a.hotel3:hover, a.hotel3:active
{
  color: #000000;
  font-weight: bold;
	text-decoration: none;
}
a.hotel4:link, a.hotel4:visited, a.hotel4:hover, a.hotel4:active
{
  color: #3b3b8d;
  font-weight: bold;
	text-decoration: none;
}
	
/* Page Structure */	
body
{
	background-color: #5b5b5b;
	background-image: url(./images/common/page_bg.jpg);
  background-repeat: repeat-x;
	color: #333333;	
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
}

#outerPage
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 7px 13px 13px 13px;
	width: 955px;  /* 981 - padding */
  background-color: #454545;
}
#innerPage
{
  width: 934px; /* 955 - padding */
  padding: 6px 10px 6px 11px;
  background-color: #ffffff;
  min-height: 400px;
}
#grayBox
{
  background-color: #c7c7c7;
  width: 914px; /* 934 - padding */
  padding: 0px 10px 0px 10px;
}
/* END - Page Structure */


/* Home Page Classes */
.hotelBox
{
  background-image: url(./images/home/hotel_bg.jpg);
  background-repeat: no-repeat;
  width: 864px; /* 914 - padding */
  height: 500px;  /* 512 - padding */
  padding: 12px 25px 0px 25px;
  margin-bottom: 6px;
  text-align: center;
  line-height: 1.4em;
}
.titleText
{
  padding: 0px 10px 10px 10px;
}
.littleGrayBox
{
  float: left;
  background-image: url(./images/home/little_gray_box.jpg);
  background-repeat: no-repeat;
  margin: 4px 0px 0px 0px;
  width: 213px;
  height: 65px; /* 77 - padding */
  padding: 12px 0px 0px 0px;
  text-align: center;
}

.hotelSpecs
{
  background-image: url(./images/home/spec_bg.jpg);
  background-repeat: no-repeat;
  width: 890px;   /* 914 - padding */
  height: 178px;  /* 188 - padding */
  padding: 10px 0px 0px 24px;
}
.specText
{
  float: left;
  padding: 0px 10px 0px 0px;
}
.copyright
{
  width: 955px;
  text-align: center;
  color: #999999;
  padding: 20px 0px 10px 0px;
}

ul
{
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
}
li
{
    background-image: url(./images/common/arrow.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    padding-left: 13px;
    margin-bottom: 5px;
}

/* END - Home Page Classes */


/* Home page image rotation */
#imageContainer {
	float: left;
	position:relative;
	width: 864px;
  height: 358px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
/* END - Home page image rotation */

/* Basic Formatting */
.floatLeft
{
  float: left;
}
.floatRight
{
  float: right;
}
td
{
  vertical-align: top;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}	
.middle
{
	vertical-align: middle;
}
.colorBold
{
  font-weight: bold;
  color: #38568f;
}
.color
{
  color: #38568f;
}
.clear
{
	clear: both;
	font-size: 1px; 
	line-height: 1px;
	height: 0px;
	white-space: nowrap;
}		
/* END - Basic Formatting */
	
/* Form Styles */
form
{
  margin: 0;
  padding: 0;
}

input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* END - Form Styles */

