﻿/* 
=======================================================================
Styles common to all pages.
======================================================================= */
body {
	background-image: url(/images/Backgrounds/bg.jpg);
	background-repeat: repeat;
}

table 
{
	margin: 0;
	padding: 0;
	empty-cells: show;
}

h3
{
	font-style: italic;
	font-size: x-large;
}

img
{
	margin: 0;
	padding: 0;
	border: none;
}

img.padded
{
	margin: 20px;
}

.Centered
{
	text-align: center;
}

/*-----------------------------------------------------------*/
/*		Page container	*/
/*-----------------------------------------------------------*/
.PageContainer
{
	border-style: double;
	border-width: thick;
	border-color: black;
	width: 930;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

/*-----------------------------------------------------------*/
/*		Left Navbar	*/
/*-----------------------------------------------------------*/

.LeftNav
{
	background-image: url(/images/LeftNav/sideBG.jpg);
	background-repeat: repeat-y;
	border: none;
}

.LeftNavUpperImage
{
	position: absolute;
}

.CheckAvailabilityTitle
{
	font-size: 16pt;
	color: #B8A675;
	text-align: center;
	font-weight: bold;
	z-index: 10;
	position: relative;
	top: 80px;
	left: -10px;
}

.AvailabilityCheck
{
	background-color: #8F713D;
	height: 175px;
	width: 240px;
	color: White;
	margin-left: 10px;
	z-index: 10;
	position: relative;
	top: 100px;
}

.ExtraLeftNavContent
{
	width: 252px;
	margin: 5px;
	position: relative;
	top: 150px;
	overflow: hidden;
}

.ReviewLink
{
	color: #660000;
	font-size: large;
	margin-top: 300px;
}

/*-----------------------------------------------------------*/
/*		Header		*/
/*-----------------------------------------------------------*/
.HeaderLinksRow
{
	background-image: url(/images/Header/LinksBG.jpg);
	background-repeat: repeat-x;
}

/*-----------------------------------------------------------*/
/*		Footer		*/
/*-----------------------------------------------------------*/
.FooterContainer
{
	
}

.copyright
{
	font-size: .75em;
	text-align: center;
}

/*-----------------------------------------------------------*/
/*		Content Area										*/
/*-----------------------------------------------------------*/
.BodyContent
{
	padding: 20px;
	padding-left: 10px;
	margin: 0;
	min-height: 470px;
}

/*-----------------------------------------------------------*/
/*		Overrides										*/
/*-----------------------------------------------------------*/
.NoTopMargin
{
	margin-top: 0;
}

.NoLeftMargin
{
	margin-left: 0;
}