<?php header("Content-type: text/css"); ?>
/* CSS Document */

/* 
Designate the html tag as the closest tag to the browser, and set it that the webpage
should take up 100% of the screen, which is the default action anyway, but specifiying it
sets it's height as a parent element so that child elements can feed off that value in terms
of percentage heights.
*/
html { height: 100%; min-height: 100%; }


/*
BEGIN STYLESHEET
*/

.bodyClass {

	background-color: #C8C8C8;
	color: black;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0px;
	
	height: 100%;
	min-height: 100%;
	
	overflow-x: none;

}

h2{color:#990033; margin-bottom:0px; font-size:21px; letter-spacing:-1px; margin-top:15px;}
h3{color:#990033; margin-bottom:0px; font-size:17px; letter-spacing:-0.5px; padding-top:0px; margin-top:0px;}

.divSiteContainer {

	width: 984px;
	margin-left: auto;
	margin-right: auto;
	
	height: 100%;

}


.cellMenuItem {

	border-right: 1px solid #7B0033;
	color: white;
	
	font-weight: bold;
	font-size: 14px;
	
	background-image: url(../Media/Site/Background/Bgn_MenuBar.gif);
	background-repeat: repeat-x;
	
	height: 40px;
	
	text-align: center;

}


.cellWhiteStrip {

	height: 9px; 
	font-size: 7px;
	
	background-color: white; 
	
	border-left: 2px solid #990033; 
	border-right: 2px solid #990033;

}


.tablePage {

	border-left: 2px solid #990033; 
	border-right: 2px solid #990033;

}


.cellSitePicture {

	width: 331px;
	height: 223px; margin:0px; padding:0px;

}


.cellReservationFormHolder {

	background-color: white;
	padding: 5px;
	
	
	background-image: url(../Media/Site/Background/Bgn_HomeRightCorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	border-left: 1px solid #990033;

}


.cellRightHeading {

	padding: 0px;
	
	width: 55px;
	
	background-image: url(../Media/Site/Background/Bgn_RightHeading.gif);
	background-repeat: repeat-y;

}


.cellInfoUnderPicture {
	background-color: #C8C8C8;
	padding: 8px; 
	width: 321px;


}

	.cellInfoUnderPictureHeading {
	
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-align: center;		
		margin: -0px;	
	
	}
	
	
	.cellInfoUnderPicture a:link {
		color: #990033;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	.cellInfoUnderPicture a:active {
		color: #990033;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	.cellInfoUnderPicture a:visited {
		color: #990033;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	.cellInfoUnderPicture a:hover {
		color: #660000;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	
.cellReservationFormBorders {

	font-size: 6px;
	padding: 0px;

}


.spanStep {

	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
	font-style: italic;
	color: #AAAAAA;

}


.spanCurrentStep {

	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
	font-style: italic;
	color: #990033;

}


.cellReservationFields {

	padding: 2px;

}


.formReservationsInput {

	padding: 1px;
	font-size: 11px;
	

}


.divInformation {

	background-color: #EEEEEE;
	
	border: 1px solid #990033;
	padding: 5px;
	
	position: absolute; 
	top: 0px; 
	left: 10px; 
	
	width: 260px; 
	height: 95px;
	
	

}


.cellHomeSlogan {

	background-color: #990033;
	width: 338px;
	height: 116px;
	text-align: center;
	vertical-align: middle;

}


.cellVehicleNames {

	padding: 5px;
	font-weight: bold;
	
	text-align: center;

}


.cellHomeSpecialHeading {

	background-color: #3D7FC0;
	width: 310px;
	height: 50px;
	
	font-weight: bold;
	color: white;
	font-size: 20px;
	
	vertical-align: middle;
	text-align: center;

}
	
	
.cellSpecial1Heading {

	background-color: #000000;
	color: white;
	font-weight: bold;
	
	text-transform: uppercase;
	text-align: center;
	
	padding: 3px;

}


.cellSpecial2Heading {

	background-color: #697F97;
	color: white;
	font-weight: bold;
	
	text-transform: uppercase;
	text-align: center;
	
	padding: 3px;

}


.cellSpecial {

	background-color: #EBEBEB;
	padding: 2px;

}

	
	
	
