﻿
/*	General Resets */

*, html
{
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: underline;
}



body
{
	text-align: center;
	background: #010133;
}


html, body
{
	height: 100%;
}
#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
}

#wrapper
{
	text-align: left;
	width: 760px;
	background: #fff;
}

.footer, .push
{
	height: 5em; /* .push must be the same height as .footer */
}

#divHeader
{
	background: #d7d7d7 url(i/headerBG.jpg) no-repeat center top;
	border-bottom: solid 1px #131313;
	display: block;
	height: 85px;
}

#divContent
{
	clear: both;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

.footer
{
	background: #010133 url(i/footerBg.png) no-repeat center top;
	clear: both;
	color: #fff;
	width: 740px;
	margin: 0 auto;
	text-align: center;
}

.footer small
{
	padding: 3px 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	display: block;
}
.footer small a
{
	color: #aaa;
}
.footer small a:hover
{
	color: #fff;
}
.brSpace
{
	display: block;
	margin-bottom: 10px;
}

/*
Header */
h1
{
	display: block;
	width: 274px;
	height: 39px;
	text-indent: -700em;
	position: relative;
	top: 32px;
	left: 484px;
}
h1 a
{
	display: block;
	width: 274px;
	height: 39px;
	background: url(i/adtravLogo.png) no-repeat center center;
}

h2
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	display: block;
	position: relative;
	left: 80px;
	top: -38px;
	line-height: 14px;
}
h2 span
{
	display: block;
	clear: left;
	font-weight: bold;
	text-transform: uppercase;
}
.tmc
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	display: block;
	left: 484px;
	top: -60px;
	text-align: center;
	width: 274px;
}

/*
Side Bar with Travel News */
.travelNews
{
	display: block;
	width: 250px;
	background: #E3EAEB;
	border: solid 1px #010133;
	position: relative;
	left: 10px;
	top: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5em;
}

.travelNews h3
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background: #36C;
	text-align: center;
	padding: 3px;
	color: #fff;
	font-size: 16px;
}
.travelNews ul, .travelNews li
{
	list-style: none;
}
.travelNews li, .travelNews p
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 3px;
	line-height: 17px;
}

/*
Main Content Area */
.mainContent
{
	display: block;
	width: 475px;
	position: relative;
	top: 10px;
	float: left;
	margin-bottom: 5em;
}
.mainContent h3
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-align: left;
	padding: 3px;
	color: #36C;
	font-size: 18px;
	border-bottom: solid 1px #36c;
	border-top: solid 1px #36c;
}
.mainContent p
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-align: justify;
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
}

.mainContent a
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-align: justify;
	padding: 3px;
	font-size: 12px;
}
.mainContent hr
{
	display: block;
	margin-bottom: 15px;
	color: #fff;
	background: #fff;
	height: 0px;
	border: none;
}
.mainContent h4
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	padding-top: 10px;
	color: #8793AB;
}
.center
{
	text-align: center;
}
p.small
{
	font-size: 10px;
	text-align: center;
}
.col
{
	display: block;
	width: 48%;
	float: left;
}
.both
{
	display: block;
	clear: both;
}

/*
RezRequest */
fieldset
{
	border: none;
	padding: 3px;
	margin-bottom: 7px;
	border-bottom: solid 1px #36c;
}
legend
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #8793AB;
	font-weight: bold;
	font-size: 14px;
}
.lbl
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	display: block;
	clear: left;
}
.txt, .ta
{
	width: 350px;
	margin-left:5px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.required
{
	color: #36C;
	font-weight: bold;
}

.airInfo .txt
{
	display: block;
	width: 100px;
	clear: left;
}
.airInfo .date
{
	display: block;
	width: 75px;
}
.carInfo .txt
{
	display: block;
	clear: left;
	width: 150px;
}


.hotelInfo .txt
{
	display: block;
	clear: left;
	width: 100px;
}
.airCol
{
	display: block;
	float: left;
	margin-right: 10px;
}
.sel
{
	margin-bottom: 7px;
	vertical-align: middle;
	margin-top: 3px;
}
.time .sel
{
	display: block;
	clear: right;
}
.days
{
	width: 40px;
}
.carInfo .sel
{
	display: block;
	clear: right;
}
.carCol
{
	display: block;
	float: left;
	margin-right: 10px;
}
.hotelCol
{
	display: block;
	float: left;
	margin-right: 3px;
}
.hotelInfo .date
{
	display: block;
	width: 70px;
}
.hotelInfo .sel
{
	margin-bottom: 4px;
}
.validate
{
	display: block;
	float:right;
	clear: none;
	position: relative;
	top: -18px;
	right: 0;
	margin-bottom: -18px;
	color: #900;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: # ;
}
.rl label
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 0 3px;
}
.rl input 
{
	margin-left: 7px;
}

.Headline {font-family: Tahoma, Verdana, Arial, Sans-Serif; font-size: 12px;  padding: 3px; line-height: 17px; margin-bottom: 4px;}
ul.agents {margin-left: 25px; font-family: Tahoma, Verdana, Arial, Sans-Serif; font-size: 12px;}
ul.agents li {line-height: 18px;}
