﻿div.header
{
	width:inherit; 
	height:113px;
}


/* The div container holding the logo image */
div.leftHeader
{
	width: 200px; 
	height: 110px; 
	float: left
}

/* The header menu block contains the menu buttons and small booking text */
div.rightHeader
{
	height: 110px;
	width: 586px;
	margin-right:10px;
	float:left;
}

/* The container for the top buttons on the menu */
div.topButtons
{
	margin:10px;
	height:26px;
}

/* The container for the bottom buttons on the menu */
div.bottomButtons
{
	height:26px;
}

/* The section contain the booking information beneath the menu buttons on the header */
div.subHeader
{
	margin-top:3px;
	font-size:8pt; 
	text-align:right;
	vertical-align:text-bottom;
	height:30px;
	margin-bottom:10px;
}

/* Offsets the top buttons by the margin amount */
div.buttonRightMargin
{
	width: 30px;
	height:inherit;
	float:right;
}

/* div that manages an outer text box */
div.textbox
{
	
}

/* The book now font size */
.subHeader
{
	font-size:9pt;
}