/* CSS document for FHCC V3.0 pages. */

/* ---------------------------------------------------------------- */
/* Project Name: fhcc newsite 08                                    */
/*   Page Title: styles for the services page                       */
/*   Web Author: Russ Thompson                                      */
/* ---------------------------------------------------------------- */
/* File:  ..\css\servicesV3.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                                         */
/* ---------------------------------------------------------------- */


/* for image gallery used in dining sub */
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.servicesPgGreen {
	background-color: transparent;
	
	position: absolute;
	top: 0px;
	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.servicesRes {
	background-color: transparent;
	
	position: absolute;
	top: 165px;
	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.servicesPgSeasonal {
	background-color: transparent;
	background-image: url(../images/summerSavings_sun_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -5px;
	
	position: absolute;
	top: 285px;
	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.servicesPgSignup {
	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;
}

table.serviceArea {
	background-color: transparent;
}

td.serviceCell_centered {
	background-color: transparent;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #20476B;
	text-align: center;
	vertical-align: middle;
	
	width: 50%;
}

td.serviceCell {
	background-color: transparent;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #20476B;
	text-align: left;
	vertical-align: middle;
	
	width: 50%;
}

td.serviceCell_25 {
	background-color: transparent;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #20476B;
	text-align: center;
	vertical-align: top;
	
	width: 25%;
}

td.serviceCell_75 {
	background-color: transparent;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #20476B;
	text-align: left;
	vertical-align: top;
	
	width: 75%;
}

