﻿@import "tools.css";
@import "type.css";

body
{
	text-align:center;
	margin:0;
	padding:0;
	background-color:#ECECEC;
}

#Wrapper
{
	width:937px;
	margin:10px auto 10px auto;
	text-align:left;
	position:relative;
	background-color:#DCDFE2;
}

#Masthead
{
	height:136px;
	background-image:url('../design/masthead-bg.jpg');
	background-repeat:repeat-x;
	position:relative;
}

#ContentAreaWrapper
{
	width:937px;
	background-image:url('../design/navigation-bg.jpg');
	background-repeat:no-repeat;
	background-color:#DDE0E3;
	background-position:left top;
}

#LeftColumn
{
	width:180px;
	float:left;
}

#RightColumn
{
	width:757px;
	float:left;
	position:relative;
}
#RightColumn .Padding
{
	padding:20px;
}

.HeightStretcher
{
	height:560px;
	float:right;
	width:0px;
}
#Footer
{
	
}

/* Navigation */

ul.NavigationList
{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.NavigationList li
{
	list-style-type:none;
	padding:0;
	margin:0;
	background-image:url('../design/navigation-item-bg.gif');
	background-repeat:no-repeat;
	background-color:#005245;
}

/* Availability Table */

table.AvailabilityTable
{
	border-collapse:collapse;
	width:720px;	
	background-image:url('../design/availability-table-bg.jpg');
	background-repeat:repeat-y;

}

table.AvailabilityTable tr
{
	margin-bottom:10px;

}

table.AvailabilityTable td
{
	background-image:none;	
	border-bottom:solid 5px #DCDFE2;
	padding:5px;
}

