@charset "UTF-8";
/* CSS Document */
/* site container */
.container {
	width: 800px;
	height: auto
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 15px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	height: auto;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

/* site footer */

.wa_footer {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F68711;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
	background-image: url(../WA_Images/wa_footerbg.jpg);
	clear: both;
	padding-top: 10px;
}

/* site main menu top horizontal */

.wa_menu {
	background-color: #037BD4;
	text-align: center;
	height: 35px;
	width: 800px;
	background-position: center;
	list-style-type: none;
	font-size: 100%;
	z-index: 1000;
}

/* bar under hortizon main with wheel adventure slogan - Oil. Tighten. Pack. Roll. */

.wa_undermenu {
	height: 26px;
	width: 800px;
	background-image: url(../WA_Images/wa_tagline.jpg);
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* site top wrapper */

.wa_wrapper {
	background-color: #F68711;
	background-image: url(../WA_Images/wa_wrapper.jpg)
	height: auto;
	width: 800px;
	background-image: url(../WA_Images/wa_wrapper.jpg);
	height: 230px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}

/* site left side navigation container with embedded div tags */

.wa_sidenav {
	float: left;
	width: 162px;
	margin-right: 5px;
	height: auto;
	background-color: #007DD4;
	margin-top: 1px;
}

/* in left side nav container - this holds wheelchair with suitcase logo */

.wa_sidenavdestimg {
	background-color: #007DD4;
	background-image: url(../WA_Images/wa_destinationssign.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 152px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	background-position: bottom;
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 18px;
	text-align: center;
}

/* in left side nav container - this holds flyout left nav */

.wa_sidenavleftfly {
	color: #FFFFFF;
	background-color: #007DD4;
	width: 150px;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 30px;
	height: 885px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.wa_wraphomenav {
	float: left;
	height: 104px;
	width: 230px;
	padding-top: 125px;
	text-align: center;
	vertical-align: middle;
}
.wa_contentheader {
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	background-image: url(../WA_Images/wa_contenthead.jpg);
	text-align: center;
	height: 30px;
	width: 600px;
	vertical-align: text-bottom;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

