/* CSS document for FHCC V3.0 pages. */

/* ---------------------------------------------------------------- */
/* Project Name: fhcc newsite 08                                    */
/*   Page Title: styles for the accommodations page                 */
/*   Web Author: Russ Thompson                                      */
/* ---------------------------------------------------------------- */
/* File:  ..\css\accommodationsV3.css                               */
/* Image Path: ../images/                                           */
/* E-Mail: russATfreelanceitsolutionsDOTcom                         */
/* ---------------------------------------------------------------- */
/* Version Control                                                  */
/* 		Version 3.0                                                 */
/* 		Version Begin Date 09/02/2008                               */
/* ---------------------------------------------------------------- */
/* Copyright © 2008 - Russell Thompson and Freelance I.T. Solutions */
/*		All Rights Reserved                                         */
/* ---------------------------------------------------------------- */


img.main {
	position: absolute;
	top: 0px;
	left: 0px;
}

img.thumb1 {
	position: absolute;
	top: 0px;
	left: 608px;
	
	cursor: hand;
	cursor: pointer;
}

img.thumb2 {
	position: absolute;
	top: 118px;
	left: 608px;
	
	cursor: hand;
	cursor: pointer;
}

img.thumb3 {
	position: absolute;
	top: 236px;
	left: 608px;
	
	cursor: hand;
	cursor: pointer;
}

div.accommodationsRes {
	background-color: transparent;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #20476B;
	
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	
	height: 105px;
	min-height: 105px;
	max-height: 105px;
	
	border-bottom: 1px dashed #939393;
	
	padding: 5px;
}

div.accommodationsSeasonalSpecial {
	background-color: transparent;
	background-image: url(../images/summerSavings_sun_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -5px;
	
	position: absolute;
	top: 120px;
	left: 0px;
	
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	
	height: 95px;
	min-height: 95px;
	max-height: 95px;
	
	border-bottom: 1px dashed #939393;
	
	padding: 5px;
}

div.accommodationsPgGreen {
	background-color: transparent;
	
	position: absolute;
	top: 230px;
	left: 0px;
	
	text-align: center;
	
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	
	border-bottom: 1px dashed #939393;
}

div.accommodationsPgSignup {
	background-color: transparent;
	
	position: absolute;
	top: 395px;
	left: 0px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #20476B;
	text-align: center;
	
	width: 290px;
	min-width: 290px;
	max-width: 290px;
	
	height: 105px;
	min-height: 105px;
	max-height: 105px;
	
	padding: 5px;
}

