﻿.main
{
	text-align: left;
	float: left;
	width: 100%;
}

.divider
{
	float: left;
	background-color: Navy;
	width: 1px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	height: 182px;
}

.section
{	
	padding: 8px 8px 8px 8px;
	float: left; 
	width: 222px; 	
	height: 190px;
}

.section .text
{
	text-align: center;
	float: left;
	color: Navy;
	font-size: 20px;
	width: 222px;
	font-weight: bold;
	padding-bottom: 10px;
}

.section .calendar
{
	float: left;
	padding: 0px 0px 0px 0px;
}

.section .calendar .image
{
	 float: left; 
}

.section .calendar .date
{
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: Navy;
	width: 125px;
	padding-top: 35px;
}

.section .stepImage
{
	padding-bottom: 8px;
	float: left;
}

.section .destinationList
{
	/*border-style: none; /**/
	height: 90px;
	width: 100%;
}

.section #plannerRegion
{
	float: left;
	position: relative;
	height: 120px;
	width: 222px;
}

.section .travelerCount
{
	float: left;
	height: 120px;
	width: 222px;
}

.section .updateButton
{
	float: right;
	position: absolute;
	right: 0px;
}

.footer .seperator
{
	text-align: center;
}

.footer
{
	float: left;
	text-align: center;
	width: 674px;
	margin-left: 31px;
	margin-right: 31px;
}

.error
{
	width: 112px;
	color: Red;
	float: right;
}
